refactor: trim down tokio

This commit is contained in:
chesedo 2022-05-04 13:59:33 +02:00 committed by Felipe Noronha
parent c3d2183195
commit 605dba0521

View File

@ -21,7 +21,7 @@ include = ["Cargo.toml", "LICENSE", "src/**/*"]
[dependencies]
hyper = { version = "0.14.18", features = ["client"] }
lazy_static = "1.4.0"
tokio = { version = "1.17.0", features = ["full"] }
tokio = { version = "1.17.0", features = ["io-util", "rt"] }
tracing = "0.1.34"
[dev-dependencies]