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

This commit is contained in:
Pierre HUBERT 2024-04-23 00:09:34 +00:00
parent 32aa27e177
commit 3f2a332d5c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1866,9 +1866,9 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]]
name = "mailchecker"
version = "6.0.3"
version = "6.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e885debd7ec404b1f061a9c8ccd089ec31180264992d0549b669dd16cb3b1b3"
checksum = "50fe9af5b3c83b106d841a2f93808ec8009d4b2fb229308cb729c3db601b8e15"
dependencies = [
"fast_chemail",
"once_cell",

View File

@ -39,4 +39,4 @@ light-openid = { version = "1.0.2", features = ["crypto-wrapper"] }
bincode = "2.0.0-rc.3"
chrono = "0.4.38"
lazy_static = "1.4.0"
mailchecker = "6.0.3"
mailchecker = "6.0.4"