build(deps): update rust crate gix to 0.82.0 (#7422)

* build(deps): update rust crate gix to 0.82.0

* build(deps): use new API

Co-authored-by: Copilot <copilot@github.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
renovate[bot]
2026-04-26 21:51:21 +02:00
committed by GitHub
parent 9d6247a1c9
commit 37fb6af201
3 changed files with 141 additions and 166 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ clap_complete_nushell = "4.6.0"
dirs = "6.0.0"
dunce = "1.0.5"
# default feature restriction addresses https://github.com/starship/starship/issues/4251
gix = { version = "0.81.0", default-features = false, features = ["max-performance-safe", "revision", "zlib-rs", "status", "sha1"] }
gix = { version = "0.82.0", default-features = false, features = ["max-performance-safe", "revision", "zlib-rs", "status", "sha1"] }
indexmap = { version = "2.14.0", features = ["serde"] }
jsonc-parser = { version = "0.32.3", features = ["serde"] }
log = { version = "0.4.29", features = ["std"] }