From 66966fcaf328dcd36bddc7dae45a79888d63dafc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 05:44:11 +0000 Subject: [PATCH] Update sysinfo requirement from 0.32 to 0.34 Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) --- updated-dependencies: - dependency-name: sysinfo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }