about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-08-20 01:40:21 +0000
committerbors <bors@rust-lang.org>2024-08-20 01:40:21 +0000
commitfdf61d499c8a8421ecf98e7924bb87caf43a9938 (patch)
tree35714f6390a16b20007730f2e240f5c3d27154f5
parent79611d90b6b3fc6f17a0b07ba228b28e89de16e3 (diff)
parent5365b05fc9160f55c2729c2bf32030bbe92adc3b (diff)
downloadrust-fdf61d499c8a8421ecf98e7924bb87caf43a9938.tar.gz
rust-fdf61d499c8a8421ecf98e7924bb87caf43a9938.zip
Auto merge of #129226 - RalfJung:libc, r=Mark-Simulacrum
library: bump libc dependency

This pulls in https://github.com/rust-lang/libc/pull/3723, which hopefully unblocks https://github.com/rust-lang/miri/pull/3748.
-rw-r--r--library/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/Cargo.lock b/library/Cargo.lock
index 815f5bb1385..30f5076e1e2 100644
--- a/library/Cargo.lock
+++ b/library/Cargo.lock
@@ -155,9 +155,9 @@ dependencies = [
 
 [[package]]
 name = "libc"
-version = "0.2.155"
+version = "0.2.158"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
+checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
 dependencies = [
  "rustc-std-workspace-core",
 ]