diff --git a/Cargo.toml b/Cargo.toml index a725c392..6f86bd83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ clap_complete = "4.0.5" dirs-next = "2.0.0" dunce = "1.0.3" gethostname = "0.4.0" -git-features = { version = "0.23.0", optional = true } +git-features = { version = "0.23.1", optional = true } # default feature restriction addresses https://github.com/starship/starship/issues/4251 git-repository = { version = "0.27.0", default-features = false, features = ["max-performance-safe"] } indexmap = { version = "1.9.1", features = ["serde"] }