From fe25873775d9ccb49ae9bac5bcb3e124103aa422 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:10:45 +0000 Subject: [PATCH] fix(deps): update rust crate sysinfo to 0.30.8 --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index aac0c67..224be0d 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -21,7 +21,7 @@ fjall = { version = "0.6.3" } smoltable = { path = "../smoltable" } fs_extra = "1.3.0" -sysinfo = "0.29.11" +sysinfo = "0.30.8" actix-files = "0.6.5" actix-cors = "0.7.0" tokio = "1.36.0"