feat: appeal to the almighty Spamhaus (#524)

This commit is contained in:
Paul Makles
2026-02-10 20:46:49 +00:00
committed by GitHub
parent 4a0957b5ec
commit 5132270f2e
7 changed files with 21 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ publish = false
revolt-result = { version = "0.10.3", path = "../../core/result" }
revolt-config = { version = "0.10.3", path = "../../core/config", features = [
"report-macros",
"anyhow"
"anyhow",
] }
revolt-database = { version = "0.10.3", path = "../../core/database" }
revolt-models = { version = "0.10.3", path = "../../core/models", features = [
@@ -30,7 +30,7 @@ tokio = "1.39.2"
async-trait = "0.1.81"
ulid = "1.0.0"
authifier = "1.0.15"
authifier = "1.0.16"
log = "0.4.11"
pretty_env_logger = "0.4.0"