Skip to content

Commit c47b5a2

Browse files
Bump syn from 1.0.109 to 2.0.85
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.109 to 2.0.85. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@1.0.109...2.0.85) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 09f3765 commit c47b5a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

+1-1
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
@@ -10,7 +10,7 @@ description = "Macros for the `shopify_function` crate."
1010
proc-macro = true
1111

1212
[dependencies]
13-
syn = { version = "1.0", features = ["full"] }
13+
syn = { version = "2.0", features = ["full"] }
1414
quote = "1.0"
1515
proc-macro2 = "1.0.92"
1616
convert_case = "0.6.0"

0 commit comments

Comments
 (0)