diff --git a/crates/sdk-core/Cargo.toml b/crates/sdk-core/Cargo.toml index fddd8c244..3a6772fba 100644 --- a/crates/sdk-core/Cargo.toml +++ b/crates/sdk-core/Cargo.toml @@ -89,7 +89,7 @@ serde = "1.0" serde_json = { workspace = true } siphasher = "1.0" slotmap = "1.0" -sysinfo = { version = "0.38", default-features = false, features = ["system"] } +sysinfo = { version = "0.39", default-features = false, features = ["system"] } tar = { version = "0.4", optional = true } thiserror = { workspace = true } tokio = { version = "1.47", default-features = false, features = [