Skip to content

Commit

Permalink
Auto merge of #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 18, 2024
2 parents 6de928d + c487b1f commit 93efd29
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.157"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
checksum = "374af5f94e54fa97cf75e945cce8a6b201e88a1a07e688b47dfd2a59c66dbd86"
dependencies = [
"rustc-std-workspace-core",
]
Expand Down

0 comments on commit 93efd29

Please sign in to comment.