refactor: trim down tokio
This commit is contained in:
parent
c3d2183195
commit
605dba0521
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user