From 9ced8597e4b4403a748e2959a3fd566aa6065994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 14:29:40 +0000 Subject: [PATCH] build(deps): bump sysinfo from 0.29.8 to 0.29.9 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.29.8 to 0.29.9. - [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 c8428b9..eea64fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2937,9 +2937,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.29.8" +version = "0.29.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d10ed79c22663a35a255d289a7fdcb43559fc77ff15df5ce6c341809e7867528" +checksum = "a8d0e9cc2273cc8d31377bdd638d72e3ac3e5607b18621062b169d02787f1bab" dependencies = [ "cfg-if", "core-foundation-sys", diff --git a/Cargo.toml b/Cargo.toml index d844f84..aa94d7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,7 +119,7 @@ mpd_client = { version = "1.2.0", optional = true } mpris = { version = "2.0.1", optional = true } # sys_info -sysinfo = { version = "0.29.8", optional = true } +sysinfo = { version = "0.29.9", optional = true } # tray system-tray = { version = "0.1.4", optional = true }