From f292a20b3c65106bfe622928da24e79ee9ef2cd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 12:25:02 +0000 Subject: [PATCH] fix(deps): update git2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e9d9dda..9d1d8ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,8 +9,8 @@ version = "0.1.20" anyhow = "1.0.102" clap = { version = "4.5.60", features = ["derive"] } env_logger = "0.11.9" -git2 = "0.20.2" -libgit2-sys = { version = "0.18.2", features = ["vendored-openssl"] } +git2 = "0.20.4" +libgit2-sys = { version = "0.18.3", features = ["vendored-openssl"] } log = "0.4.29" regex = "1.12.3" serde = { version = "1.0.228", features = ["derive"] }