Merge pull request #1316 from hannobraun/dependabot/cargo/libloading-0.7.4

Bump libloading from 0.7.3 to 0.7.4
This commit is contained in:
Hanno Braun 2022-11-07 13:43:12 +01:00 committed by GitHub
commit 7083ae9b3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1922,9 +1922,9 @@ checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
[[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

@ -15,7 +15,7 @@ categories.workspace = true
cargo_metadata = "0.15.0"
crossbeam-channel = "0.5.6"
fj.workspace = true
libloading = "0.7.2"
libloading = "0.7.4"
notify = "5.0.0"
thiserror = "1.0.35"
tracing = "0.1.37"