Skip to content

Commit 03da914

Browse files
authored
Merge pull request #63 from hmwill/dependabot/cargo/tokio-1.8
Update tokio requirement from 0.1 to 1.8
2 parents be8f315 + e8c2e52 commit 03da914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ travis-ci = { repository = "hmwill/tokio-linux-aio" }
1515

1616
[dependencies]
1717
rand = "0.6"
18-
tokio = "0.1"
18+
tokio = "1.8"
1919
futures = "0.1"
2020
futures-cpupool = "0.1"
2121
mio = "0.6.13"

0 commit comments

Comments
 (0)