From e52e68ec7b80df741985b4a887bf5f578731e8c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:25:29 +0000 Subject: [PATCH] chore(deps): bump sysinfo from 0.39.3 to 0.39.5 in /personal-sysadmin Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.39.3 to 0.39.5. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.39.3...v0.39.5) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.39.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- personal-sysadmin/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/personal-sysadmin/Cargo.lock b/personal-sysadmin/Cargo.lock index 8029888..a28ed49 100644 --- a/personal-sysadmin/Cargo.lock +++ b/personal-sysadmin/Cargo.lock @@ -3975,9 +3975,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.39.3" +version = "0.39.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d0d938c10fcda3e897e28aaddf4ab462375d411f4378cd63b1c945f69aba96" +checksum = "2c8bd2130a9b60bee2581bf82cfe89ee836424d1f37dcfa4ce21509611684673" dependencies = [ "libc", "memchr",