Skip to content

Commit

Permalink
build(deps): bump zbus from 3.15.0 to 4.1.2
Browse files Browse the repository at this point in the history
Bumps [zbus](https://github.com/dbus2/zbus) from 3.15.0 to 4.1.2.
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](dbus2/zbus@zbus-3.15.0...zbus-4.1.2)

---
updated-dependencies:
- dependency-name: zbus
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent 461b9a6 commit 6720a14
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 25 deletions.
189 changes: 165 additions & 24 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 crates/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tokio-stream = { version = "0.1", features = ["net"] }

tonic = { version = "0.11", features = ["gzip"] }

zbus = { version = "3", default-features = false, features = ["tokio"] }
zbus = { version = "4", default-features = false, features = ["tokio"] }
zvariant = "3"

hex = "0.4"
Expand Down

0 comments on commit 6720a14

Please sign in to comment.