Update concurrent-queue to 2.0 (#6538)

Co-authored-by: devil-ira <justthecooldude@gmail.com>
This commit is contained in:
ira 2022-12-13 21:00:43 +00:00
parent 79b9231b74
commit b7d6ee8c68

View file

@ -14,7 +14,7 @@ async-executor = "1.3.0"
async-channel = "1.4.2"
async-task = "4.2.0"
once_cell = "1.7"
concurrent-queue = "1.2.2"
concurrent-queue = "2.0.0"
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen-futures = "0.4"