diff --git a/Cargo.lock b/Cargo.lock index 39954660..657f582c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,7 +421,7 @@ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" dependencies = [ "glob", "libc", - "libloading", + "libloading 0.8.9", ] [[package]] @@ -651,7 +651,7 @@ dependencies = [ "erl", "error-stack", "http-bidir-comm", - "libloading", + "libloading 0.9.0", "nvml-wrapper", "nvml-wrapper-sys", "once_cell", @@ -671,7 +671,7 @@ version = "0.17.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff0da1a70ec91e66731c1752deb9fda3044f1154fe4ceb5873e3f96ed34cafa3" dependencies = [ - "libloading", + "libloading 0.8.9", ] [[package]] @@ -2101,6 +2101,16 @@ dependencies = [ "windows-link 0.2.1", ] +[[package]] +name = "libloading" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60" +dependencies = [ + "cfg-if", + "windows-link 0.2.1", +] + [[package]] name = "libredox" version = "0.1.10" @@ -2408,7 +2418,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d5c6c0ef9702176a570f06ad94f3198bc29c524c8b498f1b9346e1b1bdcbb3a" dependencies = [ "bitflags 2.10.0", - "libloading", + "libloading 0.8.9", "nvml-wrapper-sys", "static_assertions", "thiserror 1.0.69", @@ -2421,7 +2431,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd23dbe2eb8d8335d2bce0299e0a07d6a63c089243d626ca75b770a962ff49e6" dependencies = [ - "libloading", + "libloading 0.8.9", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 4b5c20f1..9200d1b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ test-log = "0.2" async-stream = "0.3" eventsource = { git="https://github.com/NexusGPU/eventsource.git" } url = "2.5" -libloading = "0.8" +libloading = "0.9" shared_memory = { git="https://github.com/NexusGPU/shared_memory.git", rev="d679661" } tower = "0.5" schemars = "1.1"