diff --git a/Cargo.lock b/Cargo.lock index 5f43885e1..8f2f057e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1590,9 +1590,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49a68371cf417889c9d7f98235b7102ea7c54fc59bcbd22f3dea785be9d27e40" +checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4" dependencies = [ "console", "lazy_static", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 2f61c1adf..4055a780a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -19,7 +19,7 @@ console = "0.11.3" dirs = "2.0.2" log = "0.4.8" Inflector = "0.11.4" -indicatif = "0.14.0" +indicatif = "0.15.0" humantime = "2.0.0" num-traits = "0.2" pretty-hex = "0.1.1" diff --git a/client/Cargo.toml b/client/Cargo.toml index 74b8448a3..a54970f7e 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] bincode = "1.2.1" bs58 = "0.3.1" -indicatif = "0.14.0" +indicatif = "0.15.0" jsonrpc-core = "14.2.0" log = "0.4.8" rayon = "1.3.0" diff --git a/download-utils/Cargo.toml b/download-utils/Cargo.toml index 471cffe61..5c3309821 100644 --- a/download-utils/Cargo.toml +++ b/download-utils/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] bzip2 = "0.3.3" console = "0.11.3" -indicatif = "0.14.0" +indicatif = "0.15.0" log = "0.4.8" reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } solana-sdk = { path = "../sdk", version = "1.3.0" } diff --git a/install/Cargo.toml b/install/Cargo.toml index da2061fe2..86c760d00 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -17,7 +17,7 @@ clap = { version = "2.33.1" } console = "0.11.3" ctrlc = { version = "3.1.4", features = ["termination"] } dirs = "2.0.2" -indicatif = "0.14.0" +indicatif = "0.15.0" lazy_static = "1.4.0" nix = "0.17.0" reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index b4d9ee94a..709ed3eee 100644 --- a/tokens/Cargo.toml +++ b/tokens/Cargo.toml @@ -15,7 +15,7 @@ console = "0.11.3" csv = "1.1.3" dirs = "2.0.2" indexmap = "1.4.0" -indicatif = "0.14.0" +indicatif = "0.15.0" pickledb = "0.4.1" serde = { version = "1.0", features = ["derive"] } solana-clap-utils = { path = "../clap-utils", version = "1.3.0" }