build(deps): bump libloading from 0.7.0 to 0.7.4 (#30371)

Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.7.0 to 0.7.4.
- [Commits](https://github.com/nagisa/rust_libloading/compare/0.7.0...0.7.4)

---
updated-dependencies:
- dependency-name: libloading
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-15 17:09:34 +00:00 committed by GitHub
parent b1747b2e27
commit 86b89c85f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
Cargo.lock generated
View file

@ -225,7 +225,7 @@ version = "0.37.3+1.3.251"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a"
dependencies = [
"libloading 0.7.0",
"libloading 0.7.4",
]
[[package]]
@ -779,7 +779,7 @@ checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"
dependencies = [
"glob",
"libc",
"libloading 0.7.0",
"libloading 0.7.4",
]
[[package]]
@ -3272,9 +3272,9 @@ dependencies = [
[[package]]
name = "libloading"
version = "0.7.0"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
"cfg-if 1.0.0",
"winapi",