From ecde6347a5a343e5d09abaa69183b1970e0f92bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 23:51:21 +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