From 12d3d76a57eef6cf24636461c4f3a37938ec0092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:25:32 +0000 Subject: [PATCH] build(deps): bump sysinfo from 0.29.10 to 0.29.11 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.29.10 to 0.29.11. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) --- updated-dependencies: - dependency-name: sysinfo 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 2e2d50d..d1a9ac6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2935,9 +2935,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.29.10" +version = "0.29.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a18d114d420ada3a891e6bc8e96a2023402203296a47cdd65083377dad18ba5" +checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666" dependencies = [ "cfg-if", "core-foundation-sys", diff --git a/Cargo.toml b/Cargo.toml index 2285bee..980aa86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,7 +119,7 @@ mpd_client = { version = "1.3.0", optional = true } mpris = { version = "2.0.1", optional = true } # sys_info -sysinfo = { version = "0.29.10", optional = true } +sysinfo = { version = "0.29.11", optional = true } # tray system-tray = { version = "0.1.4", optional = true }