m: Remove unused memchr dependency

Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2023-09-23 11:01:56 -07:00 committed by GitHub
parent ff67cb9a5f
commit ecddfde87a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ async-lock = "2.6"
async-task = "4.0.0"
concurrent-queue = "2.0.0"
fastrand = "2.0.0"
futures-lite = "1.11.0"
futures-lite = { version = "1.11.0", default-features = false }
slab = "0.4.4"
[dev-dependencies]