deps: bump sysinfo to 0.39.5 (#2103)

This commit is contained in:
Clement Tsang
2026-06-23 01:22:09 -04:00
committed by GitHub
parent b3694fc3f4
commit ea24ae6637
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -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",
+1 -1
View File
@@ -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"