From 592213d8af3a4fd87032f535aa6ac92a5669c93d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 15:05:17 +0000 Subject: [PATCH] build(deps): bump mpris from 2.0.0 to 2.0.1 Bumps [mpris](https://github.com/Mange/mpris-rs) from 2.0.0 to 2.0.1. - [Changelog](https://github.com/Mange/mpris-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/Mange/mpris-rs/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: mpris 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 0c41b60..6630c4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1701,9 +1701,9 @@ dependencies = [ [[package]] name = "mpris" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e3d377fd27d9d5c7145341cd3affcb83839c24c73e7460488b3ae0a3f9c5166" +checksum = "55cef955a7826b1e00e901a3652e7a895abd221fb4ab61547e7d0e4c235d7feb" dependencies = [ "dbus", "derive_is_enum_variant", diff --git a/Cargo.toml b/Cargo.toml index 62b4ca5..0add167 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ chrono = { version = "0.4.26", optional = true } # music mpd_client = { version = "1.0.0", optional = true } -mpris = { version = "2.0.0", optional = true } +mpris = { version = "2.0.1", optional = true } # sys_info sysinfo = { version = "0.29.2", optional = true }