deps: pin sysinfo to 0.29.7 (#1268)

This commit is contained in:
Clement Tsang 2023-07-29 02:24:35 -04:00 committed by GitHub
parent a736d856ce
commit 43e3ab00ea
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

@ -1231,9 +1231,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.29.6"
version = "0.29.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7cb97a5a85a136d84e75d5c3cf89655090602efb1be0d8d5337b7e386af2908"
checksum = "165d6d8539689e3d3bc8b98ac59541e1f21c7de7c85d60dc80e43ae0ed2113db"
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.175", features = ["derive"] }
starship-battery = { version = "0.8.1", optional = true }
sysinfo = "=0.29.6"
sysinfo = "=0.29.7"
thiserror = "1.0.44"
time = { version = "0.3.23", features = ["formatting", "macros"] }
toml_edit = { version = "0.19.14", features = ["serde"] }