Put unused 'blocking' crate from dependencies into dev-dependencies

This commit is contained in:
Sebastian Thiel 2020-07-22 17:56:40 +08:00
parent b3005d9420
commit 8f9592d67d
No known key found for this signature in database
GPG Key ID: 85194C08421980C9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,6 @@ async-io = "0.1.3"
multitask = "0.2.0"
num_cpus = "1.13.0"
once_cell = "1.4.0"
blocking = "0.4.7"
[dependencies.tokio]
version = "0.2.21"
@ -45,6 +44,7 @@ async-native-tls = "0.3.3"
async-std = "1.6.2"
async-tungstenite = { version = "0.7.1", features = ["async-native-tls"] }
base64 = "0.12.3"
blocking = "0.4.7"
ctrlc = "3.1.5"
futures = "0.3.5"
futures-lite = "0.1.5"