We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bbc935 commit 57917b3Copy full SHA for 57917b3
Cargo.toml
@@ -35,7 +35,7 @@ once_cell = "1.13.0"
35
async-trait = { version = "0.1.56", optional = true }
36
futures-util = { version = "0.3.17", optional = true }
37
lazy_static = { version = "1.0.2", optional = true }
38
-thiserror = { version = "1.0.31", optional = true }
+thiserror = { version = "2", optional = true }
39
smallvec = { version = "1.0", optional = true }
40
41
[dev-dependencies]
0 commit comments