From eec52e42dec6520abe3dddec0ffc62b83c0edd47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 00:34:36 +0000 Subject: [PATCH] build(deps): update git2 requirement from 0.20.4 to 0.21.0 in /core 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] --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 5618fa7..ed2d362 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -40,7 +40,7 @@ walkdir = "2.5.0" minify-html-onepass = "0.18.1" regex = "1.11.1" semver = { version = "1.0.25", features = ["serde"] } -git2 = { version = "0.20.4", features = ["vendored-libgit2", "vendored-openssl"] } +git2 = { version = "0.21.0", features = ["vendored-libgit2", "vendored-openssl"] } tempfile = "3.17.1" inquire = { version = "0.9.4", features = ["chrono", "date"] }