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

Merge pull request #4140 from uutils/dependabot/cargo/indicatif-0.17.2

build(deps): bump indicatif from 0.17.0 to 0.17.2
This commit is contained in:
Sylvestre Ledru 2022-11-15 23:15:16 +01:00 committed by GitHub
commit 0324a9480e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
Cargo.lock generated
View file

@ -1069,12 +1069,13 @@ dependencies = [
[[package]]
name = "indicatif"
version = "0.17.0"
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc42b206e70d86ec03285b123e65a5458c92027d1fb2ae3555878b8113b3ddf"
checksum = "4295cbb7573c16d310e99e713cf9e75101eb190ab31fccd35f2d2691b4352b19"
dependencies = [
"console",
"number_prefix",
"portable-atomic",
"unicode-width",
]
@ -1577,6 +1578,12 @@ dependencies = [
"winapi",
]
[[package]]
name = "portable-atomic"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15eb2c6e362923af47e13c23ca5afb859e83d54452c55b0b9ac763b8f7c1ac16"
[[package]]
name = "ppv-lite86"
version = "0.2.16"