From 859c348bf5da1efd58ac7de8de62168082dc3f1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 02:13:58 +0000 Subject: [PATCH] chore(deps): bump git2 from 0.19.0 to 0.20.4 in /rust Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.19.0 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.19.0...git2-0.20.4) --- updated-dependencies: - dependency-name: git2 dependency-version: 0.20.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 8 ++++---- rust/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 3c033c57..2a3fbfa3 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1010,9 +1010,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.19.0" +version = "0.20.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724" +checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b" dependencies = [ "bitflags 2.11.1", "libc", @@ -1556,9 +1556,9 @@ checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f" [[package]] name = "libgit2-sys" -version = "0.17.0+1.8.1" +version = "0.18.3+1.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224" +checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487" dependencies = [ "cc", "libc", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 5890891b..7b7133ea 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -90,7 +90,7 @@ futures-util = "0.3.32" nix = { version = "0.29", features = ["user"] } log = "0.4.29" shellexpand = "3.1.2" -git2 = "0.19.0" +git2 = "0.20.4" num_cpus = "1.17"