From a2b859336db8b5d61397856d748d6688cc2f80a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 03:46:54 +0000 Subject: [PATCH] fix(deps): update rust crate sysinfo to 0.29.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a36a061..3ab0142 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ tracing-subscriber = "0.3.17" serde = "1.0.188" serde_json = "1.0.107" dotenvy = "0.15.7" -sysinfo = "0.29.5" +sysinfo = "0.29.10" human_bytes = "0.4.2" compound_duration = "1.2.1" jwt-simple = "0.11.6"