Skip to content

Commit 5e8fec2

Browse files
committed
cargo: bump to thiserror 2.x
1 parent 300bfec commit 5e8fec2

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

Cargo.lock

Lines changed: 24 additions & 4 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
@@ -61,7 +61,7 @@ syn = { version = "2.0", features = ["extra-traits", "full"] }
6161
quote = "1.0"
6262
serde = { version = "1.0", features = ["derive"] }
6363
serde_json = "1.0"
64-
thiserror = "1.0"
64+
thiserror = "2.0.12"
6565

6666
[workspace.lints.clippy]
6767
incompatible_msrv = "deny"

0 commit comments

Comments
 (0)