diff --git a/Cargo.lock b/Cargo.lock index 8239a7d26..7f11c42bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1157,7 +1157,7 @@ dependencies = [ "dialoguer", "fs-err", "futures", - "indicatif 0.17.11", + "indicatif", "reqwest", "semver 1.0.27", "serde", @@ -4361,7 +4361,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] @@ -5989,19 +5989,6 @@ dependencies = [ "serde_core", ] -[[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", - "web-time", -] - [[package]] name = "indicatif" version = "0.18.3" @@ -6838,7 +6825,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] @@ -7036,12 +7023,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 = "nybbles" version = "0.4.7" @@ -8741,7 +8722,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -9672,7 +9653,7 @@ dependencies = [ "futures", "futures-util", "indexmap 2.13.0", - "indicatif 0.18.3", + "indicatif", "log", "quinn", "rayon", @@ -10547,7 +10528,7 @@ dependencies = [ "bincode 1.3.3", "bs58", "futures", - "indicatif 0.18.3", + "indicatif", "log", "reqwest", "reqwest-middleware", @@ -11060,7 +11041,7 @@ dependencies = [ "bincode 1.3.3", "futures-util", "indexmap 2.13.0", - "indicatif 0.18.3", + "indicatif", "log", "rayon", "solana-client-traits", @@ -11789,6 +11770,7 @@ dependencies = [ "cfg-if", "libc", "psm", + "windows-sys 0.52.0", "windows-sys 0.59.0", ] diff --git a/crates/bin/ampup/Cargo.toml b/crates/bin/ampup/Cargo.toml index 923aa19fc..4e785a9b0 100644 --- a/crates/bin/ampup/Cargo.toml +++ b/crates/bin/ampup/Cargo.toml @@ -23,7 +23,7 @@ semver.workspace = true serde.workspace = true tempfile.workspace = true tokio.workspace = true -indicatif = "0.17" +indicatif = "0.18" console = "0.15" dialoguer = "0.11"