From 8791faeed20a2442f6ce536cb758ed21b713ba1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:44:17 +0000 Subject: [PATCH] chore(deps): bump sysinfo from 0.38.4 to 0.39.5 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.38.4 to 0.39.5. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.38.4...v0.39.5) --- 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] --- Cargo.lock | 42 +++++++++++++++++++++--------------------- Cargo.toml | 2 +- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 899a3b24..bc387684 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1351,7 +1351,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e0b1fab2ae45819af2d0731d60f2afe17227ebb1a1538a236da84c93e9a60162" dependencies = [ "dispatch2", - "nix 0.31.3", + "nix", "windows-sys 0.61.2", ] @@ -3188,7 +3188,7 @@ dependencies = [ "serde_yaml 0.9.34+deprecated", "shadow-rs", "strum", - "sysinfo 0.38.4", + "sysinfo 0.39.5", "tracing", "tracing-appender", "tracing-subscriber", @@ -3237,7 +3237,7 @@ dependencies = [ "serde", "serde_json_lenient", "starship-battery", - "sysinfo 0.38.4", + "sysinfo 0.39.5", "systray-util", "tokio", "tracing", @@ -3333,7 +3333,7 @@ dependencies = [ "serde", "serde_json_lenient", "shadow-rs", - "sysinfo 0.38.4", + "sysinfo 0.39.5", "thiserror 2.0.18", "which", "win-msgbox", @@ -3909,18 +3909,6 @@ version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" -[[package]] -name = "nix" -version = "0.30.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" -dependencies = [ - "bitflags 2.13.0", - "cfg-if 1.0.4", - "cfg_aliases", - "libc", -] - [[package]] name = "nix" version = "0.31.3" @@ -4396,7 +4384,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15" dependencies = [ - "bitflags 2.11.1", + "bitflags 2.13.0", "block2 0.6.2", "dispatch2", "libc", @@ -4439,6 +4427,17 @@ dependencies = [ "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]] name = "objc2-quartz-core" version = "0.2.2" @@ -4693,7 +4692,7 @@ checksum = "9cf20a545b305cf1da722b236b5155c9bb35f1d5ceb28c048bd96ca842f41b5b" dependencies = [ "android_system_properties", "log", - "nix 0.31.3", + "nix", "objc2 0.6.4", "objc2-foundation 0.3.2", "objc2-ui-kit 0.3.2", @@ -6146,7 +6145,7 @@ dependencies = [ "lazycell", "libc", "mach2", - "nix 0.31.2", + "nix", "num-traits", "objc2-core-foundation", "objc2-io-kit", @@ -6285,15 +6284,16 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.38.4" +version = "0.39.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92ab6a2f8bfe508deb3c6406578252e491d299cbbf3bc0529ecc3313aee4a52f" +checksum = "2c8bd2130a9b60bee2581bf82cfe89ee836424d1f37dcfa4ce21509611684673" dependencies = [ "libc", "memchr", "ntapi", "objc2-core-foundation", "objc2-io-kit", + "objc2-open-directory", "windows 0.62.2", ] diff --git a/Cargo.toml b/Cargo.toml index 7582c05f..cf95f8bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ tracing-appender = "0.2" tracing-subscriber = { version = "0.3", features = ["env-filter"] } parking_lot = "0.12" paste = "1" -sysinfo = "0.38" +sysinfo = "0.39" uds_windows = "1" win32-display-data = { git = "https://github.com/LGUG2Z/win32-display-data", rev = "8c42d8db257d30fe95bc98c2e5cd8f75da861021" } windows-numerics = { version = "0.3" }