diff --git a/server/Cargo.toml b/server/Cargo.toml index d2a60f4..7404418 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -21,7 +21,7 @@ fjall = { version = "1.0.5", default-features = false, features = [] } smoltable = { path = "../smoltable" } fs_extra = "1.3.0" -sysinfo = "0.29.11" +sysinfo = "0.33.0" actix-files = "0.6.5" actix-cors = "0.7.0" tokio = "1.37.0"