From e261205eeb1a76e18b232bd1e3ac716c2c2e4afd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 05:17:19 +0000 Subject: [PATCH] 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](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] --- Cargo.lock | 4 ++-- crates/flowruntime/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff01771..6e99dc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2360,9 +2360,9 @@ dependencies = [ [[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", diff --git a/crates/flowruntime/Cargo.toml b/crates/flowruntime/Cargo.toml index 0702847..fd344e9 100644 --- a/crates/flowruntime/Cargo.toml +++ b/crates/flowruntime/Cargo.toml @@ -18,4 +18,4 @@ chrono = { workspace = true } futures = "0.3" tokio-util = "0.7.17" dagrs = "0.5.0" -libloading = "0.8" +libloading = "0.9"