Remove some anyhow dependencies

This commit is contained in:
Lennart
2025-01-23 18:56:21 +01:00
parent e616ab0898
commit 1442d79a24
10 changed files with 10 additions and 20 deletions

View File

@@ -11,7 +11,6 @@ askama.workspace = true
askama_actix = { workspace = true }
actix-session = { workspace = true }
serde = { workspace = true }
anyhow = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
actix-web = { workspace = true }