From 0506ca206228ba75413b6d3fee7821a713e2cfb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:06:07 +0000 Subject: [PATCH] Update gix requirement from 0.55.2 to 0.56.0 Updates the requirements on [gix](https://github.com/Byron/gitoxide) to permit the latest version. - [Release notes](https://github.com/Byron/gitoxide/releases) - [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md) - [Commits](https://github.com/Byron/gitoxide/compare/gix-v0.55.2...gix-v0.56.0) --- updated-dependencies: - dependency-name: gix dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vergen/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vergen/Cargo.toml b/vergen/Cargo.toml index 6bdc6e62..ef04d04c 100644 --- a/vergen/Cargo.toml +++ b/vergen/Cargo.toml @@ -41,7 +41,7 @@ si = ["sysinfo"] [dependencies] anyhow = "1.0.72" git2-rs = { version = "0.18.0", package = "git2", optional = true, default-features = false } -gix = { version = "0.55.2", optional = true, default-features = false, features = ["revision", "interrupt"] } +gix = { version = "0.56.0", optional = true, default-features = false, features = ["revision", "interrupt"] } rustc_version = { version = "0.4.0", optional = true } sysinfo = { version = "0.29.7", optional = true, default-features = false } time = { version = "0.3.23", features = [ @@ -54,7 +54,7 @@ time = { version = "0.3.23", features = [ rustversion = "1.0.14" [dev-dependencies] -gix = { version = "0.55.2", default-features = false, features = [ +gix = { version = "0.56.0", default-features = false, features = [ "interrupt", "worktree-mutation", "blocking-network-client",