From 78651eb45b146e851fc25febb33fce3bce3a7ebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 05:04:26 +0000 Subject: [PATCH] build(deps): Update git2 requirement from 0.20.3 to 0.21.0 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/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/commits/git2-0.21.0) --- updated-dependencies: - dependency-name: git2 dependency-version: 0.21.0 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 17170a3..d86fdb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ tracing = "0.1.44" once_cell = "1.18.0" tracing-subscriber = "0.3" terminal-banner = "0.4.1" -git2 = { version = "0.20.3", features = ["vendored-libgit2"] } +git2 = { version = "0.21.0", features = ["vendored-libgit2"] } [profile.dev] # Ensures full debug info is generated for kcov/llvm-cov mapping