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"] }