Skip to content

Commit 8a05007

Browse files
Bump thiserror from 1.0.68 to 2.0.0 (#279)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.68 to 2.0.0. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.68...2.0.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5cf3398 commit 8a05007

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

Cargo.lock

Lines changed: 23 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bluez-async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ itertools = "0.13.0"
2222
log = "0.4.22"
2323
serde = { version = "1.0.214", features = ["derive"] }
2424
serde-xml-rs = "0.6.0"
25-
thiserror = "1.0.68"
25+
thiserror = "2.0.0"
2626
tokio = { version = "1.38.1", features = ["rt"] }
2727
uuid = "1.11.0"
2828

0 commit comments

Comments
 (0)