Skip to content

Commit 93efd29

Browse files
committed
Auto merge of rust-lang#129226 - RalfJung:libc, r=Mark-Simulacrum
library: bump libc dependency This pulls in rust-lang/libc#3723, which hopefully unblocks rust-lang/miri#3748.
2 parents 6de928d + c487b1f commit 93efd29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ dependencies = [
155155

156156
[[package]]
157157
name = "libc"
158-
version = "0.2.155"
158+
version = "0.2.157"
159159
source = "registry+https://github.com/rust-lang/crates.io-index"
160-
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
160+
checksum = "374af5f94e54fa97cf75e945cce8a6b201e88a1a07e688b47dfd2a59c66dbd86"
161161
dependencies = [
162162
"rustc-std-workspace-core",
163163
]

0 commit comments

Comments
 (0)