From 1ee5908106bd81e991f43c5b439de4c5d84473be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 14:12:04 +0000 Subject: [PATCH] chore(rust): Bump libloading from 0.8.9 to 0.9.0 in /rust Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.8.9 to 0.9.0. - [Commits](https://github.com/nagisa/rust_libloading/compare/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] --- rust/Cargo.lock | 4 ++-- rust/driver_manager/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index b2de143002..28a6699032 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1727,9 +1727,9 @@ checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" [[package]] name = "libloading" -version = "0.8.9" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" +checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60" dependencies = [ "cfg-if", "windows-link 0.2.1", diff --git a/rust/driver_manager/Cargo.toml b/rust/driver_manager/Cargo.toml index 1609a499e6..19f0f5d85e 100644 --- a/rust/driver_manager/Cargo.toml +++ b/rust/driver_manager/Cargo.toml @@ -39,7 +39,7 @@ adbc_core.workspace = true adbc_ffi.workspace = true arrow-array.workspace = true arrow-schema.workspace = true -libloading = "0.8" +libloading = "0.9" toml = { version = "0.9.8", default-features = false, features = [ "parse", "display",