Skip to content

Commit 2e2aa72

Browse files
Update thiserror to 2.0
1 parent 39846ff commit 2e2aa72

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wolfssl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ unnecessary_safety_comment = "deny"
2727
[dependencies]
2828
bytes = "1"
2929
log = "0.4"
30-
thiserror = "1.0"
30+
thiserror = "2.0"
3131
wolfssl-sys = { path = "../wolfssl-sys", version = "1.2.0" }
3232

3333
[dev-dependencies]

0 commit comments

Comments
 (0)