1 Commits
Author SHA1 Message Date
renovate-bot 91b627fb7f Update Rust crate thiserror to v2
ci/woodpecker/pr/validate Pipeline was successful
2025-04-22 07:16:25 +00:00
+1 -1
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"