Update thiserror to v2

This commit is contained in:
Caelan Sayler
2024-12-20 15:38:01 +00:00
parent 158bbcac5f
commit eb1fabbda0
3 changed files with 4 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ glob = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
zip = { version = "2.2", default-features = false, features = ["deflate"] }
thiserror = "1.0"
thiserror = "2.0"
lazy_static = "1.5"
regex = "1.10"
normpath = "1.3"