Remove direct dependency on fastrand

This commit is contained in:
Taiki Endo 2021-06-30 22:22:04 +09:00
parent a5b175921b
commit 164443584b
1 changed files with 0 additions and 1 deletions

View File

@ -17,5 +17,4 @@ categories = ["asynchronous", "network-programming", "os"]
[dependencies]
async-io = "1.6.0"
blocking = "1.0.0"
fastrand = "1.3.5"
futures-lite = "1.11.0"