diff --git a/Cargo.lock b/Cargo.lock index c03c4e3e..ea80bdcc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2481,18 +2481,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.64" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" +checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.64" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" +checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602" dependencies = [ "proc-macro2", "quote", diff --git a/btsensor/Cargo.toml b/btsensor/Cargo.toml index be427d0b..c981c589 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.3" -thiserror = "1.0.64" +thiserror = "1.0.65" uuid = "1.11.0" [dev-dependencies] diff --git a/homie-controller/Cargo.toml b/homie-controller/Cargo.toml index 671f9d5c..af39c701 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.64" +thiserror = "1.0.65" [dev-dependencies] flume = "0.11.1" diff --git a/homie-device/Cargo.toml b/homie-device/Cargo.toml index 8aa8664e..677a6968 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.40.0" -thiserror = "1.0.64" +thiserror = "1.0.65" [dev-dependencies] pretty_env_logger = "0.5.0" diff --git a/mijia/Cargo.toml b/mijia/Cargo.toml index 8f2ec7c3..c2e39fd6 100644 --- a/mijia/Cargo.toml +++ b/mijia/Cargo.toml @@ -17,7 +17,7 @@ categories = ["hardware-support"] bluez-async = "0.7.1" futures = "0.3.31" log = "0.4.22" -thiserror = "1.0.64" +thiserror = "1.0.65" tokio = "1.40.0" tokio-stream = "0.1.16" uuid = "1.11.0"