From b1c820f48250c87d679f15502a94731cb5f02183 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 10:42:53 +0000 Subject: [PATCH] chore(deps): update rust crate http to v1 --- tailcall-http-cache/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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