Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 8de9fbb

Browse files
Bump libloading from 0.5.2 to 0.6.0 (rust-lang#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](nagisa/rust_libloading@0.5.2...0.6.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 91815f4 commit 8de9fbb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ features = ["write"] # We don't need read support
4242

4343
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
4444
cranelift-simplejit = { git = "https://github.com/bytecodealliance/wasmtime/" }
45-
libloading = "0.5.1"
45+
libloading = "0.6.0"
4646

4747
[profile.dev]
4848
# By compiling dependencies with optimizations, performing tests gets much faster.

0 commit comments

Comments
 (0)