mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
deps: pin sysinfo to 0.29.6 (#1263)
This commit is contained in:
parent
f182eb200e
commit
0e8feca616
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1231,9 +1231,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sysinfo"
|
||||
version = "0.29.5"
|
||||
version = "0.29.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6b949f01f9c23823744b71e0060472ecbde578ef68cc2a9e46d114efd77c3034"
|
||||
checksum = "c7cb97a5a85a136d84e75d5c3cf89655090602efb1be0d8d5337b7e386af2908"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"core-foundation-sys",
|
||||
|
|
|
@ -95,7 +95,7 @@ once_cell = "1.18.0"
|
|||
regex = "1.9.1"
|
||||
serde = { version = "1.0.173", features = ["derive"] }
|
||||
starship-battery = { version = "0.8.1", optional = true }
|
||||
sysinfo = "=0.29.5"
|
||||
sysinfo = "=0.29.6"
|
||||
thiserror = "1.0.43"
|
||||
time = { version = "0.3.23", features = ["formatting", "macros"] }
|
||||
toml_edit = { version = "0.19.14", features = ["serde"] }
|
||||
|
|
Loading…
Reference in a new issue