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"