Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent 034e993 commit 7aa6f7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ serde_qs = "0.13"
serde_yaml = "0.9.34"
serde_urlencoded = "0.7.1"
url = { version = "2.5.0", features = ["serde"] }
reqwest = { version = "0.11", features = [
reqwest = { version = "0.12.4", features = [
"json",
"rustls-tls",
], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion tailcall-aws-lambda/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ dotenvy = "0.15.7"
anyhow = "1.0.82"
async-trait = "0.1.80"
hyper = { version = "0.14.28", default-features = false }
reqwest = { version = "0.11", default-features = false }
reqwest = { version = "0.12.4", default-features = false }
tailcall = { path = "..", default-features = false }
2 changes: 1 addition & 1 deletion tailcall-cloudflare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tailcall = { path = "..", default-features = false }
lazy_static = "1.4.0"
anyhow = "1.0.82"
async-trait = "0.1.80"
reqwest = { version = "0.11", default-features = false }
reqwest = { version = "0.12.4", default-features = false }
async-std = "1.12.0"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
Expand Down

0 comments on commit 7aa6f7c

Please sign in to comment.