diff --git a/WatcherAgent/Cargo.toml b/WatcherAgent/Cargo.toml index 8c46c74..e653915 100644 --- a/WatcherAgent/Cargo.toml +++ b/WatcherAgent/Cargo.toml @@ -15,7 +15,8 @@ reqwest = { version = "0.11", default-features = false, features = ["json", "blo sysinfo = "0.36.1" metrics = "0.24.2" chrono = "0.4" -nvml-wrapper = "0.10" +nvml-wrapper = "0.11" +nvml-wrapper-sys = "0.9.0" anyhow = "1.0.98" [target.'cfg(windows)'.dependencies]