Update Rust crate libc to 0.2.152

This commit is contained in:
renovate[bot] 2024-01-07 15:10:06 +00:00 committed by GitHub
parent 64989249c9
commit d1d4139813
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
emulator/Cargo.lock generated
View file

@ -328,9 +328,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.151" version = "0.2.152"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
[[package]] [[package]]
name = "libloading" name = "libloading"

View file

@ -6,6 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
libc = "0.2.151" libc = "0.2.152"
mgba-sys = { version = "0.1.0", path = "../mgba-sys" } mgba-sys = { version = "0.1.0", path = "../mgba-sys" }
thiserror = "1" thiserror = "1"