Skip to content

Commit bb5d501

Browse files
authored
Merge pull request #78 from Shopify/dependabot/cargo/proc-macro2-1.0.85
Bump proc-macro2 from 1.0.83 to 1.0.85
2 parents 177d9d6 + c5542c3 commit bb5d501

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shopify_function_macro/Cargo.toml

+1-1
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.83"
15+
proc-macro2 = "1.0.85"
1616
convert_case = "0.6.0"
1717
graphql_client_codegen = "0.14.0"

0 commit comments

Comments
 (0)