Skip to content

Commit

Permalink
Bump syn from 1.0.109 to 2.0.98
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 27, 2025
1 parent 80cb0ed commit 124cf2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
anchor-syn = "0.30.1"
clippy_utils = { git = "/~https://github.com/rust-lang/rust-clippy", rev = "19e305bb57a7595f2a8d81f521c0dd8bf854e739" }
if_chain = "1.0"
syn = { version = "1.0.109", features = ["parsing"] }
syn = { version = "2.0.98", features = ["parsing"] }

[dev-dependencies]
assert_cmd = "2.0"
Expand Down

0 comments on commit 124cf2b

Please sign in to comment.