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

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

fix(deps): update rust crate clap_complete to v4.5.39
This commit is contained in:
Daniel Hofstetter 2024-12-17 07:00:05 +01:00 committed by GitHub
commit c04566ca6e
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.5.38"
version = "4.5.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
checksum = "fd4db298d517d5fa00b2b84bbe044efd3fde43874a41db0d46f91994646a2da4"
dependencies = [
"clap",
]