Remove fastrand dependency (#61)

This commit is contained in:
James Liu 2024-04-21 16:40:34 -07:00 committed by GitHub
parent 02cd156338
commit f6fea36562
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ exclude = ["/.*"]
[dependencies]
async-channel = "2.0.0"
async-task = "4.0.2"
fastrand = "2.0.0"
futures-io = { version = "0.3.28", default-features = false, features = ["std"] }
futures-lite = { version = "2.0.0", default-features = false }
piper = "0.2.0"