diff --git a/Cargo.lock b/Cargo.lock index 2f24d2f93..8f78c2070 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1146,11 +1146,12 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.3" +version = "0.17.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729" +checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" dependencies = [ "console", + "instant", "number_prefix", "portable-atomic", "unicode-width", @@ -1176,6 +1177,15 @@ dependencies = [ "libc", ] +[[package]] +name = "instant" +version = "0.1.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" +dependencies = [ + "cfg-if", +] + [[package]] name = "io-lifetimes" version = "1.0.11" @@ -1648,9 +1658,9 @@ dependencies = [ [[package]] name = "portable-atomic" -version = "0.3.15" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15eb2c6e362923af47e13c23ca5afb859e83d54452c55b0b9ac763b8f7c1ac16" +checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" [[package]] name = "ppv-lite86" diff --git a/Cargo.toml b/Cargo.toml index 57aa9bc3b..8f6dc5c99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -287,7 +287,7 @@ gcd = "2.3" glob = "0.3.1" half = "2.4.1" hostname = "0.4" -indicatif = "0.17" +indicatif = "0.17.8" itertools = "0.12.1" libc = "0.2.154" lscolors = { version = "0.16.0", default-features = false, features = [