1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #3235 from uutils/dependabot/cargo/clap_complete-3.1.1

build(deps): bump clap_complete from 3.0.4 to 3.1.1
This commit is contained in:
Terts Diepraam 2022-03-31 00:39:09 +02:00 committed by GitHub
commit 4f3ae094cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -297,9 +297,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_complete" name = "clap_complete"
version = "3.0.4" version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d044e9db8cd0f68191becdeb5246b7462e4cf0c069b19ae00d1bf3fa9889498d" checksum = "df6f3613c0a3cddfd78b41b10203eb322cb29b600cbdf808a7d3db95691b8e25"
dependencies = [ dependencies = [
"clap 3.1.6", "clap 3.1.6",
] ]

View file

@ -246,7 +246,7 @@ test = [ "uu_test" ]
[dependencies] [dependencies]
clap = { version = "3.1", features = ["wrap_help", "cargo"] } clap = { version = "3.1", features = ["wrap_help", "cargo"] }
clap_complete = "3.0" clap_complete = "3.1"
phf = "0.10.1" phf = "0.10.1"
lazy_static = { version="1.3" } lazy_static = { version="1.3" }
textwrap = { version="0.15", features=["terminal_size"] } textwrap = { version="0.15", features=["terminal_size"] }