From 4459640e40513aa1175fb23941a4d791da3c123f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 01:06:10 +0000 Subject: [PATCH] build(deps): bump uuid from 1.13.1 to 1.13.2 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.13.1 to 1.13.2. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.13.1...v1.13.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- btsensor/Cargo.toml | 2 +- mijia/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2fb73722..960332fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3108,9 +3108,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.13.1" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ced87ca4be083373936a67f8de945faa23b6b42384bd5b64434850802c6dccd0" +checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6" [[package]] name = "valuable" diff --git a/btsensor/Cargo.toml b/btsensor/Cargo.toml index eee85df5..b49bec2c 100644 --- a/btsensor/Cargo.toml +++ b/btsensor/Cargo.toml @@ -13,7 +13,7 @@ categories = ["hardware-support"] log = "0.4.25" num_enum = "0.7.3" thiserror = "2.0.11" -uuid = "1.13.1" +uuid = "1.13.2" [dev-dependencies] bluez-async = "0.8.0" diff --git a/mijia/Cargo.toml b/mijia/Cargo.toml index 305ded1b..e13a70f7 100644 --- a/mijia/Cargo.toml +++ b/mijia/Cargo.toml @@ -20,7 +20,7 @@ log = "0.4.25" thiserror = "2.0.11" tokio = "1.43.0" tokio-stream = "0.1.17" -uuid = "1.13.1" +uuid = "1.13.2" [dev-dependencies] backoff = { version = "0.4.0", features = ["tokio"] }