From ea24ae66374183a203361e211bbb77211829028e Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Tue, 23 Jun 2026 01:22:09 -0400 Subject: [PATCH] deps: bump sysinfo to 0.39.5 (#2103) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b977a9a..f8509c7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1654,9 +1654,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.39.3" +version = "0.39.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d0d938c10fcda3e897e28aaddf4ab462375d411f4378cd63b1c945f69aba96" +checksum = "2c8bd2130a9b60bee2581bf82cfe89ee836424d1f37dcfa4ce21509611684673" dependencies = [ "libc", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 3e275eae..4186dc81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,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.39.3" +sysinfo = "=0.39.5" timeless = "0.0.14-alpha" toml_edit = { version = "0.24.0", features = ["serde"] } unicode-ellipsis = "0.4.0"