From 22e05231c359ccc8f7dd06d23414ce9ece7c9313 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 15:09:56 +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 6e53cc0c2..e4aa06b24 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"] }