Skip to content

Commit 57917b3

Browse files
committed
Upgrade to thiserror 2
1 parent 3bbc935 commit 57917b3

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
@@ -35,7 +35,7 @@ once_cell = "1.13.0"
3535
async-trait = { version = "0.1.56", optional = true }
3636
futures-util = { version = "0.3.17", optional = true }
3737
lazy_static = { version = "1.0.2", optional = true }
38-
thiserror = { version = "1.0.31", optional = true }
38+
thiserror = { version = "2", optional = true }
3939
smallvec = { version = "1.0", optional = true }
4040

4141
[dev-dependencies]

0 commit comments

Comments
 (0)