2 Commits

Author SHA1 Message Date
6fcfacfab2 Merge pull request 'chore(deps): update rust crate mailchecker to 6.0.20' (#481) from renovate/mailchecker-6.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-08 00:14:12 +00:00
ddaf74739d chore(deps): update rust crate mailchecker to 6.0.20
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2026-03-07 00:15:11 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2231,9 +2231,9 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
[[package]]
name = "mailchecker"
version = "6.0.19"
version = "6.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abad4bc63045f04cfc55aa4c55d4ec0a890c377ce56463bfc2adc2bc059c4b84"
checksum = "e32897aec7dd28fa9a39f02a0a08e434f50e2761214e40cec745eb7c411cdb48"
dependencies = [
"fast_chemail",
"once_cell",

View File

@@ -36,7 +36,7 @@ url = "2.5.8"
light-openid = { version = "1.1.0", features = ["crypto-wrapper"] }
rkyv = "0.8.15"
chrono = "0.4.44"
mailchecker = "6.0.19"
mailchecker = "6.0.20"
httpdate = "1.0.3"
build-time = "0.1.3"
hex = "0.4.3"