Skip to content

Commit 5c78fa8

Browse files
committed
Update Cargo.lock
1 parent 42d817f commit 5c78fa8

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

Cargo.lock

+16-14
Original file line numberDiff line numberDiff line change
@@ -2358,8 +2358,8 @@ dependencies = [
23582358
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
23592359
"parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
23602360
"polonius-engine 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
2361-
"rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2362-
"rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2361+
"rustc-rayon 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2362+
"rustc-rayon-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
23632363
"rustc_apfloat 0.0.0",
23642364
"rustc_data_structures 0.0.0",
23652365
"rustc_errors 0.0.0",
@@ -2409,8 +2409,8 @@ dependencies = [
24092409
"rustc-ap-rustc_cratesio_shim 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
24102410
"rustc-ap-serialize 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
24112411
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2412-
"rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2413-
"rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2412+
"rustc-rayon 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2413+
"rustc-rayon-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
24142414
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
24152415
"stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
24162416
]
@@ -2508,23 +2508,23 @@ dependencies = [
25082508

25092509
[[package]]
25102510
name = "rustc-rayon"
2511-
version = "0.1.1"
2511+
version = "0.1.2"
25122512
source = "registry+https://github.com/rust-lang/crates.io-index"
25132513
dependencies = [
2514+
"crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
25142515
"either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2515-
"rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2516+
"rustc-rayon-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
25162517
]
25172518

25182519
[[package]]
25192520
name = "rustc-rayon-core"
2520-
version = "0.1.1"
2521+
version = "0.1.2"
25212522
source = "registry+https://github.com/rust-lang/crates.io-index"
25222523
dependencies = [
25232524
"crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
25242525
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
25252526
"libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
25262527
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2527-
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
25282528
]
25292529

25302530
[[package]]
@@ -2672,11 +2672,13 @@ dependencies = [
26722672
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
26732673
"ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
26742674
"graphviz 0.0.0",
2675+
"jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
2676+
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
26752677
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
26762678
"parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
26772679
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2678-
"rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2679-
"rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2680+
"rustc-rayon 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2681+
"rustc-rayon-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
26802682
"rustc_cratesio_shim 0.0.0",
26812683
"serialize 0.0.0",
26822684
"smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2692,7 +2694,7 @@ dependencies = [
26922694
"graphviz 0.0.0",
26932695
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
26942696
"rustc 0.0.0",
2695-
"rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2697+
"rustc-rayon 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
26962698
"rustc_allocator 0.0.0",
26972699
"rustc_borrowck 0.0.0",
26982700
"rustc_codegen_utils 0.0.0",
@@ -2758,7 +2760,7 @@ version = "0.0.0"
27582760
dependencies = [
27592761
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
27602762
"rustc 0.0.0",
2761-
"rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2763+
"rustc-rayon 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
27622764
"rustc_allocator 0.0.0",
27632765
"rustc_borrowck 0.0.0",
27642766
"rustc_codegen_utils 0.0.0",
@@ -4190,8 +4192,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
41904192
"checksum rustc-ap-syntax_pos 373.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8e4f88a1213562373cee9de5a1d77bbf16dd706030304af041c9733492fcc952"
41914193
"checksum rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "82ae957aa1b3055d8e086486723c0ccd3d7b8fa190ae8fa2e35543b6171c810e"
41924194
"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
4193-
"checksum rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c6d5a683c6ba4ed37959097e88d71c9e8e26659a3cb5be8b389078e7ad45306"
4194-
"checksum rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40f06724db71e18d68b3b946fdf890ca8c921d9edccc1404fdfdb537b0d12649"
4195+
"checksum rustc-rayon 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8d98c51d9cbbe810c8b6693236d3412d8cd60513ff27a3e1b6af483dca0af544"
4196+
"checksum rustc-rayon-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "526e7b6d2707a5b9bec3927d424ad70fa3cfc68e0ac1b75e46cdbbc95adc5108"
41954197
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
41964198
"checksum rustc_tools_util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c5a95edfa0c893236ae4778bb7c4752760e4c0d245e19b5eff33c5aa5eb9dc"
41974199
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"

0 commit comments

Comments
 (0)