From 62e8e548f39083efd02e78660dee53443849cb96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 23:21:07 +0000 Subject: [PATCH] chore(deps): Update Rust crate git2 to 0.18.1 --- 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 b6f82256..b41454a3 100644 --- a/rich-sdl2-rust-sys/Cargo.toml +++ b/rich-sdl2-rust-sys/Cargo.toml @@ -22,5 +22,5 @@ net = [] [build-dependencies] bindgen = "0.68.1" pkg-config = "0.3.27" -git2 = "0.18.0" +git2 = "0.18.1" retry = "2.0.0"