From 6637e4533bd72c0b2386a9630cfd2267acb48b89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 05:53:41 +0000 Subject: [PATCH] Update sysinfo requirement from 0.32 to 0.33 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 eac9d2b..b7a1b22 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.33" memory-stats = "1.1" # -- Visualize chrono = {version = "0.4", features = ["serde"] }