From 0fd429523873b24a0e2988dd419f4f65801ee4b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 17:43:47 +0000 Subject: [PATCH] chore(deps): Update Rust crate pkg-config to 0.3.29 (#84) 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 46aed192..0e44a15a 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.2" -pkg-config = "0.3.28" +pkg-config = "0.3.29" git2 = "0.18.1" retry = "2.0.0"