From 98278becb155b80a3eb0c8195a5de77f6396feee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 04:54:15 +0000 Subject: [PATCH] Bump dbus from 0.9.0 to 0.9.1 Bumps [dbus](https://github.com/diwic/dbus-rs) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/diwic/dbus-rs/releases) - [Commits](https://github.com/diwic/dbus-rs/compare/dbus-v0.9.0...dbus-v0.9.1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efaaf25..e1998b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -801,9 +801,9 @@ dependencies = [ [[package]] name = "dbus" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22c08adfeb70c940c14d8af988fa854dcb5529e6141f2397e4e0fa4c9375d094" +checksum = "3b1334c0161ddfccd239ac81b188d62015b049c986c5cd0b7f9447cf2c54f4a3" dependencies = [ "libc", "libdbus-sys", @@ -815,7 +815,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "26a1c139b794d571d930124e17fa4cae8a904dc8e916abf551ab763b00e93a63" dependencies = [ - "dbus 0.9.0", + "dbus 0.9.1", ] [[package]] @@ -1964,7 +1964,7 @@ dependencies = [ "clipboard", "crossbeam-channel 0.5.0", "cursive", - "dbus 0.9.0", + "dbus 0.9.1", "dbus-tree", "failure", "fern", diff --git a/Cargo.toml b/Cargo.toml index af1fd37..b995cc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ toml = "0.5" tokio-core = "0.1" tokio-timer = "0.2" unicode-width = "0.1.8" -dbus = { version = "0.9.0", optional = true } +dbus = { version = "0.9.1", optional = true } dbus-tree = { version = "0.9.0", optional = true } rand = "0.8" webbrowser = "0.5"