diff --git a/Cargo.toml b/Cargo.toml index 0635ffc..8b937eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" lsm_tree = { git = "https://github.com/marvin-j97/lsm-tree.git" } fs_extra = "1.3.0" -sysinfo = "0.29.11" +sysinfo = "0.30.0" # jemallocator = "0.5.4" actix-files = "0.6.2" base64 = "0.21.5"