From c1e8c8c4beedae148fa91816f5c59dd2a79f15ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 08:33:04 +0000 Subject: [PATCH] Update sysinfo requirement from 0.38.0 to 0.39.6 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.38.0...v0.39.6) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.39.6 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 426c7a0..927e1b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ repository = "https://github.com/frequency403/license-me" [dependencies] walkdir = "2.4.0" -sysinfo = "0.38.0" +sysinfo = "0.39.6" indicatif = "0.18.0" chrono = "0.4.30" ansi_term = "0.12.1"