|
|
|
@ -36,7 +36,7 @@ futures-io = { version = "0.3", default-features = false, features = ["std"] } |
|
|
|
|
pin-project-lite = "0.2" |
|
|
|
|
|
|
|
|
|
[dependencies.tungstenite] |
|
|
|
|
version = "0.13.0" |
|
|
|
|
version = "0.14.0" |
|
|
|
|
default-features = false |
|
|
|
|
|
|
|
|
|
[dependencies.async-std] |
|
|
|
@ -101,7 +101,7 @@ version = "0.14" |
|
|
|
|
[dev-dependencies] |
|
|
|
|
futures = "0.3" |
|
|
|
|
url = "2.0.0" |
|
|
|
|
env_logger = "0.8" |
|
|
|
|
env_logger = "0.9" |
|
|
|
|
async-std = { version = "1.0", features = ["attributes", "unstable"] } |
|
|
|
|
tokio = { version = "1.0", features = ["full"] } |
|
|
|
|
|
|
|
|
|