Skip to content

Commit 166dfc4

Browse files
cargo(deps): bump thiserror from 1.0.69 to 2.0.12
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.12. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.12) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.12 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 21d26fc commit 166dfc4

File tree

2 files changed

+8
-28
lines changed

2 files changed

+8
-28
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ serde = { version = "1.0", features = ["derive"] }
9898
serde_json = "1.0"
9999

100100
# Error handling utilities - pinning to avoid v2 breaking changes
101-
thiserror = "1.0"
101+
thiserror = "2.0"
102102
anyhow = "1.0"
103103

104104
# Logging

0 commit comments

Comments
 (0)