From 3fc884ef58509b3f57218df41a814bb65ba84e21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:54:06 +0000 Subject: [PATCH] Bump uuid from 1.11.0 to 1.11.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.11.0...1.11.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 798c18c..20367e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -604,9 +604,9 @@ checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee" [[package]] name = "uuid" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" +checksum = "b913a3b5fe84142e269d63cc62b64319ccaf89b748fc31fe025177f767a756c4" [[package]] name = "wasi" diff --git a/bluez-async/Cargo.toml b/bluez-async/Cargo.toml index ae728f8..48c7416 100644 --- a/bluez-async/Cargo.toml +++ b/bluez-async/Cargo.toml @@ -24,7 +24,7 @@ serde = { version = "1.0.217", features = ["derive"] } serde-xml-rs = "0.6.0" thiserror = "2.0.9" tokio = { version = "1.42.0", features = ["rt"] } -uuid = "1.11.0" +uuid = "1.11.1" [dev-dependencies] eyre = "0.6.12"