diff --git a/git-function-history-lib/Cargo.toml b/git-function-history-lib/Cargo.toml index 57baa73b..29b7dc30 100644 --- a/git-function-history-lib/Cargo.toml +++ b/git-function-history-lib/Cargo.toml @@ -23,7 +23,7 @@ cache = ["dep:cached"] chrono = "0.4.38" rayon = { version = "1.10.0", optional = true } cfg-if = "1.0.0" -cached = { version = "0.54.0", optional = true } +cached = { version = "0.55.1", optional = true } gix = { version = "0.70.0", default-features = false, features = [ "max-performance-safe", "revision",