From 98f059e89c72786ddb5803f87f5366ab29e367fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 22:40:01 -0700 Subject: [PATCH] chore: bump reqwest from 0.11.6 to 0.11.9 (#23337) * chore: bump reqwest from 0.11.6 to 0.11.9 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.6 to 0.11.9. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.6...v0.11.9) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 41 ++++++-------- cli/Cargo.toml | 2 +- client/Cargo.toml | 2 +- core/Cargo.toml | 2 +- download-utils/Cargo.toml | 2 +- install/Cargo.toml | 2 +- metrics/Cargo.toml | 2 +- notifier/Cargo.toml | 2 +- programs/bpf/Cargo.lock | 114 ++++++++++++-------------------------- rpc-test/Cargo.toml | 2 +- 10 files changed, 59 insertions(+), 112 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a1c4d3fa5..a62796aeaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1813,9 +1813,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.7" +version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fd819562fcebdac5afc5c113c3ec36f902840b70fd4fc458799c8ce4607ae55" +checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e" dependencies = [ "bytes 1.1.0", "fnv", @@ -2020,17 +2020,15 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.22.1" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64" +checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac" dependencies = [ - "futures-util", + "http", "hyper 0.14.14", - "log 0.4.14", - "rustls 0.19.1", + "rustls 0.20.4", "tokio", - "tokio-rustls 0.22.0", - "webpki 0.21.4", + "tokio-rustls 0.23.2", ] [[package]] @@ -3904,15 +3902,16 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.6" +version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66d2927ca2f685faf0fc620ac4834690d29e7abb153add10f5812eef20b5e280" +checksum = "87f242f1488a539a79bac6dbe7c8609ae43b7914b7736210f239a37cccb32525" dependencies = [ "base64 0.13.0", "bytes 1.1.0", "encoding_rs", "futures-core", "futures-util", + "h2", "http", "http-body", "hyper 0.14.14", @@ -3926,18 +3925,19 @@ dependencies = [ "native-tls", "percent-encoding 2.1.0", "pin-project-lite", - "rustls 0.19.1", + "rustls 0.20.4", + "rustls-pemfile", "serde", "serde_json", "serde_urlencoded", "tokio", "tokio-native-tls", - "tokio-rustls 0.22.0", + "tokio-rustls 0.23.2", "url 2.2.2", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "webpki-roots 0.21.1", + "webpki-roots", "winreg 0.7.0", ] @@ -7175,7 +7175,7 @@ dependencies = [ "tokio-rustls 0.23.2", "tungstenite", "webpki 0.22.0", - "webpki-roots 0.22.1", + "webpki-roots", ] [[package]] @@ -7383,7 +7383,7 @@ dependencies = [ "url 2.2.2", "utf-8", "webpki 0.22.0", - "webpki-roots 0.22.1", + "webpki-roots", ] [[package]] @@ -7718,15 +7718,6 @@ dependencies = [ "untrusted", ] -[[package]] -name = "webpki-roots" -version = "0.21.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940" -dependencies = [ - "webpki 0.21.4", -] - [[package]] name = "webpki-roots" version = "0.22.1" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 727dd8cc95..e521f02240 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -22,7 +22,7 @@ log = "0.4.14" humantime = "2.0.1" num-traits = "0.2" pretty-hex = "0.2.1" -reqwest = { version = "0.11.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.11.9", default-features = false, features = ["blocking", "rustls-tls", "json"] } semver = "1.0.5" serde = "1.0.136" serde_derive = "1.0.103" diff --git a/client/Cargo.toml b/client/Cargo.toml index 44dc46c593..1ac2b88d3a 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -21,7 +21,7 @@ indicatif = "0.16.2" jsonrpc-core = "18.0.0" log = "0.4.14" rayon = "1.5.1" -reqwest = { version = "0.11.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.11.9", default-features = false, features = ["blocking", "rustls-tls", "json"] } semver = "1.0.5" serde = "1.0.136" serde_derive = "1.0.103" diff --git a/core/Cargo.toml b/core/Cargo.toml index ca0e566fa1..cd254ea3d9 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -70,7 +70,7 @@ jsonrpc-derive = "18.0.0" jsonrpc-pubsub = "18.0.0" matches = "0.1.9" raptorq = "1.6.5" -reqwest = { version = "0.11.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.11.9", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde_json = "1.0.78" serial_test = "0.5.1" solana-logger = { path = "../logger", version = "=1.10.0" } diff --git a/download-utils/Cargo.toml b/download-utils/Cargo.toml index 8601b5f6a9..0433493a84 100644 --- a/download-utils/Cargo.toml +++ b/download-utils/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" console = "0.15.0" indicatif = "0.16.2" log = "0.4.14" -reqwest = { version = "0.11.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.11.9", default-features = false, features = ["blocking", "rustls-tls", "json"] } solana-sdk = { path = "../sdk", version = "=1.10.0" } solana-runtime = { path = "../runtime", version = "=1.10.0" } diff --git a/install/Cargo.toml b/install/Cargo.toml index 40a1a61ab3..d5ddbffcff 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -22,7 +22,7 @@ dirs-next = "2.0.0" indicatif = "0.16.2" lazy_static = "1.4.0" nix = "0.23.1" -reqwest = { version = "0.11.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.11.9", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde = { version = "1.0.136", features = ["derive"] } serde_yaml = "0.8.23" solana-clap-utils = { path = "../clap-utils", version = "=1.10.0" } diff --git a/metrics/Cargo.toml b/metrics/Cargo.toml index 1ca62f9d64..a4eb2b47f2 100644 --- a/metrics/Cargo.toml +++ b/metrics/Cargo.toml @@ -14,7 +14,7 @@ crossbeam-channel = "0.5" gethostname = "0.2.1" lazy_static = "1.4.0" log = "0.4.14" -reqwest = { version = "0.11.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.11.9", default-features = false, features = ["blocking", "rustls-tls", "json"] } solana-sdk = { path = "../sdk", version = "=1.10.0" } [dev-dependencies] diff --git a/notifier/Cargo.toml b/notifier/Cargo.toml index de463773d2..eb5d13b681 100644 --- a/notifier/Cargo.toml +++ b/notifier/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" [dependencies] log = "0.4.14" -reqwest = { version = "0.11.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.11.9", 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 ad77cb212d..01a5b7902e 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -1182,9 +1182,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.3" +version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "825343c4eef0b63f541f8903f395dc5beb362a979b5799a84062527ef1e37726" +checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e" dependencies = [ "bytes 1.1.0", "fnv", @@ -1337,17 +1337,15 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.22.1" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64" +checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac" dependencies = [ - "futures-util", + "http", "hyper", - "log", - "rustls 0.19.0", + "rustls", "tokio", - "tokio-rustls 0.22.0", - "webpki 0.21.2", + "tokio-rustls", ] [[package]] @@ -2223,15 +2221,16 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.6" +version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66d2927ca2f685faf0fc620ac4834690d29e7abb153add10f5812eef20b5e280" +checksum = "87f242f1488a539a79bac6dbe7c8609ae43b7914b7736210f239a37cccb32525" dependencies = [ "base64 0.13.0", "bytes 1.1.0", "encoding_rs", "futures-core", "futures-util", + "h2", "http", "http-body", "hyper", @@ -2243,17 +2242,18 @@ dependencies = [ "mime", "percent-encoding", "pin-project-lite", - "rustls 0.19.0", + "rustls", + "rustls-pemfile", "serde", "serde_json", "serde_urlencoded", "tokio", - "tokio-rustls 0.22.0", + "tokio-rustls", "url", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "webpki-roots 0.21.0", + "webpki-roots", "winreg", ] @@ -2312,19 +2312,6 @@ dependencies = [ "semver 1.0.5", ] -[[package]] -name = "rustls" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "064fd21ff87c6e87ed4506e68beb42459caa4a0e2eb144932e6776768556980b" -dependencies = [ - "base64 0.13.0", - "log", - "ring", - "sct 0.6.0", - "webpki 0.21.2", -] - [[package]] name = "rustls" version = "0.20.4" @@ -2333,8 +2320,17 @@ checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921" dependencies = [ "log", "ring", - "sct 0.7.0", - "webpki 0.22.0", + "sct", + "webpki", +] + +[[package]] +name = "rustls-pemfile" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9" +dependencies = [ + "base64 0.13.0", ] [[package]] @@ -2384,16 +2380,6 @@ dependencies = [ "syn 1.0.67", ] -[[package]] -name = "sct" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c" -dependencies = [ - "ring", - "untrusted", -] - [[package]] name = "sct" version = "0.7.0" @@ -4067,26 +4053,15 @@ dependencies = [ "syn 1.0.67", ] -[[package]] -name = "tokio-rustls" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6" -dependencies = [ - "rustls 0.19.0", - "tokio", - "webpki 0.21.2", -] - [[package]] name = "tokio-rustls" version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a27d5f2b839802bd8267fa19b0530f5a08b9c08cd417976be2a65d130fe1c11b" dependencies = [ - "rustls 0.20.4", + "rustls", "tokio", - "webpki 0.22.0", + "webpki", ] [[package]] @@ -4124,12 +4099,12 @@ checksum = "06cda1232a49558c46f8a504d5b93101d42c0bf7f911f12a105ba48168f821ae" dependencies = [ "futures-util", "log", - "rustls 0.20.4", + "rustls", "tokio", - "tokio-rustls 0.23.2", + "tokio-rustls", "tungstenite", - "webpki 0.22.0", - "webpki-roots 0.22.1", + "webpki", + "webpki-roots", ] [[package]] @@ -4237,13 +4212,13 @@ dependencies = [ "httparse", "log", "rand 0.8.2", - "rustls 0.20.4", + "rustls", "sha-1", "thiserror", "url", "utf-8", - "webpki 0.22.0", - "webpki-roots 0.22.1", + "webpki", + "webpki-roots", ] [[package]] @@ -4468,16 +4443,6 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "webpki" -version = "0.21.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1f50e1972865d6b1adb54167d1c8ed48606004c2c9d0ea5f1eeb34d95e863ef" -dependencies = [ - "ring", - "untrusted", -] - [[package]] name = "webpki" version = "0.22.0" @@ -4488,22 +4453,13 @@ dependencies = [ "untrusted", ] -[[package]] -name = "webpki-roots" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82015b7e0b8bad8185994674a13a93306bea76cf5a16c5a181382fd3a5ec2376" -dependencies = [ - "webpki 0.21.2", -] - [[package]] name = "webpki-roots" version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c475786c6f47219345717a043a37ec04cb4bc185e28853adcc4fa0a947eba630" dependencies = [ - "webpki 0.22.0", + "webpki", ] [[package]] diff --git a/rpc-test/Cargo.toml b/rpc-test/Cargo.toml index e8045c41fc..087af4a185 100644 --- a/rpc-test/Cargo.toml +++ b/rpc-test/Cargo.toml @@ -16,7 +16,7 @@ crossbeam-channel = "0.5" jsonrpc-core = "18.0.0" jsonrpc-core-client = { version = "18.0.0", features = ["ipc", "ws"] } log = "0.4.11" -reqwest = { version = "0.11.5", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.11.9", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde = "1.0.136" serde_json = "1.0.78" solana-account-decoder = { path = "../account-decoder", version = "=1.10.0" }