diff --git a/Cargo.lock b/Cargo.lock index 7d1a064a..129dd565 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2500,18 +2500,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.61" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" +checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.61" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" +checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c" dependencies = [ "proc-macro2", "quote", diff --git a/btsensor/Cargo.toml b/btsensor/Cargo.toml index 4c5d0503..9e0d9fa4 100644 --- a/btsensor/Cargo.toml +++ b/btsensor/Cargo.toml @@ -12,7 +12,7 @@ categories = ["hardware-support"] [dependencies] log = "0.4.22" num_enum = "0.7.2" -thiserror = "1.0.61" +thiserror = "1.0.62" uuid = "1.10.0" [dev-dependencies] diff --git a/homie-controller/Cargo.toml b/homie-controller/Cargo.toml index a5adccf6..4de2cc0a 100644 --- a/homie-controller/Cargo.toml +++ b/homie-controller/Cargo.toml @@ -15,7 +15,7 @@ categories = ["network-programming"] [dependencies] log = "0.4.22" rumqttc = "0.24.0" -thiserror = "1.0.61" +thiserror = "1.0.62" [dev-dependencies] flume = "0.11.0" diff --git a/homie-device/Cargo.toml b/homie-device/Cargo.toml index 8dd3675e..a175564c 100644 --- a/homie-device/Cargo.toml +++ b/homie-device/Cargo.toml @@ -20,7 +20,7 @@ log = "0.4.22" mac_address = "1.1.7" rumqttc = "0.24.0" tokio = "1.38.0" -thiserror = "1.0.61" +thiserror = "1.0.62" [dev-dependencies] pretty_env_logger = "0.5.0" diff --git a/mijia/Cargo.toml b/mijia/Cargo.toml index 35efe981..cf309d1f 100644 --- a/mijia/Cargo.toml +++ b/mijia/Cargo.toml @@ -17,7 +17,7 @@ categories = ["hardware-support"] bluez-async = "0.7.1" futures = "0.3.30" log = "0.4.22" -thiserror = "1.0.61" +thiserror = "1.0.62" tokio = "1.38.0" tokio-stream = "0.1.15" uuid = "1.10.0"