Update Rust crate thiserror to v2
All checks were successful
ci/woodpecker/pr/validate Pipeline was successful

This commit is contained in:
2025-04-22 07:16:25 +00:00
parent fb37125740
commit 91b627fb7f

View File

@@ -9,7 +9,7 @@ default = []
[dependencies]
# Errors
anyhow = "1.0.75"
thiserror = "1.0.50"
thiserror = "2.0.0"
# Async
async-std = "1.12.0"