Skip to content

Commit cc79605

Browse files
authored
chore: upgrade thiserror to v2 (#890)
* chore: upgrade thiserror to v2 See https://github.com/dtolnay/thiserror/releases/tag/2.0.0. * fixup Signed-off-by: tison <[email protected]> --------- Signed-off-by: tison <[email protected]>
1 parent 476438e commit cc79605

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

Cargo.lock

+24-4
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
@@ -31,7 +31,7 @@ serde_json = { version = "1.0.79", optional = true }
3131
strip-ansi-escapes = "0.2.0"
3232
strum = "0.26"
3333
strum_macros = "0.26"
34-
thiserror = "1.0.31"
34+
thiserror = "2.0.12"
3535
unicode-segmentation = "1.9.0"
3636
unicode-width = "0.2"
3737

0 commit comments

Comments
 (0)