From ecbefa34174d2ae4932d9c58a474538b363a1abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 03:55:54 +0000 Subject: [PATCH] deps: update git2 requirement from 0.19 to 0.20 Updates the requirements on [git2](https://github.com/rust-lang/git2-rs) to permit the latest version. - [Changelog](https://github.com/rust-lang/git2-rs/blob/git2-0.20.4/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/commits/git2-0.20.4) --- updated-dependencies: - dependency-name: git2 dependency-version: 0.20.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c928bab..eb535c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ authors = ["AGIT Contributors"] clap = { version = "4", features = ["derive", "env", "wrap_help"] } # Git (vendored for cross-compilation support) -git2 = { version = "0.19", features = ["vendored-libgit2", "vendored-openssl"] } +git2 = { version = "0.20", features = ["vendored-libgit2", "vendored-openssl"] } # Serialization serde = { version = "1", features = ["derive"] }