perf(smtp-client): Cache connections (#117)

This commit is contained in:
Jagoda Estera Ślązak
2026-04-17 11:37:05 +02:00
committed by GitHub
parent 45eaa2f659
commit dee00ebdcf
6 changed files with 277 additions and 62 deletions
+1
View File
@@ -30,6 +30,7 @@ tokio-rustls = { version = "0.26.4", default-features = false, features = [
] }
webpki-roots = "1.0.6"
tokio-io-timeout = "1.2.1"
retainer = "0.4.0"
[dev-dependencies]
rstest = "0.26.1"