Migrate from derive_more to thiserror

This commit is contained in:
Lennart
2024-09-19 15:38:57 +02:00
parent 436d6fd41c
commit 8e11e1aa0d
5 changed files with 8 additions and 11 deletions

View File

@@ -7,7 +7,6 @@ edition = "2021"
actix-web = "4.9"
anyhow = "1.0"
async-trait = "0.1"
derive_more = "1.0"
futures-util = "0.3"
quick-xml = { version = "0.36", features = [
"serde",