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

3
Cargo.lock generated
View File

@@ -2765,7 +2765,6 @@ version = "0.1.0"
dependencies = [
"actix-web",
"actix-web-httpauth",
"anyhow",
"async-trait",
"base64 0.22.1",
"chrono",
@@ -2792,7 +2791,6 @@ version = "0.1.0"
dependencies = [
"actix-web",
"actix-web-httpauth",
"anyhow",
"async-trait",
"base64 0.22.1",
"chrono",
@@ -2838,7 +2836,6 @@ version = "0.1.0"
dependencies = [
"actix-session",
"actix-web",
"anyhow",
"askama",
"askama_actix",
"futures-core",