Update dependencies

This commit is contained in:
Stjepan Glavina 2020-08-29 20:21:22 +02:00
parent 2276ffa8a3
commit 2da3b43ff8
1 changed files with 4 additions and 4 deletions

View File

@ -14,13 +14,13 @@ readme = "README.md"
[dependencies]
async-channel = "1.4.1"
async-executor = "0.2.0"
async-executor = "0.2.1"
async-fs = "1.1.1"
async-io = "0.2.1"
async-lock = "2.0.1"
async-io = "0.2.6"
async-lock = "2.1.1"
async-net = "1.0.0"
async-process = "0.1.3"
blocking = "0.6.0"
blocking = "0.6.1"
futures-lite = "1.0.0"
once_cell = "1.4.1"