build(deps): update rust crate gix to 0.59.0

This commit is contained in:
renovate[bot]
2024-02-25 18:20:16 +00:00
committed by GitHub
parent 5fcada2630
commit 560c60b8f6
2 changed files with 95 additions and 60 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.58.0", default-features = false, features = ["max-performance-safe", "revision"] }
gix = { version = "0.59.0", default-features = false, features = ["max-performance-safe", "revision"] }
gix-features = { version = "0.38.0", optional = true }
indexmap = { version = "2.2.3", features = ["serde"] }
log = { version = "0.4.20", features = ["std"] }