From 4ed116f4174704527ef04f2f623a74a9dc529a4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 19:52:17 +0000 Subject: [PATCH] Bump git2 in /hyperlight-app in the cargo group across 1 directory Bumps the cargo group with 1 update in the /hyperlight-app directory: [git2](https://github.com/rust-lang/git2-rs). Updates `git2` from 0.20.3 to 0.20.4 - [Changelog](https://github.com/rust-lang/git2-rs/blob/git2-0.20.4/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-0.20.3...git2-0.20.4) --- updated-dependencies: - dependency-name: git2 dependency-version: 0.20.4 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- hyperlight-app/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyperlight-app/Cargo.lock b/hyperlight-app/Cargo.lock index a6d50a1..5de7307 100644 --- a/hyperlight-app/Cargo.lock +++ b/hyperlight-app/Cargo.lock @@ -447,9 +447,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.20.3" +version = "0.20.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e2b37e2f62729cdada11f0e6b3b6fe383c69c29fc619e391223e12856af308c" +checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b" dependencies = [ "bitflags 2.10.0", "libc",