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.3.1 to 4.3.2
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.3.1 to 4.3.2. - [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.3.1...clap_complete-v4.3.2) --- 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
c99bef832d
commit
2dcd54ceb2
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -287,9 +287,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap_complete"
|
||||
version = "4.3.1"
|
||||
version = "4.3.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7f6b5c519bab3ea61843a7923d074b04245624bb84a64a8c150f5deb014e388b"
|
||||
checksum = "5fc443334c81a804575546c5a8a79b4913b50e28d69232903604cada1de817ce"
|
||||
dependencies = [
|
||||
"clap",
|
||||
]
|
||||
|
@ -16,7 +16,7 @@ rust-version = "1.65"
|
||||
[dependencies]
|
||||
async-trait = "0.1.71"
|
||||
clap = { version = "4.3.11", features = ["derive"] }
|
||||
clap_complete = "4.3.1"
|
||||
clap_complete = "4.3.2"
|
||||
console = "0.15.7"
|
||||
directories = "5.0.1"
|
||||
env_logger = "0.10.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user