From edc92ab81d30818bb1dd0f9bfaab3e1b4ebc5791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 03:20:46 +0000 Subject: [PATCH] Bump libloading from 0.8.6 to 0.8.7 Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.8.6 to 0.8.7. - [Commits](https://github.com/nagisa/rust_libloading/compare/0.8.6...0.8.7) --- updated-dependencies: - dependency-name: libloading dependency-version: 0.8.7 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..2437e0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -694,12 +694,12 @@ checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" [[package]] name = "libloading" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" +checksum = "6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.53.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index da81f9a..58f6cd4 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.7" nscq = { path = "nscq" } nvml-wrapper = { git = "https://github.com/atoma-network/nvml-wrapper", branch = "main" } once_cell = "1.21.0"