From beeb27c6d1e6aaf32972f69e81bc1dbf51ef9975 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Thu, 9 Jul 2026 04:11:05 -0700 Subject: [PATCH] =?UTF-8?q?deps:=20bump=20sysinfo=200.34.2=20=E2=86=92=200?= =?UTF-8?q?.39.5=20in=20kata-types?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add sysinfo to the workspace dependencies at 0.39.5 and switch kata-types from its local pin to workspace = true. No API changes required — System::new_all() is stable across this range. sysinfo 0.39.5 requires rustc >= 1.95. Update the workspace rust-version to match the toolchain already set in rust-toolchain.toml. Generated-by: IBM Bob Signed-off-by: stevenhorsman --- Cargo.toml | 3 ++- src/libs/kata-types/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8fbf549a86..bb7f1bf6bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["The Kata Containers community "] edition = "2018" license = "Apache-2.0" -rust-version = "1.94" +rust-version = "1.95" [workspace] members = [ @@ -200,6 +200,7 @@ slog-stdlog = "4.0.0" slog-term = "2.9.0" strum = { version = "0.24.0", features = ["derive"] } strum_macros = "0.26.2" +sysinfo = "0.39.5" tdx = "0.1.1" tempfile = "3.19.1" thiserror = "2.0.18" diff --git a/src/libs/kata-types/Cargo.toml b/src/libs/kata-types/Cargo.toml index 6c14002b1a..4f390d4467 100644 --- a/src/libs/kata-types/Cargo.toml +++ b/src/libs/kata-types/Cargo.toml @@ -26,7 +26,7 @@ serde_json = "1.0.73" thiserror = { workspace = true } toml = { workspace = true } serde-enum-str = "0.5" -sysinfo = "0.34.2" +sysinfo = { workspace = true } sha2 = "0.10.8" flate2 = "1.1" nix = { workspace = true }