aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock85
1 files changed, 47 insertions, 38 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dbd7a746e..b6f75aad0 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"
@@ -158,9 +158,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
158 158
159[[package]] 159[[package]]
160name = "chalk-derive" 160name = "chalk-derive"
161version = "0.58.0" 161version = "0.59.0"
162source = "registry+https://github.com/rust-lang/crates.io-index" 162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "e625b7c688272783140509a0de8f7aa9000217cb0982c9b10606a12b0b747ba8" 163checksum = "4b9000fbcb67353dc8973ab9fd136277d321d85b79bd36b8756bb3ae0979a94a"
164dependencies = [ 164dependencies = [
165 "proc-macro2", 165 "proc-macro2",
166 "quote", 166 "quote",
@@ -170,9 +170,9 @@ dependencies = [
170 170
171[[package]] 171[[package]]
172name = "chalk-ir" 172name = "chalk-ir"
173version = "0.58.0" 173version = "0.59.0"
174source = "registry+https://github.com/rust-lang/crates.io-index" 174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "c220d870128959d7d56667060d556ffdebd490f32ee0fc9f4060a76c1193f206" 175checksum = "b23528d61b3557c676eccf508fa0771a38453b379f0b780154eaa7f70afe8dfc"
176dependencies = [ 176dependencies = [
177 "bitflags", 177 "bitflags",
178 "chalk-derive", 178 "chalk-derive",
@@ -181,9 +181,9 @@ dependencies = [
181 181
182[[package]] 182[[package]]
183name = "chalk-recursive" 183name = "chalk-recursive"
184version = "0.58.0" 184version = "0.59.0"
185source = "registry+https://github.com/rust-lang/crates.io-index" 185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "7d8cd81a15aa936215378e695a8907b9f1af8626a27a32ee22e97a50984960da" 186checksum = "a8bdd37afc666b771de8b4429fe014363d0e74aae5cc26f320f60a3eab34d744"
187dependencies = [ 187dependencies = [
188 "chalk-derive", 188 "chalk-derive",
189 "chalk-ir", 189 "chalk-ir",
@@ -194,14 +194,14 @@ dependencies = [
194 194
195[[package]] 195[[package]]
196name = "chalk-solve" 196name = "chalk-solve"
197version = "0.58.0" 197version = "0.59.0"
198source = "registry+https://github.com/rust-lang/crates.io-index" 198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "55571250dfe096a4c899be88c81418284c952ce1c8a06aa16afb5781b298e9c9" 199checksum = "4182c42ca319cb71c89898ebc3d2671d1fa7d928123b171b66f1797a2000b9c8"
200dependencies = [ 200dependencies = [
201 "chalk-derive", 201 "chalk-derive",
202 "chalk-ir", 202 "chalk-ir",
203 "ena", 203 "ena",
204 "itertools 0.9.0", 204 "itertools",
205 "petgraph", 205 "petgraph",
206 "rustc-hash", 206 "rustc-hash",
207 "tracing", 207 "tracing",
@@ -475,7 +475,7 @@ dependencies = [
475 "hir_def", 475 "hir_def",
476 "hir_expand", 476 "hir_expand",
477 "hir_ty", 477 "hir_ty",
478 "itertools 0.10.0", 478 "itertools",
479 "log", 479 "log",
480 "profile", 480 "profile",
481 "rustc-hash", 481 "rustc-hash",
@@ -497,7 +497,7 @@ dependencies = [
497 "fst", 497 "fst",
498 "hir_expand", 498 "hir_expand",
499 "indexmap", 499 "indexmap",
500 "itertools 0.10.0", 500 "itertools",
501 "la-arena", 501 "la-arena",
502 "log", 502 "log",
503 "mbe", 503 "mbe",
@@ -541,7 +541,7 @@ dependencies = [
541 "expect-test", 541 "expect-test",
542 "hir_def", 542 "hir_def",
543 "hir_expand", 543 "hir_expand",
544 "itertools 0.10.0", 544 "itertools",
545 "la-arena", 545 "la-arena",
546 "log", 546 "log",
547 "once_cell", 547 "once_cell",
@@ -579,7 +579,7 @@ dependencies = [
579 "ide_db", 579 "ide_db",
580 "ide_ssr", 580 "ide_ssr",
581 "indexmap", 581 "indexmap",
582 "itertools 0.10.0", 582 "itertools",
583 "log", 583 "log",
584 "oorandom", 584 "oorandom",
585 "profile", 585 "profile",
@@ -601,7 +601,7 @@ dependencies = [
601 "expect-test", 601 "expect-test",
602 "hir", 602 "hir",
603 "ide_db", 603 "ide_db",
604 "itertools 0.10.0", 604 "itertools",
605 "profile", 605 "profile",
606 "rustc-hash", 606 "rustc-hash",
607 "stdx", 607 "stdx",
@@ -619,7 +619,7 @@ dependencies = [
619 "expect-test", 619 "expect-test",
620 "hir", 620 "hir",
621 "ide_db", 621 "ide_db",
622 "itertools 0.10.0", 622 "itertools",
623 "log", 623 "log",
624 "profile", 624 "profile",
625 "rustc-hash", 625 "rustc-hash",
@@ -638,7 +638,7 @@ dependencies = [
638 "expect-test", 638 "expect-test",
639 "fst", 639 "fst",
640 "hir", 640 "hir",
641 "itertools 0.10.0", 641 "itertools",
642 "log", 642 "log",
643 "once_cell", 643 "once_cell",
644 "profile", 644 "profile",
@@ -657,7 +657,7 @@ dependencies = [
657 "expect-test", 657 "expect-test",
658 "hir", 658 "hir",
659 "ide_db", 659 "ide_db",
660 "itertools 0.10.0", 660 "itertools",
661 "rustc-hash", 661 "rustc-hash",
662 "syntax", 662 "syntax",
663 "test_utils", 663 "test_utils",
@@ -716,15 +716,6 @@ dependencies = [
716 716
717[[package]] 717[[package]]
718name = "itertools" 718name = "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" 719version = "0.10.0"
729source = "registry+https://github.com/rust-lang/crates.io-index" 720source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319" 721checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
@@ -1206,7 +1197,7 @@ dependencies = [
1206 "base_db", 1197 "base_db",
1207 "cargo_metadata", 1198 "cargo_metadata",
1208 "cfg", 1199 "cfg",
1209 "itertools 0.10.0", 1200 "itertools",
1210 "la-arena", 1201 "la-arena",
1211 "log", 1202 "log",
1212 "paths", 1203 "paths",
@@ -1338,7 +1329,7 @@ dependencies = [
1338 "ide", 1329 "ide",
1339 "ide_db", 1330 "ide_db",
1340 "ide_ssr", 1331 "ide_ssr",
1341 "itertools 0.10.0", 1332 "itertools",
1342 "jemallocator", 1333 "jemallocator",
1343 "jod-thread", 1334 "jod-thread",
1344 "log", 1335 "log",
@@ -1490,9 +1481,9 @@ dependencies = [
1490 1481
1491[[package]] 1482[[package]]
1492name = "serde_json" 1483name = "serde_json"
1493version = "1.0.62" 1484version = "1.0.64"
1494source = "registry+https://github.com/rust-lang/crates.io-index" 1485source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486" 1486checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
1496dependencies = [ 1487dependencies = [
1497 "indexmap", 1488 "indexmap",
1498 "itoa", 1489 "itoa",
@@ -1593,7 +1584,7 @@ dependencies = [
1593 "arrayvec", 1584 "arrayvec",
1594 "expect-test", 1585 "expect-test",
1595 "indexmap", 1586 "indexmap",
1596 "itertools 0.10.0", 1587 "itertools",
1597 "once_cell", 1588 "once_cell",
1598 "parser", 1589 "parser",
1599 "profile", 1590 "profile",
@@ -1922,19 +1913,37 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1922checksum = "06069a848f95fceae3e5e03c0ddc8cb78452b56654ee0c8e68f938cf790fb9e3" 1913checksum = "06069a848f95fceae3e5e03c0ddc8cb78452b56654ee0c8e68f938cf790fb9e3"
1923 1914
1924[[package]] 1915[[package]]
1916name = "xflags"
1917version = "0.1.2"
1918source = "registry+https://github.com/rust-lang/crates.io-index"
1919checksum = "1a6292b9528efc06cb25a41b8a0814dd3a9590c0fe2cd95341fe41bbe034fafb"
1920dependencies = [
1921 "xflags-macros",
1922]
1923
1924[[package]]
1925name = "xflags-macros"
1926version = "0.1.2"
1927source = "registry+https://github.com/rust-lang/crates.io-index"
1928checksum = "ba2108d40e49a0653f2ee4eda59f51447e0cab5cc2cc197a5abd96525c6bd89e"
1929dependencies = [
1930 "proc-macro2",
1931]
1932
1933[[package]]
1925name = "xshell" 1934name = "xshell"
1926version = "0.1.8" 1935version = "0.1.9"
1927source = "registry+https://github.com/rust-lang/crates.io-index" 1936source = "registry+https://github.com/rust-lang/crates.io-index"
1928checksum = "ed373ede30cea03e8c0af22f48ee1ba80efbf06fec8b4746977e6ee703878de0" 1937checksum = "6f18102278453c8f70ea5c514ac78cb4c73a0ef72a8273d17094b52f9584c0c1"
1929dependencies = [ 1938dependencies = [
1930 "xshell-macros", 1939 "xshell-macros",
1931] 1940]
1932 1941
1933[[package]] 1942[[package]]
1934name = "xshell-macros" 1943name = "xshell-macros"
1935version = "0.1.8" 1944version = "0.1.9"
1936source = "registry+https://github.com/rust-lang/crates.io-index" 1945source = "registry+https://github.com/rust-lang/crates.io-index"
1937checksum = "7f6af9f8119104697b0105989a73c578ce33f922d9d6f3dae0e8ae3d538db321" 1946checksum = "6093c460064572007f885facc70bb0ca5e40a83ea7ff8b16c1abbee56fd2e767"
1938 1947
1939[[package]] 1948[[package]]
1940name = "xtask" 1949name = "xtask"
@@ -1942,11 +1951,11 @@ version = "0.1.0"
1942dependencies = [ 1951dependencies = [
1943 "anyhow", 1952 "anyhow",
1944 "flate2", 1953 "flate2",
1945 "pico-args",
1946 "proc-macro2", 1954 "proc-macro2",
1947 "quote", 1955 "quote",
1948 "ungrammar", 1956 "ungrammar",
1949 "walkdir", 1957 "walkdir",
1950 "write-json", 1958 "write-json",
1959 "xflags",
1951 "xshell", 1960 "xshell",
1952] 1961]