Skip to content

Commit

Permalink
build(deps): Update syn requirement from 1.0.80 to 2.0.12
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.80...2.0.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 31, 2023
1 parent caf4e2d commit 243fecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.30"
quote = "1.0.10"
syn = {version = "1.0.80", features = ["full"]}
syn = {version = "2.0.12", features = ["full"]}

0 comments on commit 243fecd

Please sign in to comment.