Skip to content

Commit 79da032

Browse files
authored
Merge pull request containerd#79 from Tim-Zhang/upgrade-tokio
async: upgrade tokio to 1.0
2 parents a9c9032 + 3bd1954 commit 79da032

File tree

11 files changed

+189
-226
lines changed

11 files changed

+189
-226
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ byteorder = "1.3.2"
2020
thiserror = "1.0"
2121

2222
async-trait = { version = "0.1.31", optional = true }
23-
tokio = { version = "0.2", features = ["rt-threaded", "sync", "uds", "stream", "macros", "io-util", "time"], optional = true }
23+
tokio = { version = "1", features = ["rt", "sync", "io-util", "macros", "time"], optional = true }
2424
futures = { version = "0.3", optional = true }
25-
tokio-vsock = { version = "0.2.1", optional = true }
25+
tokio-vsock = { version = "0.3", optional = true }
2626

2727
[build-dependencies]
2828
protobuf-codegen-pure = "2.14.0"

0 commit comments

Comments
 (0)