diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 87 |
1 files changed, 0 insertions, 87 deletions
diff --git a/Cargo.lock b/Cargo.lock index 90a9f3822..cf4de8bbe 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -206,20 +206,6 @@ dependencies = [ | |||
206 | ] | 206 | ] |
207 | 207 | ||
208 | [[package]] | 208 | [[package]] |
209 | name = "console" | ||
210 | version = "0.11.3" | ||
211 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
212 | checksum = "8c0994e656bba7b922d8dd1245db90672ffb701e684e45be58f20719d69abc5a" | ||
213 | dependencies = [ | ||
214 | "encode_unicode", | ||
215 | "lazy_static", | ||
216 | "libc", | ||
217 | "terminal_size", | ||
218 | "termios", | ||
219 | "winapi 0.3.9", | ||
220 | ] | ||
221 | |||
222 | [[package]] | ||
223 | name = "crc32fast" | 209 | name = "crc32fast" |
224 | version = "1.2.0" | 210 | version = "1.2.0" |
225 | source = "registry+https://github.com/rust-lang/crates.io-index" | 211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -299,12 +285,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
299 | checksum = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f" | 285 | checksum = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f" |
300 | 286 | ||
301 | [[package]] | 287 | [[package]] |
302 | name = "dtoa" | ||
303 | version = "0.4.6" | ||
304 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
305 | checksum = "134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b" | ||
306 | |||
307 | [[package]] | ||
308 | name = "either" | 288 | name = "either" |
309 | version = "1.5.3" | 289 | version = "1.5.3" |
310 | source = "registry+https://github.com/rust-lang/crates.io-index" | 290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -320,12 +300,6 @@ dependencies = [ | |||
320 | ] | 300 | ] |
321 | 301 | ||
322 | [[package]] | 302 | [[package]] |
323 | name = "encode_unicode" | ||
324 | version = "0.3.6" | ||
325 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
326 | checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" | ||
327 | |||
328 | [[package]] | ||
329 | name = "env_logger" | 303 | name = "env_logger" |
330 | version = "0.7.1" | 304 | version = "0.7.1" |
331 | source = "registry+https://github.com/rust-lang/crates.io-index" | 305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -538,20 +512,6 @@ dependencies = [ | |||
538 | ] | 512 | ] |
539 | 513 | ||
540 | [[package]] | 514 | [[package]] |
541 | name = "insta" | ||
542 | version = "0.16.1" | ||
543 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
544 | checksum = "617e921abc813f96a3b00958c079e7bf1e2db998f8a04f1546dd967373a418ee" | ||
545 | dependencies = [ | ||
546 | "console", | ||
547 | "difference", | ||
548 | "lazy_static", | ||
549 | "serde", | ||
550 | "serde_json", | ||
551 | "serde_yaml", | ||
552 | ] | ||
553 | |||
554 | [[package]] | ||
555 | name = "instant" | 515 | name = "instant" |
556 | version = "0.1.6" | 516 | version = "0.1.6" |
557 | source = "registry+https://github.com/rust-lang/crates.io-index" | 517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -666,12 +626,6 @@ dependencies = [ | |||
666 | ] | 626 | ] |
667 | 627 | ||
668 | [[package]] | 628 | [[package]] |
669 | name = "linked-hash-map" | ||
670 | version = "0.5.3" | ||
671 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
672 | checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a" | ||
673 | |||
674 | [[package]] | ||
675 | name = "lock_api" | 629 | name = "lock_api" |
676 | version = "0.4.1" | 630 | version = "0.4.1" |
677 | source = "registry+https://github.com/rust-lang/crates.io-index" | 631 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1128,7 +1082,6 @@ dependencies = [ | |||
1128 | "chalk-solve", | 1082 | "chalk-solve", |
1129 | "ena", | 1083 | "ena", |
1130 | "expect", | 1084 | "expect", |
1131 | "insta", | ||
1132 | "itertools", | 1085 | "itertools", |
1133 | "log", | 1086 | "log", |
1134 | "ra_arena", | 1087 | "ra_arena", |
@@ -1660,18 +1613,6 @@ dependencies = [ | |||
1660 | ] | 1613 | ] |
1661 | 1614 | ||
1662 | [[package]] | 1615 | [[package]] |
1663 | name = "serde_yaml" | ||
1664 | version = "0.8.13" | ||
1665 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1666 | checksum = "ae3e2dd40a7cdc18ca80db804b7f461a39bb721160a85c9a1fa30134bf3c02a5" | ||
1667 | dependencies = [ | ||
1668 | "dtoa", | ||
1669 | "linked-hash-map", | ||
1670 | "serde", | ||
1671 | "yaml-rust", | ||
1672 | ] | ||
1673 | |||
1674 | [[package]] | ||
1675 | name = "sharded-slab" | 1616 | name = "sharded-slab" |
1676 | version = "0.0.9" | 1617 | version = "0.0.9" |
1677 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1618 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1758,25 +1699,6 @@ dependencies = [ | |||
1758 | ] | 1699 | ] |
1759 | 1700 | ||
1760 | [[package]] | 1701 | [[package]] |
1761 | name = "terminal_size" | ||
1762 | version = "0.1.13" | ||
1763 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1764 | checksum = "9a14cd9f8c72704232f0bfc8455c0e861f0ad4eb60cc9ec8a170e231414c1e13" | ||
1765 | dependencies = [ | ||
1766 | "libc", | ||
1767 | "winapi 0.3.9", | ||
1768 | ] | ||
1769 | |||
1770 | [[package]] | ||
1771 | name = "termios" | ||
1772 | version = "0.3.2" | ||
1773 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1774 | checksum = "6f0fcee7b24a25675de40d5bb4de6e41b0df07bc9856295e7e2b3a3600c400c2" | ||
1775 | dependencies = [ | ||
1776 | "libc", | ||
1777 | ] | ||
1778 | |||
1779 | [[package]] | ||
1780 | name = "test_utils" | 1702 | name = "test_utils" |
1781 | version = "0.1.0" | 1703 | version = "0.1.0" |
1782 | dependencies = [ | 1704 | dependencies = [ |
@@ -2065,12 +1987,3 @@ dependencies = [ | |||
2065 | "quote", | 1987 | "quote", |
2066 | "walkdir", | 1988 | "walkdir", |
2067 | ] | 1989 | ] |
2068 | |||
2069 | [[package]] | ||
2070 | name = "yaml-rust" | ||
2071 | version = "0.4.4" | ||
2072 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2073 | checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d" | ||
2074 | dependencies = [ | ||
2075 | "linked-hash-map", | ||
2076 | ] | ||