From 214ba6b23b497cbac518a75dc391d4d674adb7b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 04:26:49 +0000 Subject: [PATCH] build(deps): update sysinfo requirement from 0.30.13 to 0.38.0 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.30.13...v0.38.0) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.38.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 d8c76a9c..54cb4ab0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ num_cpus = "1.10.1" regex = "1.3.1" rocksdb = { version = "0.24.0", default-features = false } alloc_counter = "0.0.4" -sysinfo = "0.30.13" +sysinfo = "0.38.0" ctrlc = "3.1.4" chrono = "0.4" num-traits = { version = "0.2", default-features = false }