diff --git a/Cargo.lock b/Cargo.lock index af35753e15b..a6884cbd1ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1345,7 +1345,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" dependencies = [ "lazy_static", - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]] @@ -3827,19 +3827,6 @@ dependencies = [ "serde", ] -[[package]] -name = "indicatif" -version = "0.17.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" -dependencies = [ - "console 0.15.11", - "number_prefix", - "portable-atomic", - "unicode-width 0.2.1", - "web-time", -] - [[package]] name = "indicatif" version = "0.18.0" @@ -3986,7 +3973,7 @@ checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" dependencies = [ "hermit-abi", "libc", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -4817,12 +4804,6 @@ dependencies = [ "libc", ] -[[package]] -name = "number_prefix" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" - [[package]] name = "nym-api" version = "1.1.64" @@ -6234,7 +6215,7 @@ dependencies = [ "hkdf", "human-repr", "humantime-serde", - "indicatif 0.17.11", + "indicatif", "ipnetwork", "lioness", "nym-bin-common", @@ -8201,7 +8182,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -8685,7 +8666,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -9969,7 +9950,7 @@ dependencies = [ "getrandom 0.3.3", "once_cell", "rustix 1.0.8", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -10097,7 +10078,7 @@ dependencies = [ "cw-utils", "dkg-bypass-contract", "humantime", - "indicatif 0.17.11", + "indicatif", "nym-bin-common", "nym-coconut-dkg-common", "nym-compact-ecash", @@ -10654,7 +10635,7 @@ version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c714cc8fc46db04fcfddbd274c6ef59bebb1b435155984e7c6e89c3ce66f200" dependencies = [ - "indicatif 0.18.0", + "indicatif", "tracing", "tracing-core", "tracing-subscriber", @@ -11650,7 +11631,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index e7f784a30b4..dd743dc2b40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -266,7 +266,7 @@ humantime = "2.2.0" humantime-serde = "1.1.1" hyper = "1.6.0" hyper-util = "0.1" -indicatif = "0.17.11" +indicatif = "0.18.0" inquire = "0.6.2" ip_network = "0.4.1" ipnetwork = "0.20"