Skip to content

Commit fdf61d4

Browse files
committed
Auto merge of #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 79611d9 + 5365b05 commit fdf61d4

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.158"
159159
source = "registry+https://github.com/rust-lang/crates.io-index"
160-
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
160+
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
161161
dependencies = [
162162
"rustc-std-workspace-core",
163163
]

0 commit comments

Comments
 (0)