Skip to content

Commit a8ec983

Browse files
committed
bump libloading
1 parent 501e7f7 commit a8ec983

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -40,7 +40,7 @@ features = ['unprefixed_malloc_on_supported_platforms']
4040
libc = "0.2"
4141
# native-lib dependencies
4242
libffi = { version = "5.0.0", optional = true }
43-
libloading = { version = "0.8", optional = true }
43+
libloading = { version = "0.9", optional = true }
4444
serde = { version = "1.0.219", features = ["derive"], optional = true }
4545

4646
[target.'cfg(target_os = "linux")'.dependencies]

0 commit comments

Comments
 (0)