]> git.proxmox.com Git - rustc.git/blobdiff - vendor/rustc-rayon-core/Cargo.toml
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / vendor / rustc-rayon-core / Cargo.toml
index 365ebf856d21fd8af2a4c60e2e71e2411744f95c..bdfc2f8a4d2fe50e0e6ba723887201fbc730827f 100644 (file)
@@ -11,8 +11,9 @@
 # will likely look very different (and much more reasonable)
 
 [package]
+edition = "2018"
 name = "rustc-rayon-core"
-version = "0.3.0"
+version = "0.3.1"
 authors = ["Niko Matsakis <niko@alum.mit.edu>", "Josh Stone <cuviper@gmail.com>"]
 build = "build.rs"
 description = "Core APIs for Rayon - fork for rustc"
@@ -48,13 +49,13 @@ path = "tests/simple_panic.rs"
 name = "scoped_threadpool"
 path = "tests/scoped_threadpool.rs"
 [dependencies.crossbeam-deque]
-version = "0.7"
+version = "0.7.2"
 
 [dependencies.crossbeam-queue]
-version = "0.1.2"
+version = "0.2"
 
 [dependencies.crossbeam-utils]
-version = "0.6.5"
+version = "0.7"
 
 [dependencies.lazy_static]
 version = "1"
@@ -62,10 +63,10 @@ version = "1"
 [dependencies.num_cpus]
 version = "1.2"
 [dev-dependencies.rand]
-version = "0.6"
+version = "0.7"
 
 [dev-dependencies.rand_xorshift]
-version = "0.1"
+version = "0.2"
 
 [dev-dependencies.scoped-tls]
 version = "1.0"