From 06a387b948eaa848fbabaa65172f8ea8540fe7b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 13:06:39 +0000 Subject: [PATCH] Bump libloading from 0.7.4 to 0.8.3 Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.7.4 to 0.8.3. - [Commits](https://github.com/nagisa/rust_libloading/compare/0.7.4...0.8.3) --- updated-dependencies: - dependency-name: libloading dependency-type: direct:production update-type: version-update:semver-minor ... 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 f7fe298e..9acf17a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -894,12 +894,12 @@ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "libloading" -version = "0.7.4" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" +checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if 1.0.0", - "winapi 0.3.9", + "windows-targets 0.52.4", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index b10fe7e7..bf6e406a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ argon2 = { version = "0.4.0", optional = true } prometheus = { version = "0.13.0", optional = true, default-features = false } prometheus-metric-storage = { version = "0.5.0", optional = true } flate2 = {version = "1", optional = true} -libloading = {version="0.7.3", optional = true} +libloading = {version="0.8.3", optional = true} wasmtime = { version = "1.0.0", default-features = false, features = ["memory-init-cow"], optional = true } # Rust 1.30.1 compat: