Skip to content

Commit

Permalink
Merge pull request #517 from alsuren/dependabot/cargo/log-0.4.22
Browse files Browse the repository at this point in the history
build(deps): bump log from 0.4.21 to 0.4.22
  • Loading branch information
qwandor committed Jun 28, 2024
2 parents bc613c8 + 8d2abb6 commit 33ae878
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 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 applehat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ eyre = "0.6.12"
futures = "0.3.30"
homie-controller = { version = "0.9.0", path = "../homie-controller" }
homie-device = { version = "0.9.0", path = "../homie-device" }
log = "0.4.21"
log = "0.4.22"
pretty_env_logger = "0.5.0"
rainbow-hat-rs = "0.2.1"
rumqttc = "0.24.0"
Expand Down
2 changes: 1 addition & 1 deletion btsensor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["ble", "bluetooth", "bthome"]
categories = ["hardware-support"]

[dependencies]
log = "0.4.21"
log = "0.4.22"
num_enum = "0.7.2"
thiserror = "1.0.61"
uuid = "1.9.1"
Expand Down
2 changes: 1 addition & 1 deletion homie-controller/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]
log = "0.4.21"
log = "0.4.22"
rumqttc = "0.24.0"
thiserror = "1.0.61"

Expand Down
2 changes: 1 addition & 1 deletion homie-device/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["network-programming"]
flume = "0.11.0"
futures = "0.3.30"
local_ipaddress = "0.1.3"
log = "0.4.21"
log = "0.4.22"
mac_address = "1.1.7"
rumqttc = "0.24.0"
tokio = "1.38.0"
Expand Down
2 changes: 1 addition & 1 deletion homie-influx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ homie-controller = { version = "0.9.0", path = "../homie-controller" }
influx_db_client = { version = "0.5.1", default-features = false, features = [
"rustls-tls",
] }
log = "0.4.21"
log = "0.4.22"
pretty_env_logger = "0.5.0"
rumqttc = "0.24.0"
rustls = "0.22.2"
Expand Down
2 changes: 1 addition & 1 deletion mijia-homie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ influx_db_client = { version = "0.5.1", default-features = false, features = [
"rustls-tls",
] }
itertools = "0.13.0"
log = "0.4.21"
log = "0.4.22"
mijia = { version = "0.7.1", path = "../mijia" }
pretty_env_logger = "0.5.0"
rumqttc = "0.24.0"
Expand Down
2 changes: 1 addition & 1 deletion mijia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["hardware-support"]
[dependencies]
bluez-async = "0.7.1"
futures = "0.3.30"
log = "0.4.21"
log = "0.4.22"
thiserror = "1.0.61"
tokio = "1.38.0"
tokio-stream = "0.1.15"
Expand Down

0 comments on commit 33ae878

Please sign in to comment.