Update rayon dependencies to avoid duplicate crossbeam dependencies (#651)
rayon 1.2.1 avoids introducing two different versions of crossbeam crates into the dependency tree (one through rayon, the other through rayon-core).
This commit is contained in:
committed by
Dan Gohman
parent
e87a489535
commit
4b001912ce
@@ -18,7 +18,7 @@ cranelift-wasm = { version = "0.50.0", features = ["enable-serde"] }
|
||||
wasmparser = "0.39.2"
|
||||
lightbeam = { path = "../lightbeam", optional = true }
|
||||
indexmap = "1.0.2"
|
||||
rayon = "1.2"
|
||||
rayon = "1.2.1"
|
||||
thiserror = "1.0.4"
|
||||
directories = "2.0.1"
|
||||
sha2 = "0.8.0"
|
||||
|
||||
Reference in New Issue
Block a user