1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-18 08:12:21 +00:00

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

This commit is contained in:
renovate[bot] 2023-01-23 08:48:48 +00:00
parent d84bfabefd
commit afee6d7234
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -78,7 +78,7 @@ shadow-rs = { version = "0.20.0", 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.2"
systemstat = "=0.2.3"
terminal_size = "0.2.3"
toml = { version = "0.5.11", features = ["preserve_order"] }
toml_edit = "0.17.1"