aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock85
1 files changed, 43 insertions, 42 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7305d6dd5..5aa4ff5de 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -141,9 +141,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
141[[package]] 141[[package]]
142name = "chalk-engine" 142name = "chalk-engine"
143version = "0.9.0" 143version = "0.9.0"
144source = "git+https://github.com/rust-lang/chalk.git#b92c15327f1d336fec7573c7de323ab247cca386" 144source = "git+https://github.com/flodiebold/chalk.git?branch=fuel#fba97af88ff2e0266db12490e2baf47d17e557e3"
145dependencies = [ 145dependencies = [
146 "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)", 146 "chalk-macros 0.1.1 (git+https://github.com/flodiebold/chalk.git?branch=fuel)",
147 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 147 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
148 "stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 148 "stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
149] 149]
@@ -151,17 +151,17 @@ dependencies = [
151[[package]] 151[[package]]
152name = "chalk-ir" 152name = "chalk-ir"
153version = "0.1.0" 153version = "0.1.0"
154source = "git+https://github.com/rust-lang/chalk.git#b92c15327f1d336fec7573c7de323ab247cca386" 154source = "git+https://github.com/flodiebold/chalk.git?branch=fuel#fba97af88ff2e0266db12490e2baf47d17e557e3"
155dependencies = [ 155dependencies = [
156 "chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)", 156 "chalk-engine 0.9.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)",
157 "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)", 157 "chalk-macros 0.1.1 (git+https://github.com/flodiebold/chalk.git?branch=fuel)",
158 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", 158 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
159] 159]
160 160
161[[package]] 161[[package]]
162name = "chalk-macros" 162name = "chalk-macros"
163version = "0.1.1" 163version = "0.1.1"
164source = "git+https://github.com/rust-lang/chalk.git#b92c15327f1d336fec7573c7de323ab247cca386" 164source = "git+https://github.com/flodiebold/chalk.git?branch=fuel#fba97af88ff2e0266db12490e2baf47d17e557e3"
165dependencies = [ 165dependencies = [
166 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 166 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
167] 167]
@@ -169,22 +169,22 @@ dependencies = [
169[[package]] 169[[package]]
170name = "chalk-rust-ir" 170name = "chalk-rust-ir"
171version = "0.1.0" 171version = "0.1.0"
172source = "git+https://github.com/rust-lang/chalk.git#b92c15327f1d336fec7573c7de323ab247cca386" 172source = "git+https://github.com/flodiebold/chalk.git?branch=fuel#fba97af88ff2e0266db12490e2baf47d17e557e3"
173dependencies = [ 173dependencies = [
174 "chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)", 174 "chalk-engine 0.9.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)",
175 "chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)", 175 "chalk-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)",
176 "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)", 176 "chalk-macros 0.1.1 (git+https://github.com/flodiebold/chalk.git?branch=fuel)",
177] 177]
178 178
179[[package]] 179[[package]]
180name = "chalk-solve" 180name = "chalk-solve"
181version = "0.1.0" 181version = "0.1.0"
182source = "git+https://github.com/rust-lang/chalk.git#b92c15327f1d336fec7573c7de323ab247cca386" 182source = "git+https://github.com/flodiebold/chalk.git?branch=fuel#fba97af88ff2e0266db12490e2baf47d17e557e3"
183dependencies = [ 183dependencies = [
184 "chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)", 184 "chalk-engine 0.9.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)",
185 "chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)", 185 "chalk-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)",
186 "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)", 186 "chalk-macros 0.1.1 (git+https://github.com/flodiebold/chalk.git?branch=fuel)",
187 "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)", 187 "chalk-rust-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)",
188 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", 188 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
189 "ena 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 189 "ena 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
190 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 190 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -257,7 +257,7 @@ dependencies = [
257 "encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", 257 "encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
258 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 258 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
259 "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", 259 "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
260 "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 260 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
261 "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 261 "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
262 "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 262 "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
263 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 263 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -487,7 +487,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
487 487
488[[package]] 488[[package]]
489name = "gen_lsp_server" 489name = "gen_lsp_server"
490version = "0.1.0" 490version = "0.2.0"
491dependencies = [ 491dependencies = [
492 "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 492 "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
493 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 493 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -551,7 +551,7 @@ dependencies = [
551 "console 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", 551 "console 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
552 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 552 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
553 "number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", 553 "number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
554 "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 554 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
555 "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 555 "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
556] 556]
557 557
@@ -575,7 +575,7 @@ dependencies = [
575 575
576[[package]] 576[[package]]
577name = "insta" 577name = "insta"
578version = "0.7.4" 578version = "0.8.1"
579source = "registry+https://github.com/rust-lang/crates.io-index" 579source = "registry+https://github.com/rust-lang/crates.io-index"
580dependencies = [ 580dependencies = [
581 "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 581 "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1109,12 +1109,12 @@ name = "ra_hir"
1109version = "0.1.0" 1109version = "0.1.0"
1110dependencies = [ 1110dependencies = [
1111 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", 1111 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
1112 "chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)", 1112 "chalk-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)",
1113 "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)", 1113 "chalk-rust-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)",
1114 "chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git)", 1114 "chalk-solve 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)",
1115 "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 1115 "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
1116 "flexi_logger 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", 1116 "flexi_logger 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)",
1117 "insta 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", 1117 "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
1118 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 1118 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1119 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 1119 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1120 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 1120 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1134,7 +1134,7 @@ name = "ra_ide_api"
1134version = "0.1.0" 1134version = "0.1.0"
1135dependencies = [ 1135dependencies = [
1136 "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 1136 "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
1137 "insta 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", 1137 "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
1138 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 1138 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1139 "jemalloc-ctl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 1139 "jemalloc-ctl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1140 "jemallocator 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 1140 "jemallocator 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1165,7 +1165,7 @@ dependencies = [
1165 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 1165 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1166 "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 1166 "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1167 "flexi_logger 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", 1167 "flexi_logger 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)",
1168 "gen_lsp_server 0.1.0", 1168 "gen_lsp_server 0.2.0",
1169 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 1169 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1170 "lsp-types 0.57.1 (registry+https://github.com/rust-lang/crates.io-index)", 1170 "lsp-types 0.57.1 (registry+https://github.com/rust-lang/crates.io-index)",
1171 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 1171 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1211,6 +1211,7 @@ dependencies = [
1211name = "ra_prof" 1211name = "ra_prof"
1212version = "0.1.0" 1212version = "0.1.0"
1213dependencies = [ 1213dependencies = [
1214 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1214 "once_cell 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 1215 "once_cell 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1215] 1216]
1216 1217
@@ -1242,9 +1243,9 @@ dependencies = [
1242 "ra_parser 0.1.0", 1243 "ra_parser 0.1.0",
1243 "ra_text_edit 0.1.0", 1244 "ra_text_edit 0.1.0",
1244 "rowan 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 1245 "rowan 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
1245 "smol_str 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 1246 "smol_str 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
1246 "test_utils 0.1.0", 1247 "test_utils 0.1.0",
1247 "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 1248 "text_unit 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1248 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1249 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1249 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", 1250 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1250] 1251]
@@ -1255,14 +1256,14 @@ version = "0.1.0"
1255dependencies = [ 1256dependencies = [
1256 "proptest 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", 1257 "proptest 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
1257 "test_utils 0.1.0", 1258 "test_utils 0.1.0",
1258 "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 1259 "text_unit 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1259] 1260]
1260 1261
1261[[package]] 1262[[package]]
1262name = "ra_tt" 1263name = "ra_tt"
1263version = "0.1.0" 1264version = "0.1.0"
1264dependencies = [ 1265dependencies = [
1265 "smol_str 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 1266 "smol_str 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
1266] 1267]
1267 1268
1268[[package]] 1269[[package]]
@@ -1467,8 +1468,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1467dependencies = [ 1468dependencies = [
1468 "colosseum 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 1469 "colosseum 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1469 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 1470 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1470 "smol_str 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 1471 "smol_str 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
1471 "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 1472 "text_unit 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1472] 1473]
1473 1474
1474[[package]] 1475[[package]]
@@ -1625,7 +1626,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1625 1626
1626[[package]] 1627[[package]]
1627name = "smol_str" 1628name = "smol_str"
1628version = "0.1.10" 1629version = "0.1.11"
1629source = "registry+https://github.com/rust-lang/crates.io-index" 1630source = "registry+https://github.com/rust-lang/crates.io-index"
1630dependencies = [ 1631dependencies = [
1631 "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", 1632 "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1748,12 +1749,12 @@ dependencies = [
1748 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 1749 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1749 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 1750 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1750 "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", 1751 "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
1751 "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 1752 "text_unit 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1752] 1753]
1753 1754
1754[[package]] 1755[[package]]
1755name = "text_unit" 1756name = "text_unit"
1756version = "0.1.6" 1757version = "0.1.8"
1757source = "registry+https://github.com/rust-lang/crates.io-index" 1758source = "registry+https://github.com/rust-lang/crates.io-index"
1758dependencies = [ 1759dependencies = [
1759 "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", 1760 "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2036,11 +2037,11 @@ dependencies = [
2036"checksum cargo_metadata 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "178d62b240c34223f265a4c1e275e37d62da163d421fc8d7f7e3ee340f803c57" 2037"checksum cargo_metadata 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "178d62b240c34223f265a4c1e275e37d62da163d421fc8d7f7e3ee340f803c57"
2037"checksum cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" = "a0c56216487bb80eec9c4516337b2588a4f2a2290d72a1416d930e4dcdb0c90d" 2038"checksum cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" = "a0c56216487bb80eec9c4516337b2588a4f2a2290d72a1416d930e4dcdb0c90d"
2038"checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4" 2039"checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4"
2039"checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" 2040"checksum chalk-engine 0.9.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)" = "<none>"
2040"checksum chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" 2041"checksum chalk-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)" = "<none>"
2041"checksum chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)" = "<none>" 2042"checksum chalk-macros 0.1.1 (git+https://github.com/flodiebold/chalk.git?branch=fuel)" = "<none>"
2042"checksum chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" 2043"checksum chalk-rust-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)" = "<none>"
2043"checksum chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" 2044"checksum chalk-solve 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)" = "<none>"
2044"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" 2045"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
2045"checksum ci_info 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e5e881307a989a3a5e20d52a32cc05950e3c2178cccfcc9428271a6cde09f902" 2046"checksum ci_info 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e5e881307a989a3a5e20d52a32cc05950e3c2178cccfcc9428271a6cde09f902"
2046"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" 2047"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
@@ -2087,7 +2088,7 @@ dependencies = [
2087"checksum indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c60da1c9abea75996b70a931bba6c750730399005b61ccd853cee50ef3d0d0c" 2088"checksum indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c60da1c9abea75996b70a931bba6c750730399005b61ccd853cee50ef3d0d0c"
2088"checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" 2089"checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718"
2089"checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" 2090"checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0"
2090"checksum insta 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "03e7d88a87d342ce8bd698516151be43e6eb2e84b683db528696cb4a382f734a" 2091"checksum insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8bbbb69ec4557c37b2bf4d525d106d828e0c2fbd6c44bc98cd3798da13c73b9f"
2091"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" 2092"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
2092"checksum itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0d47946d458e94a1b7bcabbf6521ea7c037062c81f534615abcad76e84d4970d" 2093"checksum itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0d47946d458e94a1b7bcabbf6521ea7c037062c81f534615abcad76e84d4970d"
2093"checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" 2094"checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
@@ -2181,7 +2182,7 @@ dependencies = [
2181"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" 2182"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
2182"checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" 2183"checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373"
2183"checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be" 2184"checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be"
2184"checksum smol_str 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d077b3367211e9c6e2e012fb804c444e0d80ab5a51ae4137739b58e6446dcaef" 2185"checksum smol_str 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "e6507d018aa8dfcaa08aaab587605591cd2109df66a921486a2220e2daf9fa29"
2185"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" 2186"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
2186"checksum stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb79482f57cf598af52094ec4cc3b3c42499d3ce5bd426f2ac41515b7e57404b" 2187"checksum stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb79482f57cf598af52094ec4cc3b3c42499d3ce5bd426f2ac41515b7e57404b"
2187"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 2188"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
@@ -2193,7 +2194,7 @@ dependencies = [
2193"checksum teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0d89ad4617d1dec55331067fadaa041e813479e1779616f3d3ce9308bf46184e" 2194"checksum teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0d89ad4617d1dec55331067fadaa041e813479e1779616f3d3ce9308bf46184e"
2194"checksum termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea" 2195"checksum termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea"
2195"checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" 2196"checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625"
2196"checksum text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "158bb1c22b638b1da3c95a8ad9f061ea40d4d39fd0301be3a520f92efeeb189e" 2197"checksum text_unit 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "019e5bc4c698b63073968610964c8c0869b60455d8f2e303a0ee7ad2e4f6ade4"
2197"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 2198"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2198"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" 2199"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
2199"checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" 2200"checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865"