From 44eadcacd5a268dfe7bd6a4d5194bdd1eb572ff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 08:48:08 +0000 Subject: [PATCH] chore(deps): update sysinfo requirement from 0.35 to 0.36 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/compare/v0.35.0...v0.36.0) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.36.0 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 37128f7..a39cbe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ clap = { version = "4.5.36", features = ["cargo"] } serde = "1.0.219" serde_derive = "1.0.219" toml = "0.8.20" -sysinfo = "0.35" +sysinfo = "0.36" chrono = { version = "0.4", features = ["serde"] } whoami = "1.5" colored = "3.0"