From d446471779715f9c447239e03497180e89198277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 19:29:09 +0000 Subject: [PATCH] Bump dbus-tree from 0.9.1 to 0.9.2 Bumps [dbus-tree](https://github.com/diwic/dbus-rs) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/diwic/dbus-rs/releases) - [Commits](https://github.com/diwic/dbus-rs/compare/dbus-tree-v0.9.1...dbus-tree-v0.9.2) --- updated-dependencies: - dependency-name: dbus-tree 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 62bd138..3e8ccf3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -687,9 +687,9 @@ dependencies = [ [[package]] name = "dbus-tree" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b15e1727e94490a9e0c1174284ea83fe5e6db853b43cda77d99bb371008a4fd0" +checksum = "f456e698ae8e54575e19ddb1f9b7bce2298568524f215496b248eb9498b4f508" dependencies = [ "dbus", ] diff --git a/Cargo.toml b/Cargo.toml index e367430..5feab66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ tokio-stream = "0.1.7" toml = "0.5" unicode-width = "0.1.9" dbus = { version = "0.9.5", optional = true } -dbus-tree = { version = "0.9.0", optional = true } +dbus-tree = { version = "0.9.2", optional = true } rand = "0.8" webbrowser = "0.5" clipboard = { version = "0.5", optional = true }