1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 04:27:45 +00:00

Merge pull request #7234 from uutils/renovate/indicatif-0.x-lockfile

chore(deps): update rust crate indicatif to v0.17.10
This commit is contained in:
Daniel Hofstetter 2025-01-28 10:49:04 +01:00 committed by GitHub
commit 5069e2eaac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -1146,9 +1146,9 @@ dependencies = [
[[package]] [[package]]
name = "indicatif" name = "indicatif"
version = "0.17.9" version = "0.17.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" checksum = "aeffd0d77fc9a0bc8ec71b6364089028b48283b534f874178753723ad9241f42"
dependencies = [ dependencies = [
"console", "console",
"number_prefix", "number_prefix",