mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-04 03:00: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
|
@ -11,7 +11,7 @@ license = "Apache-2.0 OR MIT"
|
|||
exclude = ["fuzz", "benches"]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.2.7", features = ["derive"], optional = true }
|
||||
clap = { version = "4.3.0", features = ["derive"], optional = true }
|
||||
miette = { version = "5.9.0", default-features = false, optional = true }
|
||||
thiserror = "1.0.38"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue