build(deps): update rust crate gix to 0.78.0

This commit is contained in:
renovate[bot]
2026-01-22 08:48:25 +00:00
committed by GitHub
parent 61eee25ad5
commit 6109716afe
2 changed files with 105 additions and 97 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ clap_complete_nushell = "4.5.10"
dirs = "6.0.0"
dunce = "1.0.5"
# default feature restriction addresses https://github.com/starship/starship/issues/4251
gix = { version = "0.77.0", default-features = false, features = ["max-performance-safe", "revision", "zlib-rs", "status"] }
gix = { version = "0.78.0", default-features = false, features = ["max-performance-safe", "revision", "zlib-rs", "status"] }
indexmap = { version = "2.13.0", features = ["serde"] }
jsonc-parser = { version = "0.29.0", features = ["serde"] }
log = { version = "0.4.29", features = ["std"] }