build(deps): update rust crate gix to 0.69.1 (#6446)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-12-22 21:34:45 +00:00
committed by GitHub
parent 0d2edee51f
commit ba16bdab88
2 changed files with 110 additions and 24 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ clap_complete = "4.5.40"
dirs = "5.0.1"
dunce = "1.0.5"
# default feature restriction addresses https://github.com/starship/starship/issues/4251
gix = { version = "0.68.0", default-features = false, features = ["max-performance-safe", "revision"] }
gix = { version = "0.69.1", default-features = false, features = ["max-performance-safe", "revision"] }
gix-features = { version = "0.39.1", optional = true }
indexmap = { version = "2.7.0", features = ["serde"] }
log = { version = "0.4.22", features = ["std"] }