1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Merge pull request #6361 from uutils/renovate/clap_complete-4.x-lockfile

chore(deps): update rust crate clap_complete to v4.5.38
This commit is contained in:
Daniel Hofstetter 2024-12-15 17:35:11 +01:00 committed by GitHub
commit c97f59176b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

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