From 9349a473d00dfa92709414c1245a9fed2adb4506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 13:12:31 +0000 Subject: [PATCH] Bump thiserror from 2.0.15 to 2.0.16 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.15 to 2.0.16. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.15...2.0.16) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ bluez-async/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9bea119..11a1a43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ dependencies = [ "pretty_env_logger", "serde", "serde-xml-rs", - "thiserror 2.0.15", + "thiserror 2.0.16", "tokio", "uuid", ] @@ -541,11 +541,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.15" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80d76d3f064b981389ecb4b6b7f45a0bf9fdac1d5b9204c7bd6714fecc302850" +checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" dependencies = [ - "thiserror-impl 2.0.15", + "thiserror-impl 2.0.16", ] [[package]] @@ -561,9 +561,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.15" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44d29feb33e986b6ea906bd9c3559a856983f92371b3eaa5e83782a351623de0" +checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" dependencies = [ "proc-macro2", "quote", diff --git a/bluez-async/Cargo.toml b/bluez-async/Cargo.toml index f720b9d..eb1aff2 100644 --- a/bluez-async/Cargo.toml +++ b/bluez-async/Cargo.toml @@ -22,7 +22,7 @@ itertools = "0.14.0" log = "0.4.27" serde = { version = "1.0.219", features = ["derive"] } serde-xml-rs = "0.8.1" -thiserror = "2.0.15" +thiserror = "2.0.16" tokio = { version = "1.45.1", features = ["rt"] } uuid = "1.16.0"