Skip to content

Commit

Permalink
Update syn requirement from 1.0.95 to 2.0.61
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.95...2.0.61)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent 891a1dd commit 3934110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion positional_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ proc-macro = true
proc-macro-error = "1.0.4"
proc-macro2 = "1.0.39"
quote = "1.0"
syn = {version = "1.0.95", features = ["extra-traits", "full"]}
syn = {version = "2.0.61", features = ["extra-traits", "full"]}
trybuild = "1.0.61"

0 comments on commit 3934110

Please sign in to comment.