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: