From 76652279063d7d055d47f81ef9debd96bc1a8e25 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Fri, 8 May 2026 00:47:38 +0200 Subject: [PATCH] Update `sysinfo` version to `0.39.0` --- Cargo.lock | 4 ++-- crates/bin/docs_rs_builder/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6fca4a41..286451af9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8127,9 +8127,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.38.4" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92ab6a2f8bfe508deb3c6406578252e491d299cbbf3bc0529ecc3313aee4a52f" +checksum = "cd9f9fe3d2b7b75cf4f2805e5b9926e8ac47146667b16b86298c4a8bf08cc469" dependencies = [ "libc", "memchr", diff --git a/crates/bin/docs_rs_builder/Cargo.toml b/crates/bin/docs_rs_builder/Cargo.toml index 42d47259a..b70683788 100644 --- a/crates/bin/docs_rs_builder/Cargo.toml +++ b/crates/bin/docs_rs_builder/Cargo.toml @@ -33,7 +33,7 @@ regex = { workspace = true } rustwide = { version = "0.23.0", features = ["unstable", "unstable-toolchain-ci"] } serde_json = { workspace = true } sqlx = { workspace = true } -sysinfo = { version = "0.38.0", default-features = false, features = ["system"] } +sysinfo = { version = "0.39.0", default-features = false, features = ["system"] } tempfile = { workspace = true } thiserror = { workspace = true } tokio = { workspace = true }