File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -409,12 +409,12 @@ dependencies = [
409409
410410[[package ]]
411411name = " libloading"
412- version = " 0.7.4 "
412+ version = " 0.8.0 "
413413source = " registry+https://github.com/rust-lang/crates.io-index"
414- checksum = " b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f "
414+ checksum = " d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb "
415415dependencies = [
416416 " cfg-if" ,
417- " winapi " ,
417+ " windows-sys 0.48.0 " ,
418418]
419419
420420[[package ]]
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ libc = "0.2"
3232
3333[target .'cfg(target_os = "linux")' .dependencies ]
3434libffi = " 3.2.0"
35- libloading = " 0.7 "
35+ libloading = " 0.8 "
3636
3737[dev-dependencies ]
3838colored = " 2"
You can’t perform that action at this time.
0 commit comments