Fix(tokio-postgres): declare dependency on net
feature
This commit is contained in:
parent
8abc3eaa65
commit
a0f028a008
@ -62,7 +62,7 @@ tokio-util = { version = "0.7", features = ["codec"] }
|
||||
futures-executor = "0.3"
|
||||
criterion = "0.3"
|
||||
env_logger = "0.9"
|
||||
tokio = { version = "1.0", features = ["macros", "rt"] }
|
||||
tokio = { version = "1.0", features = ["macros", "net", "rt", "rt-multi-thread", "time"] }
|
||||
|
||||
bit-vec-06 = { version = "0.6", package = "bit-vec" }
|
||||
chrono-04 = { version = "0.4", package = "chrono", default-features = false }
|
||||
|
Loading…
Reference in New Issue
Block a user