Skip to content

Commit

Permalink
build(deps): update syn requirement from 1.0.8 to 2.0.3
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.8...2.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 20, 2023
1 parent a6464da commit 949de60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varlink_generator/Cargo.toml
Expand Up @@ -27,7 +27,7 @@ varlink_parser = { version = "4.2", path = "../varlink_parser" }
quote = "1.0.2"
proc-macro2 = "1.0.6"
getopts = "0.2.21"
syn = "1.0.8"
syn = "2.0.3"
chainerror = "0.7.0"

[dev-dependencies]
Expand Down

0 comments on commit 949de60

Please sign in to comment.