Skip to content

Commit c1e6eb2

Browse files
authored
Merge pull request #677 from alsuren/dependabot/cargo/log-0.4.29
build(deps): bump log from 0.4.28 to 0.4.29
2 parents d29d190 + b4bd5ea commit c1e6eb2

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

applehat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ color-backtrace = "0.7.2"
1414
eyre = "0.6.12"
1515
futures = "0.3.31"
1616
homie-controller = { version = "0.11.0", path = "../homie-controller" }
17-
log = "0.4.28"
17+
log = "0.4.29"
1818
pretty_env_logger = "0.5.0"
1919
rainbow-hat-rs = "0.2.1"
2020
rumqttc = "0.25.1"

btsensor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["ble", "bluetooth", "bthome"]
1010
categories = ["hardware-support"]
1111

1212
[dependencies]
13-
log = "0.4.28"
13+
log = "0.4.29"
1414
num_enum = "0.7.5"
1515
thiserror = "2.0.17"
1616
uuid = "1.19.0"

homie-controller/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["homie", "mqtt"]
1313
categories = ["network-programming"]
1414

1515
[dependencies]
16-
log = "0.4.28"
16+
log = "0.4.29"
1717
rumqttc = "0.25.1"
1818
thiserror = "2.0.17"
1919

homie-device/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ categories = ["network-programming"]
1616
flume = "0.11.1"
1717
futures = "0.3.31"
1818
local_ipaddress = "0.1.3"
19-
log = "0.4.28"
19+
log = "0.4.29"
2020
mac_address = "1.1.8"
2121
rumqttc = "0.25.1"
2222
tokio = "1.48.0"

homie-influx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ homie-controller = { version = "0.11.0", path = "../homie-controller" }
1717
influx_db_client = { version = "0.6.1", default-features = false, features = [
1818
"rustls-tls",
1919
] }
20-
log = "0.4.28"
20+
log = "0.4.29"
2121
pretty_env_logger = "0.5.0"
2222
rumqttc = "0.25.1"
2323
rustls = "0.23.35"

mijia-homie/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ influx_db_client = { version = "0.6.1", default-features = false, features = [
3737
"rustls-tls",
3838
] }
3939
itertools = "0.14.0"
40-
log = "0.4.28"
40+
log = "0.4.29"
4141
mijia = { version = "0.8.0", path = "../mijia" }
4242
pretty_env_logger = "0.5.0"
4343
rumqttc = "0.25.1"

mijia/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ categories = ["hardware-support"]
1616
[dependencies]
1717
bluez-async = "0.8.2"
1818
futures = "0.3.31"
19-
log = "0.4.28"
19+
log = "0.4.29"
2020
thiserror = "2.0.17"
2121
tokio = "1.48.0"
2222
tokio-stream = "0.1.17"

0 commit comments

Comments
 (0)