mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Bump syn from 2.0.15 to 2.0.16 (#1054)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.15 to 2.0.16. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.15...2.0.16) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a8abd93486
commit
74681da01e
2 changed files with 16 additions and 16 deletions
|
@ -15,5 +15,5 @@ proc-macro = true
|
|||
[dependencies]
|
||||
leon = { version = "2.0.0", path = "../leon", default-features = false }
|
||||
proc-macro2 = "1.0.56"
|
||||
syn = { version = "2.0.15", default-features = false, features = ["proc-macro", "parsing"] }
|
||||
syn = { version = "2.0.16", default-features = false, features = ["proc-macro", "parsing"] }
|
||||
quote = "1.0.27"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue