build(deps): update gitoxide crates (#5495)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-10-15 21:00:58 +02:00
committed by GitHub
parent 22a78b60e4
commit aa4272ce49
2 changed files with 48 additions and 48 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.53.1", default-features = false, features = ["max-performance-safe", "revision"] }
gix-features = { version = "0.34.0", optional = true }
gix = { version = "0.55.2", default-features = false, features = ["max-performance-safe", "revision"] }
gix-features = { version = "0.36.0", optional = true }
indexmap = { version = "2.0.2", 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