Skip to content

Commit 320094f

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

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.

crate/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
anchor-syn = "0.29.0"
88
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "ac4c2094a6030530661bee3876e0228ddfeb6b8b" }
99
if_chain = "1.0"
10-
syn = { version = "1.0.109", features = ["parsing"] }
10+
syn = { version = "2.0.52", features = ["parsing"] }
1111

1212
[dev-dependencies]
1313
assert_cmd = "2.0"

0 commit comments

Comments
 (0)