From cb00dc9d985b36e92d8003a736fb5f5979f545d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jun 2021 04:18:51 +0000 Subject: [PATCH] Bump dbus from 0.9.2 to 0.9.3 Bumps [dbus](https://github.com/diwic/dbus-rs) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/diwic/dbus-rs/releases) - [Commits](https://github.com/diwic/dbus-rs/compare/dbus-v0.9.2...dbus-v0.9.3) --- updated-dependencies: - dependency-name: dbus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a2cea6..6e9b5ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -681,12 +681,13 @@ dependencies = [ [[package]] name = "dbus" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f597e08dfa79b593f23bbfc7840b23b2c5aa2e3a98d8e68b67b5b9ff800dc0db" +checksum = "c8862bb50aa3b2a2db5bfd2c875c73b3038aa931c411087e335ca8ca0ed430b9" dependencies = [ "libc", "libdbus-sys", + "winapi 0.3.9", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 7bdf73f..48578d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ tokio = { version = "1", features = ["rt-multi-thread", "sync", "time"] } tokio-stream = "0.1.5" toml = "0.5" unicode-width = "0.1.8" -dbus = { version = "0.9.2", optional = true } +dbus = { version = "0.9.3", optional = true } dbus-tree = { version = "0.9.0", optional = true } rand = "0.8" webbrowser = "0.5"