mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-28 07:46:28 +00:00
build(deps): update rust crate systemstat to v0.2.2
This commit is contained in:
parent
0dea740cb3
commit
9b64f518c9
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2854,9 +2854,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "systemstat"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "795b3ce9d477f1e022df48a26626c1deff9ff6cadcf2b7d6cc782b13895c3d4c"
|
||||
checksum = "ed5158fd55089515c923306476aaf3fa8ffc29a902561bf0017166a93218831c"
|
||||
dependencies = [
|
||||
"bytesize",
|
||||
"lazy_static",
|
||||
|
@ -78,7 +78,7 @@ shadow-rs = { version = "0.17.1", default-features = false }
|
||||
# see: https://github.com/svartalf/rust-battery/issues/33
|
||||
starship-battery = { version = "0.7.9", optional = true }
|
||||
strsim = "0.10.0"
|
||||
systemstat = "=0.2.1"
|
||||
systemstat = "=0.2.2"
|
||||
terminal_size = "0.2.1"
|
||||
toml = { version = "0.5.9", features = ["preserve_order"] }
|
||||
toml_edit = "0.15.0"
|
||||
|
Loading…
Reference in New Issue
Block a user