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

@@ -24,12 +24,12 @@ mail-parser = { version = "0.11", features = ["full_encoding", "rkyv"] }
mail-builder = { version = "0.4" }
mail-auth = { version = "0.7.1", features = ["generate"] }
mail-send = { version = "0.5", default-features = false, features = ["cram-md5", "ring", "tls12"] }
tokio = { version = "1.45", features = ["rt"] }
tokio = { version = "1.47", features = ["rt"] }
hyper = { version = "1.0.1", features = ["server", "http1", "http2"] }
hyper-util = { version = "0.1.1", features = ["tokio"] }
http-body-util = "0.1.0"
async-stream = "0.3.5"
quick-xml = "0.37"
quick-xml = "0.38"
serde = { version = "1.0", features = ["derive"]}
serde_json = "1.0"
x509-parser = "0.17.0"