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] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot]
2022-02-24 22:40:01 -07:00
committed by GitHub
parent 274a6a5ccb
commit 98f059e89c
10 changed files with 59 additions and 112 deletions

41
Cargo.lock generated
View File

@@ -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"