aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock20
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"
1043dependencies = [ 1043dependencies = [
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]]
1606name = "unicase"
1607version = "2.6.0"
1608source = "registry+https://github.com/rust-lang/crates.io-index"
1609checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
1610dependencies = [
1611 "version_check",
1612]
1613
1614[[package]]
1615name = "unicode-bidi" 1601name = "unicode-bidi"
1616version = "0.3.4" 1602version = "0.3.4"
1617source = "registry+https://github.com/rust-lang/crates.io-index" 1603source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1654,12 +1640,6 @@ dependencies = [
1654] 1640]
1655 1641
1656[[package]] 1642[[package]]
1657name = "version_check"
1658version = "0.9.1"
1659source = "registry+https://github.com/rust-lang/crates.io-index"
1660checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
1661
1662[[package]]
1663name = "walkdir" 1643name = "walkdir"
1664version = "2.3.1" 1644version = "2.3.1"
1665source = "registry+https://github.com/rust-lang/crates.io-index" 1645source = "registry+https://github.com/rust-lang/crates.io-index"