Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 29, 2024
1 parent c990685 commit f6402ff
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 @@ -14,7 +14,7 @@ futures-util = { version = "0.3.30" }
indexmap = "2.2.6"
insta = { version = "1.38.0", features = ["json"] }
tokio = { version = "1.37.0", features = ["rt", "time"] }
reqwest = { version = "0.11", features = [
reqwest = { version = "0.12", 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 @@ -26,5 +26,5 @@ anyhow = "1.0.82"
async-trait = "0.1.80"
async-graphql-value = "7.0.3"
hyper = { version = "0.14.28", default-features = false }
reqwest = { version = "0.11", default-features = false }
reqwest = { version = "0.12", 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", default-features = false }
async-std = "1.12.0"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
Expand Down

0 comments on commit f6402ff

Please sign in to comment.