From 9c7c63325b65d1ddb62f0868c0e9871165a74025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 03:02:53 +0000 Subject: [PATCH] build(deps): update sysinfo requirement from 0.35.2 to 0.38.4 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.4) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.38.4 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 dcdf7cb..d38550f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ rand = "0.8.5" reqwest = { version = "0.12.9", features = ["blocking"] } rustls = "0.23.20" serde = { version = "1.0.216", features = ["derive"] } -sysinfo = { version = "0.35.2", features = ["serde"] } +sysinfo = { version = "0.38.4", features = ["serde"] } tempfile = "3.14.0" tokio = { version = "1.42.0", features = ["rt", "rt-multi-thread", "macros"] } tokio-util = "0.7.13"