Adapt to changed libraries
Showing
+4 -2
... | ... | @@ -28,7 +28,7 @@ serde = { version = "1.0.117", features = ["derive"] } |
serde_json = "1.0.59" | ||
sha2 = "0.9.1" | ||
structopt = { version = "0.3.20", features = ["color"] } | ||
tokio = { version = "0.3.3", features = ["macros"] } | ||
tokio = { version = "0.3.3", features = ["macros", "rt", "rt-multi-thread"] } | ||
warp = { version = "0.2.5", default-features = false, features = ["tls"] } | ||
[dev-dependencies] | ||
... | ... |
Please register or sign in to comment