From c09ecba5bba3da14ea86db0907b3b7c6749b5bc8 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 9 Nov 2022 11:33:22 +0900 Subject: [PATCH] Update concurrent-queue to 2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75d2949..e1afe7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ exclude = ["/.*"] [dependencies] async-lock = "2.6" async-task = "4.0.0" -concurrent-queue = "1.2.2" +concurrent-queue = "2.0.0" fastrand = "1.3.4" futures-lite = "1.11.0" slab = "0.4.4"