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

This commit is contained in:
renovate[bot]
2025-07-16 03:05:09 +00:00
committed by GitHub
parent 26f7822ae6
commit edf441b664
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -3371,9 +3371,9 @@ dependencies = [
[[package]] [[package]]
name = "systemstat" name = "systemstat"
version = "0.2.4" version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "668a4db78b439df482c238f559e4ea869017f9e62ef0a059c8bfcd841a4df544" checksum = "5021f5184d44b26fb184acd689671bbe1e4bbd24bbdaa6bc7ec383fad32d2033"
dependencies = [ dependencies = [
"bytesize", "bytesize",
"lazy_static", "lazy_static",
+1 -1
View File
@@ -73,7 +73,7 @@ shadow-rs = { version = "1.2.0", default-features = false, features = ["build"]
# see: https://github.com/svartalf/rust-battery/issues/33 # see: https://github.com/svartalf/rust-battery/issues/33
starship-battery = { version = "0.10.2", optional = true } starship-battery = { version = "0.10.2", optional = true }
strsim = "0.11.1" strsim = "0.11.1"
systemstat = "=0.2.4" systemstat = "=0.2.5"
terminal_size = "0.4.2" terminal_size = "0.4.2"
toml = { version = "0.9.2", features = ["preserve_order"] } toml = { version = "0.9.2", features = ["preserve_order"] }
toml_edit = "0.23.1" toml_edit = "0.23.1"