deps: bump sysinfo to =0.29.10 (#1298)

This commit is contained in:
Clement Tsang 2023-09-11 00:13:17 -04:00 committed by GitHub
parent 494bed6ee2
commit 6256742f81
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

@ -1249,9 +1249,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.29.8"
version = "0.29.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d10ed79c22663a35a255d289a7fdcb43559fc77ff15df5ce6c341809e7867528"
checksum = "0a18d114d420ada3a891e6bc8e96a2023402203296a47cdd65083377dad18ba5"
dependencies = [
"cfg-if",
"core-foundation-sys",

View File

@ -97,7 +97,7 @@ once_cell = "1.18.0"
regex = "1.9.4"
serde = { version = "=1.0.188 ", features = ["derive"] }
starship-battery = { version = "0.8.2", optional = true }
sysinfo = "=0.29.8"
sysinfo = "=0.29.10"
thiserror = "1.0.47"
time = { version = "0.3.26", features = ["formatting", "macros"] }
toml_edit = { version = "0.19.14", features = ["serde"] }