Skip to content

Commit

Permalink
Upgrade to tokio 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teohhanhui committed Mar 7, 2021
1 parent 9fd0425 commit 9763d12
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Expand Up @@ -20,18 +20,18 @@ futures = "0.3"
futures-util = { version = "0.3", default-features = false, features = [ "async-await", "sink", "std" ] }
market-finance = "0.3"
protobuf = "2"
reqwest = "0.10"
reqwest = "0.11"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
snafu = "0.6"
tokio = { version = "0.2", default-features = false, features = [ "stream", "rt-threaded", "macros" ]}
tokio-tungstenite = { version = "0.11", features = [ "tls" ] }
tokio = { version = "1.0", features = [ "macros", "rt-multi-thread" ]}
tokio-stream = "0.1"
tokio-tungstenite = { version = "0.14", features = [ "rustls-tls" ] }
url = "2.1"


[dev-dependencies]
mockito = "0.27"
tokio-test = "0.2"
tokio-test = "0.4"

[build-dependencies]
protobuf-codegen-pure = "2"
protobuf-codegen-pure = "2"

0 comments on commit 9763d12

Please sign in to comment.