summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-03-22 06:36:07 +0000
committerGitHub <noreply@github.com>2024-03-22 06:36:07 +0000
commit19ae0fbe8c815af48a0ec5a729ad1a19c16dff24 (patch)
tree71aa6db41a3c3ed9f3c7d9beec6b785714e49fa9
parent82a8d694327b8d9065edb921a7e6a16786a5ee35 (diff)
build(deps): update rust crate gix to 0.61.1
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4a00f2bba..18f77e45f 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 1a9dacc0c..f5bb94085 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"] }