From 50f63c073ff96d260c920ac1ce79c4fe00719c9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 17:46:52 +0000 Subject: [PATCH] chore(deps): Update Rust crate git-config-env to v1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54879c6..3337bed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -580,9 +580,9 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "git-config-env" -version = "0.2.3" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20f47a62ab6eeab1a4a8e73cfb3eef632a19cc30da08ed8e84a381b519fa8cfc" +checksum = "40a4a6cd260c0225f22fa869baa261a451daa7f77774430925f9f38206ee6402" dependencies = [ "itertools", "winnow", diff --git a/Cargo.toml b/Cargo.toml index 0d71856..c53b129 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -138,7 +138,7 @@ anstyle = "1.0.6" anstream = "0.6.13" is-terminal = "0.4.12" content_inspector = "0.2.4" -git-config-env = "0.2.1" +git-config-env = "1.0.0" shlex = "1.3.0" anstyle-syntect = "1.0.0" bincode = { version = "2.0", default-features = false, features = ["std", "serde"] }