Update Rust crate mailchecker to 6.0.19
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-20 00:33:39 +00:00
parent 7d8931c365
commit 58a19c04e7
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2029,9 +2029,9 @@ checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
[[package]]
name = "mailchecker"
version = "6.0.18"
version = "6.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf91b5ebc7779f9dd9c59082f569f93b0b6f01cc80dc185bb79146f6ec32e25a"
checksum = "abad4bc63045f04cfc55aa4c55d4ec0a890c377ce56463bfc2adc2bc059c4b84"
dependencies = [
"fast_chemail",
"once_cell",

View File

@@ -39,4 +39,4 @@ light-openid = { version = "1.0.4", features = ["crypto-wrapper"] }
bincode = "2.0.1"
chrono = "0.4.42"
lazy_static = "1.5.0"
mailchecker = "6.0.18"
mailchecker = "6.0.19"