diff --git a/Cargo.lock b/Cargo.lock index 442cb06..dce9fac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1223,6 +1223,19 @@ dependencies = [ "web-time", ] +[[package]] +name = "indicatif" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd" +dependencies = [ + "console 0.16.0", + "portable-atomic", + "unicode-width", + "unit-prefix", + "web-time", +] + [[package]] name = "indoc" version = "2.0.6" @@ -1990,7 +2003,7 @@ dependencies = [ "either", "flate2", "hyper", - "indicatif", + "indicatif 0.17.11", "log", "quick-xml", "regex", @@ -2594,7 +2607,7 @@ dependencies = [ "figment", "human-panic", "ignore", - "indicatif", + "indicatif 0.18.0", "indoc", "log", "num_cpus", @@ -2657,6 +2670,12 @@ version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" +[[package]] +name = "unit-prefix" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "323402cff2dd658f39ca17c789b502021b3f18707c91cdf22e3838e1b4023817" + [[package]] name = "untrusted" version = "0.9.0" diff --git a/Cargo.toml b/Cargo.toml index 679d324..2e67e18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ enum_dispatch = "0.3" figment = { version = "0.10", features = ["toml", "env"] } human-panic = "2.0.1" ignore = "0.4" -indicatif = "0.17" +indicatif = "0.18" log = "0.4" num_cpus = "1.17" reqwest = { version = "0.12.20", default-features = false, features = [