From 44941823da9f9b72f8d28d53f2602821e3b727d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 18:34:02 +0000 Subject: [PATCH] build(deps): update rust crate systemstat to v0.2.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d7eb46e7..124c0412 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index c71499e0..a51eddea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"