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 @@ -36,7 +36,7 @@ name = "wsrx"
3636required-features = [" binary" ]
3737
3838[dependencies ]
39- tokio = { version = " 1.43 " , features = [" full" ] }
39+ tokio = { version = " 1.44 " , features = [" full" ] }
4040rustls = { version = " 0.23" , features = [" ring" ] }
4141futures-util = { version = " 0.3" , features = [" sink" ] }
4242tokio-util = { version = " 0.7" , features = [" codec" ] }
@@ -50,7 +50,7 @@ tokio-tungstenite = { version = "0.26", features = [
5050
5151# binary cli only
5252clap = { version = " 4.5" , features = [" derive" ], optional = true }
53- once_cell = { version = " 1.20 " , optional = true }
53+ once_cell = { version = " 1.21 " , optional = true }
5454tracing = { version = " 0.1" , optional = true }
5555tracing-subscriber = { version = " 0.3" , features = [
5656 " env-filter" ,
You can’t perform that action at this time.
0 commit comments