Skip to content

Commit

Permalink
cargo: bump thiserror to 2.0.3
Browse files Browse the repository at this point in the history
There are breaking changes in derive syntax, but appears that we don't have any
bad parameter forms.

https://github.com/dtolnay/thiserror/releases/tag/2.0.0
  • Loading branch information
yuja committed Dec 1, 2024
1 parent 694dfb8 commit 9a5f374
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 41 deletions.
100 changes: 60 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ syn = "2.0.89"
tempfile = "3.14.0"
test-case = "3.3.1"
textwrap = "0.16.1"
thiserror = "1.0.69"
thiserror = "2.0.3"
timeago = { version = "0.4.2", default-features = false }
tokio = { version = "1.41.1" }
toml_edit = { version = "0.22.22", features = ["serde"] }
Expand Down

0 comments on commit 9a5f374

Please sign in to comment.