From eb80dbab99e38b5018aa3fb70b06ae9e4d793b24 Mon Sep 17 00:00:00 2001 From: David Knaack Date: Mon, 25 Mar 2024 02:59:43 +0100 Subject: [PATCH] revert: "build(deps): update rust crate gix to 0.61.1" (#5878) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dcd7ee08..f733725c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1058,9 +1058,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", diff --git a/Cargo.toml b/Cargo.toml index c6b908d8..198db000 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ dirs-next = "2.0.0" dunce = "1.0.4" gethostname = "0.4.3" # default feature restriction addresses https://github.com/starship/starship/issues/4251 -gix = { version = "0.61.1", default-features = false, features = ["max-performance-safe", "revision"] } +gix = { version = "0.61.0", default-features = false, features = ["max-performance-safe", "revision"] } gix-features = { version = "0.38.1", optional = true } indexmap = { version = "2.2.6", features = ["serde"] } log = { version = "0.4.21", features = ["std"] }