Skip to content

Commit 3d430b9

Browse files
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](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 e35a19d commit 3d430b9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

rust/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.

rust/driver_manager/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ adbc_core.workspace = true
3939
adbc_ffi.workspace = true
4040
arrow-array.workspace = true
4141
arrow-schema.workspace = true
42-
libloading = "0.8"
42+
libloading = "0.9"
4343
toml = { version = "0.9.8", default-features = false, features = [
4444
"parse",
4545
"display",

0 commit comments

Comments
 (0)