From 8de9fbb752022174bc7f4f4667dcc97014ea5687 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2020 11:09:01 +0200 Subject: [PATCH] Bump libloading from 0.5.2 to 0.6.0 (#957) Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.5.2 to 0.6.0. - [Release notes](https://github.com/nagisa/rust_libloading/releases) - [Commits](https://github.com/nagisa/rust_libloading/compare/0.5.2...0.6.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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. -- 2.44.0