From 0b0aa9e2023ab877e2e762e5c733728b57bc4250 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 12:40:11 +0000 Subject: [PATCH] Bump uuid from 1.15.0 to 1.15.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.15.0 to 1.15.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.15.0...v1.15.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- bluez-async/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59cb9d3..69945f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -604,9 +604,9 @@ checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee" [[package]] name = "uuid" -version = "1.15.0" +version = "1.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd8dcafa1ca14750d8d7a05aa05988c17aab20886e1f3ae33a40223c58d92ef7" +checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587" [[package]] name = "wasi" diff --git a/bluez-async/Cargo.toml b/bluez-async/Cargo.toml index 1539d10..691953e 100644 --- a/bluez-async/Cargo.toml +++ b/bluez-async/Cargo.toml @@ -24,7 +24,7 @@ serde = { version = "1.0.218", features = ["derive"] } serde-xml-rs = "0.6.0" thiserror = "2.0.11" tokio = { version = "1.43.0", features = ["rt"] } -uuid = "1.15.0" +uuid = "1.15.1" [dev-dependencies] eyre = "0.6.12"