We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a239576 + 97bb8c8 commit 935ced5Copy full SHA for 935ced5
src/tools/miri/Cargo.lock
@@ -409,12 +409,12 @@ dependencies = [
409
410
[[package]]
411
name = "libloading"
412
-version = "0.7.4"
+version = "0.8.0"
413
source = "registry+https://github.com/rust-lang/crates.io-index"
414
-checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
+checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb"
415
dependencies = [
416
"cfg-if",
417
- "winapi",
+ "windows-sys 0.48.0",
418
]
419
420
src/tools/miri/Cargo.toml
@@ -32,7 +32,7 @@ libc = "0.2"
32
33
[target.'cfg(target_os = "linux")'.dependencies]
34
libffi = "3.2.0"
35
-libloading = "0.7"
+libloading = "0.8"
36
37
[dev-dependencies]
38
colored = "2"
0 commit comments