deps: lock sysinfo to 0.29.5 (#1255)

This commit is contained in:
Clement Tsang 2023-07-17 01:31:11 -04:00 committed by GitHub
parent e779120c4d
commit c1556d263e
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

@ -1217,9 +1217,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.29.4"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "751e810399bba86e9326f5762b7f32ac5a085542df78da6a78d94e07d14d7c11"
checksum = "6b949f01f9c23823744b71e0060472ecbde578ef68cc2a9e46d114efd77c3034"
dependencies = [
"cfg-if",
"core-foundation-sys",

View File

@ -95,7 +95,7 @@ once_cell = "1.18.0"
regex = "1.9.1"
serde = { version = "1.0.171", features = ["derive"] }
starship-battery = { version = "0.8.1", optional = true }
sysinfo = "=0.29.4"
sysinfo = "=0.29.5"
thiserror = "1.0.43"
time = { version = "0.3.23", features = ["formatting", "macros"] }
toml_edit = { version = "0.19.12", features = ["serde"] }