From 17eb9cc589c272cdb4f283d46d9c7897cf373d00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:56:55 +0000 Subject: [PATCH] build(deps): update zbus requirement from 3.6 to 4.4 in /ladspa Updates the requirements on [zbus](https://github.com/dbus2/zbus) to permit the latest version. - [Release notes](https://github.com/dbus2/zbus/releases) - [Commits](https://github.com/dbus2/zbus/compare/zbus-3.6.0...zbus-4.4.0) --- updated-dependencies: - dependency-name: zbus dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ladspa/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ladspa/Cargo.toml b/ladspa/Cargo.toml index 7259047ac..b728cd7a0 100644 --- a/ladspa/Cargo.toml +++ b/ladspa/Cargo.toml @@ -24,5 +24,5 @@ ndarray = "^0.15" env_logger = "0.10" uuid = { version = "1.2.1", features = ["v4", "fast-rng"] } log = { version = "0.4", features = ["std"] } -zbus = { version = "3.6", optional = true } +zbus = { version = "4.4", optional = true } event-listener = { version = "2.5", optional = true }