From 3853c953a663d1b0542869f3d2fc94499016d150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 14:48:57 +0000 Subject: [PATCH] build(deps): bump sysinfo from 0.29.4 to 0.29.5 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.29.4 to 0.29.5. - [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 dd2fde1..9cf1bab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2849,9 +2849,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.29.4" +version = "0.29.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "751e810399bba86e9326f5762b7f32ac5a085542df78da6a78d94e07d14d7c11" +checksum = "6b949f01f9c23823744b71e0060472ecbde578ef68cc2a9e46d114efd77c3034" dependencies = [ "cfg-if", "core-foundation-sys", diff --git a/Cargo.toml b/Cargo.toml index 5eda909..29b2b27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,7 +117,7 @@ mpd_client = { version = "1.2.0", optional = true } mpris = { version = "2.0.1", optional = true } # sys_info -sysinfo = { version = "0.29.4", optional = true } +sysinfo = { version = "0.29.5", optional = true } # tray stray = { version = "0.1.3", optional = true }