Skip to content

Commit 099dffe

Browse files
build(deps): update libloading requirement from 0.8.0 to 0.9.0
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] <[email protected]>
1 parent 92cfb49 commit 099dffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2021"
1212

1313
[dependencies]
1414
libc = "0.2"
15-
libloading = "0.8.0"
15+
libloading = "0.9.0"
1616
llvm-sys = { version = "211.0.0-rc1", features = [
1717
"no-llvm-linking",
1818
"disable-alltargets-init",

0 commit comments

Comments
 (0)