From a69a6c7d0751166fd84794b5278764b1ddad72b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 23:08:09 +0000 Subject: [PATCH] build(deps): update sysinfo requirement from 0.38 to 0.39 Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.38.0...v0.39.2) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.39.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/sdk-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [