aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-12-30 20:24:48 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-12-30 20:24:48 +0000
commit45e3de8eed878afa1066b61fa27f7625bf57b1e6 (patch)
treeb53c11bcb1e117701fef86853eaf9a1675ae105f /Cargo.lock
parentbb604f0a255078a6b30555a5535ee1d277237e38 (diff)
parentc2c10b9014549e9c0783fb13dc202dfab6e6fd0a (diff)
Merge #377
377: update crossbeam r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock39
1 files changed, 9 insertions, 30 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8e962d352..0d63ec639 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -166,13 +166,12 @@ dependencies = [
166 166
167[[package]] 167[[package]]
168name = "crossbeam-channel" 168name = "crossbeam-channel"
169version = "0.2.6" 169version = "0.3.6"
170source = "registry+https://github.com/rust-lang/crates.io-index" 170source = "registry+https://github.com/rust-lang/crates.io-index"
171dependencies = [ 171dependencies = [
172 "crossbeam-epoch 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", 172 "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
173 "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 173 "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
174 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", 174 "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
175 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
176 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", 175 "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
177] 176]
178 177
@@ -200,19 +199,6 @@ dependencies = [
200] 199]
201 200
202[[package]] 201[[package]]
203name = "crossbeam-epoch"
204version = "0.6.1"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206dependencies = [
207 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
208 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
209 "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
210 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
211 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
212 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
213]
214
215[[package]]
216name = "crossbeam-utils" 202name = "crossbeam-utils"
217version = "0.2.2" 203version = "0.2.2"
218source = "registry+https://github.com/rust-lang/crates.io-index" 204source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -222,11 +208,6 @@ dependencies = [
222 208
223[[package]] 209[[package]]
224name = "crossbeam-utils" 210name = "crossbeam-utils"
225version = "0.5.0"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227
228[[package]]
229name = "crossbeam-utils"
230version = "0.6.3" 211version = "0.6.3"
231source = "registry+https://github.com/rust-lang/crates.io-index" 212source = "registry+https://github.com/rust-lang/crates.io-index"
232dependencies = [ 213dependencies = [
@@ -355,7 +336,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
355name = "gen_lsp_server" 336name = "gen_lsp_server"
356version = "0.1.0" 337version = "0.1.0"
357dependencies = [ 338dependencies = [
358 "crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", 339 "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
359 "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 340 "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
360 "languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)", 341 "languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)",
361 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 342 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -764,7 +745,7 @@ name = "ra_lsp_server"
764version = "0.1.0" 745version = "0.1.0"
765dependencies = [ 746dependencies = [
766 "cargo_metadata 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", 747 "cargo_metadata 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
767 "crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", 748 "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
768 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 749 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
769 "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 750 "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
770 "failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 751 "failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -824,7 +805,7 @@ dependencies = [
824name = "ra_vfs" 805name = "ra_vfs"
825version = "0.1.0" 806version = "0.1.0"
826dependencies = [ 807dependencies = [
827 "crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", 808 "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
828 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 809 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
829 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 810 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
830 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 811 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1308,7 +1289,7 @@ dependencies = [
1308name = "thread_worker" 1289name = "thread_worker"
1309version = "0.1.0" 1290version = "0.1.0"
1310dependencies = [ 1291dependencies = [
1311 "crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", 1292 "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1312 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 1293 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
1313 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 1294 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1314] 1295]
@@ -1543,12 +1524,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1543"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" 1524"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
1544"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" 1525"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
1545"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" 1526"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
1546"checksum crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7b85741761b7f160bc5e7e0c14986ef685b7f8bf9b7ad081c60c604bb4649827" 1527"checksum crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "137bc235f622ffaa0428e3854e24acb53291fc0b3ff6fb2cb75a8be6fb02f06b"
1547"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3" 1528"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
1548"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150" 1529"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150"
1549"checksum crossbeam-epoch 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2449aaa4ec7ef96e5fb24db16024b935df718e9ae1cec0a1e68feeca2efca7b8"
1550"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9" 1530"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
1551"checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015"
1552"checksum crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "41ee4864f4797060e52044376f7d107429ce1fb43460021b126424b7180ee21a" 1531"checksum crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "41ee4864f4797060e52044376f7d107429ce1fb43460021b126424b7180ee21a"
1553"checksum derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6ca414e896ae072546f4d789f452daaecf60ddee4c9df5dc6d5936d769e3d87c" 1532"checksum derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6ca414e896ae072546f4d789f452daaecf60ddee4c9df5dc6d5936d769e3d87c"
1554"checksum deunicode 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" 1533"checksum deunicode 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690"