build(deps): update gitoxide crates

This commit is contained in:
renovate[bot] 2023-12-31 14:54:28 +00:00
parent cdcfc367b5
commit d9198a8a15

View file

@ -48,8 +48,8 @@ clap_complete = "4.4.5"
dirs-next = "2.0.0"
dunce = "1.0.4"
# default feature restriction addresses https://github.com/starship/starship/issues/4251
gix = { version = "0.57.0", default-features = false, features = ["max-performance-safe", "revision"] }
gix-features = { version = "0.37.0", optional = true }
gix = { version = "0.57.1", default-features = false, features = ["max-performance-safe", "revision"] }
gix-features = { version = "0.37.1", optional = true }
indexmap = { version = "2.1.0", 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