Skip to content

Commit 97bb8c8

Browse files
committed
Bump libloading to 0.8
1 parent a239576 commit 97bb8c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/tools/miri/Cargo.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,12 +409,12 @@ dependencies = [
409409

410410
[[package]]
411411
name = "libloading"
412-
version = "0.7.4"
412+
version = "0.8.0"
413413
source = "registry+https://github.com/rust-lang/crates.io-index"
414-
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
414+
checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb"
415415
dependencies = [
416416
"cfg-if",
417-
"winapi",
417+
"windows-sys 0.48.0",
418418
]
419419

420420
[[package]]

src/tools/miri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ libc = "0.2"
3232

3333
[target.'cfg(target_os = "linux")'.dependencies]
3434
libffi = "3.2.0"
35-
libloading = "0.7"
35+
libloading = "0.8"
3636

3737
[dev-dependencies]
3838
colored = "2"

0 commit comments

Comments
 (0)