diff --git a/Cargo.lock b/Cargo.lock index f3493a3..63c0c48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1593,9 +1593,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.9" +version = "0.17.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" +checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" dependencies = [ "console", "number_prefix", diff --git a/Cargo.toml b/Cargo.toml index 41b7d1c..1e57a8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ dyn-clone = "1.0.9" futures = "0.3" glob = "0.3" http = "0.2" -indicatif = "0.17.3" +indicatif = "0.17.11" itertools = "0.10" more-asserts = "0.3.1" once_cell = "1"