deps: bump sysinfo to =0.29.0 (#1135)

This commit is contained in:
Clement Tsang 2023-05-07 01:32:25 -04:00 committed by GitHub
parent 3239bce86b
commit f00d09ded5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1240,9 +1240,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.28.4"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4c2f3ca6693feb29a89724516f016488e9aafc7f37264f898593ee4b942f31b"
checksum = "02f1dc6930a439cc5d154221b5387d153f8183529b07c19aca24ea31e0a167e1"
dependencies = [
"cfg-if",
"core-foundation-sys",

View File

@ -97,7 +97,7 @@ once_cell = "1.17.1"
regex = "1.8.1"
serde = { version = "1.0.160", features = ["derive"] }
starship-battery = { version = "0.8.0", optional = true }
sysinfo = "0.28.4"
sysinfo = "=0.29.0"
thiserror = "1.0.40"
time = { version = "0.3.20", features = ["formatting", "macros"] }
toml_edit = { version = "0.19.8", features = ["serde"] }