cargo update

This commit is contained in:
Gonne 2025-04-19 16:20:02 +02:00 committed by Gonne
parent 8a1469242a
commit 9fd19b9da8
2 changed files with 5 additions and 5 deletions

View file

@ -10,5 +10,5 @@ license = " AGPL-3.0-only"
keywords = ["mail", "sieve", "alias", "stalwart"]
[dependencies]
fqdn = {version = "0.4.2", features = ["domain-label-length-limited-to-63", "domain-name-without-special-chars"]}
fqdn = {version = "0.4.6", features = ["domain-label-length-limited-to-63", "domain-name-without-special-chars"]}
email-address-parser = "2.0.0"