From b6895b9312a867c2c714166ec44bdaa7ea454fc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 15:01:21 +0000 Subject: [PATCH] build(deps): bump sysinfo from 0.29.6 to 0.29.7 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.29.6 to 0.29.7. - [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 5db0b359..0c082167 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2849,9 +2849,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.29.6" +version = "0.29.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7cb97a5a85a136d84e75d5c3cf89655090602efb1be0d8d5337b7e386af2908" +checksum = "165d6d8539689e3d3bc8b98ac59541e1f21c7de7c85d60dc80e43ae0ed2113db" dependencies = [ "cfg-if", "core-foundation-sys", diff --git a/Cargo.toml b/Cargo.toml index 89e2d2d6..98ccf428 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,7 @@ mpd_client = { version = "1.2.0", optional = true } mpris = { version = "2.0.1", optional = true } # sys_info -sysinfo = { version = "0.29.6", optional = true } +sysinfo = { version = "0.29.7", optional = true } # tray stray = { version = "0.1.3", optional = true }