Skip to content

Commit

Permalink
fix(deps): update rust crate zbus to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 29, 2023
1 parent dc94171 commit 5aeab54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include = [
dbus = { version = "0.9", optional = true }
lazy_static = { version = "1", optional = true }
image = { version = "0.24", optional = true }
zbus = { version = "3.10", optional = true }
zbus = { version = "3.12", optional = true }
serde = { version = "1", optional = true }
log = "0.4"
env_logger ={ version ="0.10", optional = true }
Expand Down

0 comments on commit 5aeab54

Please sign in to comment.