From 1ce97f682c7b89a6db1dc025edd61ac74a2a9564 Mon Sep 17 00:00:00 2001 From: Ilya Zlobintsev Date: Fri, 22 Nov 2024 21:18:56 +0200 Subject: [PATCH] chore: bump nvml-wrapper --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d87fe5f..05f68d12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1510,7 +1510,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -1688,7 +1688,7 @@ dependencies = [ [[package]] name = "nvml-wrapper" version = "0.10.0" -source = "git+https://github.com/ilya-zlobintsev/nvml-wrapper?branch=lact#5f8a3d13763501bfabf149f984a0a6f57b2f6389" +source = "git+https://github.com/ilya-zlobintsev/nvml-wrapper?branch=lact#890581189516191428a8b8c7ba3b006adf03a3fc" dependencies = [ "bitflags 2.6.0", "libloading 0.8.5", @@ -1701,7 +1701,7 @@ dependencies = [ [[package]] name = "nvml-wrapper-sys" version = "0.8.0" -source = "git+https://github.com/ilya-zlobintsev/nvml-wrapper?branch=lact#5f8a3d13763501bfabf149f984a0a6f57b2f6389" +source = "git+https://github.com/ilya-zlobintsev/nvml-wrapper?branch=lact#890581189516191428a8b8c7ba3b006adf03a3fc" dependencies = [ "libloading 0.8.5", ]