fix(deps): update rust crate libloading to 0.7.4

This commit is contained in:
renovate[bot] 2022-11-07 02:28:09 +00:00
parent 619ed0b41d
commit ce546a0c69
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"