diff --git a/Cargo.lock b/Cargo.lock index f33ecbd3..fb7159fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1258,9 +1258,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.21" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "mac_address" diff --git a/applehat/Cargo.toml b/applehat/Cargo.toml index e98af8c3..c7fc2f16 100644 --- a/applehat/Cargo.toml +++ b/applehat/Cargo.toml @@ -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" diff --git a/btsensor/Cargo.toml b/btsensor/Cargo.toml index ce447022..625570cf 100644 --- a/btsensor/Cargo.toml +++ b/btsensor/Cargo.toml @@ -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" diff --git a/homie-controller/Cargo.toml b/homie-controller/Cargo.toml index 01184938..a5adccf6 100644 --- a/homie-controller/Cargo.toml +++ b/homie-controller/Cargo.toml @@ -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" diff --git a/homie-device/Cargo.toml b/homie-device/Cargo.toml index 3c7df4d7..8dd3675e 100644 --- a/homie-device/Cargo.toml +++ b/homie-device/Cargo.toml @@ -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" diff --git a/homie-influx/Cargo.toml b/homie-influx/Cargo.toml index 21b80f51..cb5ee176 100644 --- a/homie-influx/Cargo.toml +++ b/homie-influx/Cargo.toml @@ -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" diff --git a/mijia-homie/Cargo.toml b/mijia-homie/Cargo.toml index cd92dbdb..ad36bd80 100644 --- a/mijia-homie/Cargo.toml +++ b/mijia-homie/Cargo.toml @@ -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" diff --git a/mijia/Cargo.toml b/mijia/Cargo.toml index 1407d363..51aa684d 100644 --- a/mijia/Cargo.toml +++ b/mijia/Cargo.toml @@ -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"