build(deps): update gitoxide crates

This commit is contained in:
renovate[bot]
2023-08-22 11:27:27 +00:00
committed by GitHub
parent cc08685c2c
commit 9388eb8c44
2 changed files with 186 additions and 140 deletions
+2 -2
View File
@@ -49,8 +49,8 @@ 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.51.0", default-features = false, features = ["max-performance-safe"] }
gix-features = { version = "0.32.1", optional = true }
gix = { version = "0.52.0", default-features = false, features = ["max-performance-safe"] }
gix-features = { version = "0.33.0", optional = true }
indexmap = { version = "1.9.3", features = ["serde"] }
log = { version = "0.4.20", features = ["std"] }
# notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix