From f617532a74c9b58466d0622de04b17d7dae877a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 22:33:31 +0000 Subject: [PATCH] Update Rust crate libc to 0.2.151 --- emulator/mgba/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulator/mgba/Cargo.toml b/emulator/mgba/Cargo.toml index 0a077cdc..90796695 100644 --- a/emulator/mgba/Cargo.toml +++ b/emulator/mgba/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -libc = "0.2.150" +libc = "0.2.151" mgba-sys = { version = "0.1.0", path = "../mgba-sys" } thiserror = "1" \ No newline at end of file