From 952fef270e9f61efe84a4c09c832c69b785a5b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 15:05:13 +0000 Subject: [PATCH] build(deps): bump sysinfo from 0.28.4 to 0.29.0 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.28.4 to 0.29.0. - [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-minor ... 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 7cb2ac4..40079b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2854,9 +2854,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.28.4" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4c2f3ca6693feb29a89724516f016488e9aafc7f37264f898593ee4b942f31b" +checksum = "02f1dc6930a439cc5d154221b5387d153f8183529b07c19aca24ea31e0a167e1" dependencies = [ "cfg-if", "core-foundation-sys", diff --git a/Cargo.toml b/Cargo.toml index 1465b6d..ccb7500 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ mpd_client = { version = "1.0.0", optional = true } mpris = { version = "2.0.0", optional = true } # sys_info -sysinfo = { version = "0.28.4", optional = true } +sysinfo = { version = "0.29.0", optional = true } # tray stray = { version = "0.1.3", optional = true }