From dd24971e49198b906f89fa2efcadcd6724c0c613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 04:53:58 +0000 Subject: [PATCH] chore(deps): update libloading requirement from 0.8 to 0.9 Updates the requirements on [libloading](https://github.com/nagisa/rust_libloading) to permit the latest version. - [Commits](https://github.com/nagisa/rust_libloading/compare/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] --- crates/paimon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/paimon/Cargo.toml b/crates/paimon/Cargo.toml index 3d54d257..ee92cf6c 100644 --- a/crates/paimon/Cargo.toml +++ b/crates/paimon/Cargo.toml @@ -103,7 +103,7 @@ tantivy = { version = "0.22", optional = true } tempfile = { version = "3", optional = true } vortex = { version = "0.68", features = ["tokio"], optional = true } kanal = { version = "0.1.1", optional = true } -libloading = "0.8" +libloading = "0.9" # Keep CI on the dependency set that passed before unicode-segmentation 1.13.3. # The 1.13.3 resolver update correlates with Linux Vortex tests hanging. unicode-segmentation = "=1.13.2"