Skip to content

Commit 525632f

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 183a075 commit 525632f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -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.89"
1616
convert_case = "0.6.0"

0 commit comments

Comments
 (0)