DKIM2 tests

This commit is contained in:
Maurus Decimus
2026-07-03 20:07:37 +02:00
parent c5796b4e7a
commit 94b33187a0
16 changed files with 1124 additions and 148 deletions

View File

@@ -18,7 +18,7 @@ imap_proto = { path = "../imap-proto" }
sieve-rs = { version = "0.7", features = ["rkyv", "serde"] }
mail-parser = { version = "0.11", features = ["full_encoding"] }
mail-builder = { version = "0.4" }
mail-auth = { path = "/Users/me/code/mail-auth", features = ["generate", "arc"] }
mail-auth = { version = "0.11", features = ["generate", "arc"] }
smtp-proto = { version = "0.2", features = ["rkyv"] }
dns-update = { version = "0.5" }
calcard = { version = "0.3", features = ["rkyv"] }
@@ -78,14 +78,14 @@ compact_str = { version = "0.9.0", features = ["rkyv", "serde"] }
lz4_flex = { version = "0.13", features = ["frame"], default-features = false }
hickory-proto = "0.26"
nohash-hasher = "0.2.0"
quick_cache = "0.6.9"
quick_cache = "0.7"
rasn = "0.28"
rasn-cms = "0.28"
rasn-pkix = "0.28"
sequoia-openpgp = { version = "2.0", default-features = false, features = ["crypto-rust", "allow-experimental-crypto", "allow-variable-time-crypto"] }
zxcvbn = "3.1.0"
pkcs8 = { version = "0.10.2", features = ["alloc", "std"] }
quick-xml = "0.40"
quick-xml = "0.41"
[target.'cfg(unix)'.dependencies]
privdrop = "0.5.3"