diff --git a/Cargo.toml b/Cargo.toml index eb76a36..a4acc5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ itertools = "0.10.3" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] instant = "0.1.12" tracing-subscriber = "0.3.11" -rayon = { git = "https://github.com/rayon-rs/rayon.git", optional = true } +rayon = { version = "1.5.2", optional = true } async-lock = { git = "https://github.com/smol-rs/async-lock.git", optional = true }