Skip to content

Commit

Permalink
Merge pull request #110 from Shopify/dependabot/cargo/proc-macro2-1.0.93
Browse files Browse the repository at this point in the history
Bump proc-macro2 from 1.0.92 to 1.0.93
  • Loading branch information
jacobsteves authored Jan 14, 2025
2 parents db12e69 + 35163b6 commit 1ded123
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shopify_function_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ proc-macro = true
[dependencies]
syn = { version = "1.0", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0.92"
proc-macro2 = "1.0.93"
convert_case = "0.7.1"
graphql_client_codegen = "0.14.0"

0 comments on commit 1ded123

Please sign in to comment.