diff --git a/server/Cargo.toml b/server/Cargo.toml index fc446b2..5e2cce0 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -23,7 +23,7 @@ fjall = { version = "0.3.0", default-features = false, features = [] } smoltable = { path = "../smoltable" } fs_extra = "1.3.0" -sysinfo = "0.29.11" +sysinfo = "0.30.5" actix-files = "0.6.5" actix-cors = "0.7.0" tokio = "1.35.1"