From 1a3e43331edc77c460e3e8afce68da312d2595a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 19:45:14 +0000 Subject: [PATCH] chore(deps): update sysinfo requirement from 0.34.1 to 0.35.0 --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.35.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ceres/Cargo.toml | 2 +- third-party/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ceres/Cargo.toml b/ceres/Cargo.toml index a8a4bb28a..27f56550e 100644 --- a/ceres/Cargo.toml +++ b/ceres/Cargo.toml @@ -32,5 +32,5 @@ rand = { workspace = true } sea-orm = { workspace = true } ring = { workspace = true } hex = { workspace = true } -sysinfo = "0.34.1" +sysinfo = "0.35.0" utoipa = { workspace = true } diff --git a/third-party/Cargo.toml b/third-party/Cargo.toml index b6fca6d20..27f9c53e7 100644 --- a/third-party/Cargo.toml +++ b/third-party/Cargo.toml @@ -68,7 +68,7 @@ encoding_rs = "0.8.31" rayon = "1.10.0" futures = "0.3.30" tokio-stream = "0.1.17" -sysinfo = "0.34.1" +sysinfo = "0.35.0" ring = "0.17.8" crossbeam-channel = "0.5.10" http = "1.1.0"