Skip to content

Commit

Permalink
chore(deps): update rust crate reqwest to 0.11.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 3, 2023
1 parent 1c851d5 commit 93cc98a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5246,9 +5246,9 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"

[[package]]
name = "reqwest"
version = "0.11.21"
version = "0.11.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78fdbab6a7e1d7b13cc8ff10197f47986b41c639300cc3c8158cac7847c9bbef"
checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
dependencies = [
"base64 0.21.4",
"bytes",
Expand Down
4 changes: 2 additions & 2 deletions apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ rand = "0.8.5"
rand_core = "0.6.4"
rhai = { version = "1.16.2", features = ["sync", "serde", "internals"] }
regex = "1.9.6"
reqwest = { version = "0.11.21", default-features = false, features = [
reqwest = { version = "0.11.22", default-features = false, features = [
"rustls-tls",
"rustls-native-certs",
"json",
Expand Down Expand Up @@ -277,7 +277,7 @@ opentelemetry-stdout = { version = "0.1.0", features = ["trace"] }
p256 = "0.12.0"
rand_core = "0.6.4"
redis = { version = "0.21.7", features = ["tokio-comp"] }
reqwest = { version = "0.11.21", default-features = false, features = [
reqwest = { version = "0.11.22", default-features = false, features = [
"json",
"stream",
] }
Expand Down

0 comments on commit 93cc98a

Please sign in to comment.