Skip to content

Commit 53bd344

Browse files
chore(deps): bump libloading from 0.8.9 to 0.9.0 (#21890)
Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.8.9 to 0.9.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nagisa/rust_libloading/commit/dab97c569b33bd515e16637b8dedbdc696d9ec9c"><code>dab97c5</code></a> 0.9.0 release rites</li> <li><a href="https://github.com/nagisa/rust_libloading/commit/e89380446ed04ff14fe2f8adbd8cabc82ea54ad4"><code>e893804</code></a> refactor: simplify null checks, remove some iffy implementations</li> <li><a href="https://github.com/nagisa/rust_libloading/commit/4b98285041defabf87df73f57051f5d55125758f"><code>4b98285</code></a> add no-std support</li> <li>See full diff in <a href="https://github.com/nagisa/rust_libloading/compare/0.8.9...0.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=libloading&package-manager=cargo&previous-version=0.8.9&new-version=0.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 288a5f1 commit 53bd344

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)