Skip to content

Commit 0834adc

Browse files
fix(deps): update rust crate zbus to v5
1 parent cc02ba1 commit 0834adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ include = [
2424
dbus = { version = "0.9", optional = true }
2525
lazy_static = { version = "1.5", optional = true }
2626
image = { version = "0.25", optional = true }
27-
zbus = { version = "4", optional = true }
27+
zbus = { version = "5", optional = true }
2828
serde = { version = "1", optional = true }
2929
log = "0.4"
3030
env_logger ={ version ="0.11", optional = true }

0 commit comments

Comments
 (0)