diff --git a/Cargo.lock b/Cargo.lock index 904af1db636..9d4099a2937 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -208,11 +208,10 @@ checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0" [[package]] name = "libloading" -version = "0.5.2" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753" +checksum = "2c979a19ffb457f0273965c333053f3d586bf759bf7b683fbebc37f9a9ebedc4" dependencies = [ - "cc", "winapi", ] diff --git a/Cargo.toml b/Cargo.toml index ab8410c49fd..81c2a8d5c03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ features = ["write"] # We don't need read support [target.'cfg(not(target_arch = "wasm32"))'.dependencies] cranelift-simplejit = { git = "https://github.com/bytecodealliance/wasmtime/" } -libloading = "0.5.1" +libloading = "0.6.0" [profile.dev] # By compiling dependencies with optimizations, performing tests gets much faster.