Skip to content

Commit

Permalink
build(deps): update zbus requirement from 3.6 to 4.4 in /ladspa
Browse files Browse the repository at this point in the history
Updates the requirements on [zbus](https://github.com/dbus2/zbus) to permit the latest version.
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](dbus2/zbus@zbus-3.6.0...zbus-4.4.0)

---
updated-dependencies:
- dependency-name: zbus
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent f1d19bf commit 17eb9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ladspa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

0 comments on commit 17eb9cc

Please sign in to comment.