Skip to content

Commit 0cc31ce

Browse files
committed
cargo: bump to thiserror 2.x
1 parent 688e02f commit 0cc31ce

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
@@ -62,7 +62,7 @@ quote = "1.0"
6262
semver = "1.0"
6363
serde = { version = "1.0", features = ["derive"] }
6464
serde_json = "1.0"
65-
thiserror = "1.0"
65+
thiserror = "2.0.12"
6666

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

0 commit comments

Comments
 (0)