mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 23:56:37 +00:00
build(deps): bump clap from 4.5.17 to 4.5.18 in the deps group
Bumps the deps group with 1 update: [clap](https://github.com/clap-rs/clap). Updates `clap` from 4.5.17 to 4.5.18 - [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.17...clap_complete-v4.5.18) --- 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
e3321fbac5
commit
6f31862943
2 changed files with 7 additions and 7 deletions
|
@ -24,7 +24,7 @@ pkg-fmt = "zip"
|
|||
[dependencies]
|
||||
binstalk = { path = "../binstalk", version = "0.28.4", default-features = false }
|
||||
binstalk-manifests = { path = "../binstalk-manifests", version = "0.15.2" }
|
||||
clap = { version = "4.5.3", features = ["derive", "env"] }
|
||||
clap = { version = "4.5.18", features = ["derive", "env"] }
|
||||
compact_str = "0.8.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