cargo: downgrade gix to 0.61.0

The latest version `0.61.1` was yanked, and there hasn't been an update yet.

This should unblock the CI system.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
Change-Id: I70d73ac297d7fc055d2d6551e581c6767b3db597
This commit is contained in:
Austin Seipp 2024-03-23 13:15:11 -05:00
parent 63771d6e84
commit 44108ab3a3
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -945,9 +945,9 @@ dependencies = [
[[package]]
name = "gix"
version = "0.61.1"
version = "0.61.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d03e6e306a2c85bcd8e1de93dfd061531068ccd45eb05633d80c7e93f7e55fb9"
checksum = "e4e0e59a44bf00de058ee98d6ecf3c9ed8f8842c1da642258ae4120d41ded8f7"
dependencies = [
"gix-actor",
"gix-commitgraph",

View file

@ -48,7 +48,7 @@ either = "1.10.0"
esl01-renderdag = "0.3.0"
futures = "0.3.30"
git2 = "0.18.3"
gix = { version = "0.61.1", default-features = false, features = [
gix = { version = "0.61.0", default-features = false, features = [
"index",
"max-performance-safe",
] }