diff --git a/Cargo.toml b/Cargo.toml index 9b1e358..f0691a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ sqlx = {version = "0.8", features = ["mysql", "chrono", "json", "runtime-tokio"] # -- Async tokio = { version = "1.34", features = ["macros", "rt-multi-thread"] } # -- System info -sysinfo = "0.32" +sysinfo = "0.34" memory-stats = "1.1" # -- Visualize chrono = {version = "0.4", features = ["serde"] }