Skip to content

Commit

Permalink
Auto merge of rust-lang#3096 - sthibaul:master, r=RalfJung
Browse files Browse the repository at this point in the history
Bump libloading to 0.8
  • Loading branch information
bors committed Sep 30, 2023
2 parents 31ac537 + aa7ccbb commit b7df36f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/tools/miri/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -409,12 +409,12 @@ dependencies = [

[[package]]
name = "libloading"
version = "0.7.4"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb"
dependencies = [
"cfg-if",
"winapi",
"windows-sys 0.48.0",
]

[[package]]
Expand Down
2 changes: 1 addition & 1 deletion src/tools/miri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ libc = "0.2"

[target.'cfg(target_os = "linux")'.dependencies]
libffi = "3.2.0"
libloading = "0.7"
libloading = "0.8"

[dev-dependencies]
colored = "2"
Expand Down

0 comments on commit b7df36f

Please sign in to comment.