Skip to content

Commit 1446ed1

Browse files
fix(deps): update rust crate thiserror to v2 (#55)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 55efcea commit 1446ed1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -17,7 +17,7 @@ log = "0.4.21"
1717
pretty_env_logger = "0.5.0"
1818

1919
# For custom errors.
20-
thiserror = "1.0.61"
20+
thiserror = "2.0.0"
2121

2222
# For error handling.
2323
anyhow = "1.0.89"

0 commit comments

Comments
 (0)