Skip to content

Commit

Permalink
chore(deps): bump the cargo group with 1 update
Browse files Browse the repository at this point in the history
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](dbus2/zbus@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>
  • Loading branch information
dependabot[bot] authored and hrkfdn committed Feb 26, 2024
1 parent 0007bf6 commit c0b78d3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
25 changes: 16 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit c0b78d3

Please sign in to comment.