diff --git a/Cargo.lock b/Cargo.lock index 2eef9544b493..7d5537cf8f02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1342,9 +1342,9 @@ checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" [[package]] name = "libloading" -version = "0.8.7" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c" +checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" dependencies = [ "cfg-if", "windows-targets 0.53.0", diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 8fcfaf8a13ad..2718130c70a1 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -11,7 +11,7 @@ femtovg = { version = "0.14", optional = true, default-features = false } glium = { version = "0.36", optional = true, default-features = false } glow = { version = "0.16.0", optional = true } epoxy = { version = "0.1.0", optional = true } -libloading = { version = "0.8.7", optional = true } +libloading = { version = "0.8.8", optional = true } im-rc = { version = "15", optional = true } async-channel = { version = "2.3", optional = true } tokio = { version = "1", features = ["full"], optional = true }