deps: bump sysinfo to 0.30.6 (#1420)

This commit is contained in:
Clement Tsang 2024-03-04 19:23:13 -05:00 committed by GitHub
parent 973be9103b
commit 7ea72cc814
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1386,9 +1386,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.30.5"
version = "0.30.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fb4f3438c8f6389c864e61221cbc97e9bca98b4daf39a5beb7bea660f528bb2"
checksum = "6746919caf9f2a85bff759535664c060109f21975c5ac2e8652e60102bd4d196"
dependencies = [
"cfg-if",
"core-foundation-sys",

View file

@ -93,7 +93,7 @@ nvml-wrapper = { version = "0.10.0", optional = true, features = ["legacy-functi
regex = "1.10.3"
serde = { version = "=1.0.196", features = ["derive"] }
starship-battery = { version = "0.8.2", optional = true }
sysinfo = "=0.30.5"
sysinfo = "=0.30.6"
thiserror = "1.0.57"
time = { version = "0.3.34", features = ["formatting", "macros"] }
toml_edit = { version = "0.22.5", features = ["serde"] }