From b931dd9846ef97d39f8bfcf4b9c9ab4f07c5dc87 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sat, 21 Mar 2026 16:28:13 -0400 Subject: [PATCH] deps: bump sysinfo to 0.38.4 (#2004) Updates sysinfo to pin it to 0.38.4 from 0.38.0. Changelog can be found at https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md#0384. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af5e5e07..6daa954e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1917,9 +1917,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.38.0" +version = "0.38.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe840c5b1afe259a5657392a4dbb74473a14c8db999c3ec2f4ae812e028a94da" +checksum = "92ab6a2f8bfe508deb3c6406578252e491d299cbbf3bc0529ecc3313aee4a52f" dependencies = [ "libc", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 1e5a8e03..526c4108 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ regex = "1.12.3" rustc-hash = "2.1.1" serde = { version = "1.0.228", features = ["derive"] } starship-battery = { version = "0.10.3", optional = true } -sysinfo = "=0.38.0" +sysinfo = "=0.38.4" timeless = "0.0.14-alpha" toml_edit = { version = "0.24.0", features = ["serde"] } tui = { version = "0.30.0", package = "ratatui", features = [