mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-28 21:30:47 +00:00
build(deps): bump clap_complete from 4.2.2 to 4.2.3
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.2.2 to 4.2.3. - [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.2...clap_complete-v4.2.3) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8f1ce3c50c
commit
79fa60b73b
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -312,9 +312,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap_complete"
|
||||
version = "4.2.2"
|
||||
version = "4.2.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "36774babb166352bb4f7b9cb16f781ffa3439d2a8f12cd31bea85a38c888fea3"
|
||||
checksum = "1594fe2312ec4abf402076e407628f5c313e54c32ade058521df4ee34ecac8a8"
|
||||
dependencies = [
|
||||
"clap",
|
||||
]
|
||||
|
@ -16,7 +16,7 @@ rust-version = "1.65"
|
||||
[dependencies]
|
||||
async-trait = "0.1.68"
|
||||
clap = { version = "4.2.5", features = ["derive"] }
|
||||
clap_complete = "4.2.1"
|
||||
clap_complete = "4.2.3"
|
||||
console = "0.15.5"
|
||||
directories = "5.0.1"
|
||||
env_logger = "0.10.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user