From 2f423ce370c412623dfdde4168b01faa9542b5ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:49:48 +0000 Subject: [PATCH] Bump thiserror from 2.0.8 to 2.0.9 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.8 to 2.0.9. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.8...2.0.9) --- updated-dependencies: - dependency-name: thiserror 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 c2d8cd6..c4fcbe9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ dependencies = [ "pretty_env_logger", "serde", "serde-xml-rs", - "thiserror 2.0.8", + "thiserror 2.0.9", "tokio", "uuid", ] @@ -541,11 +541,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.8" +version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" dependencies = [ - "thiserror-impl 2.0.8", + "thiserror-impl 2.0.9", ] [[package]] @@ -561,9 +561,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.8" +version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" dependencies = [ "proc-macro2", "quote", diff --git a/bluez-async/Cargo.toml b/bluez-async/Cargo.toml index 41c8c19..57df6c3 100644 --- a/bluez-async/Cargo.toml +++ b/bluez-async/Cargo.toml @@ -22,7 +22,7 @@ itertools = "0.13.0" log = "0.4.22" serde = { version = "1.0.216", features = ["derive"] } serde-xml-rs = "0.6.0" -thiserror = "2.0.8" +thiserror = "2.0.9" tokio = { version = "1.42.0", features = ["rt"] } uuid = "1.11.0"