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 = [