Skip to content

Commit 1ded123

Browse files
authored
Merge pull request #110 from Shopify/dependabot/cargo/proc-macro2-1.0.93
Bump proc-macro2 from 1.0.92 to 1.0.93
2 parents db12e69 + 35163b6 commit 1ded123

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shopify_function_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ proc-macro = true
1212
[dependencies]
1313
syn = { version = "1.0", features = ["full"] }
1414
quote = "1.0"
15-
proc-macro2 = "1.0.92"
15+
proc-macro2 = "1.0.93"
1616
convert_case = "0.7.1"
1717
graphql_client_codegen = "0.14.0"

0 commit comments

Comments
 (0)