Update indicatif to version 0.17

This commit is contained in:
Joakim Frostegård 2022-11-12 14:40:24 +01:00
parent 9ace8f53b8
commit 9bb0fd8d7b
3 changed files with 15 additions and 6 deletions

15
Cargo.lock generated
View file

@ -664,6 +664,7 @@ dependencies = [
"lazy_static",
"libc",
"terminal_size",
"unicode-width",
"winapi 0.3.9",
]
@ -1487,14 +1488,14 @@ dependencies = [
[[package]]
name = "indicatif"
version = "0.16.2"
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
checksum = "4295cbb7573c16d310e99e713cf9e75101eb190ab31fccd35f2d2691b4352b19"
dependencies = [
"console",
"lazy_static",
"number_prefix",
"regex",
"portable-atomic",
"unicode-width",
]
[[package]]
@ -2041,6 +2042,12 @@ dependencies = [
"plotters-backend",
]
[[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.17"