diff --git a/Cargo.lock b/Cargo.lock index 71478b1878..d26c4bf17b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3651,9 +3651,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.5" +version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51c732d463dd300362ffb44b7b125f299c23d2990411a4253824630ebc7467fb" +checksum = "66d2927ca2f685faf0fc620ac4834690d29e7abb153add10f5812eef20b5e280" dependencies = [ "base64 0.13.0", "bytes 1.0.1", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index e535825a93..37398595b1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -21,7 +21,7 @@ log = "0.4.14" humantime = "2.0.1" num-traits = "0.2" pretty-hex = "0.2.1" -reqwest = { version = "0.11.5", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.11.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde = "1.0.130" serde_derive = "1.0.103" serde_json = "1.0.68" diff --git a/client/Cargo.toml b/client/Cargo.toml index 4776388f63..f1d2b452d7 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -18,7 +18,7 @@ indicatif = "0.16.2" jsonrpc-core = "18.0.0" log = "0.4.14" rayon = "1.5.1" -reqwest = { version = "0.11.5", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.11.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } semver = "1.0.4" serde = "1.0.130" serde_derive = "1.0.103" diff --git a/core/Cargo.toml b/core/Cargo.toml index 9bafa8c2ee..708afde445 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -70,7 +70,7 @@ jsonrpc-core-client = { version = "18.0.0", features = ["ipc", "ws"] } jsonrpc-derive = "18.0.0" jsonrpc-pubsub = "18.0.0" matches = "0.1.9" -reqwest = { version = "0.11.5", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.11.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde_json = "1.0.68" serial_test = "0.5.1" solana-program-runtime = { path = "../program-runtime", version = "=1.9.0" } diff --git a/download-utils/Cargo.toml b/download-utils/Cargo.toml index 461c9c12c2..d31ba7c2b7 100644 --- a/download-utils/Cargo.toml +++ b/download-utils/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" console = "0.15.0" indicatif = "0.16.2" log = "0.4.14" -reqwest = { version = "0.11.5", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.11.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } solana-sdk = { path = "../sdk", version = "=1.9.0" } solana-runtime = { path = "../runtime", version = "=1.9.0" } diff --git a/install/Cargo.toml b/install/Cargo.toml index 2e108b0b71..a45b150d7c 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -21,7 +21,7 @@ dirs-next = "2.0.0" indicatif = "0.16.2" lazy_static = "1.4.0" nix = "0.23.0" -reqwest = { version = "0.11.5", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.11.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde = { version = "1.0.130", features = ["derive"] } serde_yaml = "0.8.21" solana-clap-utils = { path = "../clap-utils", version = "=1.9.0" } diff --git a/metrics/Cargo.toml b/metrics/Cargo.toml index 88ee777647..a5bcc99cee 100644 --- a/metrics/Cargo.toml +++ b/metrics/Cargo.toml @@ -14,7 +14,7 @@ env_logger = "0.9.0" gethostname = "0.2.1" lazy_static = "1.4.0" log = "0.4.14" -reqwest = { version = "0.11.5", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.11.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } solana-sdk = { path = "../sdk", version = "=1.9.0" } [dev-dependencies] diff --git a/notifier/Cargo.toml b/notifier/Cargo.toml index c3cac53120..6500c17b46 100644 --- a/notifier/Cargo.toml +++ b/notifier/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] log = "0.4.14" -reqwest = { version = "0.11.5", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.11.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde_json = "1.0" [lib] diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index b73e2fbaf1..6b527e91f1 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -2084,9 +2084,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.5" +version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51c732d463dd300362ffb44b7b125f299c23d2990411a4253824630ebc7467fb" +checksum = "66d2927ca2f685faf0fc620ac4834690d29e7abb153add10f5812eef20b5e280" dependencies = [ "base64 0.13.0", "bytes 1.0.1",