From b8aef6d56506be80bcf34c47dee241d419127bf7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 May 2020 08:12:29 +0000 Subject: [PATCH] Bump libdbus-sys from 0.1.4 to 0.1.5 Bumps [libdbus-sys](https://github.com/diwic/dbus-rs) from 0.1.4 to 0.1.5. - [Release notes](https://github.com/diwic/dbus-rs/releases) - [Commits](https://github.com/diwic/dbus-rs/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02953861b62..e8a9fe0c3eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3020,9 +3020,9 @@ checksum = "3baa92041a6fec78c687fa0cc2b3fae8884f743d672cf551bed1d6dac6988d0f" [[package]] name = "libdbus-sys" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99c78106156a964aadc1c59f7798276967be6705243b60f3ab7e131e3841db88" +checksum = "18cb88963258d00f4962205dbb5933d82780d9962c8c8a064b651d2ad7189210" dependencies = [ "pkg-config", ]