From 21cb94ea7c2e0fd55b9e0164132b404675072392 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 20:16:49 +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