Bump dependencies

This commit is contained in:
mdecimus
2025-08-19 09:06:18 +01:00
parent cae49be574
commit 062863eb4c
30 changed files with 947 additions and 821 deletions

View File

@@ -16,7 +16,7 @@ email = { path = "../email" }
mail-parser = { version = "0.11", features = ["full_encoding"] }
mail-send = { version = "0.5", default-features = false, features = ["cram-md5", "ring", "tls12"] }
rustls = { version = "0.23.5", default-features = false, features = ["std", "ring", "tls12"] }
tokio = { version = "1.45", features = ["full"] }
tokio = { version = "1.47", features = ["full"] }
tokio-rustls = { version = "0.26", default-features = false, features = ["ring", "tls12"] }
[features]