From 70f12ecb219a94177d249611287ecd9ec14ae039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 17:42:59 +0000 Subject: [PATCH] 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/rusty_alloc_bench/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 878ac9e..6daf31e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -86,9 +86,9 @@ checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" [[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/rusty_alloc_bench/Cargo.toml b/crates/rusty_alloc_bench/Cargo.toml index 20fa397..f073c84 100644 --- a/crates/rusty_alloc_bench/Cargo.toml +++ b/crates/rusty_alloc_bench/Cargo.toml @@ -18,7 +18,7 @@ rusty_alloc = { path = "../rusty_alloc" } [dev-dependencies] rusty_alloc-api = { path = "../rusty_alloc_api" } -libloading = "0.8" +libloading = "0.9" [lints] workspace = true