From 86ef2a5758f7d41dd92aa68c208a9a56b6d9c7a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 04:03:33 +0000 Subject: [PATCH] build(deps): update sysinfo requirement from 0.30.13 to 0.37.0 Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.30.13...v0.30.13) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.30.13 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 5d13225a..ec336f44 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.37.0" ctrlc = "3.1.4" chrono = "0.4" num-traits = { version = "0.2", default-features = false }