diff options
author | TomasKralCZ <[email protected]> | 2020-01-19 16:51:03 +0000 |
---|---|---|
committer | TomasKralCZ <[email protected]> | 2020-01-19 16:51:03 +0000 |
commit | 514df15d9e32e057ba23dda0d4f5c07e82e7ed23 (patch) | |
tree | 41e93f63182bae10a7325fc50220f67df79aaece /Cargo.lock | |
parent | c3b9a19eb72ae9542272ae7a22ac3fb57c75daca (diff) | |
parent | 3a7724e44181ccd5c248589538bd82458b5a9407 (diff) |
Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock index 10bd94f7b..67822cb8a 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -45,7 +45,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
45 | 45 | ||
46 | [[package]] | 46 | [[package]] |
47 | name = "backtrace" | 47 | name = "backtrace" |
48 | version = "0.3.41" | 48 | version = "0.3.42" |
49 | source = "registry+https://github.com/rust-lang/crates.io-index" | 49 | source = "registry+https://github.com/rust-lang/crates.io-index" |
50 | dependencies = [ | 50 | dependencies = [ |
51 | "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | 51 | "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -463,10 +463,10 @@ dependencies = [ | |||
463 | 463 | ||
464 | [[package]] | 464 | [[package]] |
465 | name = "indexmap" | 465 | name = "indexmap" |
466 | version = "1.3.0" | 466 | version = "1.3.1" |
467 | source = "registry+https://github.com/rust-lang/crates.io-index" | 467 | source = "registry+https://github.com/rust-lang/crates.io-index" |
468 | dependencies = [ | 468 | dependencies = [ |
469 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 469 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
470 | ] | 470 | ] |
471 | 471 | ||
472 | [[package]] | 472 | [[package]] |
@@ -730,7 +730,7 @@ dependencies = [ | |||
730 | 730 | ||
731 | [[package]] | 731 | [[package]] |
732 | name = "num_cpus" | 732 | name = "num_cpus" |
733 | version = "1.11.1" | 733 | version = "1.12.0" |
734 | source = "registry+https://github.com/rust-lang/crates.io-index" | 734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
735 | dependencies = [ | 735 | dependencies = [ |
736 | "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 736 | "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1038,7 +1038,7 @@ dependencies = [ | |||
1038 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1038 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1039 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1039 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1040 | "fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1040 | "fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1041 | "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1041 | "indexmap 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1042 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1042 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1043 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1043 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1044 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1044 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1114,7 +1114,7 @@ dependencies = [ | |||
1114 | name = "ra_prof" | 1114 | name = "ra_prof" |
1115 | version = "0.1.0" | 1115 | version = "0.1.0" |
1116 | dependencies = [ | 1116 | dependencies = [ |
1117 | "backtrace 0.3.41 (registry+https://github.com/rust-lang/crates.io-index)", | 1117 | "backtrace 0.3.42 (registry+https://github.com/rust-lang/crates.io-index)", |
1118 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1118 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1119 | "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1119 | "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1120 | "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1120 | "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1353,7 +1353,7 @@ dependencies = [ | |||
1353 | "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1353 | "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1354 | "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1354 | "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1355 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1355 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1356 | "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1356 | "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1357 | ] | 1357 | ] |
1358 | 1358 | ||
1359 | [[package]] | 1359 | [[package]] |
@@ -1449,7 +1449,7 @@ version = "0.14.1" | |||
1449 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1449 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1450 | dependencies = [ | 1450 | dependencies = [ |
1451 | "crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1451 | "crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1452 | "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1452 | "indexmap 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1453 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1453 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1454 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1454 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1455 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1455 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1631,7 +1631,7 @@ name = "threadpool" | |||
1631 | version = "1.7.1" | 1631 | version = "1.7.1" |
1632 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1633 | dependencies = [ | 1633 | dependencies = [ |
1634 | "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1634 | "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1635 | ] | 1635 | ] |
1636 | 1636 | ||
1637 | [[package]] | 1637 | [[package]] |
@@ -1781,7 +1781,7 @@ dependencies = [ | |||
1781 | "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" | 1781 | "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
1782 | "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" | 1782 | "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
1783 | "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" | 1783 | "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" |
1784 | "checksum backtrace 0.3.41 (registry+https://github.com/rust-lang/crates.io-index)" = "a4ed64ae6d9ebfd9893193c4b2532b1292ec97bd8271c9d7d0fa90cd78a34cba" | 1784 | "checksum backtrace 0.3.42 (registry+https://github.com/rust-lang/crates.io-index)" = "b4b1549d804b6c73f4817df2ba073709e96e426f12987127c48e6745568c350b" |
1785 | "checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491" | 1785 | "checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491" |
1786 | "checksum base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" | 1786 | "checksum base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" |
1787 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" | 1787 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" |
@@ -1832,7 +1832,7 @@ dependencies = [ | |||
1832 | "checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772" | 1832 | "checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772" |
1833 | "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" | 1833 | "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
1834 | "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" | 1834 | "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
1835 | "checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2" | 1835 | "checksum indexmap 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b54058f0a6ff80b6803da8faf8997cde53872b38f4023728f6830b06cd3c0dc" |
1836 | "checksum inotify 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24e40d6fd5d64e2082e0c796495c8ef5ad667a96d03e5aaa0becfd9d47bcbfb8" | 1836 | "checksum inotify 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24e40d6fd5d64e2082e0c796495c8ef5ad667a96d03e5aaa0becfd9d47bcbfb8" |
1837 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" | 1837 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" |
1838 | "checksum insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d499dc062e841590a67230d853bce62d0abeb91304927871670b7c55c461349" | 1838 | "checksum insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d499dc062e841590a67230d853bce62d0abeb91304927871670b7c55c461349" |
@@ -1863,7 +1863,7 @@ dependencies = [ | |||
1863 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" | 1863 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
1864 | "checksum notify 4.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "80ae4a7688d1fab81c5bf19c64fc8db920be8d519ce6336ed4e7efe024724dbd" | 1864 | "checksum notify 4.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "80ae4a7688d1fab81c5bf19c64fc8db920be8d519ce6336ed4e7efe024724dbd" |
1865 | "checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" | 1865 | "checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" |
1866 | "checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72" | 1866 | "checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6" |
1867 | "checksum once_cell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5941ec2d5ee5916c709580d71553b81a633df245bcc73c04dcbd62152ceefc4" | 1867 | "checksum once_cell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5941ec2d5ee5916c709580d71553b81a633df245bcc73c04dcbd62152ceefc4" |
1868 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" | 1868 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" |
1869 | "checksum parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc" | 1869 | "checksum parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc" |