diff --git a/Cargo.lock b/Cargo.lock index bc088fc7..caad4ba7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2005,9 +2005,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.5" +version = "0.17.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057" +checksum = "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730" dependencies = [ "console", "instant", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 42750045..c9eda5e8 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -213,7 +213,7 @@ log = "0.4.19" # prod feature progress-bar howudoin = { version = "0.1.2", features = ["term-line"], optional = true } -indicatif = { version = "0.17.5", optional = true } +indicatif = { version = "0.17.6", optional = true } # test feature proptest-impl proptest = { version = "1.2.0", optional = true }