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

2
Cargo.lock generated
View File

@@ -1952,7 +1952,6 @@ version = "0.1.0"
dependencies = [
"actix-web",
"actix-web-httpauth",
"derive_more 1.0.0",
"futures-util",
"password-auth",
"serde",
@@ -2010,7 +2009,6 @@ dependencies = [
"actix-web",
"anyhow",
"async-trait",
"derive_more 1.0.0",
"futures-util",
"itertools",
"log",