From f5d5a34fedb6667c242cef5afd7692c0a5005e32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 01:23:27 +0000 Subject: [PATCH] chore(deps): bump libdbus-sys from 0.2.4 to 0.2.5 Bumps [libdbus-sys](https://github.com/diwic/dbus-rs) from 0.2.4 to 0.2.5. - [Release notes](https://github.com/diwic/dbus-rs/releases) - [Commits](https://github.com/diwic/dbus-rs/compare/libdbus-sys-v0.2.4...libdbus-sys-v0.2.5) --- updated-dependencies: - dependency-name: libdbus-sys dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5783ff2c..3f3ca64a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1628,9 +1628,9 @@ dependencies = [ [[package]] name = "libdbus-sys" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f8d7ae751e1cb825c840ae5e682f59b098cdfd213c350ac268b61449a5f58a0" +checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" dependencies = [ "pkg-config", ]