Update Rust crate mailchecker to 6.0.3
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-09 00:10:00 +00:00
parent b1f930a471
commit 0ca6ae23fb
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.1"
version = "6.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a1951055840e30b5c9c60fcadca14b0b9962797a6228d4e5a73e438a3185ed"
checksum = "8e885debd7ec404b1f061a9c8ccd089ec31180264992d0549b669dd16cb3b1b3"
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.37"
lazy_static = "1.4.0"
mailchecker = "6.0.1"
mailchecker = "6.0.3"