diff --git a/Cargo.toml b/Cargo.toml index 184d042404..3e32f3d35d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ headers = "0.3.9" # previous version until hyper is updated to 1+ http = "0.2.12" # previous version until hyper is updated to 1+ insta = { version = "1.38.0", features = ["json"] } tokio = { version = "1.37.0", features = ["rt", "time"] } -reqwest = { version = "0.11", features = [ +reqwest = { version = "0.13", features = [ "json", "rustls-tls", ], default-features = false } diff --git a/tailcall-aws-lambda/Cargo.toml b/tailcall-aws-lambda/Cargo.toml index be2a6726fd..7ee2540517 100644 --- a/tailcall-aws-lambda/Cargo.toml +++ b/tailcall-aws-lambda/Cargo.toml @@ -27,5 +27,5 @@ async-trait = "0.1.80" async-graphql-value = { version = "7.0.3", default-features = false } hyper = { version = "0.14.28", default-features = false } http = { workspace = true } -reqwest = { version = "0.11", default-features = false, features = ["json","rustls-tls"] } +reqwest = { version = "0.13", default-features = false, features = ["json","rustls-tls"] } tailcall = { path = "..", default-features = false} \ No newline at end of file diff --git a/tailcall-cloudflare/Cargo.toml b/tailcall-cloudflare/Cargo.toml index 8d1cab5d12..18a44ac2bf 100644 --- a/tailcall-cloudflare/Cargo.toml +++ b/tailcall-cloudflare/Cargo.toml @@ -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.13", default-features = false } async-std = "1.12.0" tracing = "0.1.40" tracing-subscriber = "0.3.18" diff --git a/tailcall-wasm/Cargo.toml b/tailcall-wasm/Cargo.toml index 79ecd58f35..924a689fbd 100644 --- a/tailcall-wasm/Cargo.toml +++ b/tailcall-wasm/Cargo.toml @@ -13,7 +13,7 @@ wasm-bindgen-futures = "0.4.42" anyhow = "1.0.83" async-trait = "0.1.80" console_error_panic_hook = "0.1.7" -reqwest = { version = "0.11", default-features = false } +reqwest = { version = "0.13", default-features = false } async-std = "1.12.0" tracing = "0.1.40" tracing-subscriber = "0.3.18"