From a2619ce492618ba4bebb1fc352580bd086ce7fe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 01:01:40 +0000 Subject: [PATCH] Update gix-features requirement from 0.38.2 to 0.39.0 Updates the requirements on [gix-features](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-features-v0.38.2...gix-features-v0.39.0) --- updated-dependencies: - dependency-name: gix-features 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 02b00b56..6320f28c 100644 --- a/git-function-history-lib/Cargo.toml +++ b/git-function-history-lib/Cargo.toml @@ -28,7 +28,7 @@ gix = { version = "0.66.0", default-features = false, features = [ "max-performance-safe", "revision", ] } -gix-features = { version = "0.38.2", features = [ +gix-features = { version = "0.39.0", features = [ "zlib", "once_cell", "walkdir",