mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Bump proc-macro2 from 1.0.58 to 1.0.59 (#1092)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.58 to 1.0.59. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.58...1.0.59) --- updated-dependencies: - dependency-name: proc-macro2 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
32053e65ea
commit
a61f45fb63
2 changed files with 3 additions and 3 deletions
|
@ -14,6 +14,6 @@ proc-macro = true
|
|||
|
||||
[dependencies]
|
||||
leon = { version = "2.0.0", path = "../leon", default-features = false }
|
||||
proc-macro2 = "1.0.58"
|
||||
proc-macro2 = "1.0.59"
|
||||
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