From 87220a3315ad15bf75c284995d0183ab8cd04f89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 00:04:27 +0000 Subject: [PATCH] Update gix requirement from 0.74.1 to 0.75.0 Updates the requirements on [gix](https://github.com/GitoxideLabs/gitoxide) to permit the latest version. - [Release notes](https://github.com/GitoxideLabs/gitoxide/releases) - [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md) - [Commits](https://github.com/GitoxideLabs/gitoxide/compare/gix-v0.74.1...gix-v0.75.0) --- updated-dependencies: - dependency-name: gix dependency-version: 0.75.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- git-function-history-lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ] }