chore(deps): bump sysinfo and which

This commit is contained in:
LGUG2Z
2025-10-07 09:11:20 -07:00
parent 3e9947c2e2
commit 15d069f2bf
2 changed files with 21 additions and 11 deletions

28
Cargo.lock generated
View File

@@ -2927,7 +2927,7 @@ dependencies = [
"serde_yaml 0.9.34+deprecated", "serde_yaml 0.9.34+deprecated",
"shadow-rs", "shadow-rs",
"strum 0.27.2", "strum 0.27.2",
"sysinfo 0.34.2", "sysinfo 0.37.2",
"tracing", "tracing",
"tracing-appender", "tracing-appender",
"tracing-subscriber", "tracing-subscriber",
@@ -2974,7 +2974,7 @@ dependencies = [
"serde", "serde",
"serde_json_lenient", "serde_json_lenient",
"starship-battery", "starship-battery",
"sysinfo 0.34.2", "sysinfo 0.37.2",
"tracing", "tracing",
"tracing-subscriber", "tracing-subscriber",
"which", "which",
@@ -3051,7 +3051,7 @@ dependencies = [
"serde", "serde",
"serde_json_lenient", "serde_json_lenient",
"shadow-rs", "shadow-rs",
"sysinfo 0.34.2", "sysinfo 0.37.2",
"thiserror 2.0.17", "thiserror 2.0.17",
"which", "which",
"windows 0.61.3", "windows 0.61.3",
@@ -4023,6 +4023,16 @@ dependencies = [
"objc2-core-foundation", "objc2-core-foundation",
] ]
[[package]]
name = "objc2-io-kit"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71c1c64d6120e51cd86033f67176b1cb66780c2efe34dec55176f77befd93c0a"
dependencies = [
"libc",
"objc2-core-foundation",
]
[[package]] [[package]]
name = "objc2-io-surface" name = "objc2-io-surface"
version = "0.3.1" version = "0.3.1"
@@ -5811,15 +5821,16 @@ dependencies = [
[[package]] [[package]]
name = "sysinfo" name = "sysinfo"
version = "0.34.2" version = "0.37.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4b93974b3d3aeaa036504b8eefd4c039dced109171c1ae973f1dc63b2c7e4b2" checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
dependencies = [ dependencies = [
"libc", "libc",
"memchr", "memchr",
"ntapi", "ntapi",
"objc2-core-foundation", "objc2-core-foundation",
"windows 0.57.0", "objc2-io-kit",
"windows 0.61.3",
] ]
[[package]] [[package]]
@@ -6926,11 +6937,10 @@ dependencies = [
[[package]] [[package]]
name = "which" name = "which"
version = "7.0.3" version = "8.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762" checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d"
dependencies = [ dependencies = [
"either",
"env_home", "env_home",
"rustix 1.1.2", "rustix 1.1.2",
"winsafe", "winsafe",

View File

@@ -35,7 +35,7 @@ tracing-appender = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] }
parking_lot = "0.12" parking_lot = "0.12"
paste = "1" paste = "1"
sysinfo = "0.34" sysinfo = "0.37"
uds_windows = "1" uds_windows = "1"
win32-display-data = { git = "https://github.com/LGUG2Z/win32-display-data", rev = "a28c6559a9de2f92c142a714947a9b081776caca" } win32-display-data = { git = "https://github.com/LGUG2Z/win32-display-data", rev = "a28c6559a9de2f92c142a714947a9b081776caca" }
windows-numerics = { version = "0.2" } windows-numerics = { version = "0.2" }
@@ -43,7 +43,7 @@ windows-implement = { version = "0.60" }
windows-interface = { version = "0.59" } windows-interface = { version = "0.59" }
windows-core = { version = "0.61" } windows-core = { version = "0.61" }
shadow-rs = "1" shadow-rs = "1"
which = "7" which = "8"
[workspace.dependencies.windows] [workspace.dependencies.windows]
version = "0.61" version = "0.61"