diff --git a/git-function-history-lib/Cargo.toml b/git-function-history-lib/Cargo.toml index 24dc69e5..c98d69c8 100644 --- a/git-function-history-lib/Cargo.toml +++ b/git-function-history-lib/Cargo.toml @@ -24,7 +24,7 @@ chrono = "0.4.42" rayon = { version = "1.11.0", optional = true } cfg-if = "1.0.0" cached = { version = "0.56.0", optional = true } -gix = { version = "0.74.1", default-features = false, features = [ +gix = { version = "0.75.0", default-features = false, features = [ "max-performance-safe", "revision", ] }