Skip to content

Commit

Permalink
fix(deps): update rust crate cached to 0.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2023
1 parent a4ba89f commit 9704c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 9704c33

Please sign in to comment.