From 82c92af3b6384f07f80b0805ae739cc236cbfbee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 05:04:02 +0000 Subject: [PATCH] Bump libloading from 0.8.4 to 0.8.5 Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.8.4 to 0.8.5. - [Commits](https://github.com/nagisa/rust_libloading/compare/0.8.4...0.8.5) --- updated-dependencies: - dependency-name: libloading dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47296a6..5a9d851 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,9 +211,9 @@ checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" [[package]] name = "libloading" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d" +checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", "windows-targets", diff --git a/Cargo.toml b/Cargo.toml index 31bfe74..93bb2f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ panic = "abort" memmap2 = "0.9.4" clap = { version = "4.5.9", features = ["derive"] } paste = "1.0.15" -libloading = "0.8.4" +libloading = "0.8.5" threadpool = "1.8.1" glob = "0.3.1" log = "0.4"