Skip to content

Commit 0f8fac1

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 00f018e commit 0f8fac1

File tree

2 files changed

+7
-27
lines changed

2 files changed

+7
-27
lines changed

Cargo.lock

Lines changed: 6 additions & 26 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
@@ -113,7 +113,7 @@ serde = { version = "1.0", features = ["derive"] }
113113
serde_json = "1.0"
114114

115115
# Error handling utilities - pinning to avoid v2 breaking changes
116-
thiserror = "1.0"
116+
thiserror = "2.0"
117117
anyhow = "1.0"
118118

119119
# Logging

0 commit comments

Comments
 (0)