clean up
Some checks failed
lint / lint (push) Failing after 5m1s
test / unit (push) Successful in 16m56s
test / integration (push) Failing after 19m2s
lint / lint (pull_request) Failing after 5m4s
test / unit (pull_request) Successful in 16m27s
test / integration (pull_request) Failing after 17m29s

This commit is contained in:
2026-05-16 11:41:24 +02:00
parent 2754e3e820
commit 0e76ca1895
7 changed files with 4 additions and 2969 deletions

6
Cargo.lock generated
View File

@@ -427,9 +427,11 @@ dependencies = [
"bcrypt",
"chrono",
"domain",
"hex",
"jsonwebtoken",
"rand 0.8.6",
"serde",
"sha2",
"thiserror 2.0.18",
"tokio",
"uuid",
@@ -1056,7 +1058,9 @@ dependencies = [
"async-trait",
"chrono",
"futures",
"hex",
"serde",
"sha2",
"thiserror 2.0.18",
"tokio",
"url",
@@ -2525,11 +2529,9 @@ dependencies = [
"axum",
"chrono",
"domain",
"hex",
"http-body-util",
"serde",
"serde_json",
"sha2",
"tokio",
"tower",
"tower-http",