mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-27 12:50:54 +00:00
build(deps): bump clap_complete from 4.1.5 to 4.2.0
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.1.5 to 4.2.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/clap_complete-v4.1.5...clap_complete-v4.2.0) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3ee27eac26
commit
f711fb125b
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -309,9 +309,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap_complete"
|
||||
version = "4.1.5"
|
||||
version = "4.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "37686beaba5ac9f3ab01ee3172f792fc6ffdd685bfb9e63cfef02c0571a4e8e1"
|
||||
checksum = "01c22dcfb410883764b29953103d9ef7bb8fe21b3fa1158bc99986c2067294bd"
|
||||
dependencies = [
|
||||
"clap",
|
||||
]
|
||||
|
@ -16,7 +16,7 @@ rust-version = "1.64"
|
||||
[dependencies]
|
||||
async-trait = "0.1.68"
|
||||
clap = { version = "4.2.2", features = ["derive"] }
|
||||
clap_complete = "4.1.5"
|
||||
clap_complete = "4.2.0"
|
||||
console = "0.15.5"
|
||||
directories = "5.0.0"
|
||||
env_logger = "0.10.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user