diff --git a/Cargo.lock b/Cargo.lock index 65f9f5b6e..b3bf2be36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1985,9 +1985,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/Cargo.toml b/Cargo.toml index 0345d8a80..a3ca52d67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ http = "0.2.9" httptest = "0.15.4" hyper = { version = "0.14", features = [ "full" ] } hyper-staticfile = "0.9" -indicatif = { version = "0.17.5", features = ["rayon"] } +indicatif = { version = "0.17.6", features = ["rayon"] } itertools = "0.11.0" libc = "0.2.147" mime_guess = "2.0.4"