mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
deps: bump sysinfo to =0.29.2 (#1193)
This commit is contained in:
parent
f0249c61c3
commit
38d7d0fbc6
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"] }
|
||||
|
|
Loading…
Reference in a new issue