build(deps): update gitoxide crates

This commit is contained in:
renovate[bot]
2023-03-04 12:47:36 +00:00
committed by GitHub
parent db6d7197db
commit 6ed2811846
2 changed files with 40 additions and 41 deletions
+2 -2
View File
@@ -49,8 +49,8 @@ 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.38.0", default-features = false, features = ["max-performance-safe"] }
gix-features = { version = "0.27.0", optional = true }
gix = { version = "0.39.0", default-features = false, features = ["max-performance-safe"] }
gix-features = { version = "0.28.0", optional = true }
indexmap = { version = "1.9.2", features = ["serde"] }
log = { version = "0.4.17", features = ["std"] }
# nofity-rust is optional (on by default) because the crate doesn't currently build for darwin with nix