From eadc7a7bab6f0b3d4d93f40d4578205c6b581b3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 15:32:44 +0000 Subject: [PATCH] build(deps): bump sysinfo from 0.36.0 to 0.36.1 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.36.0 to 0.36.1. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.36.0...v0.36.1) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.36.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4543f1b..e497079 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3330,9 +3330,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.36.0" +version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aab138f5c1bb35231de19049060a87977ad23e04f2303e953bc5c2947ac7dec4" +checksum = "252800745060e7b9ffb7b2badbd8b31cfa4aa2e61af879d0a3bf2a317c20217d" dependencies = [ "libc", "memchr", diff --git a/Cargo.toml b/Cargo.toml index c38bf0d..1d51c51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -174,7 +174,7 @@ regex = { version = "1.11.1", default-features = false, features = [ futures-signals = { version = "0.3.34", optional = true } # sys_info -sysinfo = { version = "0.36.0", optional = true } +sysinfo = { version = "0.36.1", optional = true } # tray system-tray = { version = "0.8.1", features = ["dbusmenu-gtk3"], optional = true }