From b491c20744cd92f8484127a182eba86ca55808af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 16:48:49 +0000 Subject: [PATCH] fix(deps): update rust crate cached to 0.46.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9d95c4e36..711ac4e73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ zstd = "0.12.4" # local backend aho-corasick = "1.1.2" -cached = { version = "0.45.1", default-features = false, features = ["proc_macro"] } +cached = { version = "0.46.0", default-features = false, features = ["proc_macro"] } filetime = "0.2.22" ignore = "0.4.20" nix = { version = "0.27.1", default-features = false, features = ["user", "fs"] }