1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2025-01-15 19:26:50 +00:00

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

This commit is contained in:
renovate[bot] 2024-12-14 18:34:02 +00:00 committed by GitHub
parent dbcabdc160
commit 44941823da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -77,7 +77,7 @@ shadow-rs = { version = "0.36.1", default-features = false }
# see: https://github.com/svartalf/rust-battery/issues/33
starship-battery = { version = "0.10.0", optional = true }
strsim = "0.11.1"
systemstat = "=0.2.3"
systemstat = "=0.2.4"
terminal_size = "0.4.1"
toml = { version = "0.8.19", features = ["preserve_order"] }
toml_edit = "0.22.22"