Update to thiserror 2

Updating to `thiserror` 2 doesn't affect our public api
This commit is contained in:
Robert Bragg
2026-03-22 22:47:13 +00:00
parent 5c091cd7bb
commit f17b25b673
+1 -1
View File
@@ -36,7 +36,7 @@ android-properties = "0.2"
num_enum = "0.7"
bitflags = "2.0"
libc = "0.2.139"
thiserror = "1"
thiserror = "2"
[build-dependencies]
cc = { version = "1.0.42", features = ["parallel"] }