From e17f81da15dfabab9fac1206d8fce0069c346780 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:06:24 +0000 Subject: [PATCH] chore(deps): update rust crate http-cache to 0.20.0 --- 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 7427caa3bc..5fdf1c2627 100644 --- a/tailcall-http-cache/Cargo.toml +++ b/tailcall-http-cache/Cargo.toml @@ -18,4 +18,4 @@ tokio = {version = "1.37.0", features = ["full"]} url = { workspace = true } reqwest = { workspace = true } http = "0.2.12" -http-cache = "0.18.0" \ No newline at end of file +http-cache = "0.20.0" \ No newline at end of file