@@ -62,13 +62,13 @@ tracing = "0.1.37"
62
62
tracing-appender = " 0.2.2"
63
63
tracing-subscriber = { version = " 0.3.16" , features = [ " env-filter" ] }
64
64
trust-dns-resolver = " 0.22.0"
65
- tx5-connection = { version = " 0.1.5 -beta" , default-features = false , path = " crates/tx5-connection" }
66
- tx5-core = { version = " 0.1.5 -beta" , default-features = false , path = " crates/tx5-core" }
67
- tx5-go-pion-turn = { version = " 0.1.5 -beta" , path = " crates/tx5-go-pion-turn" }
68
- tx5-go-pion-sys = { version = " 0.1.5 -beta" , path = " crates/tx5-go-pion-sys" }
69
- tx5-go-pion = { version = " 0.1.5 -beta" , path = " crates/tx5-go-pion" }
70
- tx5-signal = { version = " 0.1.5 -beta" , path = " crates/tx5-signal" }
71
- tx5 = { version = " 0.1.5 -beta" , path = " crates/tx5" }
65
+ tx5-connection = { version = " 0.2.0 -beta" , default-features = false , path = " crates/tx5-connection" }
66
+ tx5-core = { version = " 0.2.0 -beta" , default-features = false , path = " crates/tx5-core" }
67
+ tx5-go-pion-turn = { version = " 0.2.0 -beta" , path = " crates/tx5-go-pion-turn" }
68
+ tx5-go-pion-sys = { version = " 0.2.0 -beta" , path = " crates/tx5-go-pion-sys" }
69
+ tx5-go-pion = { version = " 0.2.0 -beta" , path = " crates/tx5-go-pion" }
70
+ tx5-signal = { version = " 0.2.0 -beta" , path = " crates/tx5-signal" }
71
+ tx5 = { version = " 0.2.0 -beta" , path = " crates/tx5" }
72
72
url = { version = " 2.3.1" , features = [ " serde" ] }
73
73
warp = { version = " 0.3.4" , features = [ " websocket" ] }
74
74
webpki-roots = { version = " 0.23.0" }
0 commit comments