Skip to content

Commit

Permalink
Update syn requirement from 1.0.0 to 2.0.42
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.42)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 21, 2023
1 parent dfaa77a commit 78752e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proptest-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ criterion = "0.5"
[dependencies]
proc-macro2 = "1.0"

syn = { version = "1.0.0", features = ["visit", "extra-traits", "full"] }
syn = { version = "2.0.42", features = ["visit", "extra-traits", "full"] }
quote = "1.0"

[[bench]]
Expand Down

0 comments on commit 78752e8

Please sign in to comment.