build(deps): update gitoxide crates

This commit is contained in:
renovate[bot]
2024-10-23 23:51:16 +00:00
parent 426c34ad14
commit 3974ce4505
2 changed files with 81 additions and 71 deletions
+2 -2
View File
@@ -48,8 +48,8 @@ clap_complete = "4.5.33"
dirs = "5.0.1"
dunce = "1.0.5"
# default feature restriction addresses https://github.com/starship/starship/issues/4251
gix = { version = "0.66.0", default-features = false, features = ["max-performance-safe", "revision"] }
gix-features = { version = "0.38.2", optional = true }
gix = { version = "0.67.0", default-features = false, features = ["max-performance-safe", "revision"] }
gix-features = { version = "0.39.0", optional = true }
indexmap = { version = "2.6.0", features = ["serde"] }
log = { version = "0.4.22", features = ["std"] }
# notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix