build(deps): update rust crate gix to 0.37.1

This commit is contained in:
renovate[bot]
2023-02-21 08:03:06 +00:00
committed by GitHub
parent d1891de638
commit c74191ff4b
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ dirs-next = "2.0.0"
dunce = "1.0.3"
gethostname = "0.4.1"
# default feature restriction addresses https://github.com/starship/starship/issues/4251
gix = { version = "0.36.1", default-features = false, features = ["max-performance-safe"] }
gix = { version = "0.37.1", default-features = false, features = ["max-performance-safe"] }
gix-features = { version = "0.26.5", optional = true }
indexmap = { version = "1.9.2", features = ["serde"] }
log = { version = "0.4.17", features = ["std"] }