aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-12-30 20:23:31 +0000
committerAleksey Kladov <[email protected]>2018-12-30 20:23:31 +0000
commitc2c10b9014549e9c0783fb13dc202dfab6e6fd0a (patch)
treed4b2a47910df5effb14271ab72a1602b5f77ee81 /Cargo.lock
parenteffc1eae8be338ea949058cc89c39950c25858c5 (diff)
:arrow_up: crossbeam
closes #189
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock39
1 files changed, 3 insertions, 36 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7f3723f2e..0d63ec639 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -166,18 +166,6 @@ dependencies = [
166 166
167[[package]] 167[[package]]
168name = "crossbeam-channel" 168name = "crossbeam-channel"
169version = "0.2.6"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171dependencies = [
172 "crossbeam-epoch 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
173 "crossbeam-utils 0.5.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)",
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)",
177]
178
179[[package]]
180name = "crossbeam-channel"
181version = "0.3.6" 169version = "0.3.6"
182source = "registry+https://github.com/rust-lang/crates.io-index" 170source = "registry+https://github.com/rust-lang/crates.io-index"
183dependencies = [ 171dependencies = [
@@ -211,19 +199,6 @@ dependencies = [
211] 199]
212 200
213[[package]] 201[[package]]
214name = "crossbeam-epoch"
215version = "0.6.1"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217dependencies = [
218 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
219 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
220 "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
221 "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
222 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
223 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
224]
225
226[[package]]
227name = "crossbeam-utils" 202name = "crossbeam-utils"
228version = "0.2.2" 203version = "0.2.2"
229source = "registry+https://github.com/rust-lang/crates.io-index" 204source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -233,11 +208,6 @@ dependencies = [
233 208
234[[package]] 209[[package]]
235name = "crossbeam-utils" 210name = "crossbeam-utils"
236version = "0.5.0"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238
239[[package]]
240name = "crossbeam-utils"
241version = "0.6.3" 211version = "0.6.3"
242source = "registry+https://github.com/rust-lang/crates.io-index" 212source = "registry+https://github.com/rust-lang/crates.io-index"
243dependencies = [ 213dependencies = [
@@ -775,7 +745,7 @@ name = "ra_lsp_server"
775version = "0.1.0" 745version = "0.1.0"
776dependencies = [ 746dependencies = [
777 "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)",
778 "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)",
779 "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)",
780 "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)",
781 "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)",
@@ -835,7 +805,7 @@ dependencies = [
835name = "ra_vfs" 805name = "ra_vfs"
836version = "0.1.0" 806version = "0.1.0"
837dependencies = [ 807dependencies = [
838 "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)",
839 "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)",
840 "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)",
841 "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)",
@@ -1319,7 +1289,7 @@ dependencies = [
1319name = "thread_worker" 1289name = "thread_worker"
1320version = "0.1.0" 1290version = "0.1.0"
1321dependencies = [ 1291dependencies = [
1322 "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)",
1323 "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)",
1324 "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)",
1325] 1295]
@@ -1554,13 +1524,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1554"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"
1555"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"
1556"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"
1557"checksum crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7b85741761b7f160bc5e7e0c14986ef685b7f8bf9b7ad081c60c604bb4649827"
1558"checksum crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "137bc235f622ffaa0428e3854e24acb53291fc0b3ff6fb2cb75a8be6fb02f06b" 1527"checksum crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "137bc235f622ffaa0428e3854e24acb53291fc0b3ff6fb2cb75a8be6fb02f06b"
1559"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"
1560"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"
1561"checksum crossbeam-epoch 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2449aaa4ec7ef96e5fb24db16024b935df718e9ae1cec0a1e68feeca2efca7b8"
1562"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"
1563"checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015"
1564"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"
1565"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"
1566"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"