mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
build(deps): bump the deps group with 2 updates (#1363)
Bumps the deps group with 2 updates: [reflink-copy](https://github.com/cargo-bins/reflink-copy) and [syn](https://github.com/dtolnay/syn). Updates `reflink-copy` from 0.1.6 to 0.1.7 - [Commits](https://github.com/cargo-bins/reflink-copy/commits) Updates `syn` from 2.0.33 to 2.0.35 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.33...2.0.35) --- updated-dependencies: - dependency-name: reflink-copy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... 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
ac8b8132d2
commit
04c5c00669
3 changed files with 22 additions and 22 deletions
|
@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT"
|
|||
rust-version = "1.65.0"
|
||||
|
||||
[dependencies]
|
||||
reflink-copy = "0.1.5"
|
||||
reflink-copy = "0.1.7"
|
||||
tempfile = "3.5.0"
|
||||
tracing = "0.1.37"
|
||||
|
||||
|
|
|
@ -15,5 +15,5 @@ proc-macro = true
|
|||
[dependencies]
|
||||
leon = { version = "2.0.1", path = "../leon", default-features = false }
|
||||
proc-macro2 = "1.0.67"
|
||||
syn = { version = "2.0.33", default-features = false, features = ["proc-macro", "parsing"] }
|
||||
syn = { version = "2.0.35", default-features = false, features = ["proc-macro", "parsing"] }
|
||||
quote = "1.0.28"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue