From 7e480a2993450d9ef5ace8aa5257bd693a3ed750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 08:28:17 +0000 Subject: [PATCH] chore(deps): update sysinfo requirement from 0.38 to 0.39 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.0) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.39.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 3fe3172..dd0ce48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ secret-service = "5" ssh2 = { version = "0.9.5", features = ["openssl-on-win32"] } smallvec = "1" smol = "2" -sysinfo = "0.38" +sysinfo = "0.39" time = "0.3" thiserror = "2" unicode-width = "0.2"