From 2907951b05cc31987b31531e639aa96554d1620c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 02:07:15 +0000 Subject: [PATCH] chore(deps): Update Rust crate git2 to >=0.16, <=0.20 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6d9447c7..f62e6ef0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,7 +114,7 @@ pre-release-replacements = [ ] [dependencies] -git2 = { version = ">=0.16, <=0.19", default-features = false, features = ["vendored-libgit2"] } +git2 = { version = ">=0.16, <=0.20", default-features = false, features = ["vendored-libgit2"] } git-config-env = "0.2.1" clap = { version = "4.5.4", features = ["derive"] } clap-verbosity-flag = "3.0.0"