build(deps): bump reqwest from 0.11.18 to 0.11.19 (#32950)

* build(deps): bump reqwest from 0.11.18 to 0.11.19

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.18 to 0.11.19.
- [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.18...v0.11.19)

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
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] 2023-08-23 13:02:49 +00:00 committed by GitHub
parent e1972f07fa
commit 608c544b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 39 additions and 16 deletions

30
Cargo.lock generated
View File

@ -4431,9 +4431,9 @@ checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
[[package]] [[package]]
name = "reqwest" name = "reqwest"
version = "0.11.18" version = "0.11.19"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" checksum = "20b9b67e2ca7dd9e9f9285b759de30ff538aab981abaaf7bc9bd90b84a0126c3"
dependencies = [ dependencies = [
"async-compression", "async-compression",
"base64 0.21.2", "base64 0.21.2",
@ -4469,8 +4469,8 @@ dependencies = [
"wasm-bindgen", "wasm-bindgen",
"wasm-bindgen-futures", "wasm-bindgen-futures",
"web-sys", "web-sys",
"webpki-roots", "webpki-roots 0.25.2",
"winreg", "winreg 0.50.0",
] ]
[[package]] [[package]]
@ -6164,7 +6164,7 @@ dependencies = [
"tempfile", "tempfile",
"url 2.4.0", "url 2.4.0",
"winapi 0.3.9", "winapi 0.3.9",
"winreg", "winreg 0.10.1",
] ]
[[package]] [[package]]
@ -8194,7 +8194,7 @@ dependencies = [
"tokio-rustls 0.23.3", "tokio-rustls 0.23.3",
"tungstenite", "tungstenite",
"webpki 0.22.0", "webpki 0.22.0",
"webpki-roots", "webpki-roots 0.22.1",
] ]
[[package]] [[package]]
@ -8475,7 +8475,7 @@ dependencies = [
"url 2.4.0", "url 2.4.0",
"utf-8", "utf-8",
"webpki 0.22.0", "webpki 0.22.0",
"webpki-roots", "webpki-roots 0.22.1",
] ]
[[package]] [[package]]
@ -8790,6 +8790,12 @@ dependencies = [
"webpki 0.22.0", "webpki 0.22.0",
] ]
[[package]]
name = "webpki-roots"
version = "0.25.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
[[package]] [[package]]
name = "which" name = "which"
version = "4.2.2" version = "4.2.2"
@ -9028,6 +9034,16 @@ dependencies = [
"winapi 0.3.9", "winapi 0.3.9",
] ]
[[package]]
name = "winreg"
version = "0.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
dependencies = [
"cfg-if 1.0.0",
"windows-sys 0.48.0",
]
[[package]] [[package]]
name = "x509-parser" name = "x509-parser"
version = "0.14.0" version = "0.14.0"

View File

@ -272,7 +272,7 @@ rcgen = "0.10.0"
reed-solomon-erasure = "6.0.0" reed-solomon-erasure = "6.0.0"
regex = "1.9.3" regex = "1.9.3"
rolling-file = "0.2.0" rolling-file = "0.2.0"
reqwest = { version = "0.11.18", default-features = false } reqwest = { version = "0.11.19", default-features = false }
rpassword = "7.2" rpassword = "7.2"
rustc_version = "0.4" rustc_version = "0.4"
rustls = { version = "0.21.6", default-features = false, features = ["quic"] } rustls = { version = "0.21.6", default-features = false, features = ["quic"] }

View File

@ -3893,9 +3893,9 @@ checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
[[package]] [[package]]
name = "reqwest" name = "reqwest"
version = "0.11.18" version = "0.11.19"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" checksum = "20b9b67e2ca7dd9e9f9285b759de30ff538aab981abaaf7bc9bd90b84a0126c3"
dependencies = [ dependencies = [
"async-compression", "async-compression",
"base64 0.21.2", "base64 0.21.2",
@ -3931,7 +3931,7 @@ dependencies = [
"wasm-bindgen", "wasm-bindgen",
"wasm-bindgen-futures", "wasm-bindgen-futures",
"web-sys", "web-sys",
"webpki-roots", "webpki-roots 0.25.2",
"winreg", "winreg",
] ]
@ -7050,7 +7050,7 @@ dependencies = [
"tokio-rustls 0.23.2", "tokio-rustls 0.23.2",
"tungstenite", "tungstenite",
"webpki 0.22.0", "webpki 0.22.0",
"webpki-roots", "webpki-roots 0.22.1",
] ]
[[package]] [[package]]
@ -7332,7 +7332,7 @@ dependencies = [
"url 2.4.0", "url 2.4.0",
"utf-8", "utf-8",
"webpki 0.22.0", "webpki 0.22.0",
"webpki-roots", "webpki-roots 0.22.1",
] ]
[[package]] [[package]]
@ -7632,6 +7632,12 @@ dependencies = [
"webpki 0.22.0", "webpki 0.22.0",
] ]
[[package]]
name = "webpki-roots"
version = "0.25.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
[[package]] [[package]]
name = "which" name = "which"
version = "4.2.5" version = "4.2.5"
@ -7863,11 +7869,12 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
[[package]] [[package]]
name = "winreg" name = "winreg"
version = "0.10.1" version = "0.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
dependencies = [ dependencies = [
"winapi 0.3.9", "cfg-if 1.0.0",
"windows-sys 0.48.0",
] ]
[[package]] [[package]]