deps: bump sysinfo to =0.29.2 (#1193)

This commit is contained in:
Clement Tsang 2023-06-09 00:03:23 -04:00 committed by GitHub
parent f0249c61c3
commit 38d7d0fbc6
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

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

View File

@ -97,7 +97,7 @@ once_cell = "1.17.2"
regex = "1.8.3"
serde = { version = "1.0.163", features = ["derive"] }
starship-battery = { version = "0.8.0", optional = true }
sysinfo = "=0.29.0"
sysinfo = "0.29.2"
thiserror = "1.0.40"
time = { version = "0.3.21", features = ["formatting", "macros"] }
toml_edit = { version = "0.19.10", features = ["serde"] }