diff --git a/Cargo.lock b/Cargo.lock index cbd0772f..d7ae7408 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,7 +153,7 @@ dependencies = [ "itertools 0.15.0", "libc", "log", - "mach2", + "mach2 0.7.0", "nvml-wrapper", "portable-pty", "predicates", @@ -869,6 +869,12 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dae608c151f68243f2b000364e1f7b186d9c29845f7d2d85bd31b9ad77ad552b" +[[package]] +name = "mach2" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b0d28e293f2b8c9d2b2d1c0193bd3c1cbdc0d2cf396888dc01162f7cf9d6c3f3" + [[package]] name = "memchr" version = "2.7.6" @@ -1568,7 +1574,7 @@ dependencies = [ "cfg-if", "lazycell", "libc", - "mach2", + "mach2 0.6.0", "nix 0.31.3", "num-traits", "objc2-core-foundation", diff --git a/Cargo.toml b/Cargo.toml index c18d3a31..edc84ae3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,7 +117,7 @@ rustix = { version = "1.1.4", features = ["fs", "param"] } [target.'cfg(target_os = "macos")'.dependencies] core-foundation = "0.10.1" -mach2 = "0.6.0" +mach2 = "0.7.0" [target.'cfg(target_os = "windows")'.dependencies] windows = { version = "0.62.2", features = [ diff --git a/scripts/schema_gen/Cargo.lock b/scripts/schema_gen/Cargo.lock index b824c4b8..aab31de1 100644 --- a/scripts/schema_gen/Cargo.lock +++ b/scripts/schema_gen/Cargo.lock @@ -129,7 +129,7 @@ dependencies = [ "indoc", "itertools 0.15.0", "libc", - "mach2", + "mach2 0.7.0", "nvml-wrapper", "ratatui", "ratatui-core", @@ -768,6 +768,12 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dae608c151f68243f2b000364e1f7b186d9c29845f7d2d85bd31b9ad77ad552b" +[[package]] +name = "mach2" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b0d28e293f2b8c9d2b2d1c0193bd3c1cbdc0d2cf396888dc01162f7cf9d6c3f3" + [[package]] name = "memchr" version = "2.8.2" @@ -833,9 +839,9 @@ dependencies = [ [[package]] name = "nvml-wrapper" -version = "0.12.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f049ae562349fefb8e837eb15443da1e7c6dcbd8a11f52a228f92220c2e5c85e" +checksum = "d164abbde0b3c03edb9edb9cb8d31a7f5b79015c692b7c771f6e0840e9106b9f" dependencies = [ "bitflags", "libloading", @@ -847,9 +853,9 @@ dependencies = [ [[package]] name = "nvml-wrapper-sys" -version = "0.9.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b4d594420fcda43b1c2c4bd44d48974aa3c7a9ab2cbf10dc18e35265767bf0b" +checksum = "5d2079f4c9b6d2170bfb71c6355734ead6c47da75c179847395c31f9f2f66ede" dependencies = [ "libloading", ] @@ -1378,7 +1384,7 @@ dependencies = [ "cfg-if", "lazycell", "libc", - "mach2", + "mach2 0.6.0", "nix", "num-traits", "objc2-core-foundation",