From 19ae0fbe8c815af48a0ec5a729ad1a19c16dff24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 06:36:07 +0000 Subject: [PATCH] build(deps): update rust crate gix to 0.61.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a00f2bba1c9..18f77e45f384 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1058,9 +1058,9 @@ dependencies = [ [[package]] name = "gix" -version = "0.61.0" +version = "0.61.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4e0e59a44bf00de058ee98d6ecf3c9ed8f8842c1da642258ae4120d41ded8f7" +checksum = "d03e6e306a2c85bcd8e1de93dfd061531068ccd45eb05633d80c7e93f7e55fb9" dependencies = [ "gix-actor", "gix-commitgraph", diff --git a/Cargo.toml b/Cargo.toml index 1a9dacc0c408..f5bb9408504e 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.0", default-features = false, features = ["max-performance-safe", "revision"] } +gix = { version = "0.61.1", default-features = false, features = ["max-performance-safe", "revision"] } gix-features = { version = "0.38.1", optional = true } indexmap = { version = "2.2.5", features = ["serde"] } log = { version = "0.4.21", features = ["std"] }