Update libloading requirement from 0.7 to 0.8 (#2183)

Updates the requirements on [libloading](https://github.com/nagisa/rust_libloading) to permit the latest version.
- [Commits](https://github.com/nagisa/rust_libloading/compare/0.7.0...0.8.3)

---
updated-dependencies:
- dependency-name: libloading
  dependency-type: direct:production
...

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] 2024-05-15 15:18:52 +02:00 committed by GitHub
parent 70333aaf94
commit 6fe888d2bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,4 +90,4 @@ winsafe = {version = "0.0.20", features = ["kernel"]}
[dev-dependencies] [dev-dependencies]
serial_test = { version = "3", default-features = false, features = ["logging"] } serial_test = { version = "3", default-features = false, features = ["logging"] }
clap = {version = "4.5", features = ["derive"]} clap = {version = "4.5", features = ["derive"]}
libloading = "0.7" libloading = "0.8"