aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock189
1 files changed, 77 insertions, 112 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ff225399e..dc49fc4bd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -102,13 +102,12 @@ checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
102 102
103[[package]] 103[[package]]
104name = "cargo_metadata" 104name = "cargo_metadata"
105version = "0.10.0" 105version = "0.11.1"
106source = "registry+https://github.com/rust-lang/crates.io-index" 106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "b8de60b887edf6d74370fc8eb177040da4847d971d6234c7b13a6da324ef0caf" 107checksum = "89fec17b16f1ac67908af82e47d0a90a7afd0e1827b181cd77504323d3263d35"
108dependencies = [ 108dependencies = [
109 "semver", 109 "semver",
110 "serde", 110 "serde",
111 "serde_derive",
112 "serde_json", 111 "serde_json",
113] 112]
114 113
@@ -126,9 +125,9 @@ checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
126 125
127[[package]] 126[[package]]
128name = "chalk-derive" 127name = "chalk-derive"
129version = "0.18.0" 128version = "0.21.0"
130source = "registry+https://github.com/rust-lang/crates.io-index" 129source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "eea3a22f0c30b2504ac4ab58934dac0d00b92a4d7788df32795cabca24c3f929" 130checksum = "c1df0dbb57d74b4acd20f20fa66ab2acd09776b79eaeb9d8f947b2f3e01c40bf"
132dependencies = [ 131dependencies = [
133 "proc-macro2", 132 "proc-macro2",
134 "quote", 133 "quote",
@@ -138,9 +137,9 @@ dependencies = [
138 137
139[[package]] 138[[package]]
140name = "chalk-ir" 139name = "chalk-ir"
141version = "0.18.0" 140version = "0.21.0"
142source = "registry+https://github.com/rust-lang/crates.io-index" 141source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "fb617b643e145e3b151502799e91a9625dd5daf1cf05dc2cb821bc75ae0c9cbd" 142checksum = "44361a25dbdb1dc428f56ad7a3c21ba9ca12f3225c26a47919ff6fcb10a583d4"
144dependencies = [ 143dependencies = [
145 "chalk-derive", 144 "chalk-derive",
146 "lazy_static", 145 "lazy_static",
@@ -148,9 +147,9 @@ dependencies = [
148 147
149[[package]] 148[[package]]
150name = "chalk-recursive" 149name = "chalk-recursive"
151version = "0.18.0" 150version = "0.21.0"
152source = "registry+https://github.com/rust-lang/crates.io-index" 151source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "d280565c8eefbf9b2bc615df49c7dfd971faad37774bf65734e626fd23864bd6" 152checksum = "dd89556b98de156d5eaf21077d297cd2198628f10f2df140798ea3a5dd84bc86"
154dependencies = [ 153dependencies = [
155 "chalk-derive", 154 "chalk-derive",
156 "chalk-ir", 155 "chalk-ir",
@@ -161,9 +160,9 @@ dependencies = [
161 160
162[[package]] 161[[package]]
163name = "chalk-solve" 162name = "chalk-solve"
164version = "0.18.0" 163version = "0.21.0"
165source = "registry+https://github.com/rust-lang/crates.io-index" 164source = "registry+https://github.com/rust-lang/crates.io-index"
166checksum = "be906fbca3f3077dce0e76d9864771d0f450c946af0d86b569fb9504148a065a" 165checksum = "a886da37a0dc457057d86f78f026f7a09c6d8088aa13f4f4127fdb8dc80119a3"
167dependencies = [ 166dependencies = [
168 "chalk-derive", 167 "chalk-derive",
169 "chalk-ir", 168 "chalk-ir",
@@ -280,9 +279,9 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
280 279
281[[package]] 280[[package]]
282name = "drop_bomb" 281name = "drop_bomb"
283version = "0.1.4" 282version = "0.1.5"
284source = "registry+https://github.com/rust-lang/crates.io-index" 283source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f" 284checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1"
286 285
287[[package]] 286[[package]]
288name = "either" 287name = "either"
@@ -319,9 +318,9 @@ dependencies = [
319 318
320[[package]] 319[[package]]
321name = "filetime" 320name = "filetime"
322version = "0.2.10" 321version = "0.2.12"
323source = "registry+https://github.com/rust-lang/crates.io-index" 322source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "affc17579b132fc2461adf7c575cc6e8b134ebca52c51f5411388965227dc695" 323checksum = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e"
325dependencies = [ 324dependencies = [
326 "cfg-if", 325 "cfg-if",
327 "libc", 326 "libc",
@@ -401,17 +400,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 400checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
402 401
403[[package]] 402[[package]]
404name = "getrandom"
405version = "0.1.14"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
408dependencies = [
409 "cfg-if",
410 "libc",
411 "wasi",
412]
413
414[[package]]
415name = "gimli" 403name = "gimli"
416version = "0.22.0" 404version = "0.22.0"
417source = "registry+https://github.com/rust-lang/crates.io-index" 405source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -565,9 +553,9 @@ checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
565 553
566[[package]] 554[[package]]
567name = "libc" 555name = "libc"
568version = "0.2.73" 556version = "0.2.74"
569source = "registry+https://github.com/rust-lang/crates.io-index" 557source = "registry+https://github.com/rust-lang/crates.io-index"
570checksum = "bd7d4bd64732af4bf3a67f367c27df8520ad7e230c5817b8ff485864d80242b9" 558checksum = "a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10"
571 559
572[[package]] 560[[package]]
573name = "libloading" 561name = "libloading"
@@ -619,9 +607,9 @@ dependencies = [
619 607
620[[package]] 608[[package]]
621name = "lsp-types" 609name = "lsp-types"
622version = "0.78.0" 610version = "0.79.0"
623source = "registry+https://github.com/rust-lang/crates.io-index" 611source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "d2e6cf68e3492cfa2035f0382c1da1b6ab045db0320feca505b86b4f13d66c27" 612checksum = "7f1f86677fdbe8df5f88b99131b1424e50aad27bbe3e5900d221bc414bd72e9b"
625dependencies = [ 613dependencies = [
626 "base64", 614 "base64",
627 "bitflags", 615 "bitflags",
@@ -811,6 +799,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
811checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d" 799checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d"
812 800
813[[package]] 801[[package]]
802name = "oorandom"
803version = "11.1.2"
804source = "registry+https://github.com/rust-lang/crates.io-index"
805checksum = "a170cebd8021a008ea92e4db85a72f80b35df514ec664b296fdcbb654eac0b2c"
806
807[[package]]
814name = "parking_lot" 808name = "parking_lot"
815version = "0.11.0" 809version = "0.11.0"
816source = "registry+https://github.com/rust-lang/crates.io-index" 810source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -847,6 +841,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" 841checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
848 842
849[[package]] 843[[package]]
844name = "perf-event"
845version = "0.4.4"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "76c42ba5d85a2f4472b99f475fb60cf336d9b4c85b1ea8bb300fef2e3c7c8f89"
848dependencies = [
849 "libc",
850 "perf-event-open-sys",
851]
852
853[[package]]
854name = "perf-event-open-sys"
855version = "0.3.1"
856source = "registry+https://github.com/rust-lang/crates.io-index"
857checksum = "95db63e37862bc1b842135d2234ef9418f222cc660c6752f45e7cf9ddfb97f96"
858dependencies = [
859 "libc",
860]
861
862[[package]]
850name = "petgraph" 863name = "petgraph"
851version = "0.5.1" 864version = "0.5.1"
852source = "registry+https://github.com/rust-lang/crates.io-index" 865source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -869,12 +882,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" 882checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
870 883
871[[package]] 884[[package]]
872name = "ppv-lite86"
873version = "0.2.8"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
876
877[[package]]
878name = "proc-macro2" 885name = "proc-macro2"
879version = "1.0.19" 886version = "1.0.19"
880source = "registry+https://github.com/rust-lang/crates.io-index" 887source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1046,6 +1053,7 @@ dependencies = [
1046 "indexmap", 1053 "indexmap",
1047 "itertools", 1054 "itertools",
1048 "log", 1055 "log",
1056 "oorandom",
1049 "ra_assists", 1057 "ra_assists",
1050 "ra_cfg", 1058 "ra_cfg",
1051 "ra_db", 1059 "ra_db",
@@ -1056,7 +1064,6 @@ dependencies = [
1056 "ra_ssr", 1064 "ra_ssr",
1057 "ra_syntax", 1065 "ra_syntax",
1058 "ra_text_edit", 1066 "ra_text_edit",
1059 "rand",
1060 "rustc-hash", 1067 "rustc-hash",
1061 "stdx", 1068 "stdx",
1062 "test_utils", 1069 "test_utils",
@@ -1138,6 +1145,7 @@ dependencies = [
1138 "cfg-if", 1145 "cfg-if",
1139 "libc", 1146 "libc",
1140 "once_cell", 1147 "once_cell",
1148 "perf-event",
1141 "ra_arena", 1149 "ra_arena",
1142] 1150]
1143 1151
@@ -1218,57 +1226,6 @@ dependencies = [
1218] 1226]
1219 1227
1220[[package]] 1228[[package]]
1221name = "rand"
1222version = "0.7.3"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
1225dependencies = [
1226 "getrandom",
1227 "libc",
1228 "rand_chacha",
1229 "rand_core",
1230 "rand_hc",
1231 "rand_pcg",
1232]
1233
1234[[package]]
1235name = "rand_chacha"
1236version = "0.2.2"
1237source = "registry+https://github.com/rust-lang/crates.io-index"
1238checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
1239dependencies = [
1240 "ppv-lite86",
1241 "rand_core",
1242]
1243
1244[[package]]
1245name = "rand_core"
1246version = "0.5.1"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
1248checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
1249dependencies = [
1250 "getrandom",
1251]
1252
1253[[package]]
1254name = "rand_hc"
1255version = "0.2.0"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
1258dependencies = [
1259 "rand_core",
1260]
1261
1262[[package]]
1263name = "rand_pcg"
1264version = "0.2.1"
1265source = "registry+https://github.com/rust-lang/crates.io-index"
1266checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
1267dependencies = [
1268 "rand_core",
1269]
1270
1271[[package]]
1272name = "rayon" 1229name = "rayon"
1273version = "1.3.1" 1230version = "1.3.1"
1274source = "registry+https://github.com/rust-lang/crates.io-index" 1231source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1354,6 +1311,7 @@ dependencies = [
1354 "lsp-server", 1311 "lsp-server",
1355 "lsp-types", 1312 "lsp-types",
1356 "mimalloc", 1313 "mimalloc",
1314 "oorandom",
1357 "parking_lot", 1315 "parking_lot",
1358 "pico-args", 1316 "pico-args",
1359 "ra_cfg", 1317 "ra_cfg",
@@ -1372,7 +1330,6 @@ dependencies = [
1372 "ra_text_edit", 1330 "ra_text_edit",
1373 "ra_toolchain", 1331 "ra_toolchain",
1374 "ra_tt", 1332 "ra_tt",
1375 "rand",
1376 "rayon", 1333 "rayon",
1377 "rustc-hash", 1334 "rustc-hash",
1378 "serde", 1335 "serde",
@@ -1387,9 +1344,9 @@ dependencies = [
1387 1344
1388[[package]] 1345[[package]]
1389name = "rustc-ap-rustc_lexer" 1346name = "rustc-ap-rustc_lexer"
1390version = "669.0.0" 1347version = "671.0.0"
1391source = "registry+https://github.com/rust-lang/crates.io-index" 1348source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "456af5f09c006cf6c22c1a433ee0232c4bb74bdc6c647a010166a47c94ed2a63" 1349checksum = "22e1221f3bfa2943c942cf8da319ab2346887f8757778c29c7f1822cd27b521f"
1393dependencies = [ 1350dependencies = [
1394 "unicode-xid", 1351 "unicode-xid",
1395] 1352]
@@ -1414,16 +1371,16 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
1414 1371
1415[[package]] 1372[[package]]
1416name = "salsa" 1373name = "salsa"
1417version = "0.15.0" 1374version = "0.15.2"
1418source = "registry+https://github.com/rust-lang/crates.io-index" 1375source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "885b4b99dde959decc84e85dd943bd140b4aabd62db2f8206ef5270f77ec20b9" 1376checksum = "9ab29056d4fb4048a5f0d169c9b6e5526160c9ec37aded5a6879c2c9c445a8e4"
1420dependencies = [ 1377dependencies = [
1421 "crossbeam-utils", 1378 "crossbeam-utils",
1422 "indexmap", 1379 "indexmap",
1423 "lock_api", 1380 "lock_api",
1424 "log", 1381 "log",
1382 "oorandom",
1425 "parking_lot", 1383 "parking_lot",
1426 "rand",
1427 "rustc-hash", 1384 "rustc-hash",
1428 "salsa-macros", 1385 "salsa-macros",
1429 "smallvec", 1386 "smallvec",
@@ -1431,9 +1388,9 @@ dependencies = [
1431 1388
1432[[package]] 1389[[package]]
1433name = "salsa-macros" 1390name = "salsa-macros"
1434version = "0.15.0" 1391version = "0.15.2"
1435source = "registry+https://github.com/rust-lang/crates.io-index" 1392source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "2c280ac85b15ac214b86ac4b407626a48e6a1c4f90769a582fec74aa57942b9f" 1393checksum = "a1c3aec007c63c4ed4cd7a018529fb0b5575c4562575fc6a40d6cd2ae0b792ef"
1437dependencies = [ 1394dependencies = [
1438 "heck", 1395 "heck",
1439 "proc-macro2", 1396 "proc-macro2",
@@ -1484,9 +1441,9 @@ dependencies = [
1484 1441
1485[[package]] 1442[[package]]
1486name = "semver" 1443name = "semver"
1487version = "0.9.0" 1444version = "0.10.0"
1488source = "registry+https://github.com/rust-lang/crates.io-index" 1445source = "registry+https://github.com/rust-lang/crates.io-index"
1489checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 1446checksum = "394cec28fa623e00903caf7ba4fa6fb9a0e260280bb8cdbbba029611108a0190"
1490dependencies = [ 1447dependencies = [
1491 "semver-parser", 1448 "semver-parser",
1492 "serde", 1449 "serde",
@@ -1576,9 +1533,9 @@ version = "0.1.0"
1576 1533
1577[[package]] 1534[[package]]
1578name = "syn" 1535name = "syn"
1579version = "1.0.36" 1536version = "1.0.38"
1580source = "registry+https://github.com/rust-lang/crates.io-index" 1537source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "4cdb98bcb1f9d81d07b536179c269ea15999b5d14ea958196413869445bb5250" 1538checksum = "e69abc24912995b3038597a7a593be5053eb0fb44f3cc5beec0deb421790c1f4"
1582dependencies = [ 1539dependencies = [
1583 "proc-macro2", 1540 "proc-macro2",
1584 "quote", 1541 "quote",
@@ -1665,9 +1622,9 @@ checksum = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed"
1665 1622
1666[[package]] 1623[[package]]
1667name = "tracing" 1624name = "tracing"
1668version = "0.1.17" 1625version = "0.1.18"
1669source = "registry+https://github.com/rust-lang/crates.io-index" 1626source = "registry+https://github.com/rust-lang/crates.io-index"
1670checksum = "dbdf4ccd1652592b01286a5dbe1e2a77d78afaa34beadd9872a5f7396f92aaa9" 1627checksum = "f0aae59226cf195d8e74d4b34beae1859257efb4e5fed3f147d2dc2c7d372178"
1671dependencies = [ 1628dependencies = [
1672 "cfg-if", 1629 "cfg-if",
1673 "tracing-attributes", 1630 "tracing-attributes",
@@ -1687,9 +1644,9 @@ dependencies = [
1687 1644
1688[[package]] 1645[[package]]
1689name = "tracing-core" 1646name = "tracing-core"
1690version = "0.1.11" 1647version = "0.1.13"
1691source = "registry+https://github.com/rust-lang/crates.io-index" 1648source = "registry+https://github.com/rust-lang/crates.io-index"
1692checksum = "94ae75f0d28ae10786f3b1895c55fe72e79928fd5ccdebb5438c75e93fec178f" 1649checksum = "d593f98af59ebc017c0648f0117525db358745a8894a8d684e185ba3f45954f9"
1693dependencies = [ 1650dependencies = [
1694 "lazy_static", 1651 "lazy_static",
1695] 1652]
@@ -1717,9 +1674,9 @@ dependencies = [
1717 1674
1718[[package]] 1675[[package]]
1719name = "tracing-subscriber" 1676name = "tracing-subscriber"
1720version = "0.2.9" 1677version = "0.2.10"
1721source = "registry+https://github.com/rust-lang/crates.io-index" 1678source = "registry+https://github.com/rust-lang/crates.io-index"
1722checksum = "e4f5dd7095c2481b7b3cbed71c8de53085fb3542bc3c2b4c73cba43e8f11c7ba" 1679checksum = "f7b33f8b2ef2ab0c3778c12646d9c42a24f7772bee4cdafc72199644a9f58fdc"
1723dependencies = [ 1680dependencies = [
1724 "ansi_term", 1681 "ansi_term",
1725 "chrono", 1682 "chrono",
@@ -1750,6 +1707,12 @@ dependencies = [
1750] 1707]
1751 1708
1752[[package]] 1709[[package]]
1710name = "ungrammar"
1711version = "1.1.1"
1712source = "registry+https://github.com/rust-lang/crates.io-index"
1713checksum = "c4e20e58a08ee1bcf8a4695cf74550cf054d6c489105f594beacb2c684210aad"
1714
1715[[package]]
1753name = "unicode-bidi" 1716name = "unicode-bidi"
1754version = "0.3.4" 1717version = "0.3.4"
1755source = "registry+https://github.com/rust-lang/crates.io-index" 1718source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1826,12 +1789,6 @@ dependencies = [
1826] 1789]
1827 1790
1828[[package]] 1791[[package]]
1829name = "wasi"
1830version = "0.9.0+wasi-snapshot-preview1"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1833
1834[[package]]
1835name = "winapi" 1792name = "winapi"
1836version = "0.2.8" 1793version = "0.2.8"
1837source = "registry+https://github.com/rust-lang/crates.io-index" 1794source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1875,6 +1832,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1875checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1832checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1876 1833
1877[[package]] 1834[[package]]
1835name = "write-json"
1836version = "0.1.2"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "06069a848f95fceae3e5e03c0ddc8cb78452b56654ee0c8e68f938cf790fb9e3"
1839
1840[[package]]
1878name = "ws2_32-sys" 1841name = "ws2_32-sys"
1879version = "0.2.1" 1842version = "0.2.1"
1880source = "registry+https://github.com/rust-lang/crates.io-index" 1843source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1893,5 +1856,7 @@ dependencies = [
1893 "pico-args", 1856 "pico-args",
1894 "proc-macro2", 1857 "proc-macro2",
1895 "quote", 1858 "quote",
1859 "ungrammar",
1896 "walkdir", 1860 "walkdir",
1861 "write-json",
1897] 1862]