From 55b2e27b7e222f96b38d52f6e9fb533d2776fb30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 04:47:55 +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"