Skip to content

Commit

Permalink
Update syn requirement from 1.0.80 to 2.0.5
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.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 22, 2023
1 parent 5733626 commit 1795337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license = "Apache-2.0 OR MIT"
proc-macro = true

[dependencies.syn]
version = "1.0.80"
version = "2.0.5"

[dependencies.quote]
version = "1.0.10"
Expand Down

0 comments on commit 1795337

Please sign in to comment.