aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock119
1 files changed, 66 insertions, 53 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3d2bf8f05..ec5aecfa0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -13,9 +13,9 @@ dependencies = [
13 13
14[[package]] 14[[package]]
15name = "adler" 15name = "adler"
16version = "1.0.1" 16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index" 17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "bedc89c5c7b5550ffb9372eb5c5ffc7f9f705cc3f4a128bd4669b9745f555093" 18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19 19
20[[package]] 20[[package]]
21name = "always-assert" 21name = "always-assert"
@@ -112,6 +112,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b" 112checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
113 113
114[[package]] 114[[package]]
115name = "camino"
116version = "1.0.1"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "9bb47ab72bdba43021afa16dc1ef4d80c980d366b17ed37ea8d2ebe2087075b9"
119dependencies = [
120 "serde",
121]
122
123[[package]]
115name = "cargo-platform" 124name = "cargo-platform"
116version = "0.1.1" 125version = "0.1.1"
117source = "registry+https://github.com/rust-lang/crates.io-index" 126source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -122,10 +131,11 @@ dependencies = [
122 131
123[[package]] 132[[package]]
124name = "cargo_metadata" 133name = "cargo_metadata"
125version = "0.12.3" 134version = "0.13.1"
126source = "registry+https://github.com/rust-lang/crates.io-index" 135source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f" 136checksum = "081e3f0755c1f380c2d010481b6fa2e02973586d5f2b24eebb7a2a1d98b143d8"
128dependencies = [ 137dependencies = [
138 "camino",
129 "cargo-platform", 139 "cargo-platform",
130 "semver", 140 "semver",
131 "semver-parser", 141 "semver-parser",
@@ -158,9 +168,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
158 168
159[[package]] 169[[package]]
160name = "chalk-derive" 170name = "chalk-derive"
161version = "0.58.0" 171version = "0.59.0"
162source = "registry+https://github.com/rust-lang/crates.io-index" 172source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "e625b7c688272783140509a0de8f7aa9000217cb0982c9b10606a12b0b747ba8" 173checksum = "4b9000fbcb67353dc8973ab9fd136277d321d85b79bd36b8756bb3ae0979a94a"
164dependencies = [ 174dependencies = [
165 "proc-macro2", 175 "proc-macro2",
166 "quote", 176 "quote",
@@ -170,9 +180,9 @@ dependencies = [
170 180
171[[package]] 181[[package]]
172name = "chalk-ir" 182name = "chalk-ir"
173version = "0.58.0" 183version = "0.59.0"
174source = "registry+https://github.com/rust-lang/crates.io-index" 184source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "c220d870128959d7d56667060d556ffdebd490f32ee0fc9f4060a76c1193f206" 185checksum = "b23528d61b3557c676eccf508fa0771a38453b379f0b780154eaa7f70afe8dfc"
176dependencies = [ 186dependencies = [
177 "bitflags", 187 "bitflags",
178 "chalk-derive", 188 "chalk-derive",
@@ -181,9 +191,9 @@ dependencies = [
181 191
182[[package]] 192[[package]]
183name = "chalk-recursive" 193name = "chalk-recursive"
184version = "0.58.0" 194version = "0.59.0"
185source = "registry+https://github.com/rust-lang/crates.io-index" 195source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "7d8cd81a15aa936215378e695a8907b9f1af8626a27a32ee22e97a50984960da" 196checksum = "a8bdd37afc666b771de8b4429fe014363d0e74aae5cc26f320f60a3eab34d744"
187dependencies = [ 197dependencies = [
188 "chalk-derive", 198 "chalk-derive",
189 "chalk-ir", 199 "chalk-ir",
@@ -194,14 +204,14 @@ dependencies = [
194 204
195[[package]] 205[[package]]
196name = "chalk-solve" 206name = "chalk-solve"
197version = "0.58.0" 207version = "0.59.0"
198source = "registry+https://github.com/rust-lang/crates.io-index" 208source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "55571250dfe096a4c899be88c81418284c952ce1c8a06aa16afb5781b298e9c9" 209checksum = "4182c42ca319cb71c89898ebc3d2671d1fa7d928123b171b66f1797a2000b9c8"
200dependencies = [ 210dependencies = [
201 "chalk-derive", 211 "chalk-derive",
202 "chalk-ir", 212 "chalk-ir",
203 "ena", 213 "ena",
204 "itertools 0.9.0", 214 "itertools",
205 "petgraph", 215 "petgraph",
206 "rustc-hash", 216 "rustc-hash",
207 "tracing", 217 "tracing",
@@ -475,7 +485,7 @@ dependencies = [
475 "hir_def", 485 "hir_def",
476 "hir_expand", 486 "hir_expand",
477 "hir_ty", 487 "hir_ty",
478 "itertools 0.10.0", 488 "itertools",
479 "log", 489 "log",
480 "profile", 490 "profile",
481 "rustc-hash", 491 "rustc-hash",
@@ -497,7 +507,7 @@ dependencies = [
497 "fst", 507 "fst",
498 "hir_expand", 508 "hir_expand",
499 "indexmap", 509 "indexmap",
500 "itertools 0.10.0", 510 "itertools",
501 "la-arena", 511 "la-arena",
502 "log", 512 "log",
503 "mbe", 513 "mbe",
@@ -541,7 +551,7 @@ dependencies = [
541 "expect-test", 551 "expect-test",
542 "hir_def", 552 "hir_def",
543 "hir_expand", 553 "hir_expand",
544 "itertools 0.10.0", 554 "itertools",
545 "la-arena", 555 "la-arena",
546 "log", 556 "log",
547 "once_cell", 557 "once_cell",
@@ -579,7 +589,7 @@ dependencies = [
579 "ide_db", 589 "ide_db",
580 "ide_ssr", 590 "ide_ssr",
581 "indexmap", 591 "indexmap",
582 "itertools 0.10.0", 592 "itertools",
583 "log", 593 "log",
584 "oorandom", 594 "oorandom",
585 "profile", 595 "profile",
@@ -601,7 +611,7 @@ dependencies = [
601 "expect-test", 611 "expect-test",
602 "hir", 612 "hir",
603 "ide_db", 613 "ide_db",
604 "itertools 0.10.0", 614 "itertools",
605 "profile", 615 "profile",
606 "rustc-hash", 616 "rustc-hash",
607 "stdx", 617 "stdx",
@@ -619,7 +629,7 @@ dependencies = [
619 "expect-test", 629 "expect-test",
620 "hir", 630 "hir",
621 "ide_db", 631 "ide_db",
622 "itertools 0.10.0", 632 "itertools",
623 "log", 633 "log",
624 "profile", 634 "profile",
625 "rustc-hash", 635 "rustc-hash",
@@ -638,7 +648,7 @@ dependencies = [
638 "expect-test", 648 "expect-test",
639 "fst", 649 "fst",
640 "hir", 650 "hir",
641 "itertools 0.10.0", 651 "itertools",
642 "log", 652 "log",
643 "once_cell", 653 "once_cell",
644 "profile", 654 "profile",
@@ -657,7 +667,7 @@ dependencies = [
657 "expect-test", 667 "expect-test",
658 "hir", 668 "hir",
659 "ide_db", 669 "ide_db",
660 "itertools 0.10.0", 670 "itertools",
661 "rustc-hash", 671 "rustc-hash",
662 "syntax", 672 "syntax",
663 "test_utils", 673 "test_utils",
@@ -716,15 +726,6 @@ dependencies = [
716 726
717[[package]] 727[[package]]
718name = "itertools" 728name = "itertools"
719version = "0.9.0"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
722dependencies = [
723 "either",
724]
725
726[[package]]
727name = "itertools"
728version = "0.10.0" 729version = "0.10.0"
729source = "registry+https://github.com/rust-lang/crates.io-index" 730source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319" 731checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
@@ -788,9 +789,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
788 789
789[[package]] 790[[package]]
790name = "libc" 791name = "libc"
791version = "0.2.86" 792version = "0.2.87"
792source = "registry+https://github.com/rust-lang/crates.io-index" 793source = "registry+https://github.com/rust-lang/crates.io-index"
793checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c" 794checksum = "265d751d31d6780a3f956bb5b8022feba2d94eeee5a84ba64f4212eedca42213"
794 795
795[[package]] 796[[package]]
796name = "libloading" 797name = "libloading"
@@ -1015,9 +1016,9 @@ checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
1015 1016
1016[[package]] 1017[[package]]
1017name = "once_cell" 1018name = "once_cell"
1018version = "1.7.0" 1019version = "1.7.1"
1019source = "registry+https://github.com/rust-lang/crates.io-index" 1020source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "10acf907b94fc1b1a152d08ef97e7759650268cf986bf127f387e602b02c7e5a" 1021checksum = "ea78b9742c52ac729753c1590e9adc5248ea9bdaf974597efd46c74cfaa5fb54"
1021 1022
1022[[package]] 1023[[package]]
1023name = "oorandom" 1024name = "oorandom"
@@ -1125,16 +1126,10 @@ dependencies = [
1125] 1126]
1126 1127
1127[[package]] 1128[[package]]
1128name = "pico-args"
1129version = "0.4.0"
1130source = "registry+https://github.com/rust-lang/crates.io-index"
1131checksum = "d70072c20945e1ab871c472a285fc772aefd4f5407723c206242f2c6f94595d6"
1132
1133[[package]]
1134name = "pin-project-lite" 1129name = "pin-project-lite"
1135version = "0.2.4" 1130version = "0.2.5"
1136source = "registry+https://github.com/rust-lang/crates.io-index" 1131source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827" 1132checksum = "0cf491442e4b033ed1c722cb9f0df5fcfcf4de682466c46469c36bc47dc5548a"
1138 1133
1139[[package]] 1134[[package]]
1140name = "proc-macro-hack" 1135name = "proc-macro-hack"
@@ -1207,7 +1202,7 @@ dependencies = [
1207 "base_db", 1202 "base_db",
1208 "cargo_metadata", 1203 "cargo_metadata",
1209 "cfg", 1204 "cfg",
1210 "itertools 0.10.0", 1205 "itertools",
1211 "la-arena", 1206 "la-arena",
1212 "log", 1207 "log",
1213 "paths", 1208 "paths",
@@ -1339,7 +1334,7 @@ dependencies = [
1339 "ide", 1334 "ide",
1340 "ide_db", 1335 "ide_db",
1341 "ide_ssr", 1336 "ide_ssr",
1342 "itertools 0.10.0", 1337 "itertools",
1343 "jemallocator", 1338 "jemallocator",
1344 "jod-thread", 1339 "jod-thread",
1345 "log", 1340 "log",
@@ -1349,7 +1344,6 @@ dependencies = [
1349 "mimalloc", 1344 "mimalloc",
1350 "oorandom", 1345 "oorandom",
1351 "parking_lot", 1346 "parking_lot",
1352 "pico-args",
1353 "proc_macro_srv", 1347 "proc_macro_srv",
1354 "profile", 1348 "profile",
1355 "project_model", 1349 "project_model",
@@ -1371,6 +1365,7 @@ dependencies = [
1371 "vfs", 1365 "vfs",
1372 "vfs-notify", 1366 "vfs-notify",
1373 "winapi", 1367 "winapi",
1368 "xflags",
1374] 1369]
1375 1370
1376[[package]] 1371[[package]]
@@ -1491,9 +1486,9 @@ dependencies = [
1491 1486
1492[[package]] 1487[[package]]
1493name = "serde_json" 1488name = "serde_json"
1494version = "1.0.62" 1489version = "1.0.64"
1495source = "registry+https://github.com/rust-lang/crates.io-index" 1490source = "registry+https://github.com/rust-lang/crates.io-index"
1496checksum = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486" 1491checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
1497dependencies = [ 1492dependencies = [
1498 "indexmap", 1493 "indexmap",
1499 "itoa", 1494 "itoa",
@@ -1594,7 +1589,7 @@ dependencies = [
1594 "arrayvec", 1589 "arrayvec",
1595 "expect-test", 1590 "expect-test",
1596 "indexmap", 1591 "indexmap",
1597 "itertools 0.10.0", 1592 "itertools",
1598 "once_cell", 1593 "once_cell",
1599 "parser", 1594 "parser",
1600 "profile", 1595 "profile",
@@ -1923,19 +1918,37 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "06069a848f95fceae3e5e03c0ddc8cb78452b56654ee0c8e68f938cf790fb9e3" 1918checksum = "06069a848f95fceae3e5e03c0ddc8cb78452b56654ee0c8e68f938cf790fb9e3"
1924 1919
1925[[package]] 1920[[package]]
1921name = "xflags"
1922version = "0.1.3"
1923source = "registry+https://github.com/rust-lang/crates.io-index"
1924checksum = "ddb4b07c0db813f8e2b5e1b2189ef56fcddb27a6f9ef71314dbf8cc50096a5db"
1925dependencies = [
1926 "xflags-macros",
1927]
1928
1929[[package]]
1930name = "xflags-macros"
1931version = "0.1.3"
1932source = "registry+https://github.com/rust-lang/crates.io-index"
1933checksum = "f8e168a99d6ce9d5dd0d0913f1bded279377843952dd8ff83f81b862a1dad0e1"
1934dependencies = [
1935 "proc-macro2",
1936]
1937
1938[[package]]
1926name = "xshell" 1939name = "xshell"
1927version = "0.1.8" 1940version = "0.1.9"
1928source = "registry+https://github.com/rust-lang/crates.io-index" 1941source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "ed373ede30cea03e8c0af22f48ee1ba80efbf06fec8b4746977e6ee703878de0" 1942checksum = "6f18102278453c8f70ea5c514ac78cb4c73a0ef72a8273d17094b52f9584c0c1"
1930dependencies = [ 1943dependencies = [
1931 "xshell-macros", 1944 "xshell-macros",
1932] 1945]
1933 1946
1934[[package]] 1947[[package]]
1935name = "xshell-macros" 1948name = "xshell-macros"
1936version = "0.1.8" 1949version = "0.1.9"
1937source = "registry+https://github.com/rust-lang/crates.io-index" 1950source = "registry+https://github.com/rust-lang/crates.io-index"
1938checksum = "7f6af9f8119104697b0105989a73c578ce33f922d9d6f3dae0e8ae3d538db321" 1951checksum = "6093c460064572007f885facc70bb0ca5e40a83ea7ff8b16c1abbee56fd2e767"
1939 1952
1940[[package]] 1953[[package]]
1941name = "xtask" 1954name = "xtask"
@@ -1943,11 +1956,11 @@ version = "0.1.0"
1943dependencies = [ 1956dependencies = [
1944 "anyhow", 1957 "anyhow",
1945 "flate2", 1958 "flate2",
1946 "pico-args",
1947 "proc-macro2", 1959 "proc-macro2",
1948 "quote", 1960 "quote",
1949 "ungrammar", 1961 "ungrammar",
1950 "walkdir", 1962 "walkdir",
1951 "write-json", 1963 "write-json",
1964 "xflags",
1952 "xshell", 1965 "xshell",
1953] 1966]