From 7d431c6836012b3b7fb5aa80bfa5493bd3c4affa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 02:46:18 +0000 Subject: [PATCH] chore(deps): Update Rust crate git2 to >=0.18, <=0.20 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 968a4b5..eaf9fbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,7 +114,7 @@ pre-release-replacements = [ ] [dependencies] -git2 = { version = ">=0.18, <=0.19", default-features = false } +git2 = { version = ">=0.18, <=0.20", default-features = false } clap = { version = "4.5.4", features = ["derive", "wrap_help"] } clap-verbosity-flag = "3.0.0" log = "0.4.21"