From 3caba1016e9ae5b88a2acfa284a782176e16b7b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 12:30:24 +0000 Subject: [PATCH] chore(deps): Update Rust crate bindgen to 0.69.3 --- 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 0e44a15a..3c06f947 100644 --- a/rich-sdl2-rust-sys/Cargo.toml +++ b/rich-sdl2-rust-sys/Cargo.toml @@ -20,7 +20,7 @@ image = [] net = [] [build-dependencies] -bindgen = "0.69.2" +bindgen = "0.69.3" pkg-config = "0.3.29" git2 = "0.18.1" retry = "2.0.0"