Update Rust crate lettre to 0.11.19
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
4
geneit_backend/Cargo.lock
generated
4
geneit_backend/Cargo.lock
generated
@@ -2183,9 +2183,9 @@ checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lettre"
|
name = "lettre"
|
||||||
version = "0.11.18"
|
version = "0.11.19"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5cb54db6ff7a89efac87dba5baeac57bb9ccd726b49a9b6f21fb92b3966aaf56"
|
checksum = "9e13e10e8818f8b2a60f52cb127041d388b89f3a96a62be9ceaffa22262fef7f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64",
|
"base64",
|
||||||
"chumsky",
|
"chumsky",
|
||||||
|
@@ -23,7 +23,7 @@ serde = { version = "1.0.228", features = ["derive"] }
|
|||||||
serde_json = "1.0.145"
|
serde_json = "1.0.145"
|
||||||
mailchecker = "6.0.18"
|
mailchecker = "6.0.18"
|
||||||
redis = "0.32.7"
|
redis = "0.32.7"
|
||||||
lettre = "0.11.18"
|
lettre = "0.11.19"
|
||||||
rand = "0.9.2"
|
rand = "0.9.2"
|
||||||
bcrypt = "0.17.1"
|
bcrypt = "0.17.1"
|
||||||
light-openid = "1.0.4"
|
light-openid = "1.0.4"
|
||||||
|
Reference in New Issue
Block a user