From a766b525a01d8b38dc3be20fc3d7e1d8f45893f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 05:34:07 +0000 Subject: [PATCH] Bump libloading from 0.8.3 to 0.8.4 Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.8.3 to 0.8.4. - [Commits](https://github.com/nagisa/rust_libloading/compare/0.8.3...0.8.4) --- 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 1937040..47296a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,9 +211,9 @@ checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" [[package]] name = "libloading" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" +checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d" dependencies = [ "cfg-if", "windows-targets", diff --git a/Cargo.toml b/Cargo.toml index 7b98f27..31bfe74 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.3" +libloading = "0.8.4" threadpool = "1.8.1" glob = "0.3.1" log = "0.4"