Skip to content

Commit 16cf28b

Browse files
fix(deps): update rust crate thiserror to v2 (#309)
* fix(deps): update rust crate thiserror to v2 * fix: update Cargo.lock --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Guðmundur Björn Birkisson <[email protected]>
1 parent 5dad4e5 commit 16cf28b

File tree

2 files changed

+27
-7
lines changed

2 files changed

+27
-7
lines changed

Cargo.lock

+26-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tracing = "0.1"
2828
tracing-subscriber = { version = "0.3", features = ["env-filter", "std"] }
2929
dotenv = "0.15"
3030
color-eyre = "0.6"
31-
thiserror = "1.0.57"
31+
thiserror = "2.0.0"
3232
clap = { version = "4", features = ["derive", "env"] }
3333

3434
# Runtime

0 commit comments

Comments
 (0)