Skip to content

Commit 4ba9cda

Browse files
chore(deps): bump libloading from 0.8.9 to 0.9.0
Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.8.9 to 0.9.0. - [Commits](nagisa/rust_libloading@0.8.9...0.9.0) --- updated-dependencies: - dependency-name: libloading dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 54a5515 commit 4ba9cda

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.

datafusion-examples/examples/ffi/ffi_module_loader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ workspace = true
2828
datafusion = { workspace = true }
2929
datafusion-ffi = { workspace = true }
3030
ffi_module_interface = { path = "../ffi_module_interface" }
31-
libloading = "0.8"
31+
libloading = "0.9"
3232
tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot"] }

datafusion/ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ datafusion-proto = { workspace = true }
6666
datafusion-proto-common = { workspace = true }
6767
datafusion-session = { workspace = true }
6868
futures = { workspace = true }
69-
libloading = "0.8"
69+
libloading = "0.9"
7070
log = { workspace = true }
7171
prost = { workspace = true }
7272
semver = "1.0.28"

0 commit comments

Comments
 (0)