From 2ae802df99dca5099f41b3ccab66bfcdc753bd45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 04:19:32 +0000 Subject: [PATCH] Bump dbus from 0.9.4 to 0.9.5 Bumps [dbus](https://github.com/diwic/dbus-rs) from 0.9.4 to 0.9.5. - [Release notes](https://github.com/diwic/dbus-rs/releases) - [Commits](https://github.com/diwic/dbus-rs/compare/dbus-v0.9.4...dbus-v0.9.5) --- updated-dependencies: - dependency-name: dbus 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 d85c40c..98c298f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -676,9 +676,9 @@ dependencies = [ [[package]] name = "dbus" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60b225f88dd3718253526c38bc333b9986b547a7580abf81186c9461647b2487" +checksum = "de0a745c25b32caa56b82a3950f5fec7893a960f4c10ca3b02060b0c38d8c2ce" dependencies = [ "libc", "libdbus-sys", diff --git a/Cargo.toml b/Cargo.toml index adcfb64..0714d05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ tokio = { version = "1", features = ["rt-multi-thread", "sync", "time"] } tokio-stream = "0.1.7" toml = "0.5" unicode-width = "0.1.9" -dbus = { version = "0.9.4", optional = true } +dbus = { version = "0.9.5", optional = true } dbus-tree = { version = "0.9.0", optional = true } rand = "0.8" webbrowser = "0.5"