|
|
@ -30,7 +30,7 @@ features = ["async-std-runtime", "tokio-runtime", "gio-runtime", "async-tls", "a |
|
|
|
log = "0.4" |
|
|
|
log = "0.4" |
|
|
|
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] } |
|
|
|
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] } |
|
|
|
futures-io = { version = "0.3", default-features = false, features = ["std"] } |
|
|
|
futures-io = { version = "0.3", default-features = false, features = ["std"] } |
|
|
|
pin-project = "0.4" |
|
|
|
pin-project = "1" |
|
|
|
|
|
|
|
|
|
|
|
[dependencies.tungstenite] |
|
|
|
[dependencies.tungstenite] |
|
|
|
version = "0.11.0" |
|
|
|
version = "0.11.0" |
|
|
|