From b6aec7083dec40bb0318a472c87d2831cccb7b46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 18:47:51 +0000 Subject: [PATCH] Update Rust crate libc to 0.2.151 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 07be50a..681cb6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -191,9 +191,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.150" +version = "0.2.151" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" +checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" [[package]] name = "linux-raw-sys" diff --git a/Cargo.toml b/Cargo.toml index 9b4d41b..41a8526 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ tempfile = "3.8.1" test-log = "0.2.14" [target.'cfg(not(windows))'.dependencies] -libc = "0.2.150" +libc = "0.2.151" # Saves nontrivial unsafe and platform specific code (Darwin vs other Unixes, # MAX_PATH and more : consider it weak and something we can remove if expedient # later.