Skip to content

Commit

Permalink
Merge pull request #414 from alsuren/dependabot/cargo/futures-0.3.29
Browse files Browse the repository at this point in the history
build(deps): bump futures from 0.3.28 to 0.3.29
  • Loading branch information
qwandor authored Oct 29, 2023
2 parents d0548ff + 77e6b44 commit 9abd40d
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
24 changes: 12 additions & 12 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 applehat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["network-programming"]
[dependencies]
color-backtrace = "0.6.1"
eyre = "0.6.8"
futures = "0.3.27"
futures = "0.3.29"
homie-controller = { version = "0.9.0", path = "../homie-controller" }
homie-device = { version = "0.9.0", path = "../homie-device" }
log = "0.4.20"
Expand Down
2 changes: 1 addition & 1 deletion btsensor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ uuid = "1.5.0"

[dev-dependencies]
bluez-async = "0.7.1"
futures = "0.3.27"
futures = "0.3.29"
eyre = "0.6.8"
pretty_env_logger = "0.5.0"
tokio = { version = "1.33.0", features = ["macros", "rt", "rt-multi-thread"] }
2 changes: 1 addition & 1 deletion homie-controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ thiserror = "1.0.50"

[dev-dependencies]
flume = "0.11.0"
futures = "0.3.27"
futures = "0.3.29"
homie-device = { version = "0.9.0", path = "../homie-device" }
pretty_env_logger = "0.5.0"
rumqttd = "0.13.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 @@ -14,7 +14,7 @@ categories = ["network-programming"]

[dependencies]
flume = "0.11.0"
futures = "0.3.27"
futures = "0.3.29"
local_ipaddress = "0.1.3"
log = "0.4.20"
mac_address = "1.1.5"
Expand Down
2 changes: 1 addition & 1 deletion homie-influx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["network-programming"]
[dependencies]
color-backtrace = "0.6.1"
eyre = "0.6.8"
futures = "0.3.27"
futures = "0.3.29"
homie-controller = { version = "0.9.0", path = "../homie-controller" }
influx_db_client = { version = "0.5.1", default-features = false, features = [
"rustls-tls",
Expand Down
2 changes: 1 addition & 1 deletion mijia-homie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ backoff = { version = "0.4.0", features = ["tokio"] }
btsensor = { version = "0.1.0", path = "../btsensor" }
color-backtrace = "0.6.1"
eyre = "0.6.8"
futures = "0.3.27"
futures = "0.3.29"
futures-channel = "0.3.29"
homie-device = { version = "0.9.0", path = "../homie-device" }
influx_db_client = { version = "0.5.1", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion mijia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["hardware-support"]

[dependencies]
bluez-async = "0.7.1"
futures = "0.3.27"
futures = "0.3.29"
log = "0.4.20"
thiserror = "1.0.50"
tokio = "1.33.0"
Expand Down

0 comments on commit 9abd40d

Please sign in to comment.