File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
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.0 "
4+ version = " 0.10.1 "
55authors = [
" Thayne McCombs <[email protected] >" ]
66repository = " https://github.com/tmccombs/tls-listener"
77edition = " 2018"
@@ -22,7 +22,7 @@ pin-project-lite = "0.2.13"
2222thiserror = " 1.0.30"
2323tokio = { version = " 1.0" , features = [" time" ] }
2424tokio-native-tls = { version = " 0.3.0" , optional = true }
25- tokio-rustls = { version = " 0.26.0 " , optional = true }
25+ tokio-rustls = { version = " >=0.25.0,<0.27 " , optional = true }
2626tokio-openssl = { version = " 0.6.3" , optional = true }
2727openssl_impl = { package = " openssl" , version = " 0.10.32" , optional = true }
2828
You can’t perform that action at this time.
0 commit comments