diff --git a/Cargo.lock b/Cargo.lock index 4f1ba635f9ac..a6832ed98c93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1270,9 +1270,9 @@ checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f" [[package]] name = "libloading" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" +checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", "windows-targets", diff --git a/examples/Cargo.toml b/examples/Cargo.toml index e7f3f0753bb9..41ff80d79ef3 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -11,7 +11,7 @@ femtovg = { version = "0.11", optional = true, default-features = false } glium = { version = "0.36", optional = true, default-features = false } glow = { version = "0.15.0", optional = true } epoxy = { version = "0.1.0", optional = true } -libloading = { version = "0.8.5", optional = true } +libloading = { version = "0.8.6", optional = true } im-rc = { version = "15", optional = true } async-channel = { version = "2.3", optional = true } tokio = { version = "1", features = ["full"], optional = true }