summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-20 04:07:24 +0000
committerGitHub <[email protected]>2024-04-20 04:07:24 +0000
commitea4764566c757e42880e348165e697b7f3206ced (patch)
treec0101f5946a1bd24f30928ea2479652ca02440ee
parentab4bd23f8919cf512037e81202cfdcb5825b3289 (diff)
crates: bump reqwest from 0.12.2 to 0.12.4 (#172)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.2 to 0.12.4. - [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.12.2...v0.12.4) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock38
-rw-r--r--Cargo.toml2
2 files changed, 28 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock
index da03575..d1ef045 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -163,6 +163,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
[[package]]
+name = "base64"
+version = "0.22.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
+
+[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1511,7 +1517,7 @@ version = "0.11.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
dependencies = [
- "base64",
+ "base64 0.21.5",
"bytes",
"encoding_rs",
"futures-core",
@@ -1546,16 +1552,16 @@ dependencies = [
"wasm-streams",
"web-sys",
"webpki-roots 0.25.2",
- "winreg",
+ "winreg 0.50.0",
]
[[package]]
name = "reqwest"
-version = "0.12.2"
+version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2d66674f2b6fb864665eea7a3c1ac4e3dfacd2fda83cf6f935a612e01b0e3338"
+checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10"
dependencies = [
- "base64",
+ "base64 0.22.0",
"bytes",
"futures-core",
"futures-util",
@@ -1573,7 +1579,7 @@ dependencies = [
"percent-encoding",
"pin-project-lite",
"rustls 0.22.2",
- "rustls-pemfile 1.0.4",
+ "rustls-pemfile 2.1.1",
"rustls-pki-types",
"serde",
"serde_json",
@@ -1587,7 +1593,7 @@ dependencies = [
"wasm-bindgen-futures",
"web-sys",
"webpki-roots 0.26.1",
- "winreg",
+ "winreg 0.52.0",
]
[[package]]
@@ -1668,7 +1674,7 @@ version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
dependencies = [
- "base64",
+ "base64 0.21.5",
]
[[package]]
@@ -1677,7 +1683,7 @@ version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f48172685e6ff52a556baa527774f61fcaa884f59daf3375c62a3f1cd2549dab"
dependencies = [
- "base64",
+ "base64 0.21.5",
"rustls-pki-types",
]
@@ -1841,7 +1847,7 @@ checksum = "385647faa24a889929028973650a4f158fb1b4272b2fcf94feb9fcc3c009e813"
dependencies = [
"arrayvec",
"async-trait",
- "base64",
+ "base64 0.21.5",
"bitflags 2.4.1",
"bytes",
"chrono",
@@ -2050,7 +2056,7 @@ dependencies = [
"rand 0.8.5",
"redis",
"redis-macros",
- "reqwest 0.12.2",
+ "reqwest 0.12.4",
"serde",
"serde_json",
"tokio",
@@ -2819,6 +2825,16 @@ dependencies = [
]
[[package]]
+name = "winreg"
+version = "0.52.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
+dependencies = [
+ "cfg-if",
+ "windows-sys 0.48.0",
+]
+
+[[package]]
name = "zeroize"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index 1f19324..c65bbfb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ poise = "0.6.1"
rand = "0.8.5"
redis = { version = "0.25.3", features = ["tokio-comp", "tokio-rustls-comp"] }
redis-macros = "0.3.0"
-reqwest = { version = "0.12.2", default-features = false, features = [
+reqwest = { version = "0.12.4", default-features = false, features = [
"rustls-tls",
"json",
] }