Skip to content

Commit 62449e2

Browse files
chore(deps): bump zbus from 5.13.2 to 5.14.0 (#345)
Bumps [zbus](https://github.com/z-galaxy/zbus) from 5.13.2 to 5.14.0. - [Release notes](https://github.com/z-galaxy/zbus/releases) - [Changelog](https://github.com/z-galaxy/zbus/blob/main/release-plz.toml) - [Commits](z-galaxy/zbus@zbus-5.13.2...zbus-5.14.0) --- updated-dependencies: - dependency-name: zbus dependency-version: 5.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fef4c90 commit 62449e2

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iced_examples/application_launcher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ regex = "1.11.1"
2626
xdg = "3.0.0"
2727
tracing = "0.1.40"
2828
freedesktop-desktop-entry = "0.8.1"
29-
zbus = "5.13.2"
29+
zbus = "5.14.0"
3030
anyhow = "1.0.102"
3131
serde = { version = "1.0", features = ["derive"] }

iced_examples/bottom_panel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ iced_runtime.workspace = true
1818
iced_layershell.workspace = true
1919
xdg = "3.0.0"
2020
freedesktop-desktop-entry = "0.8.1"
21-
zbus = "5.13.2"
21+
zbus = "5.14.0"
2222
regex = "1.11.1"
2323
tracing = "0.1.40"
2424
anyhow = "1.0.102"

iced_examples/zbus_invoked_widget/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ iced.workspace = true
1515
iced_runtime.workspace = true
1616
iced_layershell.workspace = true
1717

18-
zbus = "5.13.2"
18+
zbus = "5.14.0"
1919
futures = "0.3.31"

0 commit comments

Comments
 (0)