diff --git a/Cargo.lock b/Cargo.lock index 9ea0a7969..20426f740 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2072,13 +2072,14 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.3" +version = "0.17.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729" +checksum = "db45317f37ef454e6519b6c3ed7d377e5f23346f0823f86e65ca36912d1d0ef8" dependencies = [ "console", + "instant", "number_prefix", - "portable-atomic 0.3.20", + "portable-atomic 1.3.2", "unicode-width", ] diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index df897cf0b..70e51dd83 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -175,7 +175,7 @@ log = "0.4.18" # prod feature progress-bar howudoin = { version = "0.1.2", features = ["term-line"], optional = true } -indicatif = { version = "0.17.3", optional = true } +indicatif = { version = "0.17.4", optional = true } # test feature proptest-impl proptest = { version = "1.2.0", optional = true }