diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-02-18 13:46:54 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-18 13:46:54 +0000 |
commit | eab80cd961919b9321e1d34343ae3f3adb0502e5 (patch) | |
tree | 825fc70ee0abe5a15a9c55fd5f5a4b34b060f9c5 /Cargo.lock | |
parent | e59445cdde30cb73bc72e2266032f5e0125e6805 (diff) | |
parent | 039f2039a4ec06c8e52734190ceaf43a21de5e39 (diff) |
Merge #3218
3218: Cut some deps r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Cargo.lock b/Cargo.lock index c10d72aa4..e7b873076 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1043,7 +1043,6 @@ version = "0.1.0" | |||
1043 | dependencies = [ | 1043 | dependencies = [ |
1044 | "either", | 1044 | "either", |
1045 | "format-buf", | 1045 | "format-buf", |
1046 | "fst", | ||
1047 | "indexmap", | 1046 | "indexmap", |
1048 | "insta", | 1047 | "insta", |
1049 | "itertools", | 1048 | "itertools", |
@@ -1060,11 +1059,8 @@ dependencies = [ | |||
1060 | "ra_syntax", | 1059 | "ra_syntax", |
1061 | "ra_text_edit", | 1060 | "ra_text_edit", |
1062 | "rand", | 1061 | "rand", |
1063 | "rayon", | ||
1064 | "rustc-hash", | 1062 | "rustc-hash", |
1065 | "superslice", | ||
1066 | "test_utils", | 1063 | "test_utils", |
1067 | "unicase", | ||
1068 | ] | 1064 | ] |
1069 | 1065 | ||
1070 | [[package]] | 1066 | [[package]] |
@@ -1091,7 +1087,6 @@ dependencies = [ | |||
1091 | "rustc-hash", | 1087 | "rustc-hash", |
1092 | "superslice", | 1088 | "superslice", |
1093 | "test_utils", | 1089 | "test_utils", |
1094 | "unicase", | ||
1095 | ] | 1090 | ] |
1096 | 1091 | ||
1097 | [[package]] | 1092 | [[package]] |
@@ -1603,15 +1598,6 @@ dependencies = [ | |||
1603 | ] | 1598 | ] |
1604 | 1599 | ||
1605 | [[package]] | 1600 | [[package]] |
1606 | name = "unicase" | ||
1607 | version = "2.6.0" | ||
1608 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1609 | checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" | ||
1610 | dependencies = [ | ||
1611 | "version_check", | ||
1612 | ] | ||
1613 | |||
1614 | [[package]] | ||
1615 | name = "unicode-bidi" | 1601 | name = "unicode-bidi" |
1616 | version = "0.3.4" | 1602 | version = "0.3.4" |
1617 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1603 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1654,12 +1640,6 @@ dependencies = [ | |||
1654 | ] | 1640 | ] |
1655 | 1641 | ||
1656 | [[package]] | 1642 | [[package]] |
1657 | name = "version_check" | ||
1658 | version = "0.9.1" | ||
1659 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1660 | checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" | ||
1661 | |||
1662 | [[package]] | ||
1663 | name = "walkdir" | 1643 | name = "walkdir" |
1664 | version = "2.3.1" | 1644 | version = "2.3.1" |
1665 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1645 | source = "registry+https://github.com/rust-lang/crates.io-index" |