diff --git a/Cargo.lock b/Cargo.lock index 5601ecd107..a78c7153df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2185,9 +2185,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcc42b206e70d86ec03285b123e65a5458c92027d1fb2ae3555878b8113b3ddf" +checksum = "bfddc9561e8baf264e0e45e197fd7696320026eb10a8180340debc27b18f535b" dependencies = [ "console", "number_prefix", diff --git a/cli-output/Cargo.toml b/cli-output/Cargo.toml index f4d0f751de..992b43269a 100644 --- a/cli-output/Cargo.toml +++ b/cli-output/Cargo.toml @@ -16,7 +16,7 @@ chrono = { version = "0.4.22", features = ["serde"] } clap = "2.33.0" console = "0.15.0" humantime = "2.0.1" -indicatif = "0.17.0" +indicatif = "0.17.1" pretty-hex = "0.3.0" semver = "1.0.13" serde = "1.0.144" diff --git a/download-utils/Cargo.toml b/download-utils/Cargo.toml index ac3512aae7..44fde896b9 100644 --- a/download-utils/Cargo.toml +++ b/download-utils/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" [dependencies] console = "0.15.0" -indicatif = "0.17.0" +indicatif = "0.17.1" log = "0.4.17" reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] } solana-runtime = { path = "../runtime", version = "=1.15.0" } diff --git a/install/Cargo.toml b/install/Cargo.toml index 394bd2703e..710ec04baf 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -19,7 +19,7 @@ console = "0.15.0" crossbeam-channel = "0.5" ctrlc = { version = "3.2.3", features = ["termination"] } dirs-next = "2.0.0" -indicatif = "0.17.0" +indicatif = "0.17.1" lazy_static = "1.4.0" nix = "0.25.0" reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] } diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index d20091f6d5..c35819219b 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -1937,9 +1937,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcc42b206e70d86ec03285b123e65a5458c92027d1fb2ae3555878b8113b3ddf" +checksum = "bfddc9561e8baf264e0e45e197fd7696320026eb10a8180340debc27b18f535b" dependencies = [ "console", "number_prefix", diff --git a/rpc-client/Cargo.toml b/rpc-client/Cargo.toml index 3e1c74115a..5d99efce81 100644 --- a/rpc-client/Cargo.toml +++ b/rpc-client/Cargo.toml @@ -14,7 +14,7 @@ async-trait = "0.1.57" base64 = "0.13.0" bincode = "1.3.3" bs58 = "0.4.0" -indicatif = { version = "0.17.0", optional = true } +indicatif = { version = "0.17.1", optional = true } log = "0.4.17" reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] } semver = "1.0.13" diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index 76b91be922..b7e68b8467 100644 --- a/tokens/Cargo.toml +++ b/tokens/Cargo.toml @@ -16,7 +16,7 @@ console = "0.15.0" csv = "1.1.6" ctrlc = { version = "3.2.3", features = ["termination"] } indexmap = "1.9.1" -indicatif = "0.17.0" +indicatif = "0.17.1" pickledb = { version = "0.5.1", default-features = false, features = ["yaml"] } serde = { version = "1.0", features = ["derive"] } solana-account-decoder = { path = "../account-decoder", version = "=1.15.0" } diff --git a/tpu-client/Cargo.toml b/tpu-client/Cargo.toml index 3e79501c56..d2dba4af8d 100644 --- a/tpu-client/Cargo.toml +++ b/tpu-client/Cargo.toml @@ -17,7 +17,7 @@ enum_dispatch = "0.3.8" futures = "0.3" futures-util = "0.3.21" indexmap = "1.9.1" -indicatif = { version = "0.17.0", optional = true } +indicatif = { version = "0.17.1", optional = true } itertools = "0.10.5" lazy_static = "1.4.0" log = "0.4.17" diff --git a/validator/Cargo.toml b/validator/Cargo.toml index 3c977a1c42..07ce035db4 100644 --- a/validator/Cargo.toml +++ b/validator/Cargo.toml @@ -17,7 +17,7 @@ console = "0.15.0" core_affinity = "0.5.10" crossbeam-channel = "0.5" fd-lock = "3.0.6" -indicatif = "0.17.0" +indicatif = "0.17.1" jsonrpc-core = "18.0.0" jsonrpc-core-client = { version = "18.0.0", features = ["ipc"] } jsonrpc-derive = "18.0.0"