From 9f0c58e9b80d44d52e794cf37b952b8c0f0aef43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 04:42:21 +0000 Subject: [PATCH] build(deps): update sysinfo requirement from 0.30.13 to 0.35.2 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 cc93293e..37799bfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ num_cpus = "1.10.1" regex = "1.3.1" rocksdb = { version = "0.23.0", default-features = false } alloc_counter = "0.0.4" -sysinfo = "0.30.13" +sysinfo = "0.35.2" ctrlc = "3.1.4" chrono = "0.4" num-traits = { version = "0.2", default-features = false }