aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock252
1 files changed, 159 insertions, 93 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dd1d599e3..bf1b9e417 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -26,9 +26,9 @@ dependencies = [
26 26
27[[package]] 27[[package]]
28name = "anyhow" 28name = "anyhow"
29version = "1.0.37" 29version = "1.0.38"
30source = "registry+https://github.com/rust-lang/crates.io-index" 30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86" 31checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
32 32
33[[package]] 33[[package]]
34name = "anymap" 34name = "anymap"
@@ -77,15 +77,15 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
77 77
78[[package]] 78[[package]]
79name = "backtrace" 79name = "backtrace"
80version = "0.3.55" 80version = "0.3.56"
81source = "registry+https://github.com/rust-lang/crates.io-index" 81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "ef5140344c85b01f9bbb4d4b7288a8aa4b3287ccef913a14bcc78a1063623598" 82checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"
83dependencies = [ 83dependencies = [
84 "addr2line", 84 "addr2line",
85 "cfg-if 1.0.0", 85 "cfg-if 1.0.0",
86 "libc", 86 "libc",
87 "miniz_oxide", 87 "miniz_oxide",
88 "object 0.22.0", 88 "object",
89 "rustc-demangle", 89 "rustc-demangle",
90] 90]
91 91
@@ -118,9 +118,9 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
118 118
119[[package]] 119[[package]]
120name = "byteorder" 120name = "byteorder"
121version = "1.3.4" 121version = "1.4.2"
122source = "registry+https://github.com/rust-lang/crates.io-index" 122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" 123checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
124 124
125[[package]] 125[[package]]
126name = "cargo-platform" 126name = "cargo-platform"
@@ -133,9 +133,9 @@ dependencies = [
133 133
134[[package]] 134[[package]]
135name = "cargo_metadata" 135name = "cargo_metadata"
136version = "0.12.2" 136version = "0.12.3"
137source = "registry+https://github.com/rust-lang/crates.io-index" 137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "11a47b6286279a9998588ef7050d1ebc2500c69892a557c90fe5d071c64415dc" 138checksum = "7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f"
139dependencies = [ 139dependencies = [
140 "cargo-platform", 140 "cargo-platform",
141 "semver", 141 "semver",
@@ -175,9 +175,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
175 175
176[[package]] 176[[package]]
177name = "chalk-derive" 177name = "chalk-derive"
178version = "0.47.0" 178version = "0.50.0"
179source = "registry+https://github.com/rust-lang/crates.io-index" 179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "3f00f6342a387edc822002d36a381e117afcac9f744951ff75fbf4a218edea5c" 180checksum = "ac605cf409013573e971d7292d4bec6f5495b19d5f98fc9d8b1a12270c3888e0"
181dependencies = [ 181dependencies = [
182 "proc-macro2", 182 "proc-macro2",
183 "quote", 183 "quote",
@@ -187,9 +187,9 @@ dependencies = [
187 187
188[[package]] 188[[package]]
189name = "chalk-ir" 189name = "chalk-ir"
190version = "0.47.0" 190version = "0.50.0"
191source = "registry+https://github.com/rust-lang/crates.io-index" 191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "c686e69913591ae753e5526e73cbee39db3d9b0a92cc9078ab780cabf1c70aa9" 192checksum = "fa1dbfb3c2c8b67edb5cd981f720550e43579090574f786145731f90c5d401ff"
193dependencies = [ 193dependencies = [
194 "bitflags", 194 "bitflags",
195 "chalk-derive", 195 "chalk-derive",
@@ -198,9 +198,9 @@ dependencies = [
198 198
199[[package]] 199[[package]]
200name = "chalk-recursive" 200name = "chalk-recursive"
201version = "0.47.0" 201version = "0.50.0"
202source = "registry+https://github.com/rust-lang/crates.io-index" 202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "310fdcac0340dab4163b766baa8067266e3b909108d1ac1b5246c033bde63975" 203checksum = "0882e2a3ba66901717a64f8bb0655e809f800ac6abed05cb605e7a41d4bf8999"
204dependencies = [ 204dependencies = [
205 "chalk-derive", 205 "chalk-derive",
206 "chalk-ir", 206 "chalk-ir",
@@ -211,9 +211,9 @@ dependencies = [
211 211
212[[package]] 212[[package]]
213name = "chalk-solve" 213name = "chalk-solve"
214version = "0.47.0" 214version = "0.50.0"
215source = "registry+https://github.com/rust-lang/crates.io-index" 215source = "registry+https://github.com/rust-lang/crates.io-index"
216checksum = "c3c3252116111c3548f1164ab8d98c67c49848b3bde10dd11b650fd023e91c72" 216checksum = "0d43cce07150eac39771ff4b198537cefef744734b2218a89c682295b54cd8d0"
217dependencies = [ 217dependencies = [
218 "chalk-derive", 218 "chalk-derive",
219 "chalk-ir", 219 "chalk-ir",
@@ -269,9 +269,20 @@ dependencies = [
269 269
270[[package]] 270[[package]]
271name = "const_fn" 271name = "const_fn"
272version = "0.4.4" 272version = "0.4.5"
273source = "registry+https://github.com/rust-lang/crates.io-index" 273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826" 274checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
275
276[[package]]
277name = "countme"
278version = "2.0.0-pre.2"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "c5716604cba7c02a846ecad3f4a3fd2d2b641faccc2a24a51efb21aff0d01f35"
281dependencies = [
282 "dashmap",
283 "once_cell",
284 "rustc-hash",
285]
275 286
276[[package]] 287[[package]]
277name = "crc32fast" 288name = "crc32fast"
@@ -323,7 +334,7 @@ dependencies = [
323 "const_fn", 334 "const_fn",
324 "crossbeam-utils 0.8.1", 335 "crossbeam-utils 0.8.1",
325 "lazy_static", 336 "lazy_static",
326 "memoffset 0.6.1", 337 "memoffset",
327 "scopeguard", 338 "scopeguard",
328] 339]
329 340
@@ -350,6 +361,16 @@ dependencies = [
350] 361]
351 362
352[[package]] 363[[package]]
364name = "dashmap"
365version = "4.0.2"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
368dependencies = [
369 "cfg-if 1.0.0",
370 "num_cpus",
371]
372
373[[package]]
353name = "dissimilar" 374name = "dissimilar"
354version = "1.0.2" 375version = "1.0.2"
355source = "registry+https://github.com/rust-lang/crates.io-index" 376source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -397,13 +418,13 @@ dependencies = [
397 418
398[[package]] 419[[package]]
399name = "filetime" 420name = "filetime"
400version = "0.2.13" 421version = "0.2.14"
401source = "registry+https://github.com/rust-lang/crates.io-index" 422source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "0c122a393ea57648015bf06fbd3d372378992e86b9ff5a7a497b076a28c79efe" 423checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
403dependencies = [ 424dependencies = [
404 "cfg-if 1.0.0", 425 "cfg-if 1.0.0",
405 "libc", 426 "libc",
406 "redox_syscall", 427 "redox_syscall 0.2.4",
407 "winapi 0.3.9", 428 "winapi 0.3.9",
408] 429]
409 430
@@ -449,6 +470,12 @@ dependencies = [
449] 470]
450 471
451[[package]] 472[[package]]
473name = "fs_extra"
474version = "1.2.0"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
477
478[[package]]
452name = "fsevent" 479name = "fsevent"
453version = "2.0.2" 480version = "2.0.2"
454source = "registry+https://github.com/rust-lang/crates.io-index" 481source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -512,9 +539,9 @@ dependencies = [
512 539
513[[package]] 540[[package]]
514name = "hermit-abi" 541name = "hermit-abi"
515version = "0.1.17" 542version = "0.1.18"
516source = "registry+https://github.com/rust-lang/crates.io-index" 543source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8" 544checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
518dependencies = [ 545dependencies = [
519 "libc", 546 "libc",
520] 547]
@@ -702,9 +729,9 @@ dependencies = [
702 729
703[[package]] 730[[package]]
704name = "inotify-sys" 731name = "inotify-sys"
705version = "0.1.4" 732version = "0.1.5"
706source = "registry+https://github.com/rust-lang/crates.io-index" 733source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "c4563555856585ab3180a5bf0b2f9f8d301a728462afffc8195b3f5394229c55" 734checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
708dependencies = [ 735dependencies = [
709 "libc", 736 "libc",
710] 737]
@@ -752,6 +779,38 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" 779checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
753 780
754[[package]] 781[[package]]
782name = "jemalloc-ctl"
783version = "0.3.3"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "c502a5ff9dd2924f1ed32ba96e3b65735d837b4bfd978d3161b1702e66aca4b7"
786dependencies = [
787 "jemalloc-sys",
788 "libc",
789 "paste",
790]
791
792[[package]]
793name = "jemalloc-sys"
794version = "0.3.2"
795source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
797dependencies = [
798 "cc",
799 "fs_extra",
800 "libc",
801]
802
803[[package]]
804name = "jemallocator"
805version = "0.3.2"
806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69"
808dependencies = [
809 "jemalloc-sys",
810 "libc",
811]
812
813[[package]]
755name = "jod-thread" 814name = "jod-thread"
756version = "0.1.2" 815version = "0.1.2"
757source = "registry+https://github.com/rust-lang/crates.io-index" 816source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -785,15 +844,15 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
785 844
786[[package]] 845[[package]]
787name = "libc" 846name = "libc"
788version = "0.2.81" 847version = "0.2.82"
789source = "registry+https://github.com/rust-lang/crates.io-index" 848source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb" 849checksum = "89203f3fba0a3795506acaad8ebce3c80c0af93f994d5a1d7a0b1eeb23271929"
791 850
792[[package]] 851[[package]]
793name = "libloading" 852name = "libloading"
794version = "0.6.6" 853version = "0.6.7"
795source = "registry+https://github.com/rust-lang/crates.io-index" 854source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "e9367bdfa836b7e3cf895867f7a570283444da90562980ec2263d6e1569b16bc" 855checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
797dependencies = [ 856dependencies = [
798 "cfg-if 1.0.0", 857 "cfg-if 1.0.0",
799 "winapi 0.3.9", 858 "winapi 0.3.9",
@@ -819,9 +878,9 @@ dependencies = [
819 878
820[[package]] 879[[package]]
821name = "log" 880name = "log"
822version = "0.4.11" 881version = "0.4.13"
823source = "registry+https://github.com/rust-lang/crates.io-index" 882source = "registry+https://github.com/rust-lang/crates.io-index"
824checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" 883checksum = "fcf3805d4480bb5b86070dcfeb9e2cb2ebc148adb753c5cca5f884d1d65a42b2"
825dependencies = [ 884dependencies = [
826 "cfg-if 0.1.10", 885 "cfg-if 0.1.10",
827] 886]
@@ -904,15 +963,6 @@ dependencies = [
904 963
905[[package]] 964[[package]]
906name = "memoffset" 965name = "memoffset"
907version = "0.5.6"
908source = "registry+https://github.com/rust-lang/crates.io-index"
909checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
910dependencies = [
911 "autocfg",
912]
913
914[[package]]
915name = "memoffset"
916version = "0.6.1" 966version = "0.6.1"
917source = "registry+https://github.com/rust-lang/crates.io-index" 967source = "registry+https://github.com/rust-lang/crates.io-index"
918checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87" 968checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
@@ -1044,12 +1094,6 @@ dependencies = [
1044 1094
1045[[package]] 1095[[package]]
1046name = "object" 1096name = "object"
1047version = "0.22.0"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
1050
1051[[package]]
1052name = "object"
1053version = "0.23.0" 1097version = "0.23.0"
1054source = "registry+https://github.com/rust-lang/crates.io-index" 1098source = "registry+https://github.com/rust-lang/crates.io-index"
1055checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4" 1099checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
@@ -1086,7 +1130,7 @@ dependencies = [
1086 "cfg-if 1.0.0", 1130 "cfg-if 1.0.0",
1087 "instant", 1131 "instant",
1088 "libc", 1132 "libc",
1089 "redox_syscall", 1133 "redox_syscall 0.1.57",
1090 "smallvec", 1134 "smallvec",
1091 "winapi 0.3.9", 1135 "winapi 0.3.9",
1092] 1136]
@@ -1099,6 +1143,25 @@ dependencies = [
1099] 1143]
1100 1144
1101[[package]] 1145[[package]]
1146name = "paste"
1147version = "0.1.18"
1148source = "registry+https://github.com/rust-lang/crates.io-index"
1149checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
1150dependencies = [
1151 "paste-impl",
1152 "proc-macro-hack",
1153]
1154
1155[[package]]
1156name = "paste-impl"
1157version = "0.1.18"
1158source = "registry+https://github.com/rust-lang/crates.io-index"
1159checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
1160dependencies = [
1161 "proc-macro-hack",
1162]
1163
1164[[package]]
1102name = "paths" 1165name = "paths"
1103version = "0.0.0" 1166version = "0.0.0"
1104 1167
@@ -1148,15 +1211,21 @@ dependencies = [
1148 1211
1149[[package]] 1212[[package]]
1150name = "pico-args" 1213name = "pico-args"
1151version = "0.3.4" 1214version = "0.4.0"
1152source = "registry+https://github.com/rust-lang/crates.io-index" 1215source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "28b9b4df73455c861d7cbf8be42f01d3b373ed7f02e378d55fa84eafc6f638b1" 1216checksum = "d70072c20945e1ab871c472a285fc772aefd4f5407723c206242f2c6f94595d6"
1154 1217
1155[[package]] 1218[[package]]
1156name = "pin-project-lite" 1219name = "pin-project-lite"
1157version = "0.2.0" 1220version = "0.2.4"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
1223
1224[[package]]
1225name = "proc-macro-hack"
1226version = "0.5.19"
1158source = "registry+https://github.com/rust-lang/crates.io-index" 1227source = "registry+https://github.com/rust-lang/crates.io-index"
1159checksum = "6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c" 1228checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
1160 1229
1161[[package]] 1230[[package]]
1162name = "proc-macro2" 1231name = "proc-macro2"
@@ -1188,7 +1257,7 @@ dependencies = [
1188 "libloading", 1257 "libloading",
1189 "mbe", 1258 "mbe",
1190 "memmap", 1259 "memmap",
1191 "object 0.23.0", 1260 "object",
1192 "proc_macro_api", 1261 "proc_macro_api",
1193 "proc_macro_test", 1262 "proc_macro_test",
1194 "serde_derive", 1263 "serde_derive",
@@ -1206,6 +1275,8 @@ name = "profile"
1206version = "0.0.0" 1275version = "0.0.0"
1207dependencies = [ 1276dependencies = [
1208 "cfg-if 1.0.0", 1277 "cfg-if 1.0.0",
1278 "countme",
1279 "jemalloc-ctl",
1209 "la-arena", 1280 "la-arena",
1210 "libc", 1281 "libc",
1211 "once_cell", 1282 "once_cell",
@@ -1225,6 +1296,7 @@ dependencies = [
1225 "log", 1296 "log",
1226 "paths", 1297 "paths",
1227 "proc_macro_api", 1298 "proc_macro_api",
1299 "profile",
1228 "rustc-hash", 1300 "rustc-hash",
1229 "serde", 1301 "serde",
1230 "serde_json", 1302 "serde_json",
@@ -1293,10 +1365,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" 1365checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
1294 1366
1295[[package]] 1367[[package]]
1368name = "redox_syscall"
1369version = "0.2.4"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570"
1372dependencies = [
1373 "bitflags",
1374]
1375
1376[[package]]
1296name = "regex" 1377name = "regex"
1297version = "1.4.2" 1378version = "1.4.3"
1298source = "registry+https://github.com/rust-lang/crates.io-index" 1379source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c" 1380checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
1300dependencies = [ 1381dependencies = [
1301 "regex-syntax", 1382 "regex-syntax",
1302] 1383]
@@ -1313,20 +1394,21 @@ dependencies = [
1313 1394
1314[[package]] 1395[[package]]
1315name = "regex-syntax" 1396name = "regex-syntax"
1316version = "0.6.21" 1397version = "0.6.22"
1317source = "registry+https://github.com/rust-lang/crates.io-index" 1398source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189" 1399checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
1319 1400
1320[[package]] 1401[[package]]
1321name = "rowan" 1402name = "rowan"
1322version = "0.10.3" 1403version = "0.12.1"
1323source = "registry+https://github.com/rust-lang/crates.io-index" 1404source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "d55d358c5fda3d5c4484f71a4808f5eeb39a0aff93bf3acebc680a6d15376f3c" 1405checksum = "24c2d78254049413f9d73495f883e7fa0b7a7d4b88468cd72a3bbbd0ad585cd1"
1325dependencies = [ 1406dependencies = [
1407 "countme",
1408 "hashbrown",
1409 "memoffset",
1326 "rustc-hash", 1410 "rustc-hash",
1327 "smol_str",
1328 "text-size", 1411 "text-size",
1329 "triomphe",
1330] 1412]
1331 1413
1332[[package]] 1414[[package]]
@@ -1346,6 +1428,7 @@ dependencies = [
1346 "ide", 1428 "ide",
1347 "ide_db", 1429 "ide_db",
1348 "itertools 0.10.0", 1430 "itertools 0.10.0",
1431 "jemallocator",
1349 "jod-thread", 1432 "jod-thread",
1350 "log", 1433 "log",
1351 "lsp-server", 1434 "lsp-server",
@@ -1381,9 +1464,9 @@ dependencies = [
1381 1464
1382[[package]] 1465[[package]]
1383name = "rustc-ap-rustc_lexer" 1466name = "rustc-ap-rustc_lexer"
1384version = "697.0.0" 1467version = "700.0.0"
1385source = "registry+https://github.com/rust-lang/crates.io-index" 1468source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "67adbe260a0a11910624d6d28c0304fcf7b063e666682111005c83b09f73429d" 1469checksum = "5ed36784376b69c941d7aa36e960a52ac712e2663960357121a4d9f2cc58e225"
1387dependencies = [ 1470dependencies = [
1388 "unicode-xid", 1471 "unicode-xid",
1389] 1472]
@@ -1477,18 +1560,18 @@ dependencies = [
1477 1560
1478[[package]] 1561[[package]]
1479name = "serde" 1562name = "serde"
1480version = "1.0.118" 1563version = "1.0.120"
1481source = "registry+https://github.com/rust-lang/crates.io-index" 1564source = "registry+https://github.com/rust-lang/crates.io-index"
1482checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800" 1565checksum = "166b2349061381baf54a58e4b13c89369feb0ef2eaa57198899e2312aac30aab"
1483dependencies = [ 1566dependencies = [
1484 "serde_derive", 1567 "serde_derive",
1485] 1568]
1486 1569
1487[[package]] 1570[[package]]
1488name = "serde_derive" 1571name = "serde_derive"
1489version = "1.0.118" 1572version = "1.0.120"
1490source = "registry+https://github.com/rust-lang/crates.io-index" 1573source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df" 1574checksum = "0ca2a8cb5805ce9e3b95435e3765b7b553cecc762d938d409434338386cb5775"
1492dependencies = [ 1575dependencies = [
1493 "proc-macro2", 1576 "proc-macro2",
1494 "quote", 1577 "quote",
@@ -1544,9 +1627,9 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
1544 1627
1545[[package]] 1628[[package]]
1546name = "smallvec" 1629name = "smallvec"
1547version = "1.6.0" 1630version = "1.6.1"
1548source = "registry+https://github.com/rust-lang/crates.io-index" 1631source = "registry+https://github.com/rust-lang/crates.io-index"
1549checksum = "1a55ca5f3b68e41c979bf8c46a6f1da892ca4db8f94023ce0bd32407573b1ac0" 1632checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
1550 1633
1551[[package]] 1634[[package]]
1552name = "smol_str" 1635name = "smol_str"
@@ -1572,12 +1655,6 @@ dependencies = [
1572] 1655]
1573 1656
1574[[package]] 1657[[package]]
1575name = "stable_deref_trait"
1576version = "1.2.0"
1577source = "registry+https://github.com/rust-lang/crates.io-index"
1578checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1579
1580[[package]]
1581name = "stdx" 1658name = "stdx"
1582version = "0.0.0" 1659version = "0.0.0"
1583dependencies = [ 1660dependencies = [
@@ -1586,9 +1663,9 @@ dependencies = [
1586 1663
1587[[package]] 1664[[package]]
1588name = "syn" 1665name = "syn"
1589version = "1.0.57" 1666version = "1.0.58"
1590source = "registry+https://github.com/rust-lang/crates.io-index" 1667source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "4211ce9909eb971f111059df92c45640aad50a619cf55cd76476be803c4c68e6" 1668checksum = "cc60a3d73ea6594cd712d830cc1f0390fd71542d8c8cd24e70cc54cdfd5e05d5"
1592dependencies = [ 1669dependencies = [
1593 "proc-macro2", 1670 "proc-macro2",
1594 "quote", 1671 "quote",
@@ -1665,9 +1742,9 @@ dependencies = [
1665 1742
1666[[package]] 1743[[package]]
1667name = "thread_local" 1744name = "thread_local"
1668version = "1.0.1" 1745version = "1.1.0"
1669source = "registry+https://github.com/rust-lang/crates.io-index" 1746source = "registry+https://github.com/rust-lang/crates.io-index"
1670checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" 1747checksum = "bb9bc092d0d51e76b2b19d9d85534ffc9ec2db959a2523cdae0697e2972cd447"
1671dependencies = [ 1748dependencies = [
1672 "lazy_static", 1749 "lazy_static",
1673] 1750]
@@ -1805,17 +1882,6 @@ dependencies = [
1805] 1882]
1806 1883
1807[[package]] 1884[[package]]
1808name = "triomphe"
1809version = "0.1.2"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "6e9d872053cf9e5a833d8c1dd772cdc38ab66a908129d6f73c049c986161d07c"
1812dependencies = [
1813 "memoffset 0.5.6",
1814 "serde",
1815 "stable_deref_trait",
1816]
1817
1818[[package]]
1819name = "tt" 1885name = "tt"
1820version = "0.0.0" 1886version = "0.0.0"
1821dependencies = [ 1887dependencies = [
@@ -1831,9 +1897,9 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
1831 1897
1832[[package]] 1898[[package]]
1833name = "ungrammar" 1899name = "ungrammar"
1834version = "1.8.0" 1900version = "1.9.3"
1835source = "registry+https://github.com/rust-lang/crates.io-index" 1901source = "registry+https://github.com/rust-lang/crates.io-index"
1836checksum = "e33a2183403af89252547c4219a06a6cc8aef6302fee67e10e8431866af3ee72" 1902checksum = "f5901372c0f3a6a1a9d880aef134c8eaf5e54409343637508c0a344270b42d7b"
1837 1903
1838[[package]] 1904[[package]]
1839name = "unicase" 1905name = "unicase"