Skip to content

Commit

Permalink
Merge pull request #549 from alsuren/dependabot/cargo/flume-0.11.1
Browse files Browse the repository at this point in the history
build(deps): bump flume from 0.11.0 to 0.11.1
  • Loading branch information
qwandor authored Oct 21, 2024
2 parents 992586b + 5e1ca88 commit 9310098
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 homie-controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rumqttc = "0.24.0"
thiserror = "1.0.64"

[dev-dependencies]
flume = "0.11.0"
flume = "0.11.1"
futures = "0.3.31"
homie-device = { version = "0.9.0", path = "../homie-device" }
pretty_env_logger = "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion homie-device/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["homie", "mqtt"]
categories = ["network-programming"]

[dependencies]
flume = "0.11.0"
flume = "0.11.1"
futures = "0.3.31"
local_ipaddress = "0.1.3"
log = "0.4.22"
Expand Down

0 comments on commit 9310098

Please sign in to comment.