From 26a0b0de1d89f3da5e9e8546b662966d17479702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 00:38:36 +0000 Subject: [PATCH] chore(deps): Bump gix from 0.87.0 to 0.87.1 Bumps [gix](https://github.com/GitoxideLabs/gitoxide) from 0.87.0 to 0.87.1. - [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.87.0...gix-v0.87.1) --- updated-dependencies: - dependency-name: gix dependency-version: 0.87.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b795d3..d4d02cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1301,9 +1301,9 @@ dependencies = [ [[package]] name = "gix" -version = "0.87.0" +version = "0.87.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed40a10602b5b58cfc354da6b94e07024a49aa4c2eb8c94d07f760dfc2560f7a" +checksum = "fdefc1465d8631807deaf504dacdeff628b978de515653b47976ca7c28ab2a7a" dependencies = [ "gix-actor", "gix-archive",