From a7a50fa68207b4753c86ad5af5947452e40f9450 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 14:32:09 +0000 Subject: [PATCH] Update git2 requirement from 0.20 to 0.21 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 3a80aa6..ed38989 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ serde_json = "1.0" serde_yaml = "0.9" dirs-next = "2.0" reqwest = { version = "0.13", features = ["json", "blocking"] } -git2 = "0.20" +git2 = "0.21" tokio = { version = "1", features = ["full"] } [dev-dependencies]