rust_json_schema 0.3.0 → 0.4.1
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.
- checksums.yaml +4 -4
- data/Cargo.lock +558 -282
- data/README.md +1 -1
- data/ext/rust_json_schema/Cargo.toml +1 -1
- data/ext/rust_json_schema/src/lib.rs +9 -14
- data/lib/rust_json_schema/version.rb +1 -1
- metadata +3 -6
data/Cargo.lock
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# This file is automatically @generated by Cargo.
|
|
2
2
|
# It is not intended for manual editing.
|
|
3
|
-
version =
|
|
3
|
+
version = 4
|
|
4
4
|
|
|
5
5
|
[[package]]
|
|
6
6
|
name = "addr2line"
|
|
7
|
-
version = "0.24.
|
|
7
|
+
version = "0.24.2"
|
|
8
8
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
-
checksum = "
|
|
9
|
+
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
|
10
10
|
dependencies = [
|
|
11
11
|
"gimli",
|
|
12
12
|
]
|
|
@@ -40,17 +40,11 @@ dependencies = [
|
|
|
40
40
|
"memchr",
|
|
41
41
|
]
|
|
42
42
|
|
|
43
|
-
[[package]]
|
|
44
|
-
name = "anyhow"
|
|
45
|
-
version = "1.0.89"
|
|
46
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
47
|
-
checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
|
|
48
|
-
|
|
49
43
|
[[package]]
|
|
50
44
|
name = "autocfg"
|
|
51
|
-
version = "1.
|
|
45
|
+
version = "1.4.0"
|
|
52
46
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
53
|
-
checksum = "
|
|
47
|
+
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
54
48
|
|
|
55
49
|
[[package]]
|
|
56
50
|
name = "backtrace"
|
|
@@ -64,7 +58,7 @@ dependencies = [
|
|
|
64
58
|
"miniz_oxide",
|
|
65
59
|
"object",
|
|
66
60
|
"rustc-demangle",
|
|
67
|
-
"windows-targets",
|
|
61
|
+
"windows-targets 0.52.6",
|
|
68
62
|
]
|
|
69
63
|
|
|
70
64
|
[[package]]
|
|
@@ -75,9 +69,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
75
69
|
|
|
76
70
|
[[package]]
|
|
77
71
|
name = "bindgen"
|
|
78
|
-
version = "0.69.
|
|
72
|
+
version = "0.69.5"
|
|
79
73
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
80
|
-
checksum = "
|
|
74
|
+
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
|
81
75
|
dependencies = [
|
|
82
76
|
"bitflags",
|
|
83
77
|
"cexpr",
|
|
@@ -95,30 +89,36 @@ dependencies = [
|
|
|
95
89
|
|
|
96
90
|
[[package]]
|
|
97
91
|
name = "bit-set"
|
|
98
|
-
version = "0.
|
|
92
|
+
version = "0.8.0"
|
|
99
93
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
100
|
-
checksum = "
|
|
94
|
+
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
|
|
101
95
|
dependencies = [
|
|
102
96
|
"bit-vec",
|
|
103
97
|
]
|
|
104
98
|
|
|
105
99
|
[[package]]
|
|
106
100
|
name = "bit-vec"
|
|
107
|
-
version = "0.
|
|
101
|
+
version = "0.8.0"
|
|
108
102
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
109
|
-
checksum = "
|
|
103
|
+
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
|
|
110
104
|
|
|
111
105
|
[[package]]
|
|
112
106
|
name = "bitflags"
|
|
113
|
-
version = "2.
|
|
107
|
+
version = "2.9.0"
|
|
114
108
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
115
|
-
checksum = "
|
|
109
|
+
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
|
|
110
|
+
|
|
111
|
+
[[package]]
|
|
112
|
+
name = "borrow-or-share"
|
|
113
|
+
version = "0.2.2"
|
|
114
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
115
|
+
checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
|
|
116
116
|
|
|
117
117
|
[[package]]
|
|
118
118
|
name = "bumpalo"
|
|
119
|
-
version = "3.
|
|
119
|
+
version = "3.17.0"
|
|
120
120
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
121
|
-
checksum = "
|
|
121
|
+
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
|
|
122
122
|
|
|
123
123
|
[[package]]
|
|
124
124
|
name = "bytecount"
|
|
@@ -128,9 +128,9 @@ checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
|
|
|
128
128
|
|
|
129
129
|
[[package]]
|
|
130
130
|
name = "bytes"
|
|
131
|
-
version = "1.
|
|
131
|
+
version = "1.10.1"
|
|
132
132
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
133
|
-
checksum = "
|
|
133
|
+
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
|
134
134
|
|
|
135
135
|
[[package]]
|
|
136
136
|
name = "cexpr"
|
|
@@ -159,31 +159,53 @@ dependencies = [
|
|
|
159
159
|
]
|
|
160
160
|
|
|
161
161
|
[[package]]
|
|
162
|
-
name = "
|
|
163
|
-
version = "0.
|
|
162
|
+
name = "displaydoc"
|
|
163
|
+
version = "0.2.5"
|
|
164
164
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
165
|
-
checksum = "
|
|
165
|
+
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
166
166
|
dependencies = [
|
|
167
|
-
"
|
|
167
|
+
"proc-macro2",
|
|
168
|
+
"quote",
|
|
169
|
+
"syn",
|
|
168
170
|
]
|
|
169
171
|
|
|
170
172
|
[[package]]
|
|
171
173
|
name = "either"
|
|
172
|
-
version = "1.
|
|
174
|
+
version = "1.15.0"
|
|
173
175
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
174
|
-
checksum = "
|
|
176
|
+
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
177
|
+
|
|
178
|
+
[[package]]
|
|
179
|
+
name = "email_address"
|
|
180
|
+
version = "0.2.9"
|
|
181
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
182
|
+
checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
|
|
183
|
+
dependencies = [
|
|
184
|
+
"serde",
|
|
185
|
+
]
|
|
175
186
|
|
|
176
187
|
[[package]]
|
|
177
188
|
name = "fancy-regex"
|
|
178
|
-
version = "0.
|
|
189
|
+
version = "0.14.0"
|
|
179
190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
180
|
-
checksum = "
|
|
191
|
+
checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
|
|
181
192
|
dependencies = [
|
|
182
193
|
"bit-set",
|
|
183
194
|
"regex-automata",
|
|
184
195
|
"regex-syntax",
|
|
185
196
|
]
|
|
186
197
|
|
|
198
|
+
[[package]]
|
|
199
|
+
name = "fluent-uri"
|
|
200
|
+
version = "0.3.2"
|
|
201
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
202
|
+
checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
|
|
203
|
+
dependencies = [
|
|
204
|
+
"borrow-or-share",
|
|
205
|
+
"ref-cast",
|
|
206
|
+
"serde",
|
|
207
|
+
]
|
|
208
|
+
|
|
187
209
|
[[package]]
|
|
188
210
|
name = "fnv"
|
|
189
211
|
version = "1.0.7"
|
|
@@ -211,9 +233,9 @@ dependencies = [
|
|
|
211
233
|
|
|
212
234
|
[[package]]
|
|
213
235
|
name = "futures-channel"
|
|
214
|
-
version = "0.3.
|
|
236
|
+
version = "0.3.31"
|
|
215
237
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
216
|
-
checksum = "
|
|
238
|
+
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
|
217
239
|
dependencies = [
|
|
218
240
|
"futures-core",
|
|
219
241
|
"futures-sink",
|
|
@@ -221,33 +243,33 @@ dependencies = [
|
|
|
221
243
|
|
|
222
244
|
[[package]]
|
|
223
245
|
name = "futures-core"
|
|
224
|
-
version = "0.3.
|
|
246
|
+
version = "0.3.31"
|
|
225
247
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
226
|
-
checksum = "
|
|
248
|
+
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
227
249
|
|
|
228
250
|
[[package]]
|
|
229
251
|
name = "futures-io"
|
|
230
|
-
version = "0.3.
|
|
252
|
+
version = "0.3.31"
|
|
231
253
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
232
|
-
checksum = "
|
|
254
|
+
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
|
233
255
|
|
|
234
256
|
[[package]]
|
|
235
257
|
name = "futures-sink"
|
|
236
|
-
version = "0.3.
|
|
258
|
+
version = "0.3.31"
|
|
237
259
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
238
|
-
checksum = "
|
|
260
|
+
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
|
239
261
|
|
|
240
262
|
[[package]]
|
|
241
263
|
name = "futures-task"
|
|
242
|
-
version = "0.3.
|
|
264
|
+
version = "0.3.31"
|
|
243
265
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
244
|
-
checksum = "
|
|
266
|
+
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
|
245
267
|
|
|
246
268
|
[[package]]
|
|
247
269
|
name = "futures-util"
|
|
248
|
-
version = "0.3.
|
|
270
|
+
version = "0.3.31"
|
|
249
271
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
250
|
-
checksum = "
|
|
272
|
+
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
|
251
273
|
dependencies = [
|
|
252
274
|
"futures-core",
|
|
253
275
|
"futures-io",
|
|
@@ -266,35 +288,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
266
288
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
|
267
289
|
dependencies = [
|
|
268
290
|
"cfg-if",
|
|
269
|
-
"js-sys",
|
|
270
291
|
"libc",
|
|
271
292
|
"wasi",
|
|
272
|
-
"wasm-bindgen",
|
|
273
293
|
]
|
|
274
294
|
|
|
275
295
|
[[package]]
|
|
276
296
|
name = "gimli"
|
|
277
|
-
version = "0.31.
|
|
297
|
+
version = "0.31.1"
|
|
278
298
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
279
|
-
checksum = "
|
|
299
|
+
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
280
300
|
|
|
281
301
|
[[package]]
|
|
282
302
|
name = "glob"
|
|
283
|
-
version = "0.3.
|
|
303
|
+
version = "0.3.2"
|
|
284
304
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
285
|
-
checksum = "
|
|
286
|
-
|
|
287
|
-
[[package]]
|
|
288
|
-
name = "hermit-abi"
|
|
289
|
-
version = "0.3.9"
|
|
290
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
291
|
-
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
|
305
|
+
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
|
292
306
|
|
|
293
307
|
[[package]]
|
|
294
308
|
name = "http"
|
|
295
|
-
version = "1.1
|
|
309
|
+
version = "1.3.1"
|
|
296
310
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
297
|
-
checksum = "
|
|
311
|
+
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
|
|
298
312
|
dependencies = [
|
|
299
313
|
"bytes",
|
|
300
314
|
"fnv",
|
|
@@ -313,12 +327,12 @@ dependencies = [
|
|
|
313
327
|
|
|
314
328
|
[[package]]
|
|
315
329
|
name = "http-body-util"
|
|
316
|
-
version = "0.1.
|
|
330
|
+
version = "0.1.3"
|
|
317
331
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
318
|
-
checksum = "
|
|
332
|
+
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
|
319
333
|
dependencies = [
|
|
320
334
|
"bytes",
|
|
321
|
-
"futures-
|
|
335
|
+
"futures-core",
|
|
322
336
|
"http",
|
|
323
337
|
"http-body",
|
|
324
338
|
"pin-project-lite",
|
|
@@ -326,15 +340,15 @@ dependencies = [
|
|
|
326
340
|
|
|
327
341
|
[[package]]
|
|
328
342
|
name = "httparse"
|
|
329
|
-
version = "1.
|
|
343
|
+
version = "1.10.1"
|
|
330
344
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
331
|
-
checksum = "
|
|
345
|
+
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
332
346
|
|
|
333
347
|
[[package]]
|
|
334
348
|
name = "hyper"
|
|
335
|
-
version = "1.
|
|
349
|
+
version = "1.6.0"
|
|
336
350
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
337
|
-
checksum = "
|
|
351
|
+
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
|
|
338
352
|
dependencies = [
|
|
339
353
|
"bytes",
|
|
340
354
|
"futures-channel",
|
|
@@ -351,9 +365,9 @@ dependencies = [
|
|
|
351
365
|
|
|
352
366
|
[[package]]
|
|
353
367
|
name = "hyper-util"
|
|
354
|
-
version = "0.1.
|
|
368
|
+
version = "0.1.11"
|
|
355
369
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
356
|
-
checksum = "
|
|
370
|
+
checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
|
|
357
371
|
dependencies = [
|
|
358
372
|
"bytes",
|
|
359
373
|
"futures-channel",
|
|
@@ -361,39 +375,159 @@ dependencies = [
|
|
|
361
375
|
"http",
|
|
362
376
|
"http-body",
|
|
363
377
|
"hyper",
|
|
378
|
+
"libc",
|
|
364
379
|
"pin-project-lite",
|
|
365
380
|
"socket2",
|
|
366
381
|
"tokio",
|
|
367
|
-
"tower",
|
|
368
382
|
"tower-service",
|
|
369
383
|
"tracing",
|
|
370
384
|
]
|
|
371
385
|
|
|
372
386
|
[[package]]
|
|
373
|
-
name = "
|
|
374
|
-
version = "
|
|
387
|
+
name = "icu_collections"
|
|
388
|
+
version = "1.5.0"
|
|
375
389
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
376
|
-
checksum = "
|
|
390
|
+
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
|
377
391
|
dependencies = [
|
|
378
|
-
"
|
|
379
|
-
"
|
|
392
|
+
"displaydoc",
|
|
393
|
+
"yoke",
|
|
394
|
+
"zerofrom",
|
|
395
|
+
"zerovec",
|
|
380
396
|
]
|
|
381
397
|
|
|
382
398
|
[[package]]
|
|
383
|
-
name = "
|
|
384
|
-
version = "
|
|
399
|
+
name = "icu_locid"
|
|
400
|
+
version = "1.5.0"
|
|
385
401
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
386
|
-
checksum = "
|
|
402
|
+
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
|
403
|
+
dependencies = [
|
|
404
|
+
"displaydoc",
|
|
405
|
+
"litemap",
|
|
406
|
+
"tinystr",
|
|
407
|
+
"writeable",
|
|
408
|
+
"zerovec",
|
|
409
|
+
]
|
|
387
410
|
|
|
388
411
|
[[package]]
|
|
389
|
-
name = "
|
|
390
|
-
version = "
|
|
412
|
+
name = "icu_locid_transform"
|
|
413
|
+
version = "1.5.0"
|
|
391
414
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
392
|
-
checksum = "
|
|
415
|
+
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
|
393
416
|
dependencies = [
|
|
394
|
-
"
|
|
417
|
+
"displaydoc",
|
|
418
|
+
"icu_locid",
|
|
419
|
+
"icu_locid_transform_data",
|
|
420
|
+
"icu_provider",
|
|
421
|
+
"tinystr",
|
|
422
|
+
"zerovec",
|
|
395
423
|
]
|
|
396
424
|
|
|
425
|
+
[[package]]
|
|
426
|
+
name = "icu_locid_transform_data"
|
|
427
|
+
version = "1.5.1"
|
|
428
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
429
|
+
checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
|
|
430
|
+
|
|
431
|
+
[[package]]
|
|
432
|
+
name = "icu_normalizer"
|
|
433
|
+
version = "1.5.0"
|
|
434
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
435
|
+
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
|
436
|
+
dependencies = [
|
|
437
|
+
"displaydoc",
|
|
438
|
+
"icu_collections",
|
|
439
|
+
"icu_normalizer_data",
|
|
440
|
+
"icu_properties",
|
|
441
|
+
"icu_provider",
|
|
442
|
+
"smallvec",
|
|
443
|
+
"utf16_iter",
|
|
444
|
+
"utf8_iter",
|
|
445
|
+
"write16",
|
|
446
|
+
"zerovec",
|
|
447
|
+
]
|
|
448
|
+
|
|
449
|
+
[[package]]
|
|
450
|
+
name = "icu_normalizer_data"
|
|
451
|
+
version = "1.5.1"
|
|
452
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
453
|
+
checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
|
|
454
|
+
|
|
455
|
+
[[package]]
|
|
456
|
+
name = "icu_properties"
|
|
457
|
+
version = "1.5.1"
|
|
458
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
459
|
+
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
|
460
|
+
dependencies = [
|
|
461
|
+
"displaydoc",
|
|
462
|
+
"icu_collections",
|
|
463
|
+
"icu_locid_transform",
|
|
464
|
+
"icu_properties_data",
|
|
465
|
+
"icu_provider",
|
|
466
|
+
"tinystr",
|
|
467
|
+
"zerovec",
|
|
468
|
+
]
|
|
469
|
+
|
|
470
|
+
[[package]]
|
|
471
|
+
name = "icu_properties_data"
|
|
472
|
+
version = "1.5.1"
|
|
473
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
474
|
+
checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
|
|
475
|
+
|
|
476
|
+
[[package]]
|
|
477
|
+
name = "icu_provider"
|
|
478
|
+
version = "1.5.0"
|
|
479
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
480
|
+
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
|
481
|
+
dependencies = [
|
|
482
|
+
"displaydoc",
|
|
483
|
+
"icu_locid",
|
|
484
|
+
"icu_provider_macros",
|
|
485
|
+
"stable_deref_trait",
|
|
486
|
+
"tinystr",
|
|
487
|
+
"writeable",
|
|
488
|
+
"yoke",
|
|
489
|
+
"zerofrom",
|
|
490
|
+
"zerovec",
|
|
491
|
+
]
|
|
492
|
+
|
|
493
|
+
[[package]]
|
|
494
|
+
name = "icu_provider_macros"
|
|
495
|
+
version = "1.5.0"
|
|
496
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
497
|
+
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
498
|
+
dependencies = [
|
|
499
|
+
"proc-macro2",
|
|
500
|
+
"quote",
|
|
501
|
+
"syn",
|
|
502
|
+
]
|
|
503
|
+
|
|
504
|
+
[[package]]
|
|
505
|
+
name = "idna"
|
|
506
|
+
version = "1.0.3"
|
|
507
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
508
|
+
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
|
509
|
+
dependencies = [
|
|
510
|
+
"idna_adapter",
|
|
511
|
+
"smallvec",
|
|
512
|
+
"utf8_iter",
|
|
513
|
+
]
|
|
514
|
+
|
|
515
|
+
[[package]]
|
|
516
|
+
name = "idna_adapter"
|
|
517
|
+
version = "1.2.0"
|
|
518
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
519
|
+
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
|
520
|
+
dependencies = [
|
|
521
|
+
"icu_normalizer",
|
|
522
|
+
"icu_properties",
|
|
523
|
+
]
|
|
524
|
+
|
|
525
|
+
[[package]]
|
|
526
|
+
name = "ipnet"
|
|
527
|
+
version = "2.11.0"
|
|
528
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
529
|
+
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
|
530
|
+
|
|
397
531
|
[[package]]
|
|
398
532
|
name = "itertools"
|
|
399
533
|
version = "0.12.1"
|
|
@@ -405,45 +539,42 @@ dependencies = [
|
|
|
405
539
|
|
|
406
540
|
[[package]]
|
|
407
541
|
name = "itoa"
|
|
408
|
-
version = "1.0.
|
|
542
|
+
version = "1.0.15"
|
|
409
543
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
410
|
-
checksum = "
|
|
544
|
+
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
411
545
|
|
|
412
546
|
[[package]]
|
|
413
547
|
name = "js-sys"
|
|
414
|
-
version = "0.3.
|
|
548
|
+
version = "0.3.77"
|
|
415
549
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
416
|
-
checksum = "
|
|
550
|
+
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
|
417
551
|
dependencies = [
|
|
552
|
+
"once_cell",
|
|
418
553
|
"wasm-bindgen",
|
|
419
554
|
]
|
|
420
555
|
|
|
421
556
|
[[package]]
|
|
422
557
|
name = "jsonschema"
|
|
423
|
-
version = "0.
|
|
558
|
+
version = "0.29.1"
|
|
424
559
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
425
|
-
checksum = "
|
|
560
|
+
checksum = "161c33c3ec738cfea3288c5c53dfcdb32fd4fc2954de86ea06f71b5a1a40bfcd"
|
|
426
561
|
dependencies = [
|
|
427
562
|
"ahash",
|
|
428
|
-
"anyhow",
|
|
429
563
|
"base64",
|
|
430
564
|
"bytecount",
|
|
565
|
+
"email_address",
|
|
431
566
|
"fancy-regex",
|
|
432
567
|
"fraction",
|
|
433
|
-
"
|
|
434
|
-
"iso8601",
|
|
568
|
+
"idna",
|
|
435
569
|
"itoa",
|
|
436
|
-
"memchr",
|
|
437
570
|
"num-cmp",
|
|
438
571
|
"once_cell",
|
|
439
|
-
"parking_lot",
|
|
440
572
|
"percent-encoding",
|
|
441
|
-
"
|
|
573
|
+
"referencing",
|
|
574
|
+
"regex-syntax",
|
|
442
575
|
"reqwest",
|
|
443
576
|
"serde",
|
|
444
577
|
"serde_json",
|
|
445
|
-
"time",
|
|
446
|
-
"url",
|
|
447
578
|
"uuid-simd",
|
|
448
579
|
]
|
|
449
580
|
|
|
@@ -461,20 +592,26 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
461
592
|
|
|
462
593
|
[[package]]
|
|
463
594
|
name = "libc"
|
|
464
|
-
version = "0.2.
|
|
595
|
+
version = "0.2.171"
|
|
465
596
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
466
|
-
checksum = "
|
|
597
|
+
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
|
|
467
598
|
|
|
468
599
|
[[package]]
|
|
469
600
|
name = "libloading"
|
|
470
|
-
version = "0.8.
|
|
601
|
+
version = "0.8.6"
|
|
471
602
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
472
|
-
checksum = "
|
|
603
|
+
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
|
473
604
|
dependencies = [
|
|
474
605
|
"cfg-if",
|
|
475
|
-
"windows-targets",
|
|
606
|
+
"windows-targets 0.52.6",
|
|
476
607
|
]
|
|
477
608
|
|
|
609
|
+
[[package]]
|
|
610
|
+
name = "litemap"
|
|
611
|
+
version = "0.7.5"
|
|
612
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
613
|
+
checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
|
|
614
|
+
|
|
478
615
|
[[package]]
|
|
479
616
|
name = "lock_api"
|
|
480
617
|
version = "0.4.12"
|
|
@@ -487,9 +624,9 @@ dependencies = [
|
|
|
487
624
|
|
|
488
625
|
[[package]]
|
|
489
626
|
name = "log"
|
|
490
|
-
version = "0.4.
|
|
627
|
+
version = "0.4.27"
|
|
491
628
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
492
|
-
checksum = "
|
|
629
|
+
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
|
493
630
|
|
|
494
631
|
[[package]]
|
|
495
632
|
name = "magnus"
|
|
@@ -534,20 +671,19 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
534
671
|
|
|
535
672
|
[[package]]
|
|
536
673
|
name = "miniz_oxide"
|
|
537
|
-
version = "0.8.
|
|
674
|
+
version = "0.8.8"
|
|
538
675
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
539
|
-
checksum = "
|
|
676
|
+
checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
|
|
540
677
|
dependencies = [
|
|
541
678
|
"adler2",
|
|
542
679
|
]
|
|
543
680
|
|
|
544
681
|
[[package]]
|
|
545
682
|
name = "mio"
|
|
546
|
-
version = "1.0.
|
|
683
|
+
version = "1.0.3"
|
|
547
684
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
548
|
-
checksum = "
|
|
685
|
+
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
|
549
686
|
dependencies = [
|
|
550
|
-
"hermit-abi",
|
|
551
687
|
"libc",
|
|
552
688
|
"wasi",
|
|
553
689
|
"windows-sys",
|
|
@@ -602,12 +738,6 @@ dependencies = [
|
|
|
602
738
|
"num-traits",
|
|
603
739
|
]
|
|
604
740
|
|
|
605
|
-
[[package]]
|
|
606
|
-
name = "num-conv"
|
|
607
|
-
version = "0.1.0"
|
|
608
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
609
|
-
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
610
|
-
|
|
611
741
|
[[package]]
|
|
612
742
|
name = "num-integer"
|
|
613
743
|
version = "0.1.46"
|
|
@@ -650,24 +780,24 @@ dependencies = [
|
|
|
650
780
|
|
|
651
781
|
[[package]]
|
|
652
782
|
name = "object"
|
|
653
|
-
version = "0.36.
|
|
783
|
+
version = "0.36.7"
|
|
654
784
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
655
|
-
checksum = "
|
|
785
|
+
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
|
656
786
|
dependencies = [
|
|
657
787
|
"memchr",
|
|
658
788
|
]
|
|
659
789
|
|
|
660
790
|
[[package]]
|
|
661
791
|
name = "once_cell"
|
|
662
|
-
version = "1.
|
|
792
|
+
version = "1.21.3"
|
|
663
793
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
664
|
-
checksum = "
|
|
794
|
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
665
795
|
|
|
666
796
|
[[package]]
|
|
667
797
|
name = "outref"
|
|
668
|
-
version = "0.5.
|
|
798
|
+
version = "0.5.2"
|
|
669
799
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
670
|
-
checksum = "
|
|
800
|
+
checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
|
|
671
801
|
|
|
672
802
|
[[package]]
|
|
673
803
|
name = "parking_lot"
|
|
@@ -689,7 +819,7 @@ dependencies = [
|
|
|
689
819
|
"libc",
|
|
690
820
|
"redox_syscall",
|
|
691
821
|
"smallvec",
|
|
692
|
-
"windows-targets",
|
|
822
|
+
"windows-targets 0.52.6",
|
|
693
823
|
]
|
|
694
824
|
|
|
695
825
|
[[package]]
|
|
@@ -698,31 +828,11 @@ version = "2.3.1"
|
|
|
698
828
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
699
829
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
700
830
|
|
|
701
|
-
[[package]]
|
|
702
|
-
name = "pin-project"
|
|
703
|
-
version = "1.1.5"
|
|
704
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
705
|
-
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
|
|
706
|
-
dependencies = [
|
|
707
|
-
"pin-project-internal",
|
|
708
|
-
]
|
|
709
|
-
|
|
710
|
-
[[package]]
|
|
711
|
-
name = "pin-project-internal"
|
|
712
|
-
version = "1.1.5"
|
|
713
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
714
|
-
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
|
|
715
|
-
dependencies = [
|
|
716
|
-
"proc-macro2",
|
|
717
|
-
"quote",
|
|
718
|
-
"syn",
|
|
719
|
-
]
|
|
720
|
-
|
|
721
831
|
[[package]]
|
|
722
832
|
name = "pin-project-lite"
|
|
723
|
-
version = "0.2.
|
|
833
|
+
version = "0.2.16"
|
|
724
834
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
725
|
-
checksum = "
|
|
835
|
+
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
|
726
836
|
|
|
727
837
|
[[package]]
|
|
728
838
|
name = "pin-utils"
|
|
@@ -730,44 +840,38 @@ version = "0.1.0"
|
|
|
730
840
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
731
841
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
732
842
|
|
|
733
|
-
[[package]]
|
|
734
|
-
name = "powerfmt"
|
|
735
|
-
version = "0.2.0"
|
|
736
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
737
|
-
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
738
|
-
|
|
739
843
|
[[package]]
|
|
740
844
|
name = "proc-macro2"
|
|
741
|
-
version = "1.0.
|
|
845
|
+
version = "1.0.94"
|
|
742
846
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
743
|
-
checksum = "
|
|
847
|
+
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
|
|
744
848
|
dependencies = [
|
|
745
849
|
"unicode-ident",
|
|
746
850
|
]
|
|
747
851
|
|
|
748
852
|
[[package]]
|
|
749
853
|
name = "quote"
|
|
750
|
-
version = "1.0.
|
|
854
|
+
version = "1.0.40"
|
|
751
855
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
752
|
-
checksum = "
|
|
856
|
+
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
|
753
857
|
dependencies = [
|
|
754
858
|
"proc-macro2",
|
|
755
859
|
]
|
|
756
860
|
|
|
757
861
|
[[package]]
|
|
758
862
|
name = "rb-sys"
|
|
759
|
-
version = "0.9.
|
|
863
|
+
version = "0.9.111"
|
|
760
864
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
761
|
-
checksum = "
|
|
865
|
+
checksum = "becea799ce051c16fb140be80f5e7cf781070f99ca099332383c2b17861249af"
|
|
762
866
|
dependencies = [
|
|
763
867
|
"rb-sys-build",
|
|
764
868
|
]
|
|
765
869
|
|
|
766
870
|
[[package]]
|
|
767
871
|
name = "rb-sys-build"
|
|
768
|
-
version = "0.9.
|
|
872
|
+
version = "0.9.111"
|
|
769
873
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
770
|
-
checksum = "
|
|
874
|
+
checksum = "64691175abc704862f60a9ca8ef06174080cc50615f2bf1d4759f46db18b4d29"
|
|
771
875
|
dependencies = [
|
|
772
876
|
"bindgen",
|
|
773
877
|
"lazy_static",
|
|
@@ -786,18 +890,52 @@ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
|
|
786
890
|
|
|
787
891
|
[[package]]
|
|
788
892
|
name = "redox_syscall"
|
|
789
|
-
version = "0.5.
|
|
893
|
+
version = "0.5.11"
|
|
790
894
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
791
|
-
checksum = "
|
|
895
|
+
checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
|
|
792
896
|
dependencies = [
|
|
793
897
|
"bitflags",
|
|
794
898
|
]
|
|
795
899
|
|
|
900
|
+
[[package]]
|
|
901
|
+
name = "ref-cast"
|
|
902
|
+
version = "1.0.24"
|
|
903
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
904
|
+
checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
|
|
905
|
+
dependencies = [
|
|
906
|
+
"ref-cast-impl",
|
|
907
|
+
]
|
|
908
|
+
|
|
909
|
+
[[package]]
|
|
910
|
+
name = "ref-cast-impl"
|
|
911
|
+
version = "1.0.24"
|
|
912
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
913
|
+
checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
|
|
914
|
+
dependencies = [
|
|
915
|
+
"proc-macro2",
|
|
916
|
+
"quote",
|
|
917
|
+
"syn",
|
|
918
|
+
]
|
|
919
|
+
|
|
920
|
+
[[package]]
|
|
921
|
+
name = "referencing"
|
|
922
|
+
version = "0.29.1"
|
|
923
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
924
|
+
checksum = "40a64b3a635fad9000648b4d8a59c8710c523ab61a23d392a7d91d47683f5adc"
|
|
925
|
+
dependencies = [
|
|
926
|
+
"ahash",
|
|
927
|
+
"fluent-uri",
|
|
928
|
+
"once_cell",
|
|
929
|
+
"parking_lot",
|
|
930
|
+
"percent-encoding",
|
|
931
|
+
"serde_json",
|
|
932
|
+
]
|
|
933
|
+
|
|
796
934
|
[[package]]
|
|
797
935
|
name = "regex"
|
|
798
|
-
version = "1.
|
|
936
|
+
version = "1.11.1"
|
|
799
937
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
800
|
-
checksum = "
|
|
938
|
+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
|
801
939
|
dependencies = [
|
|
802
940
|
"aho-corasick",
|
|
803
941
|
"memchr",
|
|
@@ -807,9 +945,9 @@ dependencies = [
|
|
|
807
945
|
|
|
808
946
|
[[package]]
|
|
809
947
|
name = "regex-automata"
|
|
810
|
-
version = "0.4.
|
|
948
|
+
version = "0.4.9"
|
|
811
949
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
812
|
-
checksum = "
|
|
950
|
+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
|
813
951
|
dependencies = [
|
|
814
952
|
"aho-corasick",
|
|
815
953
|
"memchr",
|
|
@@ -818,15 +956,15 @@ dependencies = [
|
|
|
818
956
|
|
|
819
957
|
[[package]]
|
|
820
958
|
name = "regex-syntax"
|
|
821
|
-
version = "0.8.
|
|
959
|
+
version = "0.8.5"
|
|
822
960
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
823
|
-
checksum = "
|
|
961
|
+
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
824
962
|
|
|
825
963
|
[[package]]
|
|
826
964
|
name = "reqwest"
|
|
827
|
-
version = "0.12.
|
|
965
|
+
version = "0.12.15"
|
|
828
966
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
829
|
-
checksum = "
|
|
967
|
+
checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
|
|
830
968
|
dependencies = [
|
|
831
969
|
"base64",
|
|
832
970
|
"bytes",
|
|
@@ -850,6 +988,7 @@ dependencies = [
|
|
|
850
988
|
"serde_urlencoded",
|
|
851
989
|
"sync_wrapper",
|
|
852
990
|
"tokio",
|
|
991
|
+
"tower",
|
|
853
992
|
"tower-service",
|
|
854
993
|
"url",
|
|
855
994
|
"wasm-bindgen",
|
|
@@ -880,11 +1019,17 @@ version = "1.1.0"
|
|
|
880
1019
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
881
1020
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
882
1021
|
|
|
1022
|
+
[[package]]
|
|
1023
|
+
name = "rustversion"
|
|
1024
|
+
version = "1.0.20"
|
|
1025
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1026
|
+
checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
|
|
1027
|
+
|
|
883
1028
|
[[package]]
|
|
884
1029
|
name = "ryu"
|
|
885
|
-
version = "1.0.
|
|
1030
|
+
version = "1.0.20"
|
|
886
1031
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
887
|
-
checksum = "
|
|
1032
|
+
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
|
888
1033
|
|
|
889
1034
|
[[package]]
|
|
890
1035
|
name = "scopeguard"
|
|
@@ -894,24 +1039,24 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
894
1039
|
|
|
895
1040
|
[[package]]
|
|
896
1041
|
name = "seq-macro"
|
|
897
|
-
version = "0.3.
|
|
1042
|
+
version = "0.3.6"
|
|
898
1043
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
899
|
-
checksum = "
|
|
1044
|
+
checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
|
900
1045
|
|
|
901
1046
|
[[package]]
|
|
902
1047
|
name = "serde"
|
|
903
|
-
version = "1.0.
|
|
1048
|
+
version = "1.0.219"
|
|
904
1049
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
905
|
-
checksum = "
|
|
1050
|
+
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
|
906
1051
|
dependencies = [
|
|
907
1052
|
"serde_derive",
|
|
908
1053
|
]
|
|
909
1054
|
|
|
910
1055
|
[[package]]
|
|
911
1056
|
name = "serde_derive"
|
|
912
|
-
version = "1.0.
|
|
1057
|
+
version = "1.0.219"
|
|
913
1058
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
914
|
-
checksum = "
|
|
1059
|
+
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
|
915
1060
|
dependencies = [
|
|
916
1061
|
"proc-macro2",
|
|
917
1062
|
"quote",
|
|
@@ -920,9 +1065,9 @@ dependencies = [
|
|
|
920
1065
|
|
|
921
1066
|
[[package]]
|
|
922
1067
|
name = "serde_json"
|
|
923
|
-
version = "1.0.
|
|
1068
|
+
version = "1.0.140"
|
|
924
1069
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
925
|
-
checksum = "
|
|
1070
|
+
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
|
926
1071
|
dependencies = [
|
|
927
1072
|
"itoa",
|
|
928
1073
|
"memchr",
|
|
@@ -965,25 +1110,31 @@ dependencies = [
|
|
|
965
1110
|
|
|
966
1111
|
[[package]]
|
|
967
1112
|
name = "smallvec"
|
|
968
|
-
version = "1.
|
|
1113
|
+
version = "1.15.0"
|
|
969
1114
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
970
|
-
checksum = "
|
|
1115
|
+
checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
|
|
971
1116
|
|
|
972
1117
|
[[package]]
|
|
973
1118
|
name = "socket2"
|
|
974
|
-
version = "0.5.
|
|
1119
|
+
version = "0.5.9"
|
|
975
1120
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
976
|
-
checksum = "
|
|
1121
|
+
checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
|
|
977
1122
|
dependencies = [
|
|
978
1123
|
"libc",
|
|
979
1124
|
"windows-sys",
|
|
980
1125
|
]
|
|
981
1126
|
|
|
1127
|
+
[[package]]
|
|
1128
|
+
name = "stable_deref_trait"
|
|
1129
|
+
version = "1.2.0"
|
|
1130
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1131
|
+
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
1132
|
+
|
|
982
1133
|
[[package]]
|
|
983
1134
|
name = "syn"
|
|
984
|
-
version = "2.0.
|
|
1135
|
+
version = "2.0.100"
|
|
985
1136
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
986
|
-
checksum = "
|
|
1137
|
+
checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
|
|
987
1138
|
dependencies = [
|
|
988
1139
|
"proc-macro2",
|
|
989
1140
|
"quote",
|
|
@@ -992,63 +1143,39 @@ dependencies = [
|
|
|
992
1143
|
|
|
993
1144
|
[[package]]
|
|
994
1145
|
name = "sync_wrapper"
|
|
995
|
-
version = "1.0.
|
|
1146
|
+
version = "1.0.2"
|
|
996
1147
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
997
|
-
checksum = "
|
|
1148
|
+
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
|
998
1149
|
dependencies = [
|
|
999
1150
|
"futures-core",
|
|
1000
1151
|
]
|
|
1001
1152
|
|
|
1002
1153
|
[[package]]
|
|
1003
|
-
name = "
|
|
1004
|
-
version = "0.
|
|
1154
|
+
name = "synstructure"
|
|
1155
|
+
version = "0.13.1"
|
|
1005
1156
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1006
|
-
checksum = "
|
|
1157
|
+
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
1007
1158
|
dependencies = [
|
|
1008
|
-
"
|
|
1009
|
-
"
|
|
1010
|
-
"
|
|
1011
|
-
"serde",
|
|
1012
|
-
"time-core",
|
|
1013
|
-
"time-macros",
|
|
1014
|
-
]
|
|
1015
|
-
|
|
1016
|
-
[[package]]
|
|
1017
|
-
name = "time-core"
|
|
1018
|
-
version = "0.1.2"
|
|
1019
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1020
|
-
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
|
1021
|
-
|
|
1022
|
-
[[package]]
|
|
1023
|
-
name = "time-macros"
|
|
1024
|
-
version = "0.2.18"
|
|
1025
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1026
|
-
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
|
1027
|
-
dependencies = [
|
|
1028
|
-
"num-conv",
|
|
1029
|
-
"time-core",
|
|
1159
|
+
"proc-macro2",
|
|
1160
|
+
"quote",
|
|
1161
|
+
"syn",
|
|
1030
1162
|
]
|
|
1031
1163
|
|
|
1032
1164
|
[[package]]
|
|
1033
|
-
name = "
|
|
1034
|
-
version = "
|
|
1165
|
+
name = "tinystr"
|
|
1166
|
+
version = "0.7.6"
|
|
1035
1167
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1036
|
-
checksum = "
|
|
1168
|
+
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
|
1037
1169
|
dependencies = [
|
|
1038
|
-
"
|
|
1170
|
+
"displaydoc",
|
|
1171
|
+
"zerovec",
|
|
1039
1172
|
]
|
|
1040
1173
|
|
|
1041
|
-
[[package]]
|
|
1042
|
-
name = "tinyvec_macros"
|
|
1043
|
-
version = "0.1.1"
|
|
1044
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1045
|
-
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
1046
|
-
|
|
1047
1174
|
[[package]]
|
|
1048
1175
|
name = "tokio"
|
|
1049
|
-
version = "1.
|
|
1176
|
+
version = "1.44.2"
|
|
1050
1177
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1051
|
-
checksum = "
|
|
1178
|
+
checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
|
|
1052
1179
|
dependencies = [
|
|
1053
1180
|
"backtrace",
|
|
1054
1181
|
"libc",
|
|
@@ -1060,14 +1187,14 @@ dependencies = [
|
|
|
1060
1187
|
|
|
1061
1188
|
[[package]]
|
|
1062
1189
|
name = "tower"
|
|
1063
|
-
version = "0.
|
|
1190
|
+
version = "0.5.2"
|
|
1064
1191
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1065
|
-
checksum = "
|
|
1192
|
+
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
|
1066
1193
|
dependencies = [
|
|
1067
1194
|
"futures-core",
|
|
1068
1195
|
"futures-util",
|
|
1069
|
-
"pin-project",
|
|
1070
1196
|
"pin-project-lite",
|
|
1197
|
+
"sync_wrapper",
|
|
1071
1198
|
"tokio",
|
|
1072
1199
|
"tower-layer",
|
|
1073
1200
|
"tower-service",
|
|
@@ -1087,9 +1214,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
|
1087
1214
|
|
|
1088
1215
|
[[package]]
|
|
1089
1216
|
name = "tracing"
|
|
1090
|
-
version = "0.1.
|
|
1217
|
+
version = "0.1.41"
|
|
1091
1218
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1092
|
-
checksum = "
|
|
1219
|
+
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
|
1093
1220
|
dependencies = [
|
|
1094
1221
|
"pin-project-lite",
|
|
1095
1222
|
"tracing-core",
|
|
@@ -1097,9 +1224,9 @@ dependencies = [
|
|
|
1097
1224
|
|
|
1098
1225
|
[[package]]
|
|
1099
1226
|
name = "tracing-core"
|
|
1100
|
-
version = "0.1.
|
|
1227
|
+
version = "0.1.33"
|
|
1101
1228
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1102
|
-
checksum = "
|
|
1229
|
+
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
|
1103
1230
|
dependencies = [
|
|
1104
1231
|
"once_cell",
|
|
1105
1232
|
]
|
|
@@ -1110,43 +1237,40 @@ version = "0.2.5"
|
|
|
1110
1237
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1111
1238
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
1112
1239
|
|
|
1113
|
-
[[package]]
|
|
1114
|
-
name = "unicode-bidi"
|
|
1115
|
-
version = "0.3.15"
|
|
1116
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1117
|
-
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
|
1118
|
-
|
|
1119
1240
|
[[package]]
|
|
1120
1241
|
name = "unicode-ident"
|
|
1121
|
-
version = "1.0.
|
|
1122
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1123
|
-
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
|
1124
|
-
|
|
1125
|
-
[[package]]
|
|
1126
|
-
name = "unicode-normalization"
|
|
1127
|
-
version = "0.1.23"
|
|
1242
|
+
version = "1.0.18"
|
|
1128
1243
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1129
|
-
checksum = "
|
|
1130
|
-
dependencies = [
|
|
1131
|
-
"tinyvec",
|
|
1132
|
-
]
|
|
1244
|
+
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
|
1133
1245
|
|
|
1134
1246
|
[[package]]
|
|
1135
1247
|
name = "url"
|
|
1136
|
-
version = "2.5.
|
|
1248
|
+
version = "2.5.4"
|
|
1137
1249
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1138
|
-
checksum = "
|
|
1250
|
+
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
|
1139
1251
|
dependencies = [
|
|
1140
1252
|
"form_urlencoded",
|
|
1141
1253
|
"idna",
|
|
1142
1254
|
"percent-encoding",
|
|
1143
1255
|
]
|
|
1144
1256
|
|
|
1257
|
+
[[package]]
|
|
1258
|
+
name = "utf16_iter"
|
|
1259
|
+
version = "1.0.5"
|
|
1260
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1261
|
+
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
1262
|
+
|
|
1263
|
+
[[package]]
|
|
1264
|
+
name = "utf8_iter"
|
|
1265
|
+
version = "1.0.4"
|
|
1266
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1267
|
+
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
1268
|
+
|
|
1145
1269
|
[[package]]
|
|
1146
1270
|
name = "uuid"
|
|
1147
|
-
version = "1.
|
|
1271
|
+
version = "1.16.0"
|
|
1148
1272
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1149
|
-
checksum = "
|
|
1273
|
+
checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
|
|
1150
1274
|
|
|
1151
1275
|
[[package]]
|
|
1152
1276
|
name = "uuid-simd"
|
|
@@ -1188,24 +1312,24 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
1188
1312
|
|
|
1189
1313
|
[[package]]
|
|
1190
1314
|
name = "wasm-bindgen"
|
|
1191
|
-
version = "0.2.
|
|
1315
|
+
version = "0.2.100"
|
|
1192
1316
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1193
|
-
checksum = "
|
|
1317
|
+
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
|
1194
1318
|
dependencies = [
|
|
1195
1319
|
"cfg-if",
|
|
1196
1320
|
"once_cell",
|
|
1321
|
+
"rustversion",
|
|
1197
1322
|
"wasm-bindgen-macro",
|
|
1198
1323
|
]
|
|
1199
1324
|
|
|
1200
1325
|
[[package]]
|
|
1201
1326
|
name = "wasm-bindgen-backend"
|
|
1202
|
-
version = "0.2.
|
|
1327
|
+
version = "0.2.100"
|
|
1203
1328
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1204
|
-
checksum = "
|
|
1329
|
+
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
|
1205
1330
|
dependencies = [
|
|
1206
1331
|
"bumpalo",
|
|
1207
1332
|
"log",
|
|
1208
|
-
"once_cell",
|
|
1209
1333
|
"proc-macro2",
|
|
1210
1334
|
"quote",
|
|
1211
1335
|
"syn",
|
|
@@ -1214,21 +1338,22 @@ dependencies = [
|
|
|
1214
1338
|
|
|
1215
1339
|
[[package]]
|
|
1216
1340
|
name = "wasm-bindgen-futures"
|
|
1217
|
-
version = "0.4.
|
|
1341
|
+
version = "0.4.50"
|
|
1218
1342
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1219
|
-
checksum = "
|
|
1343
|
+
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
|
|
1220
1344
|
dependencies = [
|
|
1221
1345
|
"cfg-if",
|
|
1222
1346
|
"js-sys",
|
|
1347
|
+
"once_cell",
|
|
1223
1348
|
"wasm-bindgen",
|
|
1224
1349
|
"web-sys",
|
|
1225
1350
|
]
|
|
1226
1351
|
|
|
1227
1352
|
[[package]]
|
|
1228
1353
|
name = "wasm-bindgen-macro"
|
|
1229
|
-
version = "0.2.
|
|
1354
|
+
version = "0.2.100"
|
|
1230
1355
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1231
|
-
checksum = "
|
|
1356
|
+
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
|
1232
1357
|
dependencies = [
|
|
1233
1358
|
"quote",
|
|
1234
1359
|
"wasm-bindgen-macro-support",
|
|
@@ -1236,9 +1361,9 @@ dependencies = [
|
|
|
1236
1361
|
|
|
1237
1362
|
[[package]]
|
|
1238
1363
|
name = "wasm-bindgen-macro-support"
|
|
1239
|
-
version = "0.2.
|
|
1364
|
+
version = "0.2.100"
|
|
1240
1365
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1241
|
-
checksum = "
|
|
1366
|
+
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
|
1242
1367
|
dependencies = [
|
|
1243
1368
|
"proc-macro2",
|
|
1244
1369
|
"quote",
|
|
@@ -1249,48 +1374,56 @@ dependencies = [
|
|
|
1249
1374
|
|
|
1250
1375
|
[[package]]
|
|
1251
1376
|
name = "wasm-bindgen-shared"
|
|
1252
|
-
version = "0.2.
|
|
1377
|
+
version = "0.2.100"
|
|
1253
1378
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1254
|
-
checksum = "
|
|
1379
|
+
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
|
1380
|
+
dependencies = [
|
|
1381
|
+
"unicode-ident",
|
|
1382
|
+
]
|
|
1255
1383
|
|
|
1256
1384
|
[[package]]
|
|
1257
1385
|
name = "web-sys"
|
|
1258
|
-
version = "0.3.
|
|
1386
|
+
version = "0.3.77"
|
|
1259
1387
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1260
|
-
checksum = "
|
|
1388
|
+
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
|
|
1261
1389
|
dependencies = [
|
|
1262
1390
|
"js-sys",
|
|
1263
1391
|
"wasm-bindgen",
|
|
1264
1392
|
]
|
|
1265
1393
|
|
|
1394
|
+
[[package]]
|
|
1395
|
+
name = "windows-link"
|
|
1396
|
+
version = "0.1.1"
|
|
1397
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1398
|
+
checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
|
|
1399
|
+
|
|
1266
1400
|
[[package]]
|
|
1267
1401
|
name = "windows-registry"
|
|
1268
|
-
version = "0.
|
|
1402
|
+
version = "0.4.0"
|
|
1269
1403
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1270
|
-
checksum = "
|
|
1404
|
+
checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
|
|
1271
1405
|
dependencies = [
|
|
1272
1406
|
"windows-result",
|
|
1273
1407
|
"windows-strings",
|
|
1274
|
-
"windows-targets",
|
|
1408
|
+
"windows-targets 0.53.0",
|
|
1275
1409
|
]
|
|
1276
1410
|
|
|
1277
1411
|
[[package]]
|
|
1278
1412
|
name = "windows-result"
|
|
1279
|
-
version = "0.2
|
|
1413
|
+
version = "0.3.2"
|
|
1280
1414
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1281
|
-
checksum = "
|
|
1415
|
+
checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
|
|
1282
1416
|
dependencies = [
|
|
1283
|
-
"windows-
|
|
1417
|
+
"windows-link",
|
|
1284
1418
|
]
|
|
1285
1419
|
|
|
1286
1420
|
[[package]]
|
|
1287
1421
|
name = "windows-strings"
|
|
1288
|
-
version = "0.1
|
|
1422
|
+
version = "0.3.1"
|
|
1289
1423
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1290
|
-
checksum = "
|
|
1424
|
+
checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
|
|
1291
1425
|
dependencies = [
|
|
1292
|
-
"windows-
|
|
1293
|
-
"windows-targets",
|
|
1426
|
+
"windows-link",
|
|
1294
1427
|
]
|
|
1295
1428
|
|
|
1296
1429
|
[[package]]
|
|
@@ -1299,7 +1432,7 @@ version = "0.52.0"
|
|
|
1299
1432
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1300
1433
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
1301
1434
|
dependencies = [
|
|
1302
|
-
"windows-targets",
|
|
1435
|
+
"windows-targets 0.52.6",
|
|
1303
1436
|
]
|
|
1304
1437
|
|
|
1305
1438
|
[[package]]
|
|
@@ -1308,14 +1441,30 @@ version = "0.52.6"
|
|
|
1308
1441
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1309
1442
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
1310
1443
|
dependencies = [
|
|
1311
|
-
"windows_aarch64_gnullvm",
|
|
1312
|
-
"windows_aarch64_msvc",
|
|
1313
|
-
"windows_i686_gnu",
|
|
1314
|
-
"windows_i686_gnullvm",
|
|
1315
|
-
"windows_i686_msvc",
|
|
1316
|
-
"windows_x86_64_gnu",
|
|
1317
|
-
"windows_x86_64_gnullvm",
|
|
1318
|
-
"windows_x86_64_msvc",
|
|
1444
|
+
"windows_aarch64_gnullvm 0.52.6",
|
|
1445
|
+
"windows_aarch64_msvc 0.52.6",
|
|
1446
|
+
"windows_i686_gnu 0.52.6",
|
|
1447
|
+
"windows_i686_gnullvm 0.52.6",
|
|
1448
|
+
"windows_i686_msvc 0.52.6",
|
|
1449
|
+
"windows_x86_64_gnu 0.52.6",
|
|
1450
|
+
"windows_x86_64_gnullvm 0.52.6",
|
|
1451
|
+
"windows_x86_64_msvc 0.52.6",
|
|
1452
|
+
]
|
|
1453
|
+
|
|
1454
|
+
[[package]]
|
|
1455
|
+
name = "windows-targets"
|
|
1456
|
+
version = "0.53.0"
|
|
1457
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1458
|
+
checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
|
|
1459
|
+
dependencies = [
|
|
1460
|
+
"windows_aarch64_gnullvm 0.53.0",
|
|
1461
|
+
"windows_aarch64_msvc 0.53.0",
|
|
1462
|
+
"windows_i686_gnu 0.53.0",
|
|
1463
|
+
"windows_i686_gnullvm 0.53.0",
|
|
1464
|
+
"windows_i686_msvc 0.53.0",
|
|
1465
|
+
"windows_x86_64_gnu 0.53.0",
|
|
1466
|
+
"windows_x86_64_gnullvm 0.53.0",
|
|
1467
|
+
"windows_x86_64_msvc 0.53.0",
|
|
1319
1468
|
]
|
|
1320
1469
|
|
|
1321
1470
|
[[package]]
|
|
@@ -1324,48 +1473,132 @@ version = "0.52.6"
|
|
|
1324
1473
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1325
1474
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
1326
1475
|
|
|
1476
|
+
[[package]]
|
|
1477
|
+
name = "windows_aarch64_gnullvm"
|
|
1478
|
+
version = "0.53.0"
|
|
1479
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1480
|
+
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
|
|
1481
|
+
|
|
1327
1482
|
[[package]]
|
|
1328
1483
|
name = "windows_aarch64_msvc"
|
|
1329
1484
|
version = "0.52.6"
|
|
1330
1485
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1331
1486
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
1332
1487
|
|
|
1488
|
+
[[package]]
|
|
1489
|
+
name = "windows_aarch64_msvc"
|
|
1490
|
+
version = "0.53.0"
|
|
1491
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1492
|
+
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
|
1493
|
+
|
|
1333
1494
|
[[package]]
|
|
1334
1495
|
name = "windows_i686_gnu"
|
|
1335
1496
|
version = "0.52.6"
|
|
1336
1497
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1337
1498
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
1338
1499
|
|
|
1500
|
+
[[package]]
|
|
1501
|
+
name = "windows_i686_gnu"
|
|
1502
|
+
version = "0.53.0"
|
|
1503
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1504
|
+
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
|
|
1505
|
+
|
|
1339
1506
|
[[package]]
|
|
1340
1507
|
name = "windows_i686_gnullvm"
|
|
1341
1508
|
version = "0.52.6"
|
|
1342
1509
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1343
1510
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
1344
1511
|
|
|
1512
|
+
[[package]]
|
|
1513
|
+
name = "windows_i686_gnullvm"
|
|
1514
|
+
version = "0.53.0"
|
|
1515
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1516
|
+
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
|
1517
|
+
|
|
1345
1518
|
[[package]]
|
|
1346
1519
|
name = "windows_i686_msvc"
|
|
1347
1520
|
version = "0.52.6"
|
|
1348
1521
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1349
1522
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
1350
1523
|
|
|
1524
|
+
[[package]]
|
|
1525
|
+
name = "windows_i686_msvc"
|
|
1526
|
+
version = "0.53.0"
|
|
1527
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1528
|
+
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
|
|
1529
|
+
|
|
1351
1530
|
[[package]]
|
|
1352
1531
|
name = "windows_x86_64_gnu"
|
|
1353
1532
|
version = "0.52.6"
|
|
1354
1533
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1355
1534
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
1356
1535
|
|
|
1536
|
+
[[package]]
|
|
1537
|
+
name = "windows_x86_64_gnu"
|
|
1538
|
+
version = "0.53.0"
|
|
1539
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1540
|
+
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
|
1541
|
+
|
|
1357
1542
|
[[package]]
|
|
1358
1543
|
name = "windows_x86_64_gnullvm"
|
|
1359
1544
|
version = "0.52.6"
|
|
1360
1545
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1361
1546
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
1362
1547
|
|
|
1548
|
+
[[package]]
|
|
1549
|
+
name = "windows_x86_64_gnullvm"
|
|
1550
|
+
version = "0.53.0"
|
|
1551
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1552
|
+
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
|
1553
|
+
|
|
1363
1554
|
[[package]]
|
|
1364
1555
|
name = "windows_x86_64_msvc"
|
|
1365
1556
|
version = "0.52.6"
|
|
1366
1557
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1367
1558
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
1368
1559
|
|
|
1560
|
+
[[package]]
|
|
1561
|
+
name = "windows_x86_64_msvc"
|
|
1562
|
+
version = "0.53.0"
|
|
1563
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1564
|
+
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
|
1565
|
+
|
|
1566
|
+
[[package]]
|
|
1567
|
+
name = "write16"
|
|
1568
|
+
version = "1.0.0"
|
|
1569
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1570
|
+
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
1571
|
+
|
|
1572
|
+
[[package]]
|
|
1573
|
+
name = "writeable"
|
|
1574
|
+
version = "0.5.5"
|
|
1575
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1576
|
+
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
1577
|
+
|
|
1578
|
+
[[package]]
|
|
1579
|
+
name = "yoke"
|
|
1580
|
+
version = "0.7.5"
|
|
1581
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1582
|
+
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
|
1583
|
+
dependencies = [
|
|
1584
|
+
"serde",
|
|
1585
|
+
"stable_deref_trait",
|
|
1586
|
+
"yoke-derive",
|
|
1587
|
+
"zerofrom",
|
|
1588
|
+
]
|
|
1589
|
+
|
|
1590
|
+
[[package]]
|
|
1591
|
+
name = "yoke-derive"
|
|
1592
|
+
version = "0.7.5"
|
|
1593
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1594
|
+
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
|
1595
|
+
dependencies = [
|
|
1596
|
+
"proc-macro2",
|
|
1597
|
+
"quote",
|
|
1598
|
+
"syn",
|
|
1599
|
+
"synstructure",
|
|
1600
|
+
]
|
|
1601
|
+
|
|
1369
1602
|
[[package]]
|
|
1370
1603
|
name = "zerocopy"
|
|
1371
1604
|
version = "0.7.35"
|
|
@@ -1385,3 +1618,46 @@ dependencies = [
|
|
|
1385
1618
|
"quote",
|
|
1386
1619
|
"syn",
|
|
1387
1620
|
]
|
|
1621
|
+
|
|
1622
|
+
[[package]]
|
|
1623
|
+
name = "zerofrom"
|
|
1624
|
+
version = "0.1.6"
|
|
1625
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1626
|
+
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
|
1627
|
+
dependencies = [
|
|
1628
|
+
"zerofrom-derive",
|
|
1629
|
+
]
|
|
1630
|
+
|
|
1631
|
+
[[package]]
|
|
1632
|
+
name = "zerofrom-derive"
|
|
1633
|
+
version = "0.1.6"
|
|
1634
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1635
|
+
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
|
1636
|
+
dependencies = [
|
|
1637
|
+
"proc-macro2",
|
|
1638
|
+
"quote",
|
|
1639
|
+
"syn",
|
|
1640
|
+
"synstructure",
|
|
1641
|
+
]
|
|
1642
|
+
|
|
1643
|
+
[[package]]
|
|
1644
|
+
name = "zerovec"
|
|
1645
|
+
version = "0.10.4"
|
|
1646
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1647
|
+
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
|
1648
|
+
dependencies = [
|
|
1649
|
+
"yoke",
|
|
1650
|
+
"zerofrom",
|
|
1651
|
+
"zerovec-derive",
|
|
1652
|
+
]
|
|
1653
|
+
|
|
1654
|
+
[[package]]
|
|
1655
|
+
name = "zerovec-derive"
|
|
1656
|
+
version = "0.10.3"
|
|
1657
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1658
|
+
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
1659
|
+
dependencies = [
|
|
1660
|
+
"proc-macro2",
|
|
1661
|
+
"quote",
|
|
1662
|
+
"syn",
|
|
1663
|
+
]
|