aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock114
1 files changed, 26 insertions, 88 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ff225399e..3e685b7f1 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
@@ -319,9 +318,9 @@ dependencies = [
319 318
320[[package]] 319[[package]]
321name = "filetime" 320name = "filetime"
322version = "0.2.10" 321version = "0.2.11"
323source = "registry+https://github.com/rust-lang/crates.io-index" 322source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "affc17579b132fc2461adf7c575cc6e8b134ebca52c51f5411388965227dc695" 323checksum = "e500da2fab70bdc43f8f0e0b350a227f31c72311c56aba48f01d5cd62bb0345b"
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"
@@ -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"
@@ -869,12 +863,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" 863checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
870 864
871[[package]] 865[[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" 866name = "proc-macro2"
879version = "1.0.19" 867version = "1.0.19"
880source = "registry+https://github.com/rust-lang/crates.io-index" 868source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1046,6 +1034,7 @@ dependencies = [
1046 "indexmap", 1034 "indexmap",
1047 "itertools", 1035 "itertools",
1048 "log", 1036 "log",
1037 "oorandom",
1049 "ra_assists", 1038 "ra_assists",
1050 "ra_cfg", 1039 "ra_cfg",
1051 "ra_db", 1040 "ra_db",
@@ -1056,7 +1045,6 @@ dependencies = [
1056 "ra_ssr", 1045 "ra_ssr",
1057 "ra_syntax", 1046 "ra_syntax",
1058 "ra_text_edit", 1047 "ra_text_edit",
1059 "rand",
1060 "rustc-hash", 1048 "rustc-hash",
1061 "stdx", 1049 "stdx",
1062 "test_utils", 1050 "test_utils",
@@ -1218,57 +1206,6 @@ dependencies = [
1218] 1206]
1219 1207
1220[[package]] 1208[[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" 1209name = "rayon"
1273version = "1.3.1" 1210version = "1.3.1"
1274source = "registry+https://github.com/rust-lang/crates.io-index" 1211source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1354,6 +1291,7 @@ dependencies = [
1354 "lsp-server", 1291 "lsp-server",
1355 "lsp-types", 1292 "lsp-types",
1356 "mimalloc", 1293 "mimalloc",
1294 "oorandom",
1357 "parking_lot", 1295 "parking_lot",
1358 "pico-args", 1296 "pico-args",
1359 "ra_cfg", 1297 "ra_cfg",
@@ -1372,7 +1310,6 @@ dependencies = [
1372 "ra_text_edit", 1310 "ra_text_edit",
1373 "ra_toolchain", 1311 "ra_toolchain",
1374 "ra_tt", 1312 "ra_tt",
1375 "rand",
1376 "rayon", 1313 "rayon",
1377 "rustc-hash", 1314 "rustc-hash",
1378 "serde", 1315 "serde",
@@ -1414,16 +1351,16 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
1414 1351
1415[[package]] 1352[[package]]
1416name = "salsa" 1353name = "salsa"
1417version = "0.15.0" 1354version = "0.15.1"
1418source = "registry+https://github.com/rust-lang/crates.io-index" 1355source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "885b4b99dde959decc84e85dd943bd140b4aabd62db2f8206ef5270f77ec20b9" 1356checksum = "d4cdc109fcc9e9450c7ef47fb7474e99bffd51799da03ed0a6c7f0e2cb3848a6"
1420dependencies = [ 1357dependencies = [
1421 "crossbeam-utils", 1358 "crossbeam-utils",
1422 "indexmap", 1359 "indexmap",
1423 "lock_api", 1360 "lock_api",
1424 "log", 1361 "log",
1362 "oorandom",
1425 "parking_lot", 1363 "parking_lot",
1426 "rand",
1427 "rustc-hash", 1364 "rustc-hash",
1428 "salsa-macros", 1365 "salsa-macros",
1429 "smallvec", 1366 "smallvec",
@@ -1484,9 +1421,9 @@ dependencies = [
1484 1421
1485[[package]] 1422[[package]]
1486name = "semver" 1423name = "semver"
1487version = "0.9.0" 1424version = "0.10.0"
1488source = "registry+https://github.com/rust-lang/crates.io-index" 1425source = "registry+https://github.com/rust-lang/crates.io-index"
1489checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 1426checksum = "394cec28fa623e00903caf7ba4fa6fb9a0e260280bb8cdbbba029611108a0190"
1490dependencies = [ 1427dependencies = [
1491 "semver-parser", 1428 "semver-parser",
1492 "serde", 1429 "serde",
@@ -1750,6 +1687,12 @@ dependencies = [
1750] 1687]
1751 1688
1752[[package]] 1689[[package]]
1690name = "ungrammar"
1691version = "0.1.0"
1692source = "registry+https://github.com/rust-lang/crates.io-index"
1693checksum = "0ee12e4891ab3acc2d95d5023022ace22020247bb8a8d1ece875a443f7dab37d"
1694
1695[[package]]
1753name = "unicode-bidi" 1696name = "unicode-bidi"
1754version = "0.3.4" 1697version = "0.3.4"
1755source = "registry+https://github.com/rust-lang/crates.io-index" 1698source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1826,12 +1769,6 @@ dependencies = [
1826] 1769]
1827 1770
1828[[package]] 1771[[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" 1772name = "winapi"
1836version = "0.2.8" 1773version = "0.2.8"
1837source = "registry+https://github.com/rust-lang/crates.io-index" 1774source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1893,5 +1830,6 @@ dependencies = [
1893 "pico-args", 1830 "pico-args",
1894 "proc-macro2", 1831 "proc-macro2",
1895 "quote", 1832 "quote",
1833 "ungrammar",
1896 "walkdir", 1834 "walkdir",
1897] 1835]