Use the new rayon-par-bridge library

This commit is contained in:
Clément Renault
2024-05-12 14:45:25 +02:00
parent b67d385cf0
commit 81ec0abad1
3 changed files with 14 additions and 8 deletions

View File

@ -84,6 +84,7 @@ rand = "0.8.5"
tracing = "0.1.40"
ureq = { version = "2.10.0", features = ["json"] }
url = "2.5.2"
rayon-par-bridge = "0.1.0"
[dev-dependencies]
mimalloc = { version = "0.1.43", default-features = false }