We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84baeb6 commit c53e18cCopy full SHA for c53e18c
tokio-imap/Cargo.toml
@@ -24,7 +24,7 @@ nom = "7"
24
pin-project = "1"
25
rustls-pki-types = "1"
26
tokio = { version = "1", features = ["net"] }
27
-tokio-rustls = "0.25"
+tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring", "tls12"] }
28
tokio-util = { version = "0.7.0", features = ["codec"] }
29
webpki-roots = "0.26"
30
0 commit comments