mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Bump clap from 4.2.7 to 4.3.0 (#1076)
Bumps [clap](https://github.com/clap-rs/clap) from 4.2.7 to 4.3.0. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.2.7...clap_complete-v4.3.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... 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
d2abdf14e0
commit
d2f792ffae
3 changed files with 10 additions and 10 deletions
|
@ -24,7 +24,7 @@ pkg-fmt = "zip"
|
|||
[dependencies]
|
||||
binstalk = { path = "../binstalk", version = "0.12.0", default-features = false }
|
||||
binstalk-manifests = { path = "../binstalk-manifests", version = "0.5.0" }
|
||||
clap = { version = "4.2.7", features = ["derive", "env"] }
|
||||
clap = { version = "4.3.0", features = ["derive", "env"] }
|
||||
compact_str = "0.7.0"
|
||||
dirs = "5.0.1"
|
||||
file-format = { version = "0.16.0", default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue