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 }