Skip to content

Commit 2df7c97

Browse files
dependabot[bot]heskew
authored andcommitted
build(deps): bump thiserror from 1.0.69 to 2.0.17
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.17. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.17) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b27af65 commit 2df7c97

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -124,7 +124,7 @@ reqwest = { version = "0.12", default-features = false, features = ["json", "rus
124124

125125
# thiserror: Derive macros for Error trait. Used for defining error types
126126
# in hone-core with automatic Display and Error implementations.
127-
thiserror = "1.0"
127+
thiserror = "2.0"
128128

129129
# anyhow: Flexible error handling. Used in CLI and handlers for error
130130
# propagation with context.

0 commit comments

Comments
 (0)