From b66e636105c4d4644faab817a1c08533fda4560b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 22:58:55 +0000 Subject: [PATCH] Update sysinfo requirement from 0.35.2 to 0.38.2 Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.35.2...v0.38.2) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.38.2 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 215bb7e..ed0c016 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.117" shlex = "1.3.0" subprocess = "0.2.9" -sysinfo = "0.35.2" +sysinfo = "0.38.2" tar = "0.4.41" term-table = "1.4.0" textplots = "0.8.6"