@@ -44,17 +44,17 @@ serde = {version = "1", features = ["derive"]}
4444serde_json = {version = " 1" , features = [" float_roundtrip" , " preserve_order" ]}
4545static-rc = " 0"
4646
47- async-channel = {version = " 1 " , optional = true }
47+ async-channel = {version = " 2 " , optional = true }
4848async-executor = {version = " 1" , optional = true }
4949async-std = {version = " 1" , optional = true }
5050axum = {version = " 0.6" , optional = true , features = [" http1" , " http2" ]}
5151axum-server = {version = " 0.4" , optional = true , features = [" tls-rustls" ]}
5252flume = {version = " 0" , optional = true }
53- futures-lite = {version = " 1 " , optional = true }
53+ futures-lite = {version = " 2 " , optional = true }
5454hyper = {version = " 0.14" , optional = true , default-features = false , features = [" client" , " http1" , " http2" ]}
55- hyper-rustls = {version = " 0.23 " , optional = true , default-features = false , features = [" native-tokio" , " http2" ]}
56- rustls = {version = " 0.20 " , optional = true }
57- tokio = {version = " 1.22 " , optional = true }
55+ hyper-rustls = {version = " 0.24 " , optional = true , default-features = false , features = [" native-tokio" , " http2" ]}
56+ rustls = {version = " 0.21 " , optional = true , features = [ " dangerous_configuration " ] }
57+ tokio = {version = " 1.35 " , optional = true }
5858warp = {version = " 0.3" , optional = true , features = [" tls" ]}
5959
6060[profile .release ]
0 commit comments