Skip to content

Commit

Permalink
Auto merge of rust-lang#129226 - RalfJung:libc, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
library: bump libc dependency

This pulls in rust-lang/libc#3723, which hopefully unblocks rust-lang/miri#3748.
  • Loading branch information
bors committed Aug 20, 2024
2 parents 79611d9 + 5365b05 commit fdf61d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit fdf61d4

Please sign in to comment.