From 3574849d5b4c789cec09533072ae79e3aed092d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 13:20:49 +0000 Subject: [PATCH] build(deps): bump git2 from 0.20.3 to 0.20.4 in /backend 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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/Cargo.lock | 4 ++-- backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 93dcf298..baa7eaf6 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -848,9 +848,9 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[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/backend/Cargo.toml b/backend/Cargo.toml index 074d79a9..8a269c16 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -17,7 +17,7 @@ clap = { version = "4.5.54", features = ["derive"] } color-eyre = "0.6.5" dotenvy = "0.15.7" fs-err = { version = "3.2.2", features = ["tokio"] } -git2 = "0.20.3" +git2 = "0.20.4" jsonwebtoken = { version = "10.2.0", features = ["rust_crypto"] } oauth2 = "5.0.0" reqwest = { version = "0.12.24", features = ["stream", "json"] }