deps: bump sysinfo 0.34.2 → 0.39.5 in kata-types

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 <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2026-07-09 04:11:05 -07:00
parent aa968e743f
commit beeb27c6d1
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
authors = ["The Kata Containers community <kata-dev@lists.katacontainers.io>"]
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"

View File

@@ -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 }