Merge remote-tracking branch 'origin/v1' into v2

This commit is contained in:
Lucas Nogueira
2023-05-24 10:36:41 -03:00
15 changed files with 111 additions and 89 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ thiserror = { workspace = true }
rand = "0.8"
futures-util = "0.3"
tokio = { version = "1", features = [ "net", "sync" ] }
tokio-tungstenite = { version = "0.18" }
tokio-tungstenite = { version = "0.19" }
[features]
native-tls = [ "tokio-tungstenite/native-tls" ]