diff --git a/Cargo.lock b/Cargo.lock index 979333b..ac945a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -758,9 +758,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.0-rc.10" +version = "0.17.0-rc.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "088977cb4de4e09ea0232bd51c844490475ad94344fb0c60784f1fb380059b6d" +checksum = "4017d0ce94b8e91e29d2c78ed891e57e5ec3dc4371820a9d96abab4af09eb8ad" dependencies = [ "console", "number_prefix", diff --git a/Cargo.toml b/Cargo.toml index 1fd2918..8666034 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ futures-util = "0.3" getopts = "0.2" gettext = "0.4" html_parser = "0.6.3" -indicatif = "0.17.0-rc.10" +indicatif = "0.17.0-rc.11" int-enum = "0.4" json = "0.12" lazy_static = "1.4"