Skip to content

Commit 7458f4f

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

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.30.1"
88
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "19e305bb57a7595f2a8d81f521c0dd8bf854e739" }
99
if_chain = "1.0"
10-
syn = { version = "1.0.109", features = ["parsing"] }
10+
syn = { version = "2.0.98", features = ["parsing"] }
1111

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

0 commit comments

Comments
 (0)