From addd3bbcd8740e6f76d03286dfe1148b5a39f43f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 01:29:27 +0000 Subject: [PATCH] build(deps): bump thiserror from 1.0.63 to 1.0.64 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.63 to 1.0.64. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.63...1.0.64) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- btsensor/Cargo.toml | 2 +- homie-controller/Cargo.toml | 2 +- homie-device/Cargo.toml | 2 +- mijia/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f1e348f..c0d7cbe7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2481,18 +2481,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" +checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" +checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" dependencies = [ "proc-macro2", "quote", diff --git a/btsensor/Cargo.toml b/btsensor/Cargo.toml index 53b890b0..c219acef 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.63" +thiserror = "1.0.64" uuid = "1.10.0" [dev-dependencies] diff --git a/homie-controller/Cargo.toml b/homie-controller/Cargo.toml index 4faea0af..80cc433d 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.63" +thiserror = "1.0.64" [dev-dependencies] flume = "0.11.0" diff --git a/homie-device/Cargo.toml b/homie-device/Cargo.toml index b7646e10..923c0bdd 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.63" +thiserror = "1.0.64" [dev-dependencies] pretty_env_logger = "0.5.0" diff --git a/mijia/Cargo.toml b/mijia/Cargo.toml index a861e01d..dacc6135 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.63" +thiserror = "1.0.64" tokio = "1.40.0" tokio-stream = "0.1.16" uuid = "1.10.0"