deps: bump mach to 0.7.0 (#2247)

Bumps mach to newest version. See changelog here: https://github.com/JohnTitor/mach2/releases/tag/0.7.0
This commit is contained in:
Clement Tsang
2026-09-14 14:48:52 -04:00
committed by GitHub
parent 875e892687
commit 3210213014
3 changed files with 21 additions and 9 deletions
Generated
+8 -2
View File
@@ -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",
+1 -1
View File
@@ -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 = [
+12 -6
View File
@@ -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",