From 8916dc6b517ff50577006e424ec2095f6bc1bcca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 05:46:59 +0000 Subject: [PATCH] build(deps): update rust crate gix to 0.53.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c4ae55a..d6eeea60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ 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.0", default-features = false, features = ["max-performance-safe", "revision"] } +gix = { version = "0.53.1", default-features = false, features = ["max-performance-safe", "revision"] } gix-features = { version = "0.34.0", optional = true } indexmap = { version = "2.0.0", features = ["serde"] } log = { version = "0.4.20", features = ["std"] }