diff --git a/Cargo.lock b/Cargo.lock index dae46a18..734d53dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2500,18 +2500,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.59" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa" +checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.59" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66" +checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524" dependencies = [ "proc-macro2", "quote", diff --git a/btsensor/Cargo.toml b/btsensor/Cargo.toml index b756fdc0..ba35d0b8 100644 --- a/btsensor/Cargo.toml +++ b/btsensor/Cargo.toml @@ -12,7 +12,7 @@ categories = ["hardware-support"] [dependencies] log = "0.4.21" num_enum = "0.7.2" -thiserror = "1.0.59" +thiserror = "1.0.60" uuid = "1.8.0" [dev-dependencies] diff --git a/homie-controller/Cargo.toml b/homie-controller/Cargo.toml index 34245427..748062a9 100644 --- a/homie-controller/Cargo.toml +++ b/homie-controller/Cargo.toml @@ -15,7 +15,7 @@ categories = ["network-programming"] [dependencies] log = "0.4.21" rumqttc = "0.24.0" -thiserror = "1.0.59" +thiserror = "1.0.60" [dev-dependencies] flume = "0.11.0" diff --git a/homie-device/Cargo.toml b/homie-device/Cargo.toml index 6948c8a4..2b3259a4 100644 --- a/homie-device/Cargo.toml +++ b/homie-device/Cargo.toml @@ -20,7 +20,7 @@ log = "0.4.21" mac_address = "1.1.6" rumqttc = "0.24.0" tokio = "1.37.0" -thiserror = "1.0.59" +thiserror = "1.0.60" [dev-dependencies] pretty_env_logger = "0.5.0" diff --git a/mijia/Cargo.toml b/mijia/Cargo.toml index c69852e1..79d78c02 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.21" -thiserror = "1.0.59" +thiserror = "1.0.60" tokio = "1.37.0" tokio-stream = "0.1.15" uuid = "1.8.0"