1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-12-01 09:13:54 +00:00

build(deps): update rust crate systemstat to v0.2.2

This commit is contained in:
renovate[bot] 2022-11-03 00:38:05 +00:00
parent 0dea740cb3
commit 9b64f518c9
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2854,9 +2854,9 @@ dependencies = [
[[package]] [[package]]
name = "systemstat" name = "systemstat"
version = "0.2.1" version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "795b3ce9d477f1e022df48a26626c1deff9ff6cadcf2b7d6cc782b13895c3d4c" checksum = "ed5158fd55089515c923306476aaf3fa8ffc29a902561bf0017166a93218831c"
dependencies = [ dependencies = [
"bytesize", "bytesize",
"lazy_static", "lazy_static",

View File

@ -78,7 +78,7 @@ shadow-rs = { version = "0.17.1", default-features = false }
# see: https://github.com/svartalf/rust-battery/issues/33 # see: https://github.com/svartalf/rust-battery/issues/33
starship-battery = { version = "0.7.9", optional = true } starship-battery = { version = "0.7.9", optional = true }
strsim = "0.10.0" strsim = "0.10.0"
systemstat = "=0.2.1" systemstat = "=0.2.2"
terminal_size = "0.2.1" terminal_size = "0.2.1"
toml = { version = "0.5.9", features = ["preserve_order"] } toml = { version = "0.5.9", features = ["preserve_order"] }
toml_edit = "0.15.0" toml_edit = "0.15.0"