mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-27 04:40:27 +00:00
build(deps): bump clap_complete from 4.2.3 to 4.3.0
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.2.3 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/clap_complete-v4.2.3...clap_complete-v4.3.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
a50b9ca3a0
commit
bbc37584eb
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -288,9 +288,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap_complete"
|
||||
version = "4.2.3"
|
||||
version = "4.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1594fe2312ec4abf402076e407628f5c313e54c32ade058521df4ee34ecac8a8"
|
||||
checksum = "a04ddfaacc3bc9e6ea67d024575fafc2a813027cf374b8f24f7bc233c6b6be12"
|
||||
dependencies = [
|
||||
"clap",
|
||||
]
|
||||
|
@ -16,7 +16,7 @@ rust-version = "1.65"
|
||||
[dependencies]
|
||||
async-trait = "0.1.68"
|
||||
clap = { version = "4.2.7", features = ["derive"] }
|
||||
clap_complete = "4.2.3"
|
||||
clap_complete = "4.3.0"
|
||||
console = "0.15.5"
|
||||
directories = "5.0.1"
|
||||
env_logger = "0.10.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user