build(deps): update rust crate gix to 0.61.0

This commit is contained in:
renovate[bot]
2024-03-18 11:29:31 +00:00
committed by GitHub
parent acab1d483c
commit 7a30163f69
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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.60.0", 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.5", features = ["serde"] }
log = { version = "0.4.21", features = ["std"] }