From 93885bccb3ab2c045b859dfdb3c8faec27e9311d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 19:02:41 +0000 Subject: [PATCH] chore(deps): Update Rust crate git2 to 0.19.0 (#106) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- rich-sdl2-rust-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rich-sdl2-rust-sys/Cargo.toml b/rich-sdl2-rust-sys/Cargo.toml index e4f569e2..57ba2acf 100644 --- a/rich-sdl2-rust-sys/Cargo.toml +++ b/rich-sdl2-rust-sys/Cargo.toml @@ -22,5 +22,5 @@ net = [] [build-dependencies] bindgen = "0.69.4" pkg-config = "0.3.30" -git2 = "0.18.3" +git2 = "0.19.0" retry = "2.0.0"