diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Cargo.lock b/Cargo.lock index 674c75450..30cef4cf8 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -16,15 +16,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
16 | checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e" | 16 | checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e" |
17 | 17 | ||
18 | [[package]] | 18 | [[package]] |
19 | name = "aho-corasick" | ||
20 | version = "0.7.15" | ||
21 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
22 | checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5" | ||
23 | dependencies = [ | ||
24 | "memchr", | ||
25 | ] | ||
26 | |||
27 | [[package]] | ||
28 | name = "ansi_term" | 19 | name = "ansi_term" |
29 | version = "0.12.1" | 20 | version = "0.12.1" |
30 | source = "registry+https://github.com/rust-lang/crates.io-index" | 21 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -649,13 +640,11 @@ dependencies = [ | |||
649 | "ide_db", | 640 | "ide_db", |
650 | "indexmap", | 641 | "indexmap", |
651 | "itertools 0.10.0", | 642 | "itertools 0.10.0", |
652 | "lazy_static", | ||
653 | "log", | 643 | "log", |
654 | "oorandom", | 644 | "oorandom", |
655 | "profile", | 645 | "profile", |
656 | "pulldown-cmark", | 646 | "pulldown-cmark", |
657 | "pulldown-cmark-to-cmark", | 647 | "pulldown-cmark-to-cmark", |
658 | "regex", | ||
659 | "rustc-hash", | 648 | "rustc-hash", |
660 | "ssr", | 649 | "ssr", |
661 | "stdx", | 650 | "stdx", |
@@ -1317,10 +1306,7 @@ version = "1.4.3" | |||
1317 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1318 | checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a" | 1307 | checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a" |
1319 | dependencies = [ | 1308 | dependencies = [ |
1320 | "aho-corasick", | ||
1321 | "memchr", | ||
1322 | "regex-syntax", | 1309 | "regex-syntax", |
1323 | "thread_local", | ||
1324 | ] | 1310 | ] |
1325 | 1311 | ||
1326 | [[package]] | 1312 | [[package]] |