From 861bea8eb2ec041f34829365d1494487dc3b3e1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:01:58 +0000 Subject: [PATCH] Bump gix-path in /tools/crates/cargo_audit/v0_20/crate Bumps [gix-path](https://github.com/Byron/gitoxide) from 0.10.9 to 0.10.10. - [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-path-v0.10.9...gix-path-v0.10.10) --- updated-dependencies: - dependency-name: gix-path dependency-type: indirect ... Signed-off-by: dependabot[bot] --- tools/crates/cargo_audit/v0_20/crate/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/crates/cargo_audit/v0_20/crate/Cargo.lock b/tools/crates/cargo_audit/v0_20/crate/Cargo.lock index df49bbaa20e2..d478cdbca147 100644 --- a/tools/crates/cargo_audit/v0_20/crate/Cargo.lock +++ b/tools/crates/cargo_audit/v0_20/crate/Cargo.lock @@ -1149,9 +1149,9 @@ dependencies = [ [[package]] name = "gix-path" -version = "0.10.9" +version = "0.10.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d23d5bbda31344d8abc8de7c075b3cf26e5873feba7c4a15d916bce67382bd9" +checksum = "38d5b8722112fa2fa87135298780bc833b0e9f6c56cc82795d209804b3a03484" dependencies = [ "bstr", "gix-trace",