@tarojs/helper 3.6.9-alpha.8 → 3.6.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constants.js +1 -1
- package/dist/constants.js.map +1 -1
- package/dist/esbuild/index.js +0 -1
- package/dist/esbuild/index.js.map +1 -1
- package/dist/swcRegister.d.ts +6 -0
- package/dist/swcRegister.js +15 -0
- package/dist/swcRegister.js.map +1 -1
- package/dist/utils.d.ts +1 -5
- package/dist/utils.js +9 -5
- package/dist/utils.js.map +1 -1
- package/package.json +4 -4
- package/swc/plugin-define-config/Cargo.lock +340 -492
- package/swc/plugin-define-config/Cargo.toml +11 -3
- package/swc/plugin-define-config/src/lib.rs +120 -126
- package/swc/plugin-define-config/target/wasm32-wasi/release/swc_plugin_define_config.wasm +0 -0
|
@@ -14,9 +14,9 @@ dependencies = [
|
|
|
14
14
|
|
|
15
15
|
[[package]]
|
|
16
16
|
name = "addr2line"
|
|
17
|
-
version = "0.
|
|
17
|
+
version = "0.17.0"
|
|
18
18
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
19
|
-
checksum = "
|
|
19
|
+
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
|
|
20
20
|
dependencies = [
|
|
21
21
|
"gimli",
|
|
22
22
|
]
|
|
@@ -38,23 +38,11 @@ dependencies = [
|
|
|
38
38
|
"version_check",
|
|
39
39
|
]
|
|
40
40
|
|
|
41
|
-
[[package]]
|
|
42
|
-
name = "ahash"
|
|
43
|
-
version = "0.8.3"
|
|
44
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
45
|
-
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
|
46
|
-
dependencies = [
|
|
47
|
-
"cfg-if",
|
|
48
|
-
"getrandom",
|
|
49
|
-
"once_cell",
|
|
50
|
-
"version_check",
|
|
51
|
-
]
|
|
52
|
-
|
|
53
41
|
[[package]]
|
|
54
42
|
name = "aho-corasick"
|
|
55
|
-
version = "
|
|
43
|
+
version = "0.7.19"
|
|
56
44
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
57
|
-
checksum = "
|
|
45
|
+
checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
|
|
58
46
|
dependencies = [
|
|
59
47
|
"memchr",
|
|
60
48
|
]
|
|
@@ -70,21 +58,22 @@ dependencies = [
|
|
|
70
58
|
|
|
71
59
|
[[package]]
|
|
72
60
|
name = "anyhow"
|
|
73
|
-
version = "1.0.
|
|
61
|
+
version = "1.0.66"
|
|
74
62
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
75
|
-
checksum = "
|
|
63
|
+
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
|
|
76
64
|
|
|
77
65
|
[[package]]
|
|
78
66
|
name = "ast_node"
|
|
79
|
-
version = "0.
|
|
67
|
+
version = "0.8.6"
|
|
80
68
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
81
|
-
checksum = "
|
|
69
|
+
checksum = "cf94863c5fdfee166d0907c44e5fee970123b2b7307046d35d1e671aa93afbba"
|
|
82
70
|
dependencies = [
|
|
71
|
+
"darling",
|
|
83
72
|
"pmutil",
|
|
84
73
|
"proc-macro2",
|
|
85
74
|
"quote",
|
|
86
75
|
"swc_macros_common",
|
|
87
|
-
"syn
|
|
76
|
+
"syn",
|
|
88
77
|
]
|
|
89
78
|
|
|
90
79
|
[[package]]
|
|
@@ -93,7 +82,7 @@ version = "0.2.14"
|
|
|
93
82
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
94
83
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
95
84
|
dependencies = [
|
|
96
|
-
"hermit-abi
|
|
85
|
+
"hermit-abi",
|
|
97
86
|
"libc",
|
|
98
87
|
"winapi",
|
|
99
88
|
]
|
|
@@ -106,9 +95,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
106
95
|
|
|
107
96
|
[[package]]
|
|
108
97
|
name = "backtrace"
|
|
109
|
-
version = "0.3.
|
|
98
|
+
version = "0.3.66"
|
|
110
99
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
111
|
-
checksum = "
|
|
100
|
+
checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
|
|
112
101
|
dependencies = [
|
|
113
102
|
"addr2line",
|
|
114
103
|
"cc",
|
|
@@ -127,9 +116,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
127
116
|
|
|
128
117
|
[[package]]
|
|
129
118
|
name = "better_scoped_tls"
|
|
130
|
-
version = "0.1.
|
|
119
|
+
version = "0.1.0"
|
|
131
120
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
132
|
-
checksum = "
|
|
121
|
+
checksum = "b73e8ecdec39e98aa3b19e8cd0b8ed8f77ccb86a6b0b2dc7cd86d105438a2123"
|
|
133
122
|
dependencies = [
|
|
134
123
|
"scoped-tls",
|
|
135
124
|
]
|
|
@@ -140,92 +129,41 @@ version = "1.3.2"
|
|
|
140
129
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
141
130
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
142
131
|
|
|
143
|
-
[[package]]
|
|
144
|
-
name = "bitflags"
|
|
145
|
-
version = "2.3.3"
|
|
146
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
147
|
-
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
|
|
148
|
-
|
|
149
|
-
[[package]]
|
|
150
|
-
name = "bitvec"
|
|
151
|
-
version = "1.0.1"
|
|
152
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
153
|
-
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
154
|
-
dependencies = [
|
|
155
|
-
"funty",
|
|
156
|
-
"radium",
|
|
157
|
-
"tap",
|
|
158
|
-
"wyz",
|
|
159
|
-
]
|
|
160
|
-
|
|
161
132
|
[[package]]
|
|
162
133
|
name = "block-buffer"
|
|
163
|
-
version = "0.10.
|
|
134
|
+
version = "0.10.3"
|
|
164
135
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
165
|
-
checksum = "
|
|
136
|
+
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
|
166
137
|
dependencies = [
|
|
167
138
|
"generic-array",
|
|
168
139
|
]
|
|
169
140
|
|
|
170
141
|
[[package]]
|
|
171
142
|
name = "bytecheck"
|
|
172
|
-
version = "0.6.
|
|
143
|
+
version = "0.6.9"
|
|
173
144
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
174
|
-
checksum = "
|
|
145
|
+
checksum = "d11cac2c12b5adc6570dad2ee1b87eff4955dac476fe12d81e5fdd352e52406f"
|
|
175
146
|
dependencies = [
|
|
176
147
|
"bytecheck_derive",
|
|
177
148
|
"ptr_meta",
|
|
178
|
-
"simdutf8",
|
|
179
149
|
]
|
|
180
150
|
|
|
181
151
|
[[package]]
|
|
182
152
|
name = "bytecheck_derive"
|
|
183
|
-
version = "0.6.
|
|
153
|
+
version = "0.6.9"
|
|
184
154
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
185
|
-
checksum = "
|
|
155
|
+
checksum = "13e576ebe98e605500b3c8041bb888e966653577172df6dd97398714eb30b9bf"
|
|
186
156
|
dependencies = [
|
|
187
157
|
"proc-macro2",
|
|
188
158
|
"quote",
|
|
189
|
-
"syn
|
|
190
|
-
]
|
|
191
|
-
|
|
192
|
-
[[package]]
|
|
193
|
-
name = "camino"
|
|
194
|
-
version = "1.1.4"
|
|
195
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
196
|
-
checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2"
|
|
197
|
-
dependencies = [
|
|
198
|
-
"serde",
|
|
199
|
-
]
|
|
200
|
-
|
|
201
|
-
[[package]]
|
|
202
|
-
name = "cargo-platform"
|
|
203
|
-
version = "0.1.2"
|
|
204
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
205
|
-
checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
|
|
206
|
-
dependencies = [
|
|
207
|
-
"serde",
|
|
208
|
-
]
|
|
209
|
-
|
|
210
|
-
[[package]]
|
|
211
|
-
name = "cargo_metadata"
|
|
212
|
-
version = "0.15.4"
|
|
213
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
214
|
-
checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
|
|
215
|
-
dependencies = [
|
|
216
|
-
"camino",
|
|
217
|
-
"cargo-platform",
|
|
218
|
-
"semver 1.0.17",
|
|
219
|
-
"serde",
|
|
220
|
-
"serde_json",
|
|
221
|
-
"thiserror",
|
|
159
|
+
"syn",
|
|
222
160
|
]
|
|
223
161
|
|
|
224
162
|
[[package]]
|
|
225
163
|
name = "cc"
|
|
226
|
-
version = "1.0.
|
|
164
|
+
version = "1.0.74"
|
|
227
165
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
228
|
-
checksum = "
|
|
166
|
+
checksum = "581f5dba903aac52ea3feb5ec4810848460ee833876f1f9b0fdeab1f19091574"
|
|
229
167
|
|
|
230
168
|
[[package]]
|
|
231
169
|
name = "cfg-if"
|
|
@@ -235,9 +173,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
235
173
|
|
|
236
174
|
[[package]]
|
|
237
175
|
name = "cpufeatures"
|
|
238
|
-
version = "0.2.
|
|
176
|
+
version = "0.2.5"
|
|
239
177
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
240
|
-
checksum = "
|
|
178
|
+
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
|
241
179
|
dependencies = [
|
|
242
180
|
"libc",
|
|
243
181
|
]
|
|
@@ -259,14 +197,43 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
259
197
|
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
|
|
260
198
|
dependencies = [
|
|
261
199
|
"quote",
|
|
262
|
-
"syn
|
|
200
|
+
"syn",
|
|
263
201
|
]
|
|
264
202
|
|
|
265
203
|
[[package]]
|
|
266
|
-
name = "
|
|
267
|
-
version = "
|
|
204
|
+
name = "darling"
|
|
205
|
+
version = "0.13.4"
|
|
268
206
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
269
|
-
checksum = "
|
|
207
|
+
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
|
|
208
|
+
dependencies = [
|
|
209
|
+
"darling_core",
|
|
210
|
+
"darling_macro",
|
|
211
|
+
]
|
|
212
|
+
|
|
213
|
+
[[package]]
|
|
214
|
+
name = "darling_core"
|
|
215
|
+
version = "0.13.4"
|
|
216
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
217
|
+
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
|
|
218
|
+
dependencies = [
|
|
219
|
+
"fnv",
|
|
220
|
+
"ident_case",
|
|
221
|
+
"proc-macro2",
|
|
222
|
+
"quote",
|
|
223
|
+
"strsim",
|
|
224
|
+
"syn",
|
|
225
|
+
]
|
|
226
|
+
|
|
227
|
+
[[package]]
|
|
228
|
+
name = "darling_macro"
|
|
229
|
+
version = "0.13.4"
|
|
230
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
231
|
+
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
|
|
232
|
+
dependencies = [
|
|
233
|
+
"darling_core",
|
|
234
|
+
"quote",
|
|
235
|
+
"syn",
|
|
236
|
+
]
|
|
270
237
|
|
|
271
238
|
[[package]]
|
|
272
239
|
name = "diff"
|
|
@@ -282,9 +249,9 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
|
|
282
249
|
|
|
283
250
|
[[package]]
|
|
284
251
|
name = "digest"
|
|
285
|
-
version = "0.10.
|
|
252
|
+
version = "0.10.5"
|
|
286
253
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
287
|
-
checksum = "
|
|
254
|
+
checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"
|
|
288
255
|
dependencies = [
|
|
289
256
|
"block-buffer",
|
|
290
257
|
"crypto-common",
|
|
@@ -292,92 +259,83 @@ dependencies = [
|
|
|
292
259
|
|
|
293
260
|
[[package]]
|
|
294
261
|
name = "either"
|
|
295
|
-
version = "1.8.
|
|
262
|
+
version = "1.8.0"
|
|
296
263
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
297
|
-
checksum = "
|
|
264
|
+
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
|
|
298
265
|
|
|
299
266
|
[[package]]
|
|
300
267
|
name = "enum-iterator"
|
|
301
|
-
version = "1.
|
|
268
|
+
version = "1.1.3"
|
|
302
269
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
303
|
-
checksum = "
|
|
270
|
+
checksum = "45a0ac4aeb3a18f92eaf09c6bb9b3ac30ff61ca95514fc58cbead1c9a6bf5401"
|
|
304
271
|
dependencies = [
|
|
305
272
|
"enum-iterator-derive",
|
|
306
273
|
]
|
|
307
274
|
|
|
308
275
|
[[package]]
|
|
309
276
|
name = "enum-iterator-derive"
|
|
310
|
-
version = "1.
|
|
277
|
+
version = "1.1.0"
|
|
311
278
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
312
|
-
checksum = "
|
|
279
|
+
checksum = "828de45d0ca18782232dfb8f3ea9cc428e8ced380eb26a520baaacfc70de39ce"
|
|
313
280
|
dependencies = [
|
|
314
281
|
"proc-macro2",
|
|
315
282
|
"quote",
|
|
316
|
-
"syn
|
|
283
|
+
"syn",
|
|
317
284
|
]
|
|
318
285
|
|
|
319
286
|
[[package]]
|
|
320
|
-
name = "
|
|
321
|
-
version = "0.
|
|
287
|
+
name = "enum_kind"
|
|
288
|
+
version = "0.2.1"
|
|
322
289
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
323
|
-
checksum = "
|
|
290
|
+
checksum = "78b940da354ae81ef0926c5eaa428207b8f4f091d3956c891dfbd124162bed99"
|
|
324
291
|
dependencies = [
|
|
325
|
-
"
|
|
326
|
-
"
|
|
327
|
-
"
|
|
292
|
+
"pmutil",
|
|
293
|
+
"proc-macro2",
|
|
294
|
+
"swc_macros_common",
|
|
295
|
+
"syn",
|
|
328
296
|
]
|
|
329
297
|
|
|
330
298
|
[[package]]
|
|
331
|
-
name = "
|
|
332
|
-
version = "
|
|
299
|
+
name = "fastrand"
|
|
300
|
+
version = "1.8.0"
|
|
333
301
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
334
|
-
checksum = "
|
|
302
|
+
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
|
335
303
|
dependencies = [
|
|
336
|
-
"
|
|
337
|
-
"libc",
|
|
304
|
+
"instant",
|
|
338
305
|
]
|
|
339
306
|
|
|
340
307
|
[[package]]
|
|
341
|
-
name = "
|
|
342
|
-
version = "1.
|
|
308
|
+
name = "fnv"
|
|
309
|
+
version = "1.0.7"
|
|
343
310
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
344
|
-
checksum = "
|
|
345
|
-
dependencies = [
|
|
346
|
-
"instant",
|
|
347
|
-
]
|
|
311
|
+
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
348
312
|
|
|
349
313
|
[[package]]
|
|
350
314
|
name = "form_urlencoded"
|
|
351
|
-
version = "1.
|
|
315
|
+
version = "1.1.0"
|
|
352
316
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
353
|
-
checksum = "
|
|
317
|
+
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
|
354
318
|
dependencies = [
|
|
355
319
|
"percent-encoding",
|
|
356
320
|
]
|
|
357
321
|
|
|
358
322
|
[[package]]
|
|
359
323
|
name = "from_variant"
|
|
360
|
-
version = "0.1.
|
|
324
|
+
version = "0.1.4"
|
|
361
325
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
362
|
-
checksum = "
|
|
326
|
+
checksum = "f0981e470d2ab9f643df3921d54f1952ea100c39fdb6a3fdc820e20d2291df6c"
|
|
363
327
|
dependencies = [
|
|
364
328
|
"pmutil",
|
|
365
329
|
"proc-macro2",
|
|
366
330
|
"swc_macros_common",
|
|
367
|
-
"syn
|
|
331
|
+
"syn",
|
|
368
332
|
]
|
|
369
333
|
|
|
370
|
-
[[package]]
|
|
371
|
-
name = "funty"
|
|
372
|
-
version = "2.0.0"
|
|
373
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
374
|
-
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
375
|
-
|
|
376
334
|
[[package]]
|
|
377
335
|
name = "generic-array"
|
|
378
|
-
version = "0.14.
|
|
336
|
+
version = "0.14.6"
|
|
379
337
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
380
|
-
checksum = "
|
|
338
|
+
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
|
381
339
|
dependencies = [
|
|
382
340
|
"typenum",
|
|
383
341
|
"version_check",
|
|
@@ -385,9 +343,9 @@ dependencies = [
|
|
|
385
343
|
|
|
386
344
|
[[package]]
|
|
387
345
|
name = "getrandom"
|
|
388
|
-
version = "0.2.
|
|
346
|
+
version = "0.2.8"
|
|
389
347
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
390
|
-
checksum = "
|
|
348
|
+
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
|
391
349
|
dependencies = [
|
|
392
350
|
"cfg-if",
|
|
393
351
|
"libc",
|
|
@@ -403,20 +361,20 @@ dependencies = [
|
|
|
403
361
|
"proc-macro-error",
|
|
404
362
|
"proc-macro2",
|
|
405
363
|
"quote",
|
|
406
|
-
"syn
|
|
364
|
+
"syn",
|
|
407
365
|
]
|
|
408
366
|
|
|
409
367
|
[[package]]
|
|
410
368
|
name = "gimli"
|
|
411
|
-
version = "0.
|
|
369
|
+
version = "0.26.2"
|
|
412
370
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
413
|
-
checksum = "
|
|
371
|
+
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
|
|
414
372
|
|
|
415
373
|
[[package]]
|
|
416
374
|
name = "glob"
|
|
417
|
-
version = "0.3.
|
|
375
|
+
version = "0.3.0"
|
|
418
376
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
419
|
-
checksum = "
|
|
377
|
+
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
420
378
|
|
|
421
379
|
[[package]]
|
|
422
380
|
name = "hashbrown"
|
|
@@ -424,7 +382,7 @@ version = "0.12.3"
|
|
|
424
382
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
425
383
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
426
384
|
dependencies = [
|
|
427
|
-
"ahash
|
|
385
|
+
"ahash",
|
|
428
386
|
]
|
|
429
387
|
|
|
430
388
|
[[package]]
|
|
@@ -436,23 +394,23 @@ dependencies = [
|
|
|
436
394
|
"libc",
|
|
437
395
|
]
|
|
438
396
|
|
|
439
|
-
[[package]]
|
|
440
|
-
name = "hermit-abi"
|
|
441
|
-
version = "0.3.1"
|
|
442
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
443
|
-
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
|
444
|
-
|
|
445
397
|
[[package]]
|
|
446
398
|
name = "hex"
|
|
447
399
|
version = "0.4.3"
|
|
448
400
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
449
401
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
450
402
|
|
|
403
|
+
[[package]]
|
|
404
|
+
name = "ident_case"
|
|
405
|
+
version = "1.0.1"
|
|
406
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
407
|
+
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
408
|
+
|
|
451
409
|
[[package]]
|
|
452
410
|
name = "idna"
|
|
453
|
-
version = "0.
|
|
411
|
+
version = "0.3.0"
|
|
454
412
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
455
|
-
checksum = "
|
|
413
|
+
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
|
456
414
|
dependencies = [
|
|
457
415
|
"unicode-bidi",
|
|
458
416
|
"unicode-normalization",
|
|
@@ -466,9 +424,9 @@ checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
|
|
|
466
424
|
|
|
467
425
|
[[package]]
|
|
468
426
|
name = "indexmap"
|
|
469
|
-
version = "1.9.
|
|
427
|
+
version = "1.9.1"
|
|
470
428
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
471
|
-
checksum = "
|
|
429
|
+
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
|
|
472
430
|
dependencies = [
|
|
473
431
|
"autocfg",
|
|
474
432
|
"hashbrown",
|
|
@@ -483,28 +441,17 @@ dependencies = [
|
|
|
483
441
|
"cfg-if",
|
|
484
442
|
]
|
|
485
443
|
|
|
486
|
-
[[package]]
|
|
487
|
-
name = "io-lifetimes"
|
|
488
|
-
version = "1.0.11"
|
|
489
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
490
|
-
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
|
491
|
-
dependencies = [
|
|
492
|
-
"hermit-abi 0.3.1",
|
|
493
|
-
"libc",
|
|
494
|
-
"windows-sys",
|
|
495
|
-
]
|
|
496
|
-
|
|
497
444
|
[[package]]
|
|
498
445
|
name = "is-macro"
|
|
499
|
-
version = "0.
|
|
446
|
+
version = "0.2.1"
|
|
500
447
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
501
|
-
checksum = "
|
|
448
|
+
checksum = "1c068d4c6b922cd6284c609cfa6dec0e41615c9c5a1a4ba729a970d8daba05fb"
|
|
502
449
|
dependencies = [
|
|
503
450
|
"Inflector",
|
|
504
451
|
"pmutil",
|
|
505
452
|
"proc-macro2",
|
|
506
453
|
"quote",
|
|
507
|
-
"syn
|
|
454
|
+
"syn",
|
|
508
455
|
]
|
|
509
456
|
|
|
510
457
|
[[package]]
|
|
@@ -515,9 +462,9 @@ checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb"
|
|
|
515
462
|
|
|
516
463
|
[[package]]
|
|
517
464
|
name = "itoa"
|
|
518
|
-
version = "1.0.
|
|
465
|
+
version = "1.0.4"
|
|
519
466
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
520
|
-
checksum = "
|
|
467
|
+
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
|
|
521
468
|
|
|
522
469
|
[[package]]
|
|
523
470
|
name = "lazy_static"
|
|
@@ -600,21 +547,15 @@ dependencies = [
|
|
|
600
547
|
|
|
601
548
|
[[package]]
|
|
602
549
|
name = "libc"
|
|
603
|
-
version = "0.2.
|
|
604
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
605
|
-
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
|
606
|
-
|
|
607
|
-
[[package]]
|
|
608
|
-
name = "linux-raw-sys"
|
|
609
|
-
version = "0.3.8"
|
|
550
|
+
version = "0.2.137"
|
|
610
551
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
611
|
-
checksum = "
|
|
552
|
+
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
|
|
612
553
|
|
|
613
554
|
[[package]]
|
|
614
555
|
name = "lock_api"
|
|
615
|
-
version = "0.4.
|
|
556
|
+
version = "0.4.9"
|
|
616
557
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
617
|
-
checksum = "
|
|
558
|
+
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
|
618
559
|
dependencies = [
|
|
619
560
|
"autocfg",
|
|
620
561
|
"scopeguard",
|
|
@@ -622,9 +563,12 @@ dependencies = [
|
|
|
622
563
|
|
|
623
564
|
[[package]]
|
|
624
565
|
name = "log"
|
|
625
|
-
version = "0.4.
|
|
566
|
+
version = "0.4.17"
|
|
626
567
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
627
|
-
checksum = "
|
|
568
|
+
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
|
569
|
+
dependencies = [
|
|
570
|
+
"cfg-if",
|
|
571
|
+
]
|
|
628
572
|
|
|
629
573
|
[[package]]
|
|
630
574
|
name = "matchers"
|
|
@@ -669,14 +613,14 @@ checksum = "6b5bc45b761bcf1b5e6e6c4128cd93b84c218721a8d9b894aa0aff4ed180174c"
|
|
|
669
613
|
dependencies = [
|
|
670
614
|
"proc-macro2",
|
|
671
615
|
"quote",
|
|
672
|
-
"syn
|
|
616
|
+
"syn",
|
|
673
617
|
]
|
|
674
618
|
|
|
675
619
|
[[package]]
|
|
676
620
|
name = "miniz_oxide"
|
|
677
|
-
version = "0.
|
|
621
|
+
version = "0.5.4"
|
|
678
622
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
679
|
-
checksum = "
|
|
623
|
+
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
|
|
680
624
|
dependencies = [
|
|
681
625
|
"adler",
|
|
682
626
|
]
|
|
@@ -730,28 +674,37 @@ dependencies = [
|
|
|
730
674
|
|
|
731
675
|
[[package]]
|
|
732
676
|
name = "num_cpus"
|
|
733
|
-
version = "1.
|
|
677
|
+
version = "1.14.0"
|
|
678
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
679
|
+
checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
|
|
680
|
+
dependencies = [
|
|
681
|
+
"hermit-abi",
|
|
682
|
+
"libc",
|
|
683
|
+
]
|
|
684
|
+
|
|
685
|
+
[[package]]
|
|
686
|
+
name = "num_threads"
|
|
687
|
+
version = "0.1.6"
|
|
734
688
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
735
|
-
checksum = "
|
|
689
|
+
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
|
736
690
|
dependencies = [
|
|
737
|
-
"hermit-abi 0.3.1",
|
|
738
691
|
"libc",
|
|
739
692
|
]
|
|
740
693
|
|
|
741
694
|
[[package]]
|
|
742
695
|
name = "object"
|
|
743
|
-
version = "0.
|
|
696
|
+
version = "0.29.0"
|
|
744
697
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
745
|
-
checksum = "
|
|
698
|
+
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
|
|
746
699
|
dependencies = [
|
|
747
700
|
"memchr",
|
|
748
701
|
]
|
|
749
702
|
|
|
750
703
|
[[package]]
|
|
751
704
|
name = "once_cell"
|
|
752
|
-
version = "1.
|
|
705
|
+
version = "1.16.0"
|
|
753
706
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
754
|
-
checksum = "
|
|
707
|
+
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
|
|
755
708
|
|
|
756
709
|
[[package]]
|
|
757
710
|
name = "output_vt100"
|
|
@@ -786,22 +739,22 @@ dependencies = [
|
|
|
786
739
|
|
|
787
740
|
[[package]]
|
|
788
741
|
name = "parking_lot_core"
|
|
789
|
-
version = "0.9.
|
|
742
|
+
version = "0.9.4"
|
|
790
743
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
791
|
-
checksum = "
|
|
744
|
+
checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
|
|
792
745
|
dependencies = [
|
|
793
746
|
"cfg-if",
|
|
794
747
|
"libc",
|
|
795
748
|
"redox_syscall",
|
|
796
749
|
"smallvec",
|
|
797
|
-
"windows-
|
|
750
|
+
"windows-sys",
|
|
798
751
|
]
|
|
799
752
|
|
|
800
753
|
[[package]]
|
|
801
754
|
name = "percent-encoding"
|
|
802
|
-
version = "2.
|
|
755
|
+
version = "2.2.0"
|
|
803
756
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
804
|
-
checksum = "
|
|
757
|
+
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
|
805
758
|
|
|
806
759
|
[[package]]
|
|
807
760
|
name = "phf"
|
|
@@ -835,7 +788,7 @@ dependencies = [
|
|
|
835
788
|
"proc-macro-hack",
|
|
836
789
|
"proc-macro2",
|
|
837
790
|
"quote",
|
|
838
|
-
"syn
|
|
791
|
+
"syn",
|
|
839
792
|
]
|
|
840
793
|
|
|
841
794
|
[[package]]
|
|
@@ -849,26 +802,26 @@ dependencies = [
|
|
|
849
802
|
|
|
850
803
|
[[package]]
|
|
851
804
|
name = "pin-project-lite"
|
|
852
|
-
version = "0.2.
|
|
805
|
+
version = "0.2.9"
|
|
853
806
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
854
|
-
checksum = "
|
|
807
|
+
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
|
855
808
|
|
|
856
809
|
[[package]]
|
|
857
810
|
name = "pmutil"
|
|
858
|
-
version = "0.
|
|
811
|
+
version = "0.5.3"
|
|
859
812
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
860
|
-
checksum = "
|
|
813
|
+
checksum = "3894e5d549cccbe44afecf72922f277f603cd4bb0219c8342631ef18fffbe004"
|
|
861
814
|
dependencies = [
|
|
862
815
|
"proc-macro2",
|
|
863
816
|
"quote",
|
|
864
|
-
"syn
|
|
817
|
+
"syn",
|
|
865
818
|
]
|
|
866
819
|
|
|
867
820
|
[[package]]
|
|
868
821
|
name = "ppv-lite86"
|
|
869
|
-
version = "0.2.
|
|
822
|
+
version = "0.2.16"
|
|
870
823
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
871
|
-
checksum = "
|
|
824
|
+
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
|
872
825
|
|
|
873
826
|
[[package]]
|
|
874
827
|
name = "precomputed-hash"
|
|
@@ -897,7 +850,7 @@ dependencies = [
|
|
|
897
850
|
"proc-macro-error-attr",
|
|
898
851
|
"proc-macro2",
|
|
899
852
|
"quote",
|
|
900
|
-
"syn
|
|
853
|
+
"syn",
|
|
901
854
|
"version_check",
|
|
902
855
|
]
|
|
903
856
|
|
|
@@ -914,28 +867,19 @@ dependencies = [
|
|
|
914
867
|
|
|
915
868
|
[[package]]
|
|
916
869
|
name = "proc-macro-hack"
|
|
917
|
-
version = "0.5.
|
|
870
|
+
version = "0.5.19"
|
|
918
871
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
919
|
-
checksum = "
|
|
872
|
+
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|
920
873
|
|
|
921
874
|
[[package]]
|
|
922
875
|
name = "proc-macro2"
|
|
923
|
-
version = "1.0.
|
|
876
|
+
version = "1.0.47"
|
|
924
877
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
925
|
-
checksum = "
|
|
878
|
+
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
|
|
926
879
|
dependencies = [
|
|
927
880
|
"unicode-ident",
|
|
928
881
|
]
|
|
929
882
|
|
|
930
|
-
[[package]]
|
|
931
|
-
name = "psm"
|
|
932
|
-
version = "0.1.21"
|
|
933
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
934
|
-
checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
|
|
935
|
-
dependencies = [
|
|
936
|
-
"cc",
|
|
937
|
-
]
|
|
938
|
-
|
|
939
883
|
[[package]]
|
|
940
884
|
name = "ptr_meta"
|
|
941
885
|
version = "0.1.4"
|
|
@@ -953,24 +897,18 @@ checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
|
|
|
953
897
|
dependencies = [
|
|
954
898
|
"proc-macro2",
|
|
955
899
|
"quote",
|
|
956
|
-
"syn
|
|
900
|
+
"syn",
|
|
957
901
|
]
|
|
958
902
|
|
|
959
903
|
[[package]]
|
|
960
904
|
name = "quote"
|
|
961
|
-
version = "1.0.
|
|
905
|
+
version = "1.0.21"
|
|
962
906
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
963
|
-
checksum = "
|
|
907
|
+
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
|
964
908
|
dependencies = [
|
|
965
909
|
"proc-macro2",
|
|
966
910
|
]
|
|
967
911
|
|
|
968
|
-
[[package]]
|
|
969
|
-
name = "radium"
|
|
970
|
-
version = "0.7.0"
|
|
971
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
972
|
-
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
973
|
-
|
|
974
912
|
[[package]]
|
|
975
913
|
name = "rand"
|
|
976
914
|
version = "0.8.5"
|
|
@@ -1003,22 +941,22 @@ dependencies = [
|
|
|
1003
941
|
|
|
1004
942
|
[[package]]
|
|
1005
943
|
name = "redox_syscall"
|
|
1006
|
-
version = "0.
|
|
944
|
+
version = "0.2.16"
|
|
1007
945
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1008
|
-
checksum = "
|
|
946
|
+
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
1009
947
|
dependencies = [
|
|
1010
|
-
"bitflags
|
|
948
|
+
"bitflags",
|
|
1011
949
|
]
|
|
1012
950
|
|
|
1013
951
|
[[package]]
|
|
1014
952
|
name = "regex"
|
|
1015
|
-
version = "1.
|
|
953
|
+
version = "1.6.0"
|
|
1016
954
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1017
|
-
checksum = "
|
|
955
|
+
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
|
|
1018
956
|
dependencies = [
|
|
1019
957
|
"aho-corasick",
|
|
1020
958
|
"memchr",
|
|
1021
|
-
"regex-syntax
|
|
959
|
+
"regex-syntax",
|
|
1022
960
|
]
|
|
1023
961
|
|
|
1024
962
|
[[package]]
|
|
@@ -1027,69 +965,69 @@ version = "0.1.10"
|
|
|
1027
965
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1028
966
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
1029
967
|
dependencies = [
|
|
1030
|
-
"regex-syntax
|
|
968
|
+
"regex-syntax",
|
|
1031
969
|
]
|
|
1032
970
|
|
|
1033
971
|
[[package]]
|
|
1034
972
|
name = "regex-syntax"
|
|
1035
|
-
version = "0.6.
|
|
973
|
+
version = "0.6.27"
|
|
1036
974
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1037
|
-
checksum = "
|
|
975
|
+
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
|
|
1038
976
|
|
|
1039
977
|
[[package]]
|
|
1040
|
-
name = "
|
|
1041
|
-
version = "
|
|
978
|
+
name = "relative-path"
|
|
979
|
+
version = "1.7.2"
|
|
1042
980
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1043
|
-
checksum = "
|
|
981
|
+
checksum = "0df32d82cedd1499386877b062ebe8721f806de80b08d183c70184ef17dd1d42"
|
|
1044
982
|
|
|
1045
983
|
[[package]]
|
|
1046
|
-
name = "
|
|
1047
|
-
version = "
|
|
984
|
+
name = "remove_dir_all"
|
|
985
|
+
version = "0.5.3"
|
|
1048
986
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1049
|
-
checksum = "
|
|
987
|
+
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
988
|
+
dependencies = [
|
|
989
|
+
"winapi",
|
|
990
|
+
]
|
|
1050
991
|
|
|
1051
992
|
[[package]]
|
|
1052
993
|
name = "rend"
|
|
1053
|
-
version = "0.
|
|
994
|
+
version = "0.3.6"
|
|
1054
995
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1055
|
-
checksum = "
|
|
996
|
+
checksum = "79af64b4b6362ffba04eef3a4e10829718a4896dac19daa741851c86781edf95"
|
|
1056
997
|
dependencies = [
|
|
1057
998
|
"bytecheck",
|
|
1058
999
|
]
|
|
1059
1000
|
|
|
1060
1001
|
[[package]]
|
|
1061
1002
|
name = "rkyv"
|
|
1062
|
-
version = "0.7.
|
|
1003
|
+
version = "0.7.37"
|
|
1063
1004
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1064
|
-
checksum = "
|
|
1005
|
+
checksum = "1f08c8062c1fe1253064043b8fc07bfea1b9702b71b4a86c11ea3588183b12e1"
|
|
1065
1006
|
dependencies = [
|
|
1066
|
-
"bitvec",
|
|
1067
1007
|
"bytecheck",
|
|
1068
1008
|
"hashbrown",
|
|
1069
1009
|
"ptr_meta",
|
|
1070
1010
|
"rend",
|
|
1071
1011
|
"rkyv_derive",
|
|
1072
1012
|
"seahash",
|
|
1073
|
-
"tinyvec",
|
|
1074
|
-
"uuid",
|
|
1075
1013
|
]
|
|
1076
1014
|
|
|
1077
1015
|
[[package]]
|
|
1078
1016
|
name = "rkyv_derive"
|
|
1079
|
-
version = "0.7.
|
|
1017
|
+
version = "0.7.37"
|
|
1080
1018
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1081
|
-
checksum = "
|
|
1019
|
+
checksum = "e289706df51226e84814bf6ba1a9e1013112ae29bc7a9878f73fce360520c403"
|
|
1082
1020
|
dependencies = [
|
|
1083
1021
|
"proc-macro2",
|
|
1084
1022
|
"quote",
|
|
1085
|
-
"syn
|
|
1023
|
+
"syn",
|
|
1086
1024
|
]
|
|
1087
1025
|
|
|
1088
1026
|
[[package]]
|
|
1089
1027
|
name = "rustc-demangle"
|
|
1090
|
-
version = "0.1.
|
|
1028
|
+
version = "0.1.21"
|
|
1091
1029
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1092
|
-
checksum = "
|
|
1030
|
+
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
|
1093
1031
|
|
|
1094
1032
|
[[package]]
|
|
1095
1033
|
name = "rustc-hash"
|
|
@@ -1103,34 +1041,20 @@ version = "0.2.3"
|
|
|
1103
1041
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1104
1042
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
1105
1043
|
dependencies = [
|
|
1106
|
-
"semver
|
|
1107
|
-
]
|
|
1108
|
-
|
|
1109
|
-
[[package]]
|
|
1110
|
-
name = "rustix"
|
|
1111
|
-
version = "0.37.22"
|
|
1112
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1113
|
-
checksum = "8818fa822adcc98b18fedbb3632a6a33213c070556b5aa7c4c8cc21cff565c4c"
|
|
1114
|
-
dependencies = [
|
|
1115
|
-
"bitflags 1.3.2",
|
|
1116
|
-
"errno",
|
|
1117
|
-
"io-lifetimes",
|
|
1118
|
-
"libc",
|
|
1119
|
-
"linux-raw-sys",
|
|
1120
|
-
"windows-sys",
|
|
1044
|
+
"semver",
|
|
1121
1045
|
]
|
|
1122
1046
|
|
|
1123
1047
|
[[package]]
|
|
1124
1048
|
name = "rustversion"
|
|
1125
|
-
version = "1.0.
|
|
1049
|
+
version = "1.0.9"
|
|
1126
1050
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1127
|
-
checksum = "
|
|
1051
|
+
checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"
|
|
1128
1052
|
|
|
1129
1053
|
[[package]]
|
|
1130
1054
|
name = "ryu"
|
|
1131
|
-
version = "1.0.
|
|
1055
|
+
version = "1.0.11"
|
|
1132
1056
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1133
|
-
checksum = "
|
|
1057
|
+
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
|
|
1134
1058
|
|
|
1135
1059
|
[[package]]
|
|
1136
1060
|
name = "scoped-tls"
|
|
@@ -1159,15 +1083,6 @@ dependencies = [
|
|
|
1159
1083
|
"semver-parser",
|
|
1160
1084
|
]
|
|
1161
1085
|
|
|
1162
|
-
[[package]]
|
|
1163
|
-
name = "semver"
|
|
1164
|
-
version = "1.0.17"
|
|
1165
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1166
|
-
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
|
|
1167
|
-
dependencies = [
|
|
1168
|
-
"serde",
|
|
1169
|
-
]
|
|
1170
|
-
|
|
1171
1086
|
[[package]]
|
|
1172
1087
|
name = "semver-parser"
|
|
1173
1088
|
version = "0.7.0"
|
|
@@ -1176,29 +1091,29 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
1176
1091
|
|
|
1177
1092
|
[[package]]
|
|
1178
1093
|
name = "serde"
|
|
1179
|
-
version = "1.0.
|
|
1094
|
+
version = "1.0.147"
|
|
1180
1095
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1181
|
-
checksum = "
|
|
1096
|
+
checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
|
|
1182
1097
|
dependencies = [
|
|
1183
1098
|
"serde_derive",
|
|
1184
1099
|
]
|
|
1185
1100
|
|
|
1186
1101
|
[[package]]
|
|
1187
1102
|
name = "serde_derive"
|
|
1188
|
-
version = "1.0.
|
|
1103
|
+
version = "1.0.147"
|
|
1189
1104
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1190
|
-
checksum = "
|
|
1105
|
+
checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
|
|
1191
1106
|
dependencies = [
|
|
1192
1107
|
"proc-macro2",
|
|
1193
1108
|
"quote",
|
|
1194
|
-
"syn
|
|
1109
|
+
"syn",
|
|
1195
1110
|
]
|
|
1196
1111
|
|
|
1197
1112
|
[[package]]
|
|
1198
1113
|
name = "serde_json"
|
|
1199
|
-
version = "1.0.
|
|
1114
|
+
version = "1.0.87"
|
|
1200
1115
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1201
|
-
checksum = "
|
|
1116
|
+
checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"
|
|
1202
1117
|
dependencies = [
|
|
1203
1118
|
"itoa",
|
|
1204
1119
|
"ryu",
|
|
@@ -1207,9 +1122,9 @@ dependencies = [
|
|
|
1207
1122
|
|
|
1208
1123
|
[[package]]
|
|
1209
1124
|
name = "sha-1"
|
|
1210
|
-
version = "0.10.
|
|
1125
|
+
version = "0.10.0"
|
|
1211
1126
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1212
|
-
checksum = "
|
|
1127
|
+
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
|
|
1213
1128
|
dependencies = [
|
|
1214
1129
|
"cfg-if",
|
|
1215
1130
|
"cpufeatures",
|
|
@@ -1225,12 +1140,6 @@ dependencies = [
|
|
|
1225
1140
|
"lazy_static",
|
|
1226
1141
|
]
|
|
1227
1142
|
|
|
1228
|
-
[[package]]
|
|
1229
|
-
name = "simdutf8"
|
|
1230
|
-
version = "0.1.4"
|
|
1231
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1232
|
-
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
|
|
1233
|
-
|
|
1234
1143
|
[[package]]
|
|
1235
1144
|
name = "siphasher"
|
|
1236
1145
|
version = "0.3.10"
|
|
@@ -1243,17 +1152,6 @@ version = "1.10.0"
|
|
|
1243
1152
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1244
1153
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
|
1245
1154
|
|
|
1246
|
-
[[package]]
|
|
1247
|
-
name = "smartstring"
|
|
1248
|
-
version = "1.0.1"
|
|
1249
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1250
|
-
checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
|
|
1251
|
-
dependencies = [
|
|
1252
|
-
"autocfg",
|
|
1253
|
-
"static_assertions",
|
|
1254
|
-
"version_check",
|
|
1255
|
-
]
|
|
1256
|
-
|
|
1257
1155
|
[[package]]
|
|
1258
1156
|
name = "smawk"
|
|
1259
1157
|
version = "0.3.1"
|
|
@@ -1262,16 +1160,17 @@ checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
|
|
|
1262
1160
|
|
|
1263
1161
|
[[package]]
|
|
1264
1162
|
name = "sourcemap"
|
|
1265
|
-
version = "6.2.
|
|
1163
|
+
version = "6.2.0"
|
|
1266
1164
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1267
|
-
checksum = "
|
|
1165
|
+
checksum = "c46fdc1838ff49cf692226f5c2b0f5b7538f556863d0eca602984714667ac6e7"
|
|
1268
1166
|
dependencies = [
|
|
1269
|
-
"
|
|
1167
|
+
"base64",
|
|
1270
1168
|
"if_chain",
|
|
1169
|
+
"lazy_static",
|
|
1170
|
+
"regex",
|
|
1271
1171
|
"rustc_version",
|
|
1272
1172
|
"serde",
|
|
1273
1173
|
"serde_json",
|
|
1274
|
-
"unicode-id",
|
|
1275
1174
|
"url",
|
|
1276
1175
|
]
|
|
1277
1176
|
|
|
@@ -1281,19 +1180,6 @@ version = "1.2.0"
|
|
|
1281
1180
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1282
1181
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
1283
1182
|
|
|
1284
|
-
[[package]]
|
|
1285
|
-
name = "stacker"
|
|
1286
|
-
version = "0.1.15"
|
|
1287
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1288
|
-
checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
|
|
1289
|
-
dependencies = [
|
|
1290
|
-
"cc",
|
|
1291
|
-
"cfg-if",
|
|
1292
|
-
"libc",
|
|
1293
|
-
"psm",
|
|
1294
|
-
"winapi",
|
|
1295
|
-
]
|
|
1296
|
-
|
|
1297
1183
|
[[package]]
|
|
1298
1184
|
name = "static_assertions"
|
|
1299
1185
|
version = "1.1.0"
|
|
@@ -1302,9 +1188,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
1302
1188
|
|
|
1303
1189
|
[[package]]
|
|
1304
1190
|
name = "string_cache"
|
|
1305
|
-
version = "0.8.
|
|
1191
|
+
version = "0.8.4"
|
|
1306
1192
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1307
|
-
checksum = "
|
|
1193
|
+
checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08"
|
|
1308
1194
|
dependencies = [
|
|
1309
1195
|
"new_debug_unreachable",
|
|
1310
1196
|
"once_cell",
|
|
@@ -1328,22 +1214,28 @@ dependencies = [
|
|
|
1328
1214
|
|
|
1329
1215
|
[[package]]
|
|
1330
1216
|
name = "string_enum"
|
|
1331
|
-
version = "0.
|
|
1217
|
+
version = "0.3.2"
|
|
1332
1218
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1333
|
-
checksum = "
|
|
1219
|
+
checksum = "994453cd270ad0265796eb24abf5540091ed03e681c5f3c12bc33e4db33253e1"
|
|
1334
1220
|
dependencies = [
|
|
1335
1221
|
"pmutil",
|
|
1336
1222
|
"proc-macro2",
|
|
1337
1223
|
"quote",
|
|
1338
1224
|
"swc_macros_common",
|
|
1339
|
-
"syn
|
|
1225
|
+
"syn",
|
|
1340
1226
|
]
|
|
1341
1227
|
|
|
1228
|
+
[[package]]
|
|
1229
|
+
name = "strsim"
|
|
1230
|
+
version = "0.10.0"
|
|
1231
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1232
|
+
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
1233
|
+
|
|
1342
1234
|
[[package]]
|
|
1343
1235
|
name = "supports-color"
|
|
1344
|
-
version = "1.3.
|
|
1236
|
+
version = "1.3.0"
|
|
1345
1237
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1346
|
-
checksum = "
|
|
1238
|
+
checksum = "4872ced36b91d47bae8a214a683fe54e7078875b399dfa251df346c9b547d1f9"
|
|
1347
1239
|
dependencies = [
|
|
1348
1240
|
"atty",
|
|
1349
1241
|
"is_ci",
|
|
@@ -1373,16 +1265,14 @@ version = "0.1.0"
|
|
|
1373
1265
|
dependencies = [
|
|
1374
1266
|
"serde",
|
|
1375
1267
|
"swc_core",
|
|
1376
|
-
"swc_ecma_utils",
|
|
1377
1268
|
]
|
|
1378
1269
|
|
|
1379
1270
|
[[package]]
|
|
1380
1271
|
name = "swc_atoms"
|
|
1381
|
-
version = "0.
|
|
1272
|
+
version = "0.4.24"
|
|
1382
1273
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1383
|
-
checksum = "
|
|
1274
|
+
checksum = "79642938ff437f2217718abf30a3450b014f600847c8f4bd60fa44f88a5210ea"
|
|
1384
1275
|
dependencies = [
|
|
1385
|
-
"bytecheck",
|
|
1386
1276
|
"once_cell",
|
|
1387
1277
|
"rkyv",
|
|
1388
1278
|
"rustc-hash",
|
|
@@ -1394,16 +1284,15 @@ dependencies = [
|
|
|
1394
1284
|
|
|
1395
1285
|
[[package]]
|
|
1396
1286
|
name = "swc_common"
|
|
1397
|
-
version = "0.
|
|
1287
|
+
version = "0.29.13"
|
|
1398
1288
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1399
|
-
checksum = "
|
|
1289
|
+
checksum = "953e1f014688eadbbd3e9131a525e8922c552540bb02b0bb6d9fdcb1375bccc4"
|
|
1400
1290
|
dependencies = [
|
|
1401
|
-
"ahash
|
|
1291
|
+
"ahash",
|
|
1402
1292
|
"anyhow",
|
|
1403
1293
|
"ast_node",
|
|
1404
1294
|
"atty",
|
|
1405
1295
|
"better_scoped_tls",
|
|
1406
|
-
"bytecheck",
|
|
1407
1296
|
"cfg-if",
|
|
1408
1297
|
"either",
|
|
1409
1298
|
"from_variant",
|
|
@@ -1428,9 +1317,9 @@ dependencies = [
|
|
|
1428
1317
|
|
|
1429
1318
|
[[package]]
|
|
1430
1319
|
name = "swc_core"
|
|
1431
|
-
version = "0.
|
|
1320
|
+
version = "0.40.46"
|
|
1432
1321
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1433
|
-
checksum = "
|
|
1322
|
+
checksum = "aef93cb02d82616ff9fc8827a7fb97b364e16fe409cf06bac15a801b00ee74dd"
|
|
1434
1323
|
dependencies = [
|
|
1435
1324
|
"once_cell",
|
|
1436
1325
|
"swc_atoms",
|
|
@@ -1447,16 +1336,16 @@ dependencies = [
|
|
|
1447
1336
|
|
|
1448
1337
|
[[package]]
|
|
1449
1338
|
name = "swc_ecma_ast"
|
|
1450
|
-
version = "0.
|
|
1339
|
+
version = "0.94.17"
|
|
1451
1340
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1452
|
-
checksum = "
|
|
1341
|
+
checksum = "bc39246540303a9058283e6ef691a276c34afd8331e6873fb3e6fb7803eb77eb"
|
|
1453
1342
|
dependencies = [
|
|
1454
|
-
"bitflags
|
|
1455
|
-
"bytecheck",
|
|
1343
|
+
"bitflags",
|
|
1456
1344
|
"is-macro",
|
|
1457
1345
|
"num-bigint",
|
|
1458
1346
|
"rkyv",
|
|
1459
1347
|
"scoped-tls",
|
|
1348
|
+
"serde",
|
|
1460
1349
|
"string_enum",
|
|
1461
1350
|
"swc_atoms",
|
|
1462
1351
|
"swc_common",
|
|
@@ -1465,9 +1354,9 @@ dependencies = [
|
|
|
1465
1354
|
|
|
1466
1355
|
[[package]]
|
|
1467
1356
|
name = "swc_ecma_codegen"
|
|
1468
|
-
version = "0.
|
|
1357
|
+
version = "0.127.29"
|
|
1469
1358
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1470
|
-
checksum = "
|
|
1359
|
+
checksum = "4f7dc7fbe2ad55c407766edd5b735e9cc693b20e37d3b5681d1660d6d5087348"
|
|
1471
1360
|
dependencies = [
|
|
1472
1361
|
"memchr",
|
|
1473
1362
|
"num-bigint",
|
|
@@ -1484,30 +1373,29 @@ dependencies = [
|
|
|
1484
1373
|
|
|
1485
1374
|
[[package]]
|
|
1486
1375
|
name = "swc_ecma_codegen_macros"
|
|
1487
|
-
version = "0.7.
|
|
1376
|
+
version = "0.7.1"
|
|
1488
1377
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1489
|
-
checksum = "
|
|
1378
|
+
checksum = "0159c99f81f52e48fe692ef7af1b0990b45d3006b14c6629be0b1ffee1b23aea"
|
|
1490
1379
|
dependencies = [
|
|
1491
1380
|
"pmutil",
|
|
1492
1381
|
"proc-macro2",
|
|
1493
1382
|
"quote",
|
|
1494
1383
|
"swc_macros_common",
|
|
1495
|
-
"syn
|
|
1384
|
+
"syn",
|
|
1496
1385
|
]
|
|
1497
1386
|
|
|
1498
1387
|
[[package]]
|
|
1499
1388
|
name = "swc_ecma_parser"
|
|
1500
|
-
version = "0.
|
|
1389
|
+
version = "0.122.24"
|
|
1501
1390
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1502
|
-
checksum = "
|
|
1391
|
+
checksum = "8e08d44ac2eaff9a308cddfea82640a131682be76b132efee4d7b8ddbaeb26ac"
|
|
1503
1392
|
dependencies = [
|
|
1504
1393
|
"either",
|
|
1394
|
+
"enum_kind",
|
|
1505
1395
|
"lexical",
|
|
1506
1396
|
"num-bigint",
|
|
1507
1397
|
"serde",
|
|
1508
1398
|
"smallvec",
|
|
1509
|
-
"smartstring",
|
|
1510
|
-
"stacker",
|
|
1511
1399
|
"swc_atoms",
|
|
1512
1400
|
"swc_common",
|
|
1513
1401
|
"swc_ecma_ast",
|
|
@@ -1517,26 +1405,28 @@ dependencies = [
|
|
|
1517
1405
|
|
|
1518
1406
|
[[package]]
|
|
1519
1407
|
name = "swc_ecma_testing"
|
|
1520
|
-
version = "0.20.
|
|
1408
|
+
version = "0.20.7"
|
|
1521
1409
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1522
|
-
checksum = "
|
|
1410
|
+
checksum = "21ecc467eff7ef4ec0a64919402b94da637003015d019de4d649e8efeceafd3f"
|
|
1523
1411
|
dependencies = [
|
|
1524
1412
|
"anyhow",
|
|
1525
1413
|
"hex",
|
|
1526
1414
|
"sha-1",
|
|
1415
|
+
"swc_atoms",
|
|
1416
|
+
"swc_common",
|
|
1417
|
+
"swc_ecma_ast",
|
|
1527
1418
|
"testing",
|
|
1528
1419
|
"tracing",
|
|
1529
1420
|
]
|
|
1530
1421
|
|
|
1531
1422
|
[[package]]
|
|
1532
1423
|
name = "swc_ecma_transforms_base"
|
|
1533
|
-
version = "0.
|
|
1424
|
+
version = "0.111.41"
|
|
1534
1425
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1535
|
-
checksum = "
|
|
1426
|
+
checksum = "ec8531b478048047b06eae929cafc1f99bad41f7020081f6a72ba9afb4da8927"
|
|
1536
1427
|
dependencies = [
|
|
1537
1428
|
"better_scoped_tls",
|
|
1538
|
-
"bitflags
|
|
1539
|
-
"indexmap",
|
|
1429
|
+
"bitflags",
|
|
1540
1430
|
"once_cell",
|
|
1541
1431
|
"phf",
|
|
1542
1432
|
"rustc-hash",
|
|
@@ -1553,9 +1443,9 @@ dependencies = [
|
|
|
1553
1443
|
|
|
1554
1444
|
[[package]]
|
|
1555
1445
|
name = "swc_ecma_transforms_testing"
|
|
1556
|
-
version = "0.
|
|
1446
|
+
version = "0.114.27"
|
|
1557
1447
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1558
|
-
checksum = "
|
|
1448
|
+
checksum = "b779b37c21eeb835567b0b2839637d91ac1b83ac3afc882e2b5f9fef7c71df26"
|
|
1559
1449
|
dependencies = [
|
|
1560
1450
|
"ansi_term",
|
|
1561
1451
|
"anyhow",
|
|
@@ -1579,14 +1469,13 @@ dependencies = [
|
|
|
1579
1469
|
|
|
1580
1470
|
[[package]]
|
|
1581
1471
|
name = "swc_ecma_utils"
|
|
1582
|
-
version = "0.
|
|
1472
|
+
version = "0.105.29"
|
|
1583
1473
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1584
|
-
checksum = "
|
|
1474
|
+
checksum = "f31ea4ff3a66f97aacccfef3d3e0cc4b4c0d5c124123e6ea4a90f59ad51c3843"
|
|
1585
1475
|
dependencies = [
|
|
1586
1476
|
"indexmap",
|
|
1587
1477
|
"num_cpus",
|
|
1588
1478
|
"once_cell",
|
|
1589
|
-
"rustc-hash",
|
|
1590
1479
|
"swc_atoms",
|
|
1591
1480
|
"swc_common",
|
|
1592
1481
|
"swc_ecma_ast",
|
|
@@ -1597,9 +1486,9 @@ dependencies = [
|
|
|
1597
1486
|
|
|
1598
1487
|
[[package]]
|
|
1599
1488
|
name = "swc_ecma_visit"
|
|
1600
|
-
version = "0.
|
|
1489
|
+
version = "0.80.17"
|
|
1601
1490
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1602
|
-
checksum = "
|
|
1491
|
+
checksum = "fb35536ee61f90c73fd22500911ca2edd11b1ccaad79d01b296011545a339115"
|
|
1603
1492
|
dependencies = [
|
|
1604
1493
|
"num-bigint",
|
|
1605
1494
|
"swc_atoms",
|
|
@@ -1611,21 +1500,21 @@ dependencies = [
|
|
|
1611
1500
|
|
|
1612
1501
|
[[package]]
|
|
1613
1502
|
name = "swc_eq_ignore_macros"
|
|
1614
|
-
version = "0.1.
|
|
1503
|
+
version = "0.1.1"
|
|
1615
1504
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1616
|
-
checksum = "
|
|
1505
|
+
checksum = "0c20468634668c2bbab581947bb8c75c97158d5a6959f4ba33df20983b20b4f6"
|
|
1617
1506
|
dependencies = [
|
|
1618
1507
|
"pmutil",
|
|
1619
1508
|
"proc-macro2",
|
|
1620
1509
|
"quote",
|
|
1621
|
-
"syn
|
|
1510
|
+
"syn",
|
|
1622
1511
|
]
|
|
1623
1512
|
|
|
1624
1513
|
[[package]]
|
|
1625
1514
|
name = "swc_error_reporters"
|
|
1626
|
-
version = "0.
|
|
1515
|
+
version = "0.13.13"
|
|
1627
1516
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1628
|
-
checksum = "
|
|
1517
|
+
checksum = "b1996acb4fd0656d77769764e93ca486810d6baa724a8ed877a7ae3cc7f7c6b5"
|
|
1629
1518
|
dependencies = [
|
|
1630
1519
|
"anyhow",
|
|
1631
1520
|
"miette",
|
|
@@ -1636,14 +1525,14 @@ dependencies = [
|
|
|
1636
1525
|
|
|
1637
1526
|
[[package]]
|
|
1638
1527
|
name = "swc_macros_common"
|
|
1639
|
-
version = "0.3.
|
|
1528
|
+
version = "0.3.6"
|
|
1640
1529
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1641
|
-
checksum = "
|
|
1530
|
+
checksum = "a4be988307882648d9bc7c71a6a73322b7520ef0211e920489a98f8391d8caa2"
|
|
1642
1531
|
dependencies = [
|
|
1643
1532
|
"pmutil",
|
|
1644
1533
|
"proc-macro2",
|
|
1645
1534
|
"quote",
|
|
1646
|
-
"syn
|
|
1535
|
+
"syn",
|
|
1647
1536
|
]
|
|
1648
1537
|
|
|
1649
1538
|
[[package]]
|
|
@@ -1657,20 +1546,20 @@ dependencies = [
|
|
|
1657
1546
|
|
|
1658
1547
|
[[package]]
|
|
1659
1548
|
name = "swc_plugin_macro"
|
|
1660
|
-
version = "0.9.
|
|
1549
|
+
version = "0.9.8"
|
|
1661
1550
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1662
|
-
checksum = "
|
|
1551
|
+
checksum = "4241e5cbfb7aae61603ca4d161e132012f488cf86393855c5cd5dddbbfe34382"
|
|
1663
1552
|
dependencies = [
|
|
1664
1553
|
"proc-macro2",
|
|
1665
1554
|
"quote",
|
|
1666
|
-
"syn
|
|
1555
|
+
"syn",
|
|
1667
1556
|
]
|
|
1668
1557
|
|
|
1669
1558
|
[[package]]
|
|
1670
1559
|
name = "swc_plugin_proxy"
|
|
1671
|
-
version = "0.
|
|
1560
|
+
version = "0.22.17"
|
|
1672
1561
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1673
|
-
checksum = "
|
|
1562
|
+
checksum = "be2725ea87c315b1ccd980a296542442e57dc6700641f974e670df11ed338bae"
|
|
1674
1563
|
dependencies = [
|
|
1675
1564
|
"better_scoped_tls",
|
|
1676
1565
|
"rkyv",
|
|
@@ -1682,20 +1571,20 @@ dependencies = [
|
|
|
1682
1571
|
|
|
1683
1572
|
[[package]]
|
|
1684
1573
|
name = "swc_trace_macro"
|
|
1685
|
-
version = "0.1.
|
|
1574
|
+
version = "0.1.2"
|
|
1686
1575
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1687
|
-
checksum = "
|
|
1576
|
+
checksum = "a4795c8d23e0de62eef9cac0a20ae52429ee2ffc719768e838490f195b7d7267"
|
|
1688
1577
|
dependencies = [
|
|
1689
1578
|
"proc-macro2",
|
|
1690
1579
|
"quote",
|
|
1691
|
-
"syn
|
|
1580
|
+
"syn",
|
|
1692
1581
|
]
|
|
1693
1582
|
|
|
1694
1583
|
[[package]]
|
|
1695
1584
|
name = "swc_visit"
|
|
1696
|
-
version = "0.5.
|
|
1585
|
+
version = "0.5.3"
|
|
1697
1586
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1698
|
-
checksum = "
|
|
1587
|
+
checksum = "82f2bcb7223e185c4c7cbf5e0c1207dec6d2bfd5e72e3fb7b3e8d179747e9130"
|
|
1699
1588
|
dependencies = [
|
|
1700
1589
|
"either",
|
|
1701
1590
|
"swc_visit_macros",
|
|
@@ -1703,65 +1592,48 @@ dependencies = [
|
|
|
1703
1592
|
|
|
1704
1593
|
[[package]]
|
|
1705
1594
|
name = "swc_visit_macros"
|
|
1706
|
-
version = "0.5.
|
|
1595
|
+
version = "0.5.4"
|
|
1707
1596
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1708
|
-
checksum = "
|
|
1597
|
+
checksum = "8fb1f3561674d84947694d41fb6d5737d19539222779baeac1b3a071a2b29428"
|
|
1709
1598
|
dependencies = [
|
|
1710
1599
|
"Inflector",
|
|
1711
1600
|
"pmutil",
|
|
1712
1601
|
"proc-macro2",
|
|
1713
1602
|
"quote",
|
|
1714
1603
|
"swc_macros_common",
|
|
1715
|
-
"syn
|
|
1604
|
+
"syn",
|
|
1716
1605
|
]
|
|
1717
1606
|
|
|
1718
1607
|
[[package]]
|
|
1719
1608
|
name = "syn"
|
|
1720
|
-
version = "1.0.
|
|
1609
|
+
version = "1.0.103"
|
|
1721
1610
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1722
|
-
checksum = "
|
|
1611
|
+
checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
|
|
1723
1612
|
dependencies = [
|
|
1724
1613
|
"proc-macro2",
|
|
1725
1614
|
"quote",
|
|
1726
1615
|
"unicode-ident",
|
|
1727
1616
|
]
|
|
1728
1617
|
|
|
1729
|
-
[[package]]
|
|
1730
|
-
name = "syn"
|
|
1731
|
-
version = "2.0.23"
|
|
1732
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1733
|
-
checksum = "59fb7d6d8281a51045d62b8eb3a7d1ce347b76f312af50cd3dc0af39c87c1737"
|
|
1734
|
-
dependencies = [
|
|
1735
|
-
"proc-macro2",
|
|
1736
|
-
"quote",
|
|
1737
|
-
"unicode-ident",
|
|
1738
|
-
]
|
|
1739
|
-
|
|
1740
|
-
[[package]]
|
|
1741
|
-
name = "tap"
|
|
1742
|
-
version = "1.0.1"
|
|
1743
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1744
|
-
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
1745
|
-
|
|
1746
1618
|
[[package]]
|
|
1747
1619
|
name = "tempfile"
|
|
1748
|
-
version = "3.
|
|
1620
|
+
version = "3.3.0"
|
|
1749
1621
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1750
|
-
checksum = "
|
|
1622
|
+
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
|
1751
1623
|
dependencies = [
|
|
1752
|
-
"autocfg",
|
|
1753
1624
|
"cfg-if",
|
|
1754
1625
|
"fastrand",
|
|
1626
|
+
"libc",
|
|
1755
1627
|
"redox_syscall",
|
|
1756
|
-
"
|
|
1757
|
-
"
|
|
1628
|
+
"remove_dir_all",
|
|
1629
|
+
"winapi",
|
|
1758
1630
|
]
|
|
1759
1631
|
|
|
1760
1632
|
[[package]]
|
|
1761
1633
|
name = "termcolor"
|
|
1762
|
-
version = "1.
|
|
1634
|
+
version = "1.1.3"
|
|
1763
1635
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1764
|
-
checksum = "
|
|
1636
|
+
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
|
1765
1637
|
dependencies = [
|
|
1766
1638
|
"winapi-util",
|
|
1767
1639
|
]
|
|
@@ -1778,12 +1650,11 @@ dependencies = [
|
|
|
1778
1650
|
|
|
1779
1651
|
[[package]]
|
|
1780
1652
|
name = "testing"
|
|
1781
|
-
version = "0.
|
|
1653
|
+
version = "0.31.13"
|
|
1782
1654
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1783
|
-
checksum = "
|
|
1655
|
+
checksum = "2a510616ec857597e5eaa33977e2aab5df08385cf7d69bd68bf55763fdf120b2"
|
|
1784
1656
|
dependencies = [
|
|
1785
1657
|
"ansi_term",
|
|
1786
|
-
"cargo_metadata",
|
|
1787
1658
|
"difference",
|
|
1788
1659
|
"once_cell",
|
|
1789
1660
|
"pretty_assertions",
|
|
@@ -1798,9 +1669,9 @@ dependencies = [
|
|
|
1798
1669
|
|
|
1799
1670
|
[[package]]
|
|
1800
1671
|
name = "testing_macros"
|
|
1801
|
-
version = "0.2.
|
|
1672
|
+
version = "0.2.7"
|
|
1802
1673
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1803
|
-
checksum = "
|
|
1674
|
+
checksum = "e74ff09d2d4d4b7ea140ff67eb7ed8fd35a708e2c327bcde5a25707d66840099"
|
|
1804
1675
|
dependencies = [
|
|
1805
1676
|
"anyhow",
|
|
1806
1677
|
"glob",
|
|
@@ -1810,7 +1681,7 @@ dependencies = [
|
|
|
1810
1681
|
"quote",
|
|
1811
1682
|
"regex",
|
|
1812
1683
|
"relative-path",
|
|
1813
|
-
"syn
|
|
1684
|
+
"syn",
|
|
1814
1685
|
]
|
|
1815
1686
|
|
|
1816
1687
|
[[package]]
|
|
@@ -1826,41 +1697,42 @@ dependencies = [
|
|
|
1826
1697
|
|
|
1827
1698
|
[[package]]
|
|
1828
1699
|
name = "thiserror"
|
|
1829
|
-
version = "1.0.
|
|
1700
|
+
version = "1.0.37"
|
|
1830
1701
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1831
|
-
checksum = "
|
|
1702
|
+
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
|
|
1832
1703
|
dependencies = [
|
|
1833
1704
|
"thiserror-impl",
|
|
1834
1705
|
]
|
|
1835
1706
|
|
|
1836
1707
|
[[package]]
|
|
1837
1708
|
name = "thiserror-impl"
|
|
1838
|
-
version = "1.0.
|
|
1709
|
+
version = "1.0.37"
|
|
1839
1710
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1840
|
-
checksum = "
|
|
1711
|
+
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
|
|
1841
1712
|
dependencies = [
|
|
1842
1713
|
"proc-macro2",
|
|
1843
1714
|
"quote",
|
|
1844
|
-
"syn
|
|
1715
|
+
"syn",
|
|
1845
1716
|
]
|
|
1846
1717
|
|
|
1847
1718
|
[[package]]
|
|
1848
1719
|
name = "thread_local"
|
|
1849
|
-
version = "1.1.
|
|
1720
|
+
version = "1.1.4"
|
|
1850
1721
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1851
|
-
checksum = "
|
|
1722
|
+
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
|
1852
1723
|
dependencies = [
|
|
1853
|
-
"cfg-if",
|
|
1854
1724
|
"once_cell",
|
|
1855
1725
|
]
|
|
1856
1726
|
|
|
1857
1727
|
[[package]]
|
|
1858
1728
|
name = "time"
|
|
1859
|
-
version = "0.3.
|
|
1729
|
+
version = "0.3.16"
|
|
1860
1730
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1861
|
-
checksum = "
|
|
1731
|
+
checksum = "0fab5c8b9980850e06d92ddbe3ab839c062c801f3927c0fb8abd6fc8e918fbca"
|
|
1862
1732
|
dependencies = [
|
|
1863
1733
|
"itoa",
|
|
1734
|
+
"libc",
|
|
1735
|
+
"num_threads",
|
|
1864
1736
|
"serde",
|
|
1865
1737
|
"time-core",
|
|
1866
1738
|
"time-macros",
|
|
@@ -1868,15 +1740,15 @@ dependencies = [
|
|
|
1868
1740
|
|
|
1869
1741
|
[[package]]
|
|
1870
1742
|
name = "time-core"
|
|
1871
|
-
version = "0.1.
|
|
1743
|
+
version = "0.1.0"
|
|
1872
1744
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1873
|
-
checksum = "
|
|
1745
|
+
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
|
1874
1746
|
|
|
1875
1747
|
[[package]]
|
|
1876
1748
|
name = "time-macros"
|
|
1877
|
-
version = "0.2.
|
|
1749
|
+
version = "0.2.5"
|
|
1878
1750
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1879
|
-
checksum = "
|
|
1751
|
+
checksum = "65bb801831d812c562ae7d2bfb531f26e66e4e1f6b17307ba4149c5064710e5b"
|
|
1880
1752
|
dependencies = [
|
|
1881
1753
|
"time-core",
|
|
1882
1754
|
]
|
|
@@ -1892,9 +1764,9 @@ dependencies = [
|
|
|
1892
1764
|
|
|
1893
1765
|
[[package]]
|
|
1894
1766
|
name = "tinyvec_macros"
|
|
1895
|
-
version = "0.1.
|
|
1767
|
+
version = "0.1.0"
|
|
1896
1768
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1897
|
-
checksum = "
|
|
1769
|
+
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
1898
1770
|
|
|
1899
1771
|
[[package]]
|
|
1900
1772
|
name = "tracing"
|
|
@@ -1910,20 +1782,20 @@ dependencies = [
|
|
|
1910
1782
|
|
|
1911
1783
|
[[package]]
|
|
1912
1784
|
name = "tracing-attributes"
|
|
1913
|
-
version = "0.1.
|
|
1785
|
+
version = "0.1.23"
|
|
1914
1786
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1915
|
-
checksum = "
|
|
1787
|
+
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
|
|
1916
1788
|
dependencies = [
|
|
1917
1789
|
"proc-macro2",
|
|
1918
1790
|
"quote",
|
|
1919
|
-
"syn
|
|
1791
|
+
"syn",
|
|
1920
1792
|
]
|
|
1921
1793
|
|
|
1922
1794
|
[[package]]
|
|
1923
1795
|
name = "tracing-core"
|
|
1924
|
-
version = "0.1.
|
|
1796
|
+
version = "0.1.30"
|
|
1925
1797
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1926
|
-
checksum = "
|
|
1798
|
+
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
|
1927
1799
|
dependencies = [
|
|
1928
1800
|
"once_cell",
|
|
1929
1801
|
"valuable",
|
|
@@ -1942,9 +1814,9 @@ dependencies = [
|
|
|
1942
1814
|
|
|
1943
1815
|
[[package]]
|
|
1944
1816
|
name = "tracing-subscriber"
|
|
1945
|
-
version = "0.3.
|
|
1817
|
+
version = "0.3.16"
|
|
1946
1818
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1947
|
-
checksum = "
|
|
1819
|
+
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
|
|
1948
1820
|
dependencies = [
|
|
1949
1821
|
"matchers",
|
|
1950
1822
|
"nu-ansi-term",
|
|
@@ -1970,21 +1842,21 @@ dependencies = [
|
|
|
1970
1842
|
|
|
1971
1843
|
[[package]]
|
|
1972
1844
|
name = "typed-arena"
|
|
1973
|
-
version = "2.0.
|
|
1845
|
+
version = "2.0.1"
|
|
1974
1846
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1975
|
-
checksum = "
|
|
1847
|
+
checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
|
|
1976
1848
|
|
|
1977
1849
|
[[package]]
|
|
1978
1850
|
name = "typenum"
|
|
1979
|
-
version = "1.
|
|
1851
|
+
version = "1.15.0"
|
|
1980
1852
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1981
|
-
checksum = "
|
|
1853
|
+
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
|
1982
1854
|
|
|
1983
1855
|
[[package]]
|
|
1984
1856
|
name = "unicode-bidi"
|
|
1985
|
-
version = "0.3.
|
|
1857
|
+
version = "0.3.8"
|
|
1986
1858
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1987
|
-
checksum = "
|
|
1859
|
+
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
|
1988
1860
|
|
|
1989
1861
|
[[package]]
|
|
1990
1862
|
name = "unicode-id"
|
|
@@ -1994,9 +1866,9 @@ checksum = "d70b6494226b36008c8366c288d77190b3fad2eb4c10533139c1c1f461127f1a"
|
|
|
1994
1866
|
|
|
1995
1867
|
[[package]]
|
|
1996
1868
|
name = "unicode-ident"
|
|
1997
|
-
version = "1.0.
|
|
1869
|
+
version = "1.0.5"
|
|
1998
1870
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1999
|
-
checksum = "
|
|
1871
|
+
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
|
|
2000
1872
|
|
|
2001
1873
|
[[package]]
|
|
2002
1874
|
name = "unicode-linebreak"
|
|
@@ -2025,21 +1897,15 @@ checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
|
2025
1897
|
|
|
2026
1898
|
[[package]]
|
|
2027
1899
|
name = "url"
|
|
2028
|
-
version = "2.
|
|
1900
|
+
version = "2.3.1"
|
|
2029
1901
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2030
|
-
checksum = "
|
|
1902
|
+
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
|
2031
1903
|
dependencies = [
|
|
2032
1904
|
"form_urlencoded",
|
|
2033
1905
|
"idna",
|
|
2034
1906
|
"percent-encoding",
|
|
2035
1907
|
]
|
|
2036
1908
|
|
|
2037
|
-
[[package]]
|
|
2038
|
-
name = "uuid"
|
|
2039
|
-
version = "1.4.0"
|
|
2040
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2041
|
-
checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be"
|
|
2042
|
-
|
|
2043
1909
|
[[package]]
|
|
2044
1910
|
name = "valuable"
|
|
2045
1911
|
version = "0.1.0"
|
|
@@ -2048,9 +1914,9 @@ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
2048
1914
|
|
|
2049
1915
|
[[package]]
|
|
2050
1916
|
name = "vergen"
|
|
2051
|
-
version = "7.
|
|
1917
|
+
version = "7.4.2"
|
|
2052
1918
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2053
|
-
checksum = "
|
|
1919
|
+
checksum = "73ba753d713ec3844652ad2cb7eb56bc71e34213a14faddac7852a10ba88f61e"
|
|
2054
1920
|
dependencies = [
|
|
2055
1921
|
"anyhow",
|
|
2056
1922
|
"cfg-if",
|
|
@@ -2106,18 +1972,9 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
2106
1972
|
|
|
2107
1973
|
[[package]]
|
|
2108
1974
|
name = "windows-sys"
|
|
2109
|
-
version = "0.
|
|
2110
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2111
|
-
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
2112
|
-
dependencies = [
|
|
2113
|
-
"windows-targets",
|
|
2114
|
-
]
|
|
2115
|
-
|
|
2116
|
-
[[package]]
|
|
2117
|
-
name = "windows-targets"
|
|
2118
|
-
version = "0.48.1"
|
|
1975
|
+
version = "0.42.0"
|
|
2119
1976
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2120
|
-
checksum = "
|
|
1977
|
+
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
2121
1978
|
dependencies = [
|
|
2122
1979
|
"windows_aarch64_gnullvm",
|
|
2123
1980
|
"windows_aarch64_msvc",
|
|
@@ -2130,54 +1987,45 @@ dependencies = [
|
|
|
2130
1987
|
|
|
2131
1988
|
[[package]]
|
|
2132
1989
|
name = "windows_aarch64_gnullvm"
|
|
2133
|
-
version = "0.
|
|
1990
|
+
version = "0.42.0"
|
|
2134
1991
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2135
|
-
checksum = "
|
|
1992
|
+
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
|
|
2136
1993
|
|
|
2137
1994
|
[[package]]
|
|
2138
1995
|
name = "windows_aarch64_msvc"
|
|
2139
|
-
version = "0.
|
|
1996
|
+
version = "0.42.0"
|
|
2140
1997
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2141
|
-
checksum = "
|
|
1998
|
+
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
|
|
2142
1999
|
|
|
2143
2000
|
[[package]]
|
|
2144
2001
|
name = "windows_i686_gnu"
|
|
2145
|
-
version = "0.
|
|
2002
|
+
version = "0.42.0"
|
|
2146
2003
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2147
|
-
checksum = "
|
|
2004
|
+
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
|
|
2148
2005
|
|
|
2149
2006
|
[[package]]
|
|
2150
2007
|
name = "windows_i686_msvc"
|
|
2151
|
-
version = "0.
|
|
2008
|
+
version = "0.42.0"
|
|
2152
2009
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2153
|
-
checksum = "
|
|
2010
|
+
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
|
|
2154
2011
|
|
|
2155
2012
|
[[package]]
|
|
2156
2013
|
name = "windows_x86_64_gnu"
|
|
2157
|
-
version = "0.
|
|
2014
|
+
version = "0.42.0"
|
|
2158
2015
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2159
|
-
checksum = "
|
|
2016
|
+
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
|
|
2160
2017
|
|
|
2161
2018
|
[[package]]
|
|
2162
2019
|
name = "windows_x86_64_gnullvm"
|
|
2163
|
-
version = "0.
|
|
2020
|
+
version = "0.42.0"
|
|
2164
2021
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2165
|
-
checksum = "
|
|
2022
|
+
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
|
|
2166
2023
|
|
|
2167
2024
|
[[package]]
|
|
2168
2025
|
name = "windows_x86_64_msvc"
|
|
2169
|
-
version = "0.
|
|
2170
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2171
|
-
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
|
2172
|
-
|
|
2173
|
-
[[package]]
|
|
2174
|
-
name = "wyz"
|
|
2175
|
-
version = "0.5.1"
|
|
2026
|
+
version = "0.42.0"
|
|
2176
2027
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2177
|
-
checksum = "
|
|
2178
|
-
dependencies = [
|
|
2179
|
-
"tap",
|
|
2180
|
-
]
|
|
2028
|
+
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
|
|
2181
2029
|
|
|
2182
2030
|
[[package]]
|
|
2183
2031
|
name = "yansi"
|