chore(deps): bump the cargo group with 1 update

Bumps the cargo group with 1 update: [zbus](https://github.com/dbus2/zbus).


Updates `zbus` from 4.1.1 to 4.1.2
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](https://github.com/dbus2/zbus/compare/zbus-4.1.1...zbus-4.1.2)

---
updated-dependencies:
- dependency-name: zbus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-02-26 07:04:52 +00:00
committed by Henrik Friedrichsen
parent 0007bf6de2
commit c0b78d3a2a
2 changed files with 17 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ chrono = "0.4"
clap = "4.5.1"
clipboard = {version = "0.5", optional = true}
crossbeam-channel = "0.5"
zbus = {version = "4.0.1", default-features = false, features = ["tokio"], optional = true}
zbus = {version = "4.1.2", default-features = false, features = ["tokio"], optional = true}
fern = "0.6"
futures = "0.3"
ioctl-rs = {version = "0.2", optional = true}