From e77d80a1eea6514399051f24a104b6d0a1de530c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:14:59 +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 7427caa3bc6..5fdf1c26273 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