From 7354d801260ff06fd533b7d914e29ca00cc16808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 12:36:08 +0000 Subject: [PATCH] Bump gix-path from 0.10.15 to 0.10.18 Bumps [gix-path](https://github.com/GitoxideLabs/gitoxide) from 0.10.15 to 0.10.18. - [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-path-v0.10.15...gix-path-v0.10.18) --- updated-dependencies: - dependency-name: gix-path dependency-version: 0.10.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c5463af55..d02a038c9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -309,9 +309,9 @@ dependencies = [ [[package]] name = "bstr" -version = "1.11.3" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0" +checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4" dependencies = [ "memchr", "regex-automata", @@ -1240,7 +1240,7 @@ dependencies = [ "gix-traverse", "gix-url", "gix-utils", - "gix-validate", + "gix-validate 0.9.4", "once_cell", "smallvec", "thiserror 2.0.12", @@ -1465,7 +1465,7 @@ dependencies = [ "gix-object", "gix-traverse", "gix-utils", - "gix-validate", + "gix-validate 0.9.4", "hashbrown 0.14.5", "itoa", "libc", @@ -1500,7 +1500,7 @@ dependencies = [ "gix-hashtable", "gix-path", "gix-utils", - "gix-validate", + "gix-validate 0.9.4", "itoa", "smallvec", "thiserror 2.0.12", @@ -1561,12 +1561,13 @@ dependencies = [ [[package]] name = "gix-path" -version = "0.10.15" +version = "0.10.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f910668e2f6b2a55ff35a1f04df88a1a049f7b868507f4cbeeaa220eaba7be87" +checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b" dependencies = [ "bstr", "gix-trace", + "gix-validate 0.10.0", "home", "once_cell", "thiserror 2.0.12", @@ -1617,7 +1618,7 @@ dependencies = [ "gix-path", "gix-tempfile", "gix-utils", - "gix-validate", + "gix-validate 0.9.4", "memmap2", "thiserror 2.0.12", "winnow", @@ -1632,7 +1633,7 @@ dependencies = [ "bstr", "gix-hash", "gix-revision", - "gix-validate", + "gix-validate 0.9.4", "smallvec", "thiserror 2.0.12", ] @@ -1780,6 +1781,16 @@ dependencies = [ "thiserror 2.0.12", ] +[[package]] +name = "gix-validate" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d" +dependencies = [ + "bstr", + "thiserror 2.0.12", +] + [[package]] name = "group" version = "0.13.0"