From f65861946dc6730fc80fe4fe0be9e29f4f20f5e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Nov 2022 18:46:10 +0000 Subject: [PATCH] build(deps): update rust crate git-features to 0.23.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }