diff --git a/tailcall-http-cache/Cargo.toml b/tailcall-http-cache/Cargo.toml index 15f391f4f2..f54468d32a 100644 --- a/tailcall-http-cache/Cargo.toml +++ b/tailcall-http-cache/Cargo.toml @@ -17,6 +17,6 @@ async-trait = "0.1.80" tokio = {version = "1.37.0", features = ["full"]} url = { version = "2.5.0", features = ["serde"] } reqwest = { workspace = true } -http = "0.2.12" +http = "1.0.0" http-cache = "0.18.0" anyhow = { workspace = true } \ No newline at end of file