From b3d1eef067adf49949cfa30c8818646373a3ba62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 00:14:33 +0000 Subject: [PATCH] Update gix requirement from 0.70.0 to 0.71.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.70.0...gix-v0.71.0) --- updated-dependencies: - dependency-name: gix dependency-version: 0.71.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 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", ] }