From d9198a8a155fbd373dacba3929a0e70b2e109e24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 14:54:28 +0000 Subject: [PATCH] build(deps): update gitoxide crates --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9ea7589d..c9dee25d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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