summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
parent82a8d694327b8d9065edb921a7e6a16786a5ee35 (diff)
build(deps): update rust crate gix to 0.61.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }