Skip to content

Commit

Permalink
Update syn requirement from 1.0.58 to 2.0.38
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.58...2.0.38)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and foresterre committed Oct 12, 2023
1 parent 6a201cc commit 866805b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parameterized-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ proc-macro2 = "1.0.24"
quote = "1.0.8"

[dependencies.syn]
version = "1.0.58"
version = "2.0.38"
features = ["full"]

[dependencies.indexmap]
Expand Down

0 comments on commit 866805b

Please sign in to comment.