@@ -23,17 +23,17 @@ bstr = "1.0.0"
2323bytes = " 1.0.0"
2424futures = " 0.3.11"
2525http = " 0.2.0"
26- hyper = { version = " 0.14.7 " , features = [" client" , " http1" , " server" , " tcp" ] }
26+ hyper = { version = " 0.14.15 " , features = [" client" , " http1" , " server" , " tcp" ] }
2727hyper-rustls = { version = " 0.23.0" , default-features = false , features = [" http1" , " logging" , " tls12" , " webpki-tokio" ], optional = true }
2828hyper-tls = { version = " 0.5.0" , optional = true }
2929hyper-tungstenite = " 0.9.0"
3030moka = { version = " 0.10.0" , features = [" future" ], optional = true }
31- openssl = { version = " 0.10.25 " , optional = true }
31+ openssl = { version = " 0.10.39 " , optional = true }
3232rand = { version = " 0.8.0" , optional = true }
3333rcgen = { version = " 0.10.0" , features = [" x509-parser" ], optional = true }
34- thiserror = " 1.0.23 "
35- time = { version = " 0.3.1 " , optional = true }
36- tokio = { version = " 1.6.1 " , features = [" rt" ] }
34+ thiserror = " 1.0.30 "
35+ time = { version = " 0.3.7 " , optional = true }
36+ tokio = { version = " 1.13.0 " , features = [" rt" ] }
3737tokio-rustls = " 0.23.0"
3838tokio-tungstenite = " 0.18.0"
3939tokio-util = { version = " 0.7.0" , features = [" io" ], optional = true }
0 commit comments