mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 06:34:16 +00:00
deps: bump sysinfo to 0.30.6 (#1420)
This commit is contained in:
parent
973be9103b
commit
7ea72cc814
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1386,9 +1386,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sysinfo"
|
||||
version = "0.30.5"
|
||||
version = "0.30.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1fb4f3438c8f6389c864e61221cbc97e9bca98b4daf39a5beb7bea660f528bb2"
|
||||
checksum = "6746919caf9f2a85bff759535664c060109f21975c5ac2e8652e60102bd4d196"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"core-foundation-sys",
|
||||
|
|
|
@ -93,7 +93,7 @@ nvml-wrapper = { version = "0.10.0", optional = true, features = ["legacy-functi
|
|||
regex = "1.10.3"
|
||||
serde = { version = "=1.0.196", features = ["derive"] }
|
||||
starship-battery = { version = "0.8.2", optional = true }
|
||||
sysinfo = "=0.30.5"
|
||||
sysinfo = "=0.30.6"
|
||||
thiserror = "1.0.57"
|
||||
time = { version = "0.3.34", features = ["formatting", "macros"] }
|
||||
toml_edit = { version = "0.22.5", features = ["serde"] }
|
||||
|
|
Loading…
Reference in a new issue