Update Rust crate mailchecker to v6.0.10
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-10-01 00:27:05 +00:00
parent 41f41af250
commit fa49a848f5
2 changed files with 5 additions and 5 deletions

View File

@ -2291,9 +2291,9 @@ dependencies = [
[[package]] [[package]]
name = "mailchecker" name = "mailchecker"
version = "6.0.9" version = "6.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82d0836de021122d117987516c2c5b917e69d98b78517b777455da2ffb2e60a0" checksum = "e08113c2e4a70a787ed8bc893dd4da8fef54531c146d051b37050668eb4ac0ed"
dependencies = [ dependencies = [
"fast_chemail", "fast_chemail",
"once_cell", "once_cell",
@ -2939,9 +2939,9 @@ dependencies = [
[[package]] [[package]]
name = "redis" name = "redis"
version = "0.27.2" version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7e86f5670bd8b028edfb240f0616cad620705b31ec389d55e4f3da2c38dcd48" checksum = "e902a69d09078829137b4a5d9d082e0490393537badd7c91a3d69d14639e115f"
dependencies = [ dependencies = [
"arc-swap", "arc-swap",
"combine", "combine",

View File

@ -22,7 +22,7 @@ diesel_migrations = "2.1.0"
serde = { version = "1.0.210", features = ["derive"] } serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128" serde_json = "1.0.128"
mailchecker = "6.0.8" mailchecker = "6.0.8"
redis = "0.27.0" redis = "0.26.1"
lettre = "0.11.8" lettre = "0.11.8"
rand = "0.8.5" rand = "0.8.5"
bcrypt = "0.15.1" bcrypt = "0.15.1"