From ce546a0c69425ea3781d35213fe567c32e540cb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 02:28:09 +0000 Subject: [PATCH] fix(deps): update rust crate libloading to 0.7.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c158ed..81b78dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -596,9 +596,9 @@ checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5" [[package]] name = "libloading" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd" +checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" dependencies = [ "cfg-if", "winapi", diff --git a/Cargo.toml b/Cargo.toml index c113599..8e4b207 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ anyhow = "1.0.66" async-std = { version = "1.12.0", features = ["attributes"] } async-trait = "0.1.58" clap = { version = "3.2.23", features = ["derive"] } -libloading = "0.7.3" +libloading = "0.7.4" tracing = "0.1.37" tracing-subscriber = "0.3.16" tungstenite = "0.17.3"