@@ -78,12 +78,13 @@ assert_matches = "1.5"
7878async-compat = " 0.2.1"
7979async-log = " 2.0"
8080async-trait = " 0.1"
81- async-tungstenite = { version = " 0.23 " , features = [
81+ async-tungstenite = { version = " 0.28 " , features = [
8282 " tokio-runtime" ,
8383 " tokio-rustls-native-certs" ,
8484] }
8585axum = " 0.8.1"
86- axum-server = { version = " 0.5.1" , features = [" tls-rustls" ] }
86+ axum-extra = " 0.10.0"
87+ axum-server = { version = " 0.7.1" , features = [" tls-rustls" ] }
8788backoff = { version = " 0.4" , features = [" tokio" ] }
8889base64 = " 0.13"
8990bytes = " 1.4"
@@ -111,19 +112,20 @@ futures-timer = "3.0"
111112futures-util = " 0.3.25"
112113glob = " 0.3"
113114heck = " 0.4.1"
114- http = " 0.2"
115- http-body = " 0.4"
115+ http = " 1.2"
116+ http-body = " 1.0.0"
117+ http-body-util = " 0.1.2"
116118httparse = " 1.9.3"
117119humantime = " 2.1.0"
118- hyper = { version = " 0.14" , default-features = false }
119- hyper-util = { version = " 0.1" }
120+ hyper = { version = " 1.5" , default-features = false }
120121hyper-rustls = { version = " 0.27.5" , default-features = false , features = [
121- " tokio-runtime " ,
122+ " native-tokio " ,
122123 " tls12" ,
123124 " rustls-native-certs" ,
124125 " http1" ,
125126 " http2" ,
126127] }
128+ hyper-util = { version = " 0.1" }
127129itertools = " 0.13"
128130lazy_static = " 1.4"
129131log = " 0.4"
@@ -155,9 +157,9 @@ regex = "1.4"
155157reqwest = { version = " 0.12" , default-features = false }
156158rpassword = " 5.0"
157159rstest = " 0.16.0"
158- rumqttc = { git = " https://github.com/bytebeamio/rumqtt" , ref = " 49c3b5f81360299c316b052778905a7420bea579" }
160+ rumqttc = { git = " https://github.com/bytebeamio/rumqtt" , rev = " 49c3b5f81360299c316b052778905a7420bea579" }
159161rumqttd = " 0.19"
160- rustls = " 0.23"
162+ rustls = { version = " 0.23" , default-features = false }
161163rustls-native-certs = " 0.6.3"
162164rustls-pemfile = " 2.2"
163165serde = " 1.0"
@@ -178,20 +180,20 @@ thiserror = "1.0"
178180time = " 0.3"
179181tokio = { version = " 1.37" , default-features = false }
180182tokio-rustls = " 0.26.1"
181- tokio-tungstenite = { version = " 0.20.0 " }
183+ tokio-tungstenite = { version = " 0.26.1 " }
182184tokio-util = { version = " 0.7" , features = [" codec" ] }
183185toml = " 0.8"
184186tower = " 0.4"
185187tracing = { version = " 0.1" , features = [" attributes" , " log" ] }
186188tracing-subscriber = { version = " 0.3" , features = [" time" , " env-filter" ] }
187189try-traits = " 0.1"
188- tungstenite = " 0.20 "
190+ tungstenite = " 0.26.1 "
189191url = " 2.3"
190192uzers = " 0.11"
191193walkdir = " 2"
192194which = " 4.2"
193195whoami = " 1.5.0"
194- ws_stream_tungstenite = " 0.11 "
196+ ws_stream_tungstenite = " 0.14 "
195197x509-parser = " 0.16"
196198yansi = " 1.0.1"
197199zeroize = " 1.5"
0 commit comments