mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-24 11:36:36 +00:00
build(deps): bump clap from 4.5.7 to 4.5.8 in the deps group
Bumps the deps group with 1 update: [clap](https://github.com/clap-rs/clap). Updates `clap` from 4.5.7 to 4.5.8 - [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/clap_complete-v4.5.7...v4.5.8) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a39cf031f9
commit
7e7833d545
2 changed files with 7 additions and 7 deletions
crates/bin
|
@ -24,7 +24,7 @@ pkg-fmt = "zip"
|
|||
[dependencies]
|
||||
binstalk = { path = "../binstalk", version = "0.26.1", default-features = false }
|
||||
binstalk-manifests = { path = "../binstalk-manifests", version = "0.13.0" }
|
||||
clap = { version = "4.5.3", features = ["derive", "env"] }
|
||||
clap = { version = "4.5.8", features = ["derive", "env"] }
|
||||
compact_str = "0.7.0"
|
||||
dirs = "5.0.1"
|
||||
file-format = { version = "0.25.0", default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue