From 7de1fd25aad570df876141994be66ff444f882e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 10:51:41 +0000 Subject: [PATCH] fix(deps): update rust crate sysinfo to 0.29.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bbaf4c5..b4fd1a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ tracing-subscriber = "0.3.17" serde = "1.0.185" serde_json = "1.0.105" dotenvy = "0.15.7" -sysinfo = "0.29.5" +sysinfo = "0.29.8" human_bytes = "0.4.2" compound_duration = "1.2.1" jwt-simple = "0.11.6"