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"] }