From d79868662659768d225e27b9cfe44ea6f0e02a1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 05:12:21 +0000 Subject: [PATCH] chore(deps): Bump libloading from 0.8.8 to 0.8.9 Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.8.8 to 0.8.9. - [Commits](https://github.com/nagisa/rust_libloading/compare/0.8.8...0.8.9) --- updated-dependencies: - dependency-name: libloading dependency-version: 0.8.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- dragonfly-client-backend/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f657e03c..6c75951d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2489,12 +2489,12 @@ checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" [[package]] name = "libloading" -version = "0.8.8" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" +checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" dependencies = [ "cfg-if", - "windows-targets 0.53.2", + "windows-link 0.2.0", ] [[package]] diff --git a/dragonfly-client-backend/Cargo.toml b/dragonfly-client-backend/Cargo.toml index 54a1cfb2..8022700b 100644 --- a/dragonfly-client-backend/Cargo.toml +++ b/dragonfly-client-backend/Cargo.toml @@ -27,7 +27,7 @@ percent-encoding.workspace = true futures.workspace = true reqwest-tracing.workspace = true reqwest-retry = "0.7" -libloading = "0.8.8" +libloading = "0.8.9" [dev-dependencies] tempfile.workspace = true