From c37dff2d364fcd0b70cdb6b7f4c7dcbc1ae42b96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 22:50:31 +0000 Subject: [PATCH] fix(deps): update rust crate sysinfo to 0.30.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"