Skip to content

Commit 1552ec6

Browse files
Update libloading requirement from 0.8 to 0.9 (#710)
Updates the requirements on [libloading](https://github.com/nagisa/rust_libloading) to permit the latest version. - [Commits](nagisa/rust_libloading@0.8.0...0.9.0) --- updated-dependencies: - dependency-name: libloading dependency-version: 0.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a26176 commit 1552ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ num-bigint = { version = "0.4", optional = true }
2727
serde = { version = "1", optional = true }
2828

2929
[target.'cfg(not(windows))'.dependencies]
30-
libloading = "0.8"
30+
libloading = "0.9"
3131

3232
[build-dependencies]
3333
regex-lite = "0.1"

0 commit comments

Comments
 (0)