1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 05:57:46 +00:00

chore(deps): update rust crate clap_complete to 4.4

This commit is contained in:
renovate[bot] 2023-08-24 18:30:39 +00:00 committed by Sylvestre Ledru
parent 794977409a
commit c4c9c4730c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -286,9 +286,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.3.0"
version = "4.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a04ddfaacc3bc9e6ea67d024575fafc2a813027cf374b8f24f7bc233c6b6be12"
checksum = "586a385f7ef2f8b4d86bddaa0c094794e7ccbfe5ffef1f434fe928143fc783a5"
dependencies = [
"clap",
]