File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -818,9 +818,9 @@ dependencies = [
818818
819819[[package ]]
820820name = " libloading"
821- version = " 0.8.9 "
821+ version = " 0.9.0 "
822822source = " registry+https://github.com/rust-lang/crates.io-index"
823- checksum = " d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55 "
823+ checksum = " 754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60 "
824824dependencies = [
825825 " cfg-if" ,
826826 " windows-link 0.2.1" ,
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ features = ['unprefixed_malloc_on_supported_platforms']
4040libc = " 0.2"
4141# native-lib dependencies
4242libffi = { version = " 5.0.0" , optional = true }
43- libloading = { version = " 0.8 " , optional = true }
43+ libloading = { version = " 0.9 " , optional = true }
4444serde = { version = " 1.0.219" , features = [" derive" ], optional = true }
4545
4646[target .'cfg(target_os = "linux")' .dependencies ]
You can’t perform that action at this time.
0 commit comments