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