Skip to content

Commit 04622e3

Browse files
authored
Update to tokio 1.0 and hyper 0.14 (#377)
Signed-off-by: Constantin Nickel <[email protected]>
1 parent bbb7a2f commit 04622e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ procfs = { version = "^0.9", optional = true, default-features = false }
4141
[dev-dependencies]
4242
criterion = "0.3"
4343
getopts = "^0.2"
44-
hyper = "^0.13"
45-
tokio = { version = "^0.3", features = ["macros", "rt-multi-thread"] }
44+
hyper = { version = "^0.14", features = ["server", "http1", "tcp"] }
45+
tokio = { version = "^1.0", features = ["macros", "rt-multi-thread"] }
4646

4747
[build-dependencies]
4848
protobuf-codegen-pure = { version = "^2.0", optional = true }

0 commit comments

Comments
 (0)