From bea7982635db32f7fdbbbb024bf5a6658bad5eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:12:53 +0000 Subject: [PATCH] Bump libloading from 0.8.6 to 0.8.8 Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.8.6 to 0.8.8. - [Commits](https://github.com/nagisa/rust_libloading/commits) --- updated-dependencies: - dependency-name: libloading dependency-version: 0.8.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f6fd61..a03ef66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -694,12 +694,12 @@ checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" [[package]] name = "libloading" -version = "0.8.6" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" +checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.53.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index da81f9a..d9f37ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ base64 = "0.22.1" blake3 = "1.6.1" hex = "0.4.3" jsonwebtoken = "9.3.1" -libloading = "0.8.6" +libloading = "0.8.8" nscq = { path = "nscq" } nvml-wrapper = { git = "https://github.com/atoma-network/nvml-wrapper", branch = "main" } once_cell = "1.21.0"