Skip to content

Commit 55b70f8

Browse files
Update Rust crate thiserror to v2
1 parent 25d375a commit 55b70f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ strum = "0.26"
102102
strum_macros = "0.26"
103103
tempfile = "3"
104104
test-strategy = "0.4.0"
105-
thiserror = "1"
105+
thiserror = "2"
106106
tokio = { version = "1.40", features = ["full"] }
107107
tokio-rustls = { version = "0.24.1" }
108108
tokio-test = "*"

0 commit comments

Comments
 (0)