From 7f859797de51f73e8fc88a61fad6fe6f57cfbe42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 16:19:48 +0000 Subject: [PATCH] chore(deps): Update Rust crate pkg-config to 0.3.30 (#96) 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 af66e502..e75c3198 100644 --- a/rich-sdl2-rust-sys/Cargo.toml +++ b/rich-sdl2-rust-sys/Cargo.toml @@ -21,6 +21,6 @@ net = [] [build-dependencies] bindgen = "0.69.4" -pkg-config = "0.3.29" +pkg-config = "0.3.30" git2 = "0.18.2" retry = "2.0.0"