From 83a84a2a9631e0adcca2ed7c406f995424ac70fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 20:45:25 +0000 Subject: [PATCH] build(deps): bump git2 from 0.20.3 to 0.20.4 Bumps [git2](https://github.com/rust-lang/git2-rs) 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: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cpp-linter/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04d2568..38d5b73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -532,9 +532,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", "libc", diff --git a/cpp-linter/Cargo.toml b/cpp-linter/Cargo.toml index ff77736..0c9b183 100644 --- a/cpp-linter/Cargo.toml +++ b/cpp-linter/Cargo.toml @@ -20,7 +20,7 @@ clap = { version = "4.5.54", features = ["derive"] } colored = "3.0.0" fast-glob = "1.0.0" futures = "0.3.31" -git2 = "0.20.3" +git2 = "0.20.4" log = { version = "0.4.29", features = ["std"] } quick-xml = { version = "0.38.4", features = ["serialize"] } regex = "1.12.2" @@ -36,7 +36,7 @@ which = "8.0.0" [dev-dependencies] mockito = "1.7.1" tempfile = "3.24.0" -git2 = { version = "0.20.3", features = ["https"]} +git2 = { version = "0.20.4", features = ["https"]} [features] openssl-vendored = ["git2/vendored-openssl", "reqwest/native-tls-vendored"]