From d05b05b050a206b228ecac87075a81ae1fefa467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 23:52:32 +0000 Subject: [PATCH] build: Bump zbus from 3.14.1 to 3.15.2 Bumps [zbus](https://github.com/dbus2/zbus) from 3.14.1 to 3.15.2. - [Release notes](https://github.com/dbus2/zbus/releases) - [Commits](https://github.com/dbus2/zbus/compare/zbus-3.14.1...zbus-3.15.2) --- updated-dependencies: - dependency-name: zbus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- vmm/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a5d12a95f..60563b4ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2938,9 +2938,9 @@ dependencies = [ [[package]] name = "zbus" -version = "3.14.1" +version = "3.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31de390a2d872e4cd04edd71b425e29853f786dc99317ed72d73d6fcf5ebb948" +checksum = "675d170b632a6ad49804c8cf2105d7c31eddd3312555cffd4b740e08e97c25e6" dependencies = [ "async-broadcast", "async-executor", @@ -2979,9 +2979,9 @@ dependencies = [ [[package]] name = "zbus_macros" -version = "3.14.1" +version = "3.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41d1794a946878c0e807f55a397187c11fc7a038ba5d868e7db4f3bd7760bc9d" +checksum = "7131497b0f887e8061b430c530240063d33bf9455fa34438f388a245da69e0a5" dependencies = [ "proc-macro-crate", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index b2ff1671f..2f33a1325 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ tracer = { path = "tracer" } vmm = { path = "vmm" } vmm-sys-util = "0.12.1" vm-memory = "0.14.0" -zbus = { version = "3.11.1", optional = true } +zbus = { version = "3.15.2", optional = true } # List of patched crates [patch.crates-io] diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 3762af715..a09241bfc 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -68,5 +68,5 @@ vm-memory = { version = "0.14.0", features = ["backend-mmap", "backend-atomic", vm-migration = { path = "../vm-migration" } vm-virtio = { path = "../vm-virtio" } vmm-sys-util = { version = "0.12.1", features = ["with-serde"] } -zbus = { version = "3.11.1", optional = true } +zbus = { version = "3.15.2", optional = true } zerocopy = { version = "0.7.32", features = ["alloc","derive"] }