chore(deps): bump sysinfo from 0.38.4 to 0.39.6

Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.38.4 to 0.39.6.
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.38.4...v0.39.6)

---
updated-dependencies:
- dependency-name: sysinfo
  dependency-version: 0.39.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-08-02 16:22:20 -07:00
committed by Jeezy
parent a10b8e27c1
commit e4e1b6da18
2 changed files with 18 additions and 6 deletions
Generated
+17 -5
View File
@@ -3190,7 +3190,7 @@ dependencies = [
"serde_yaml 0.9.34+deprecated", "serde_yaml 0.9.34+deprecated",
"shadow-rs", "shadow-rs",
"strum", "strum",
"sysinfo 0.38.4", "sysinfo 0.39.6",
"tracing", "tracing",
"tracing-appender", "tracing-appender",
"tracing-subscriber", "tracing-subscriber",
@@ -3239,7 +3239,7 @@ dependencies = [
"serde", "serde",
"serde_json_lenient", "serde_json_lenient",
"starship-battery", "starship-battery",
"sysinfo 0.38.4", "sysinfo 0.39.6",
"systray-util", "systray-util",
"tokio", "tokio",
"tracing", "tracing",
@@ -3335,7 +3335,7 @@ dependencies = [
"serde", "serde",
"serde_json_lenient", "serde_json_lenient",
"shadow-rs", "shadow-rs",
"sysinfo 0.38.4", "sysinfo 0.39.6",
"thiserror 2.0.19", "thiserror 2.0.19",
"which", "which",
"win-msgbox", "win-msgbox",
@@ -4429,6 +4429,17 @@ dependencies = [
"objc2-foundation 0.2.2", "objc2-foundation 0.2.2",
] ]
[[package]]
name = "objc2-open-directory"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb82bed227edf5201dfedf072bba4015a33d3d4a98519837295a90f0a23f676d"
dependencies = [
"objc2 0.6.4",
"objc2-core-foundation",
"objc2-foundation 0.3.2",
]
[[package]] [[package]]
name = "objc2-quartz-core" name = "objc2-quartz-core"
version = "0.2.2" version = "0.2.2"
@@ -6316,15 +6327,16 @@ dependencies = [
[[package]] [[package]]
name = "sysinfo" name = "sysinfo"
version = "0.38.4" version = "0.39.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92ab6a2f8bfe508deb3c6406578252e491d299cbbf3bc0529ecc3313aee4a52f" checksum = "d2071df9448915b71c4fe6d25deaf1c22f12bd234f01540b77312bb8e41361e6"
dependencies = [ dependencies = [
"libc", "libc",
"memchr", "memchr",
"ntapi", "ntapi",
"objc2-core-foundation", "objc2-core-foundation",
"objc2-io-kit", "objc2-io-kit",
"objc2-open-directory",
"windows 0.62.2", "windows 0.62.2",
] ]
+1 -1
View File
@@ -36,7 +36,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.38" sysinfo = "0.39"
uds_windows = "1" uds_windows = "1"
win32-display-data = { git = "https://github.com/LGUG2Z/win32-display-data", rev = "8c42d8db257d30fe95bc98c2e5cd8f75da861021" } win32-display-data = { git = "https://github.com/LGUG2Z/win32-display-data", rev = "8c42d8db257d30fe95bc98c2e5cd8f75da861021" }
windows-numerics = { version = "0.3" } windows-numerics = { version = "0.3" }