From 8829fb6b9d33e5c995641492bccb82051b9c549d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 01:44:57 +0000 Subject: [PATCH] Update sysinfo requirement from 0.28.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.28.2...v0.38.2) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.38.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- checksec.rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checksec.rs/Cargo.toml b/checksec.rs/Cargo.toml index 2ef6716..17fb731 100644 --- a/checksec.rs/Cargo.toml +++ b/checksec.rs/Cargo.toml @@ -35,7 +35,7 @@ scroll = "0.13.0" serde = { version = "1.0.145", features = ["derive"] } serde_derive = "1.0.145" serde_json = "1.0.86" -sysinfo = "0.28.2" +sysinfo = "0.38.2" flate2 = "1.1.2" base64 = "0.22.1" bincode = { version = "2.0.1", features = ["serde"] }