From a438a6c322f93241183f9c171443080586c495ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:38:48 +0000 Subject: [PATCH] build(deps): bump sysinfo from 0.35.1 to 0.35.2 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.35.1 to 0.35.2. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.35.1...v0.35.2) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.35.2 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 2a94272..050779f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3320,9 +3320,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.35.1" +version = "0.35.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79251336d17c72d9762b8b54be4befe38d2db56fbbc0241396d70f173c39d47a" +checksum = "3c3ffa3e4ff2b324a57f7aeb3c349656c7b127c3c189520251a648102a92496e" dependencies = [ "libc", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 8bd2775..03813d3 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.35.1", optional = true } +sysinfo = { version = "0.35.2", optional = true } # tray system-tray = { version = "0.7.0", features = ["dbusmenu-gtk3"], optional = true }