Skip to content

Commit

Permalink
Update syn requirement from 1.0 to 2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@1.0.0...2.0.66)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 24, 2024
1 parent 51b7909 commit 2961383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ url = "2.1.1"
chrono = "0.4.31"
trybuild = "1.0.65"
proc-macro2 = "1.0"
syn = "1.0"
syn = "2.0"
quote = "1.0.3"
num-bigint = "0.4"
ratchet = { package = "ratchet_rs", version = "0.4" }
Expand Down

0 comments on commit 2961383

Please sign in to comment.