From 964c54726c58776a543f2540fb7c3ada0a09818c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:01:31 +0000 Subject: [PATCH] chore(deps): update sysinfo requirement from 0.36 to 0.37 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.36.0...v0.37.0) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.37.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 a39cbe0..51b2b75 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.36" +sysinfo = "0.37" chrono = { version = "0.4", features = ["serde"] } whoami = "1.5" colored = "3.0"