mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-07 21:45:01 +00:00
chore(deps): update rust crate indicatif to 0.18.0
This commit is contained in:
parent
6584c998e6
commit
13243caa24
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1397,9 +1397,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "indicatif"
|
name = "indicatif"
|
||||||
version = "0.17.12"
|
version = "0.18.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4adb2ee6ad319a912210a36e56e3623555817bcc877a7e6e8802d1d69c4d8056"
|
checksum = "70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"console",
|
"console",
|
||||||
"portable-atomic",
|
"portable-atomic",
|
||||||
|
|
|
@ -315,7 +315,7 @@ half = "2.4.1"
|
||||||
hostname = "0.4"
|
hostname = "0.4"
|
||||||
icu_collator = "2.0.0"
|
icu_collator = "2.0.0"
|
||||||
icu_locale = "2.0.0"
|
icu_locale = "2.0.0"
|
||||||
indicatif = "0.17.8"
|
indicatif = "0.18.0"
|
||||||
itertools = "0.14.0"
|
itertools = "0.14.0"
|
||||||
jiff = { version = "0.2.10", default-features = false, features = [
|
jiff = { version = "0.2.10", default-features = false, features = [
|
||||||
"std",
|
"std",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue