From 9ffdc26b4991bec7ae3a59d26eb6f50f7ba2041e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 15:57:55 +0000 Subject: [PATCH] build(deps): bump sysinfo from 0.34.1 to 0.34.2 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.34.1 to 0.34.2. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.34.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 cb5d0f5..0ae303d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3243,9 +3243,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.34.1" +version = "0.34.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "927fa32067cbb22b8a91987d84c0ff94c7441ccf3f767165a58d77a656d6267c" +checksum = "a4b93974b3d3aeaa036504b8eefd4c039dced109171c1ae973f1dc63b2c7e4b2" dependencies = [ "libc", "memchr", diff --git a/Cargo.toml b/Cargo.toml index f15a02b..599fa00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -165,7 +165,7 @@ regex = { version = "1.11.1", default-features = false, features = [ futures-signals = { version = "0.3.34", optional = true } # sys_info -sysinfo = { version = "0.34.1", optional = true } +sysinfo = { version = "0.34.2", optional = true } # tray system-tray = { version = "0.7.0", features = ["dbusmenu-gtk3"], optional = true }