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