summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-01-23 08:48:48 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-01-23 12:12:26 +0000
commitafee6d72347d2896a0eceb5c8d75af78aba0dc93 (patch)
tree9a395dbbbaae77e625ca5f174bb201fa27894039
parentd84bfabefd3368206ee7f0bb185ce877f0b14c2f (diff)
build(deps): update rust crate systemstat to v0.2.3
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ebb7acaf2..fe2cf0a4b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
diff --git a/Cargo.toml b/Cargo.toml
index d1e157950..3fd7cca39 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"