mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-25 21:50:20 +00:00
deps: lock sysinfo to 0.29.4 (#1247)
This commit is contained in:
parent
567ba3760b
commit
275daa1f63
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1228,9 +1228,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sysinfo"
|
||||
version = "0.29.3"
|
||||
version = "0.29.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5bcd0346f90b6bc83526c7b180039a8acd26a5c848cc556d457f6472eb148122"
|
||||
checksum = "751e810399bba86e9326f5762b7f32ac5a085542df78da6a78d94e07d14d7c11"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"core-foundation-sys",
|
||||
|
|
|
@ -96,7 +96,7 @@ once_cell = "1.18.0"
|
|||
regex = "1.9.0"
|
||||
serde = { version = "1.0.166", features = ["derive"] }
|
||||
starship-battery = { version = "0.8.1", optional = true }
|
||||
sysinfo = "0.29.3"
|
||||
sysinfo = "=0.29.4"
|
||||
thiserror = "1.0.41"
|
||||
time = { version = "0.3.22", features = ["formatting", "macros"] }
|
||||
toml_edit = { version = "0.19.12", features = ["serde"] }
|
||||
|
|
Loading…
Reference in a new issue