File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " tls-listener"
33description = " wrap incoming Stream of connections in TLS"
4- version = " 0.10.3 "
4+ version = " 0.11.0 "
55authors = [" Thayne McCombs <astrothayne@gmail.com>" ]
66repository = " https://github.com/tmccombs/tls-listener"
7- edition = " 2018 "
7+ edition = " 2021 "
88license = " Apache-2.0"
99
1010[features ]
@@ -26,7 +26,7 @@ pin-project-lite = "0.2.13"
2626thiserror = " 2.0.3"
2727tokio = { version = " 1.0" , features = [" time" ] }
2828tokio-native-tls = { version = " 0.3.0" , optional = true }
29- tokio-rustls = { version = " >=0.25.0,<0.27 " , default-features = false , optional = true }
29+ tokio-rustls = { version = " 0.26.1 " , default-features = false , optional = true }
3030tokio-openssl = { version = " 0.6.3" , optional = true }
3131openssl_impl = { package = " openssl" , version = " 0.10.32" , optional = true }
3232
You can’t perform that action at this time.
0 commit comments