taskchampion-rb 0.9.2 → 0.9.3
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 +140 -1324
- data/ext/taskchampion/Cargo.toml +1 -1
- data/ext/taskchampion/src/task.rs +10 -0
- data/lib/taskchampion/version.rb +1 -1
- metadata +3 -3
- /data/{TaskchampionRbErrors.md → docs/TaskchampionRbErrors.md} +0 -0
data/Cargo.lock
CHANGED
|
@@ -2,15 +2,6 @@
|
|
|
2
2
|
# It is not intended for manual editing.
|
|
3
3
|
version = 4
|
|
4
4
|
|
|
5
|
-
[[package]]
|
|
6
|
-
name = "addr2line"
|
|
7
|
-
version = "0.24.2"
|
|
8
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
-
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
|
10
|
-
dependencies = [
|
|
11
|
-
"gimli",
|
|
12
|
-
]
|
|
13
|
-
|
|
14
5
|
[[package]]
|
|
15
6
|
name = "adler2"
|
|
16
7
|
version = "2.0.1"
|
|
@@ -38,12 +29,6 @@ dependencies = [
|
|
|
38
29
|
"memchr",
|
|
39
30
|
]
|
|
40
31
|
|
|
41
|
-
[[package]]
|
|
42
|
-
name = "allocator-api2"
|
|
43
|
-
version = "0.2.21"
|
|
44
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
45
|
-
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
46
|
-
|
|
47
32
|
[[package]]
|
|
48
33
|
name = "android-tzdata"
|
|
49
34
|
version = "0.1.1"
|
|
@@ -89,9 +74,9 @@ dependencies = [
|
|
|
89
74
|
|
|
90
75
|
[[package]]
|
|
91
76
|
name = "async-trait"
|
|
92
|
-
version = "0.1.
|
|
77
|
+
version = "0.1.89"
|
|
93
78
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
94
|
-
checksum = "
|
|
79
|
+
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
|
|
95
80
|
dependencies = [
|
|
96
81
|
"proc-macro2",
|
|
97
82
|
"quote",
|
|
@@ -110,456 +95,6 @@ version = "1.5.0"
|
|
|
110
95
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
111
96
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
112
97
|
|
|
113
|
-
[[package]]
|
|
114
|
-
name = "aws-config"
|
|
115
|
-
version = "1.8.3"
|
|
116
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
117
|
-
checksum = "c0baa720ebadea158c5bda642ac444a2af0cdf7bb66b46d1e4533de5d1f449d0"
|
|
118
|
-
dependencies = [
|
|
119
|
-
"aws-credential-types",
|
|
120
|
-
"aws-runtime",
|
|
121
|
-
"aws-sdk-sso",
|
|
122
|
-
"aws-sdk-ssooidc",
|
|
123
|
-
"aws-sdk-sts",
|
|
124
|
-
"aws-smithy-async",
|
|
125
|
-
"aws-smithy-http",
|
|
126
|
-
"aws-smithy-json",
|
|
127
|
-
"aws-smithy-runtime",
|
|
128
|
-
"aws-smithy-runtime-api",
|
|
129
|
-
"aws-smithy-types",
|
|
130
|
-
"aws-types",
|
|
131
|
-
"bytes",
|
|
132
|
-
"fastrand",
|
|
133
|
-
"hex",
|
|
134
|
-
"http 1.3.1",
|
|
135
|
-
"ring",
|
|
136
|
-
"time",
|
|
137
|
-
"tokio",
|
|
138
|
-
"tracing",
|
|
139
|
-
"url",
|
|
140
|
-
"zeroize",
|
|
141
|
-
]
|
|
142
|
-
|
|
143
|
-
[[package]]
|
|
144
|
-
name = "aws-credential-types"
|
|
145
|
-
version = "1.2.4"
|
|
146
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
147
|
-
checksum = "b68c2194a190e1efc999612792e25b1ab3abfefe4306494efaaabc25933c0cbe"
|
|
148
|
-
dependencies = [
|
|
149
|
-
"aws-smithy-async",
|
|
150
|
-
"aws-smithy-runtime-api",
|
|
151
|
-
"aws-smithy-types",
|
|
152
|
-
"zeroize",
|
|
153
|
-
]
|
|
154
|
-
|
|
155
|
-
[[package]]
|
|
156
|
-
name = "aws-lc-rs"
|
|
157
|
-
version = "1.13.3"
|
|
158
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
159
|
-
checksum = "5c953fe1ba023e6b7730c0d4b031d06f267f23a46167dcbd40316644b10a17ba"
|
|
160
|
-
dependencies = [
|
|
161
|
-
"aws-lc-sys",
|
|
162
|
-
"zeroize",
|
|
163
|
-
]
|
|
164
|
-
|
|
165
|
-
[[package]]
|
|
166
|
-
name = "aws-lc-sys"
|
|
167
|
-
version = "0.30.0"
|
|
168
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
169
|
-
checksum = "dbfd150b5dbdb988bcc8fb1fe787eb6b7ee6180ca24da683b61ea5405f3d43ff"
|
|
170
|
-
dependencies = [
|
|
171
|
-
"bindgen",
|
|
172
|
-
"cc",
|
|
173
|
-
"cmake",
|
|
174
|
-
"dunce",
|
|
175
|
-
"fs_extra",
|
|
176
|
-
]
|
|
177
|
-
|
|
178
|
-
[[package]]
|
|
179
|
-
name = "aws-runtime"
|
|
180
|
-
version = "1.5.9"
|
|
181
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
182
|
-
checksum = "b2090e664216c78e766b6bac10fe74d2f451c02441d43484cd76ac9a295075f7"
|
|
183
|
-
dependencies = [
|
|
184
|
-
"aws-credential-types",
|
|
185
|
-
"aws-sigv4",
|
|
186
|
-
"aws-smithy-async",
|
|
187
|
-
"aws-smithy-eventstream",
|
|
188
|
-
"aws-smithy-http",
|
|
189
|
-
"aws-smithy-runtime",
|
|
190
|
-
"aws-smithy-runtime-api",
|
|
191
|
-
"aws-smithy-types",
|
|
192
|
-
"aws-types",
|
|
193
|
-
"bytes",
|
|
194
|
-
"fastrand",
|
|
195
|
-
"http 0.2.12",
|
|
196
|
-
"http-body 0.4.6",
|
|
197
|
-
"percent-encoding",
|
|
198
|
-
"pin-project-lite",
|
|
199
|
-
"tracing",
|
|
200
|
-
"uuid",
|
|
201
|
-
]
|
|
202
|
-
|
|
203
|
-
[[package]]
|
|
204
|
-
name = "aws-sdk-s3"
|
|
205
|
-
version = "1.100.0"
|
|
206
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
207
|
-
checksum = "8c5eafbdcd898114b839ba68ac628e31c4cfc3e11dfca38dc1b2de2f35bb6270"
|
|
208
|
-
dependencies = [
|
|
209
|
-
"aws-credential-types",
|
|
210
|
-
"aws-runtime",
|
|
211
|
-
"aws-sigv4",
|
|
212
|
-
"aws-smithy-async",
|
|
213
|
-
"aws-smithy-checksums",
|
|
214
|
-
"aws-smithy-eventstream",
|
|
215
|
-
"aws-smithy-http",
|
|
216
|
-
"aws-smithy-json",
|
|
217
|
-
"aws-smithy-runtime",
|
|
218
|
-
"aws-smithy-runtime-api",
|
|
219
|
-
"aws-smithy-types",
|
|
220
|
-
"aws-smithy-xml",
|
|
221
|
-
"aws-types",
|
|
222
|
-
"bytes",
|
|
223
|
-
"fastrand",
|
|
224
|
-
"hex",
|
|
225
|
-
"hmac",
|
|
226
|
-
"http 0.2.12",
|
|
227
|
-
"http 1.3.1",
|
|
228
|
-
"http-body 0.4.6",
|
|
229
|
-
"lru",
|
|
230
|
-
"percent-encoding",
|
|
231
|
-
"regex-lite",
|
|
232
|
-
"sha2",
|
|
233
|
-
"tracing",
|
|
234
|
-
"url",
|
|
235
|
-
]
|
|
236
|
-
|
|
237
|
-
[[package]]
|
|
238
|
-
name = "aws-sdk-sso"
|
|
239
|
-
version = "1.78.0"
|
|
240
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
241
|
-
checksum = "dbd7bc4bd34303733bded362c4c997a39130eac4310257c79aae8484b1c4b724"
|
|
242
|
-
dependencies = [
|
|
243
|
-
"aws-credential-types",
|
|
244
|
-
"aws-runtime",
|
|
245
|
-
"aws-smithy-async",
|
|
246
|
-
"aws-smithy-http",
|
|
247
|
-
"aws-smithy-json",
|
|
248
|
-
"aws-smithy-runtime",
|
|
249
|
-
"aws-smithy-runtime-api",
|
|
250
|
-
"aws-smithy-types",
|
|
251
|
-
"aws-types",
|
|
252
|
-
"bytes",
|
|
253
|
-
"fastrand",
|
|
254
|
-
"http 0.2.12",
|
|
255
|
-
"regex-lite",
|
|
256
|
-
"tracing",
|
|
257
|
-
]
|
|
258
|
-
|
|
259
|
-
[[package]]
|
|
260
|
-
name = "aws-sdk-ssooidc"
|
|
261
|
-
version = "1.79.0"
|
|
262
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
263
|
-
checksum = "77358d25f781bb106c1a69531231d4fd12c6be904edb0c47198c604df5a2dbca"
|
|
264
|
-
dependencies = [
|
|
265
|
-
"aws-credential-types",
|
|
266
|
-
"aws-runtime",
|
|
267
|
-
"aws-smithy-async",
|
|
268
|
-
"aws-smithy-http",
|
|
269
|
-
"aws-smithy-json",
|
|
270
|
-
"aws-smithy-runtime",
|
|
271
|
-
"aws-smithy-runtime-api",
|
|
272
|
-
"aws-smithy-types",
|
|
273
|
-
"aws-types",
|
|
274
|
-
"bytes",
|
|
275
|
-
"fastrand",
|
|
276
|
-
"http 0.2.12",
|
|
277
|
-
"regex-lite",
|
|
278
|
-
"tracing",
|
|
279
|
-
]
|
|
280
|
-
|
|
281
|
-
[[package]]
|
|
282
|
-
name = "aws-sdk-sts"
|
|
283
|
-
version = "1.80.0"
|
|
284
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
285
|
-
checksum = "06e3ed2a9b828ae7763ddaed41d51724d2661a50c45f845b08967e52f4939cfc"
|
|
286
|
-
dependencies = [
|
|
287
|
-
"aws-credential-types",
|
|
288
|
-
"aws-runtime",
|
|
289
|
-
"aws-smithy-async",
|
|
290
|
-
"aws-smithy-http",
|
|
291
|
-
"aws-smithy-json",
|
|
292
|
-
"aws-smithy-query",
|
|
293
|
-
"aws-smithy-runtime",
|
|
294
|
-
"aws-smithy-runtime-api",
|
|
295
|
-
"aws-smithy-types",
|
|
296
|
-
"aws-smithy-xml",
|
|
297
|
-
"aws-types",
|
|
298
|
-
"fastrand",
|
|
299
|
-
"http 0.2.12",
|
|
300
|
-
"regex-lite",
|
|
301
|
-
"tracing",
|
|
302
|
-
]
|
|
303
|
-
|
|
304
|
-
[[package]]
|
|
305
|
-
name = "aws-sigv4"
|
|
306
|
-
version = "1.3.3"
|
|
307
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
308
|
-
checksum = "ddfb9021f581b71870a17eac25b52335b82211cdc092e02b6876b2bcefa61666"
|
|
309
|
-
dependencies = [
|
|
310
|
-
"aws-credential-types",
|
|
311
|
-
"aws-smithy-eventstream",
|
|
312
|
-
"aws-smithy-http",
|
|
313
|
-
"aws-smithy-runtime-api",
|
|
314
|
-
"aws-smithy-types",
|
|
315
|
-
"bytes",
|
|
316
|
-
"crypto-bigint 0.5.5",
|
|
317
|
-
"form_urlencoded",
|
|
318
|
-
"hex",
|
|
319
|
-
"hmac",
|
|
320
|
-
"http 0.2.12",
|
|
321
|
-
"http 1.3.1",
|
|
322
|
-
"p256",
|
|
323
|
-
"percent-encoding",
|
|
324
|
-
"ring",
|
|
325
|
-
"sha2",
|
|
326
|
-
"subtle",
|
|
327
|
-
"time",
|
|
328
|
-
"tracing",
|
|
329
|
-
"zeroize",
|
|
330
|
-
]
|
|
331
|
-
|
|
332
|
-
[[package]]
|
|
333
|
-
name = "aws-smithy-async"
|
|
334
|
-
version = "1.2.5"
|
|
335
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
336
|
-
checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
|
|
337
|
-
dependencies = [
|
|
338
|
-
"futures-util",
|
|
339
|
-
"pin-project-lite",
|
|
340
|
-
"tokio",
|
|
341
|
-
]
|
|
342
|
-
|
|
343
|
-
[[package]]
|
|
344
|
-
name = "aws-smithy-checksums"
|
|
345
|
-
version = "0.63.5"
|
|
346
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
347
|
-
checksum = "5ab9472f7a8ec259ddb5681d2ef1cb1cf16c0411890063e67cdc7b62562cc496"
|
|
348
|
-
dependencies = [
|
|
349
|
-
"aws-smithy-http",
|
|
350
|
-
"aws-smithy-types",
|
|
351
|
-
"bytes",
|
|
352
|
-
"crc-fast",
|
|
353
|
-
"hex",
|
|
354
|
-
"http 0.2.12",
|
|
355
|
-
"http-body 0.4.6",
|
|
356
|
-
"md-5",
|
|
357
|
-
"pin-project-lite",
|
|
358
|
-
"sha1",
|
|
359
|
-
"sha2",
|
|
360
|
-
"tracing",
|
|
361
|
-
]
|
|
362
|
-
|
|
363
|
-
[[package]]
|
|
364
|
-
name = "aws-smithy-eventstream"
|
|
365
|
-
version = "0.60.10"
|
|
366
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
367
|
-
checksum = "604c7aec361252b8f1c871a7641d5e0ba3a7f5a586e51b66bc9510a5519594d9"
|
|
368
|
-
dependencies = [
|
|
369
|
-
"aws-smithy-types",
|
|
370
|
-
"bytes",
|
|
371
|
-
"crc32fast",
|
|
372
|
-
]
|
|
373
|
-
|
|
374
|
-
[[package]]
|
|
375
|
-
name = "aws-smithy-http"
|
|
376
|
-
version = "0.62.2"
|
|
377
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
378
|
-
checksum = "43c82ba4cab184ea61f6edaafc1072aad3c2a17dcf4c0fce19ac5694b90d8b5f"
|
|
379
|
-
dependencies = [
|
|
380
|
-
"aws-smithy-eventstream",
|
|
381
|
-
"aws-smithy-runtime-api",
|
|
382
|
-
"aws-smithy-types",
|
|
383
|
-
"bytes",
|
|
384
|
-
"bytes-utils",
|
|
385
|
-
"futures-core",
|
|
386
|
-
"http 0.2.12",
|
|
387
|
-
"http 1.3.1",
|
|
388
|
-
"http-body 0.4.6",
|
|
389
|
-
"percent-encoding",
|
|
390
|
-
"pin-project-lite",
|
|
391
|
-
"pin-utils",
|
|
392
|
-
"tracing",
|
|
393
|
-
]
|
|
394
|
-
|
|
395
|
-
[[package]]
|
|
396
|
-
name = "aws-smithy-http-client"
|
|
397
|
-
version = "1.0.6"
|
|
398
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
399
|
-
checksum = "f108f1ca850f3feef3009bdcc977be201bca9a91058864d9de0684e64514bee0"
|
|
400
|
-
dependencies = [
|
|
401
|
-
"aws-smithy-async",
|
|
402
|
-
"aws-smithy-runtime-api",
|
|
403
|
-
"aws-smithy-types",
|
|
404
|
-
"h2 0.3.27",
|
|
405
|
-
"h2 0.4.11",
|
|
406
|
-
"http 0.2.12",
|
|
407
|
-
"http 1.3.1",
|
|
408
|
-
"http-body 0.4.6",
|
|
409
|
-
"hyper 0.14.32",
|
|
410
|
-
"hyper 1.6.0",
|
|
411
|
-
"hyper-rustls 0.24.2",
|
|
412
|
-
"hyper-rustls 0.27.7",
|
|
413
|
-
"hyper-util",
|
|
414
|
-
"pin-project-lite",
|
|
415
|
-
"rustls 0.21.12",
|
|
416
|
-
"rustls 0.23.31",
|
|
417
|
-
"rustls-native-certs 0.8.1",
|
|
418
|
-
"rustls-pki-types",
|
|
419
|
-
"tokio",
|
|
420
|
-
"tower",
|
|
421
|
-
"tracing",
|
|
422
|
-
]
|
|
423
|
-
|
|
424
|
-
[[package]]
|
|
425
|
-
name = "aws-smithy-json"
|
|
426
|
-
version = "0.61.4"
|
|
427
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
428
|
-
checksum = "a16e040799d29c17412943bdbf488fd75db04112d0c0d4b9290bacf5ae0014b9"
|
|
429
|
-
dependencies = [
|
|
430
|
-
"aws-smithy-types",
|
|
431
|
-
]
|
|
432
|
-
|
|
433
|
-
[[package]]
|
|
434
|
-
name = "aws-smithy-observability"
|
|
435
|
-
version = "0.1.3"
|
|
436
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
437
|
-
checksum = "9364d5989ac4dd918e5cc4c4bdcc61c9be17dcd2586ea7f69e348fc7c6cab393"
|
|
438
|
-
dependencies = [
|
|
439
|
-
"aws-smithy-runtime-api",
|
|
440
|
-
]
|
|
441
|
-
|
|
442
|
-
[[package]]
|
|
443
|
-
name = "aws-smithy-query"
|
|
444
|
-
version = "0.60.7"
|
|
445
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
446
|
-
checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
|
|
447
|
-
dependencies = [
|
|
448
|
-
"aws-smithy-types",
|
|
449
|
-
"urlencoding",
|
|
450
|
-
]
|
|
451
|
-
|
|
452
|
-
[[package]]
|
|
453
|
-
name = "aws-smithy-runtime"
|
|
454
|
-
version = "1.8.5"
|
|
455
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
456
|
-
checksum = "660f70d9d8af6876b4c9aa8dcb0dbaf0f89b04ee9a4455bea1b4ba03b15f26f6"
|
|
457
|
-
dependencies = [
|
|
458
|
-
"aws-smithy-async",
|
|
459
|
-
"aws-smithy-http",
|
|
460
|
-
"aws-smithy-http-client",
|
|
461
|
-
"aws-smithy-observability",
|
|
462
|
-
"aws-smithy-runtime-api",
|
|
463
|
-
"aws-smithy-types",
|
|
464
|
-
"bytes",
|
|
465
|
-
"fastrand",
|
|
466
|
-
"http 0.2.12",
|
|
467
|
-
"http 1.3.1",
|
|
468
|
-
"http-body 0.4.6",
|
|
469
|
-
"http-body 1.0.1",
|
|
470
|
-
"pin-project-lite",
|
|
471
|
-
"pin-utils",
|
|
472
|
-
"tokio",
|
|
473
|
-
"tracing",
|
|
474
|
-
]
|
|
475
|
-
|
|
476
|
-
[[package]]
|
|
477
|
-
name = "aws-smithy-runtime-api"
|
|
478
|
-
version = "1.8.5"
|
|
479
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
480
|
-
checksum = "937a49ecf061895fca4a6dd8e864208ed9be7546c0527d04bc07d502ec5fba1c"
|
|
481
|
-
dependencies = [
|
|
482
|
-
"aws-smithy-async",
|
|
483
|
-
"aws-smithy-types",
|
|
484
|
-
"bytes",
|
|
485
|
-
"http 0.2.12",
|
|
486
|
-
"http 1.3.1",
|
|
487
|
-
"pin-project-lite",
|
|
488
|
-
"tokio",
|
|
489
|
-
"tracing",
|
|
490
|
-
"zeroize",
|
|
491
|
-
]
|
|
492
|
-
|
|
493
|
-
[[package]]
|
|
494
|
-
name = "aws-smithy-types"
|
|
495
|
-
version = "1.3.2"
|
|
496
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
497
|
-
checksum = "d498595448e43de7f4296b7b7a18a8a02c61ec9349128c80a368f7c3b4ab11a8"
|
|
498
|
-
dependencies = [
|
|
499
|
-
"base64-simd",
|
|
500
|
-
"bytes",
|
|
501
|
-
"bytes-utils",
|
|
502
|
-
"futures-core",
|
|
503
|
-
"http 0.2.12",
|
|
504
|
-
"http 1.3.1",
|
|
505
|
-
"http-body 0.4.6",
|
|
506
|
-
"http-body 1.0.1",
|
|
507
|
-
"http-body-util",
|
|
508
|
-
"itoa",
|
|
509
|
-
"num-integer",
|
|
510
|
-
"pin-project-lite",
|
|
511
|
-
"pin-utils",
|
|
512
|
-
"ryu",
|
|
513
|
-
"serde",
|
|
514
|
-
"time",
|
|
515
|
-
"tokio",
|
|
516
|
-
"tokio-util",
|
|
517
|
-
]
|
|
518
|
-
|
|
519
|
-
[[package]]
|
|
520
|
-
name = "aws-smithy-xml"
|
|
521
|
-
version = "0.60.10"
|
|
522
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
523
|
-
checksum = "3db87b96cb1b16c024980f133968d52882ca0daaee3a086c6decc500f6c99728"
|
|
524
|
-
dependencies = [
|
|
525
|
-
"xmlparser",
|
|
526
|
-
]
|
|
527
|
-
|
|
528
|
-
[[package]]
|
|
529
|
-
name = "aws-types"
|
|
530
|
-
version = "1.3.8"
|
|
531
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
532
|
-
checksum = "b069d19bf01e46298eaedd7c6f283fe565a59263e53eebec945f3e6398f42390"
|
|
533
|
-
dependencies = [
|
|
534
|
-
"aws-credential-types",
|
|
535
|
-
"aws-smithy-async",
|
|
536
|
-
"aws-smithy-runtime-api",
|
|
537
|
-
"aws-smithy-types",
|
|
538
|
-
"rustc_version",
|
|
539
|
-
"tracing",
|
|
540
|
-
]
|
|
541
|
-
|
|
542
|
-
[[package]]
|
|
543
|
-
name = "backtrace"
|
|
544
|
-
version = "0.3.75"
|
|
545
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
546
|
-
checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
|
|
547
|
-
dependencies = [
|
|
548
|
-
"addr2line",
|
|
549
|
-
"cfg-if",
|
|
550
|
-
"libc",
|
|
551
|
-
"miniz_oxide",
|
|
552
|
-
"object",
|
|
553
|
-
"rustc-demangle",
|
|
554
|
-
"windows-targets 0.52.6",
|
|
555
|
-
]
|
|
556
|
-
|
|
557
|
-
[[package]]
|
|
558
|
-
name = "base16ct"
|
|
559
|
-
version = "0.1.1"
|
|
560
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
561
|
-
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
|
|
562
|
-
|
|
563
98
|
[[package]]
|
|
564
99
|
name = "base64"
|
|
565
100
|
version = "0.21.7"
|
|
@@ -572,21 +107,11 @@ version = "0.22.1"
|
|
|
572
107
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
573
108
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
574
109
|
|
|
575
|
-
[[package]]
|
|
576
|
-
name = "base64-simd"
|
|
577
|
-
version = "0.8.0"
|
|
578
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
579
|
-
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
|
|
580
|
-
dependencies = [
|
|
581
|
-
"outref",
|
|
582
|
-
"vsimd",
|
|
583
|
-
]
|
|
584
|
-
|
|
585
110
|
[[package]]
|
|
586
111
|
name = "base64ct"
|
|
587
|
-
version = "1.8.
|
|
112
|
+
version = "1.8.1"
|
|
588
113
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
589
|
-
checksum = "
|
|
114
|
+
checksum = "0e050f626429857a27ddccb31e0aca21356bfa709c04041aefddac081a8f068a"
|
|
590
115
|
|
|
591
116
|
[[package]]
|
|
592
117
|
name = "bindgen"
|
|
@@ -600,15 +125,12 @@ dependencies = [
|
|
|
600
125
|
"itertools",
|
|
601
126
|
"lazy_static",
|
|
602
127
|
"lazycell",
|
|
603
|
-
"log",
|
|
604
|
-
"prettyplease",
|
|
605
128
|
"proc-macro2",
|
|
606
129
|
"quote",
|
|
607
130
|
"regex",
|
|
608
131
|
"rustc-hash 1.1.0",
|
|
609
132
|
"shlex",
|
|
610
133
|
"syn",
|
|
611
|
-
"which",
|
|
612
134
|
]
|
|
613
135
|
|
|
614
136
|
[[package]]
|
|
@@ -640,19 +162,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
640
162
|
|
|
641
163
|
[[package]]
|
|
642
164
|
name = "bytes"
|
|
643
|
-
version = "1.
|
|
644
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
645
|
-
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
|
646
|
-
|
|
647
|
-
[[package]]
|
|
648
|
-
name = "bytes-utils"
|
|
649
|
-
version = "0.1.4"
|
|
165
|
+
version = "1.11.0"
|
|
650
166
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
651
|
-
checksum = "
|
|
652
|
-
dependencies = [
|
|
653
|
-
"bytes",
|
|
654
|
-
"either",
|
|
655
|
-
]
|
|
167
|
+
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
|
|
656
168
|
|
|
657
169
|
[[package]]
|
|
658
170
|
name = "cc"
|
|
@@ -660,8 +172,6 @@ version = "1.2.30"
|
|
|
660
172
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
661
173
|
checksum = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7"
|
|
662
174
|
dependencies = [
|
|
663
|
-
"jobserver",
|
|
664
|
-
"libc",
|
|
665
175
|
"shlex",
|
|
666
176
|
]
|
|
667
177
|
|
|
@@ -698,7 +208,7 @@ dependencies = [
|
|
|
698
208
|
"num-traits",
|
|
699
209
|
"serde",
|
|
700
210
|
"wasm-bindgen",
|
|
701
|
-
"windows-link",
|
|
211
|
+
"windows-link 0.1.3",
|
|
702
212
|
]
|
|
703
213
|
|
|
704
214
|
[[package]]
|
|
@@ -712,41 +222,12 @@ dependencies = [
|
|
|
712
222
|
"libloading",
|
|
713
223
|
]
|
|
714
224
|
|
|
715
|
-
[[package]]
|
|
716
|
-
name = "cmake"
|
|
717
|
-
version = "0.1.54"
|
|
718
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
719
|
-
checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
|
|
720
|
-
dependencies = [
|
|
721
|
-
"cc",
|
|
722
|
-
]
|
|
723
|
-
|
|
724
225
|
[[package]]
|
|
725
226
|
name = "const-oid"
|
|
726
227
|
version = "0.9.6"
|
|
727
228
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
728
229
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
729
230
|
|
|
730
|
-
[[package]]
|
|
731
|
-
name = "core-foundation"
|
|
732
|
-
version = "0.9.4"
|
|
733
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
734
|
-
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
735
|
-
dependencies = [
|
|
736
|
-
"core-foundation-sys",
|
|
737
|
-
"libc",
|
|
738
|
-
]
|
|
739
|
-
|
|
740
|
-
[[package]]
|
|
741
|
-
name = "core-foundation"
|
|
742
|
-
version = "0.10.1"
|
|
743
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
744
|
-
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
|
|
745
|
-
dependencies = [
|
|
746
|
-
"core-foundation-sys",
|
|
747
|
-
"libc",
|
|
748
|
-
]
|
|
749
|
-
|
|
750
231
|
[[package]]
|
|
751
232
|
name = "core-foundation-sys"
|
|
752
233
|
version = "0.8.7"
|
|
@@ -762,34 +243,6 @@ dependencies = [
|
|
|
762
243
|
"libc",
|
|
763
244
|
]
|
|
764
245
|
|
|
765
|
-
[[package]]
|
|
766
|
-
name = "crc"
|
|
767
|
-
version = "3.3.0"
|
|
768
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
769
|
-
checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
|
|
770
|
-
dependencies = [
|
|
771
|
-
"crc-catalog",
|
|
772
|
-
]
|
|
773
|
-
|
|
774
|
-
[[package]]
|
|
775
|
-
name = "crc-catalog"
|
|
776
|
-
version = "2.4.0"
|
|
777
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
778
|
-
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
|
|
779
|
-
|
|
780
|
-
[[package]]
|
|
781
|
-
name = "crc-fast"
|
|
782
|
-
version = "1.3.0"
|
|
783
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
784
|
-
checksum = "6bf62af4cc77d8fe1c22dde4e721d87f2f54056139d8c412e1366b740305f56f"
|
|
785
|
-
dependencies = [
|
|
786
|
-
"crc",
|
|
787
|
-
"digest",
|
|
788
|
-
"libc",
|
|
789
|
-
"rand",
|
|
790
|
-
"regex",
|
|
791
|
-
]
|
|
792
|
-
|
|
793
246
|
[[package]]
|
|
794
247
|
name = "crc32fast"
|
|
795
248
|
version = "1.5.0"
|
|
@@ -799,48 +252,16 @@ dependencies = [
|
|
|
799
252
|
"cfg-if",
|
|
800
253
|
]
|
|
801
254
|
|
|
802
|
-
[[package]]
|
|
803
|
-
name = "crypto-bigint"
|
|
804
|
-
version = "0.4.9"
|
|
805
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
806
|
-
checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
|
|
807
|
-
dependencies = [
|
|
808
|
-
"generic-array",
|
|
809
|
-
"rand_core 0.6.4",
|
|
810
|
-
"subtle",
|
|
811
|
-
"zeroize",
|
|
812
|
-
]
|
|
813
|
-
|
|
814
|
-
[[package]]
|
|
815
|
-
name = "crypto-bigint"
|
|
816
|
-
version = "0.5.5"
|
|
817
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
818
|
-
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
|
|
819
|
-
dependencies = [
|
|
820
|
-
"rand_core 0.6.4",
|
|
821
|
-
"subtle",
|
|
822
|
-
]
|
|
823
|
-
|
|
824
255
|
[[package]]
|
|
825
256
|
name = "crypto-common"
|
|
826
|
-
version = "0.1.
|
|
257
|
+
version = "0.1.7"
|
|
827
258
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
828
|
-
checksum = "
|
|
259
|
+
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
|
829
260
|
dependencies = [
|
|
830
261
|
"generic-array",
|
|
831
262
|
"typenum",
|
|
832
263
|
]
|
|
833
264
|
|
|
834
|
-
[[package]]
|
|
835
|
-
name = "der"
|
|
836
|
-
version = "0.6.1"
|
|
837
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
838
|
-
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
|
|
839
|
-
dependencies = [
|
|
840
|
-
"const-oid",
|
|
841
|
-
"zeroize",
|
|
842
|
-
]
|
|
843
|
-
|
|
844
265
|
[[package]]
|
|
845
266
|
name = "der"
|
|
846
267
|
version = "0.7.10"
|
|
@@ -854,9 +275,9 @@ dependencies = [
|
|
|
854
275
|
|
|
855
276
|
[[package]]
|
|
856
277
|
name = "deranged"
|
|
857
|
-
version = "0.
|
|
278
|
+
version = "0.5.3"
|
|
858
279
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
859
|
-
checksum = "
|
|
280
|
+
checksum = "d630bccd429a5bb5a64b5e94f693bfc48c9f8566418fda4c494cc94f911f87cc"
|
|
860
281
|
dependencies = [
|
|
861
282
|
"powerfmt",
|
|
862
283
|
"serde",
|
|
@@ -870,7 +291,6 @@ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
870
291
|
dependencies = [
|
|
871
292
|
"block-buffer",
|
|
872
293
|
"crypto-common",
|
|
873
|
-
"subtle",
|
|
874
294
|
]
|
|
875
295
|
|
|
876
296
|
[[package]]
|
|
@@ -884,50 +304,12 @@ dependencies = [
|
|
|
884
304
|
"syn",
|
|
885
305
|
]
|
|
886
306
|
|
|
887
|
-
[[package]]
|
|
888
|
-
name = "dunce"
|
|
889
|
-
version = "1.0.5"
|
|
890
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
891
|
-
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
|
892
|
-
|
|
893
|
-
[[package]]
|
|
894
|
-
name = "ecdsa"
|
|
895
|
-
version = "0.14.8"
|
|
896
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
897
|
-
checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
|
|
898
|
-
dependencies = [
|
|
899
|
-
"der 0.6.1",
|
|
900
|
-
"elliptic-curve",
|
|
901
|
-
"rfc6979",
|
|
902
|
-
"signature",
|
|
903
|
-
]
|
|
904
|
-
|
|
905
307
|
[[package]]
|
|
906
308
|
name = "either"
|
|
907
309
|
version = "1.15.0"
|
|
908
310
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
909
311
|
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
910
312
|
|
|
911
|
-
[[package]]
|
|
912
|
-
name = "elliptic-curve"
|
|
913
|
-
version = "0.12.3"
|
|
914
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
915
|
-
checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
|
|
916
|
-
dependencies = [
|
|
917
|
-
"base16ct",
|
|
918
|
-
"crypto-bigint 0.4.9",
|
|
919
|
-
"der 0.6.1",
|
|
920
|
-
"digest",
|
|
921
|
-
"ff",
|
|
922
|
-
"generic-array",
|
|
923
|
-
"group",
|
|
924
|
-
"pkcs8 0.9.0",
|
|
925
|
-
"rand_core 0.6.4",
|
|
926
|
-
"sec1",
|
|
927
|
-
"subtle",
|
|
928
|
-
"zeroize",
|
|
929
|
-
]
|
|
930
|
-
|
|
931
313
|
[[package]]
|
|
932
314
|
name = "encoding_rs"
|
|
933
315
|
version = "0.8.35"
|
|
@@ -937,22 +319,6 @@ dependencies = [
|
|
|
937
319
|
"cfg-if",
|
|
938
320
|
]
|
|
939
321
|
|
|
940
|
-
[[package]]
|
|
941
|
-
name = "equivalent"
|
|
942
|
-
version = "1.0.2"
|
|
943
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
944
|
-
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
945
|
-
|
|
946
|
-
[[package]]
|
|
947
|
-
name = "errno"
|
|
948
|
-
version = "0.3.13"
|
|
949
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
950
|
-
checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
|
|
951
|
-
dependencies = [
|
|
952
|
-
"libc",
|
|
953
|
-
"windows-sys 0.59.0",
|
|
954
|
-
]
|
|
955
|
-
|
|
956
322
|
[[package]]
|
|
957
323
|
name = "fallible-iterator"
|
|
958
324
|
version = "0.3.0"
|
|
@@ -965,22 +331,6 @@ version = "0.1.9"
|
|
|
965
331
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
966
332
|
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
|
967
333
|
|
|
968
|
-
[[package]]
|
|
969
|
-
name = "fastrand"
|
|
970
|
-
version = "2.3.0"
|
|
971
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
972
|
-
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
973
|
-
|
|
974
|
-
[[package]]
|
|
975
|
-
name = "ff"
|
|
976
|
-
version = "0.12.1"
|
|
977
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
978
|
-
checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
|
|
979
|
-
dependencies = [
|
|
980
|
-
"rand_core 0.6.4",
|
|
981
|
-
"subtle",
|
|
982
|
-
]
|
|
983
|
-
|
|
984
334
|
[[package]]
|
|
985
335
|
name = "flate2"
|
|
986
336
|
version = "1.1.2"
|
|
@@ -991,18 +341,6 @@ dependencies = [
|
|
|
991
341
|
"miniz_oxide",
|
|
992
342
|
]
|
|
993
343
|
|
|
994
|
-
[[package]]
|
|
995
|
-
name = "fnv"
|
|
996
|
-
version = "1.0.7"
|
|
997
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
998
|
-
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
999
|
-
|
|
1000
|
-
[[package]]
|
|
1001
|
-
name = "foldhash"
|
|
1002
|
-
version = "0.1.5"
|
|
1003
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1004
|
-
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
1005
|
-
|
|
1006
344
|
[[package]]
|
|
1007
345
|
name = "form_urlencoded"
|
|
1008
346
|
version = "1.2.1"
|
|
@@ -1012,12 +350,6 @@ dependencies = [
|
|
|
1012
350
|
"percent-encoding",
|
|
1013
351
|
]
|
|
1014
352
|
|
|
1015
|
-
[[package]]
|
|
1016
|
-
name = "fs_extra"
|
|
1017
|
-
version = "1.3.0"
|
|
1018
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1019
|
-
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
|
1020
|
-
|
|
1021
353
|
[[package]]
|
|
1022
354
|
name = "futures-channel"
|
|
1023
355
|
version = "0.3.31"
|
|
@@ -1116,12 +448,6 @@ dependencies = [
|
|
|
1116
448
|
"wasm-bindgen",
|
|
1117
449
|
]
|
|
1118
450
|
|
|
1119
|
-
[[package]]
|
|
1120
|
-
name = "gimli"
|
|
1121
|
-
version = "0.31.1"
|
|
1122
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1123
|
-
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
1124
|
-
|
|
1125
451
|
[[package]]
|
|
1126
452
|
name = "glob"
|
|
1127
453
|
version = "0.3.2"
|
|
@@ -1179,7 +505,7 @@ dependencies = [
|
|
|
1179
505
|
"hex",
|
|
1180
506
|
"once_cell",
|
|
1181
507
|
"percent-encoding",
|
|
1182
|
-
"pkcs8
|
|
508
|
+
"pkcs8",
|
|
1183
509
|
"regex",
|
|
1184
510
|
"reqwest",
|
|
1185
511
|
"reqwest-middleware",
|
|
@@ -1203,55 +529,6 @@ dependencies = [
|
|
|
1203
529
|
"async-trait",
|
|
1204
530
|
]
|
|
1205
531
|
|
|
1206
|
-
[[package]]
|
|
1207
|
-
name = "group"
|
|
1208
|
-
version = "0.12.1"
|
|
1209
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1210
|
-
checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
|
|
1211
|
-
dependencies = [
|
|
1212
|
-
"ff",
|
|
1213
|
-
"rand_core 0.6.4",
|
|
1214
|
-
"subtle",
|
|
1215
|
-
]
|
|
1216
|
-
|
|
1217
|
-
[[package]]
|
|
1218
|
-
name = "h2"
|
|
1219
|
-
version = "0.3.27"
|
|
1220
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1221
|
-
checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
|
|
1222
|
-
dependencies = [
|
|
1223
|
-
"bytes",
|
|
1224
|
-
"fnv",
|
|
1225
|
-
"futures-core",
|
|
1226
|
-
"futures-sink",
|
|
1227
|
-
"futures-util",
|
|
1228
|
-
"http 0.2.12",
|
|
1229
|
-
"indexmap",
|
|
1230
|
-
"slab",
|
|
1231
|
-
"tokio",
|
|
1232
|
-
"tokio-util",
|
|
1233
|
-
"tracing",
|
|
1234
|
-
]
|
|
1235
|
-
|
|
1236
|
-
[[package]]
|
|
1237
|
-
name = "h2"
|
|
1238
|
-
version = "0.4.11"
|
|
1239
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1240
|
-
checksum = "17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785"
|
|
1241
|
-
dependencies = [
|
|
1242
|
-
"atomic-waker",
|
|
1243
|
-
"bytes",
|
|
1244
|
-
"fnv",
|
|
1245
|
-
"futures-core",
|
|
1246
|
-
"futures-sink",
|
|
1247
|
-
"http 1.3.1",
|
|
1248
|
-
"indexmap",
|
|
1249
|
-
"slab",
|
|
1250
|
-
"tokio",
|
|
1251
|
-
"tokio-util",
|
|
1252
|
-
"tracing",
|
|
1253
|
-
]
|
|
1254
|
-
|
|
1255
532
|
[[package]]
|
|
1256
533
|
name = "hashbrown"
|
|
1257
534
|
version = "0.14.5"
|
|
@@ -1261,24 +538,13 @@ dependencies = [
|
|
|
1261
538
|
"ahash",
|
|
1262
539
|
]
|
|
1263
540
|
|
|
1264
|
-
[[package]]
|
|
1265
|
-
name = "hashbrown"
|
|
1266
|
-
version = "0.15.4"
|
|
1267
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1268
|
-
checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
|
|
1269
|
-
dependencies = [
|
|
1270
|
-
"allocator-api2",
|
|
1271
|
-
"equivalent",
|
|
1272
|
-
"foldhash",
|
|
1273
|
-
]
|
|
1274
|
-
|
|
1275
541
|
[[package]]
|
|
1276
542
|
name = "hashlink"
|
|
1277
543
|
version = "0.9.1"
|
|
1278
544
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1279
545
|
checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
|
|
1280
546
|
dependencies = [
|
|
1281
|
-
"hashbrown
|
|
547
|
+
"hashbrown",
|
|
1282
548
|
]
|
|
1283
549
|
|
|
1284
550
|
[[package]]
|
|
@@ -1293,57 +559,25 @@ version = "0.4.3"
|
|
|
1293
559
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1294
560
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
1295
561
|
|
|
1296
|
-
[[package]]
|
|
1297
|
-
name = "hmac"
|
|
1298
|
-
version = "0.12.1"
|
|
1299
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1300
|
-
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
1301
|
-
dependencies = [
|
|
1302
|
-
"digest",
|
|
1303
|
-
]
|
|
1304
|
-
|
|
1305
562
|
[[package]]
|
|
1306
563
|
name = "home"
|
|
1307
|
-
version = "0.5.
|
|
1308
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1309
|
-
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
|
|
1310
|
-
dependencies = [
|
|
1311
|
-
"windows-sys 0.59.0",
|
|
1312
|
-
]
|
|
1313
|
-
|
|
1314
|
-
[[package]]
|
|
1315
|
-
name = "http"
|
|
1316
|
-
version = "0.2.12"
|
|
564
|
+
version = "0.5.12"
|
|
1317
565
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1318
|
-
checksum = "
|
|
566
|
+
checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
|
|
1319
567
|
dependencies = [
|
|
1320
|
-
"
|
|
1321
|
-
"fnv",
|
|
1322
|
-
"itoa",
|
|
568
|
+
"windows-sys 0.61.2",
|
|
1323
569
|
]
|
|
1324
570
|
|
|
1325
571
|
[[package]]
|
|
1326
572
|
name = "http"
|
|
1327
|
-
version = "1.
|
|
573
|
+
version = "1.4.0"
|
|
1328
574
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1329
|
-
checksum = "
|
|
575
|
+
checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
|
|
1330
576
|
dependencies = [
|
|
1331
577
|
"bytes",
|
|
1332
|
-
"fnv",
|
|
1333
578
|
"itoa",
|
|
1334
579
|
]
|
|
1335
580
|
|
|
1336
|
-
[[package]]
|
|
1337
|
-
name = "http-body"
|
|
1338
|
-
version = "0.4.6"
|
|
1339
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1340
|
-
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
|
1341
|
-
dependencies = [
|
|
1342
|
-
"bytes",
|
|
1343
|
-
"http 0.2.12",
|
|
1344
|
-
"pin-project-lite",
|
|
1345
|
-
]
|
|
1346
|
-
|
|
1347
581
|
[[package]]
|
|
1348
582
|
name = "http-body"
|
|
1349
583
|
version = "1.0.1"
|
|
@@ -1351,7 +585,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1351
585
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
1352
586
|
dependencies = [
|
|
1353
587
|
"bytes",
|
|
1354
|
-
"http
|
|
588
|
+
"http",
|
|
1355
589
|
]
|
|
1356
590
|
|
|
1357
591
|
[[package]]
|
|
@@ -1362,8 +596,8 @@ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
|
|
1362
596
|
dependencies = [
|
|
1363
597
|
"bytes",
|
|
1364
598
|
"futures-core",
|
|
1365
|
-
"http
|
|
1366
|
-
"http-body
|
|
599
|
+
"http",
|
|
600
|
+
"http-body",
|
|
1367
601
|
"pin-project-lite",
|
|
1368
602
|
]
|
|
1369
603
|
|
|
@@ -1373,109 +607,63 @@ version = "1.10.1"
|
|
|
1373
607
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1374
608
|
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
1375
609
|
|
|
1376
|
-
[[package]]
|
|
1377
|
-
name = "httpdate"
|
|
1378
|
-
version = "1.0.3"
|
|
1379
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1380
|
-
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
1381
|
-
|
|
1382
610
|
[[package]]
|
|
1383
611
|
name = "hyper"
|
|
1384
|
-
version = "
|
|
612
|
+
version = "1.8.1"
|
|
1385
613
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1386
|
-
checksum = "
|
|
614
|
+
checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
|
|
1387
615
|
dependencies = [
|
|
616
|
+
"atomic-waker",
|
|
1388
617
|
"bytes",
|
|
1389
618
|
"futures-channel",
|
|
1390
619
|
"futures-core",
|
|
1391
|
-
"
|
|
1392
|
-
"
|
|
1393
|
-
"http 0.2.12",
|
|
1394
|
-
"http-body 0.4.6",
|
|
1395
|
-
"httparse",
|
|
1396
|
-
"httpdate",
|
|
1397
|
-
"itoa",
|
|
1398
|
-
"pin-project-lite",
|
|
1399
|
-
"socket2 0.5.10",
|
|
1400
|
-
"tokio",
|
|
1401
|
-
"tower-service",
|
|
1402
|
-
"tracing",
|
|
1403
|
-
"want",
|
|
1404
|
-
]
|
|
1405
|
-
|
|
1406
|
-
[[package]]
|
|
1407
|
-
name = "hyper"
|
|
1408
|
-
version = "1.6.0"
|
|
1409
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1410
|
-
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
|
|
1411
|
-
dependencies = [
|
|
1412
|
-
"bytes",
|
|
1413
|
-
"futures-channel",
|
|
1414
|
-
"futures-util",
|
|
1415
|
-
"h2 0.4.11",
|
|
1416
|
-
"http 1.3.1",
|
|
1417
|
-
"http-body 1.0.1",
|
|
620
|
+
"http",
|
|
621
|
+
"http-body",
|
|
1418
622
|
"httparse",
|
|
1419
623
|
"itoa",
|
|
1420
624
|
"pin-project-lite",
|
|
625
|
+
"pin-utils",
|
|
1421
626
|
"smallvec",
|
|
1422
627
|
"tokio",
|
|
1423
628
|
"want",
|
|
1424
629
|
]
|
|
1425
630
|
|
|
1426
|
-
[[package]]
|
|
1427
|
-
name = "hyper-rustls"
|
|
1428
|
-
version = "0.24.2"
|
|
1429
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1430
|
-
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
|
1431
|
-
dependencies = [
|
|
1432
|
-
"futures-util",
|
|
1433
|
-
"http 0.2.12",
|
|
1434
|
-
"hyper 0.14.32",
|
|
1435
|
-
"log",
|
|
1436
|
-
"rustls 0.21.12",
|
|
1437
|
-
"rustls-native-certs 0.6.3",
|
|
1438
|
-
"tokio",
|
|
1439
|
-
"tokio-rustls 0.24.1",
|
|
1440
|
-
]
|
|
1441
|
-
|
|
1442
631
|
[[package]]
|
|
1443
632
|
name = "hyper-rustls"
|
|
1444
633
|
version = "0.27.7"
|
|
1445
634
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1446
635
|
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
|
|
1447
636
|
dependencies = [
|
|
1448
|
-
"http
|
|
1449
|
-
"hyper
|
|
637
|
+
"http",
|
|
638
|
+
"hyper",
|
|
1450
639
|
"hyper-util",
|
|
1451
|
-
"rustls
|
|
1452
|
-
"rustls-native-certs 0.8.1",
|
|
640
|
+
"rustls",
|
|
1453
641
|
"rustls-pki-types",
|
|
1454
642
|
"tokio",
|
|
1455
|
-
"tokio-rustls
|
|
643
|
+
"tokio-rustls",
|
|
1456
644
|
"tower-service",
|
|
1457
645
|
"webpki-roots 1.0.2",
|
|
1458
646
|
]
|
|
1459
647
|
|
|
1460
648
|
[[package]]
|
|
1461
649
|
name = "hyper-util"
|
|
1462
|
-
version = "0.1.
|
|
650
|
+
version = "0.1.19"
|
|
1463
651
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1464
|
-
checksum = "
|
|
652
|
+
checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
|
|
1465
653
|
dependencies = [
|
|
1466
654
|
"base64 0.22.1",
|
|
1467
655
|
"bytes",
|
|
1468
656
|
"futures-channel",
|
|
1469
657
|
"futures-core",
|
|
1470
658
|
"futures-util",
|
|
1471
|
-
"http
|
|
1472
|
-
"http-body
|
|
1473
|
-
"hyper
|
|
659
|
+
"http",
|
|
660
|
+
"http-body",
|
|
661
|
+
"hyper",
|
|
1474
662
|
"ipnet",
|
|
1475
663
|
"libc",
|
|
1476
664
|
"percent-encoding",
|
|
1477
665
|
"pin-project-lite",
|
|
1478
|
-
"socket2
|
|
666
|
+
"socket2",
|
|
1479
667
|
"tokio",
|
|
1480
668
|
"tower-service",
|
|
1481
669
|
"tracing",
|
|
@@ -1612,27 +800,6 @@ dependencies = [
|
|
|
1612
800
|
"icu_properties",
|
|
1613
801
|
]
|
|
1614
802
|
|
|
1615
|
-
[[package]]
|
|
1616
|
-
name = "indexmap"
|
|
1617
|
-
version = "2.10.0"
|
|
1618
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1619
|
-
checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
|
|
1620
|
-
dependencies = [
|
|
1621
|
-
"equivalent",
|
|
1622
|
-
"hashbrown 0.15.4",
|
|
1623
|
-
]
|
|
1624
|
-
|
|
1625
|
-
[[package]]
|
|
1626
|
-
name = "io-uring"
|
|
1627
|
-
version = "0.7.9"
|
|
1628
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1629
|
-
checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
|
|
1630
|
-
dependencies = [
|
|
1631
|
-
"bitflags",
|
|
1632
|
-
"cfg-if",
|
|
1633
|
-
"libc",
|
|
1634
|
-
]
|
|
1635
|
-
|
|
1636
803
|
[[package]]
|
|
1637
804
|
name = "ipnet"
|
|
1638
805
|
version = "2.11.0"
|
|
@@ -1641,9 +808,9 @@ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
|
|
1641
808
|
|
|
1642
809
|
[[package]]
|
|
1643
810
|
name = "iri-string"
|
|
1644
|
-
version = "0.7.
|
|
811
|
+
version = "0.7.9"
|
|
1645
812
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1646
|
-
checksum = "
|
|
813
|
+
checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397"
|
|
1647
814
|
dependencies = [
|
|
1648
815
|
"memchr",
|
|
1649
816
|
"serde",
|
|
@@ -1659,20 +826,10 @@ dependencies = [
|
|
|
1659
826
|
]
|
|
1660
827
|
|
|
1661
828
|
[[package]]
|
|
1662
|
-
name = "itoa"
|
|
1663
|
-
version = "1.0.15"
|
|
1664
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1665
|
-
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
1666
|
-
|
|
1667
|
-
[[package]]
|
|
1668
|
-
name = "jobserver"
|
|
1669
|
-
version = "0.1.33"
|
|
1670
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1671
|
-
checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
|
|
1672
|
-
dependencies = [
|
|
1673
|
-
"getrandom 0.3.3",
|
|
1674
|
-
"libc",
|
|
1675
|
-
]
|
|
829
|
+
name = "itoa"
|
|
830
|
+
version = "1.0.15"
|
|
831
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
832
|
+
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
1676
833
|
|
|
1677
834
|
[[package]]
|
|
1678
835
|
name = "js-sys"
|
|
@@ -1733,17 +890,10 @@ version = "0.30.1"
|
|
|
1733
890
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1734
891
|
checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
|
|
1735
892
|
dependencies = [
|
|
1736
|
-
"cc",
|
|
1737
893
|
"pkg-config",
|
|
1738
894
|
"vcpkg",
|
|
1739
895
|
]
|
|
1740
896
|
|
|
1741
|
-
[[package]]
|
|
1742
|
-
name = "linux-raw-sys"
|
|
1743
|
-
version = "0.4.15"
|
|
1744
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1745
|
-
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
1746
|
-
|
|
1747
897
|
[[package]]
|
|
1748
898
|
name = "litemap"
|
|
1749
899
|
version = "0.8.0"
|
|
@@ -1752,11 +902,10 @@ checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
|
|
|
1752
902
|
|
|
1753
903
|
[[package]]
|
|
1754
904
|
name = "lock_api"
|
|
1755
|
-
version = "0.4.
|
|
905
|
+
version = "0.4.14"
|
|
1756
906
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1757
|
-
checksum = "
|
|
907
|
+
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
1758
908
|
dependencies = [
|
|
1759
|
-
"autocfg",
|
|
1760
909
|
"scopeguard",
|
|
1761
910
|
]
|
|
1762
911
|
|
|
@@ -1766,15 +915,6 @@ version = "0.4.27"
|
|
|
1766
915
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1767
916
|
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
|
1768
917
|
|
|
1769
|
-
[[package]]
|
|
1770
|
-
name = "lru"
|
|
1771
|
-
version = "0.12.5"
|
|
1772
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1773
|
-
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
|
|
1774
|
-
dependencies = [
|
|
1775
|
-
"hashbrown 0.15.4",
|
|
1776
|
-
]
|
|
1777
|
-
|
|
1778
918
|
[[package]]
|
|
1779
919
|
name = "lru-slab"
|
|
1780
920
|
version = "0.1.2"
|
|
@@ -1804,16 +944,6 @@ dependencies = [
|
|
|
1804
944
|
"syn",
|
|
1805
945
|
]
|
|
1806
946
|
|
|
1807
|
-
[[package]]
|
|
1808
|
-
name = "md-5"
|
|
1809
|
-
version = "0.10.6"
|
|
1810
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1811
|
-
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
|
1812
|
-
dependencies = [
|
|
1813
|
-
"cfg-if",
|
|
1814
|
-
"digest",
|
|
1815
|
-
]
|
|
1816
|
-
|
|
1817
947
|
[[package]]
|
|
1818
948
|
name = "memchr"
|
|
1819
949
|
version = "2.7.5"
|
|
@@ -1853,13 +983,13 @@ dependencies = [
|
|
|
1853
983
|
|
|
1854
984
|
[[package]]
|
|
1855
985
|
name = "mio"
|
|
1856
|
-
version = "1.0
|
|
986
|
+
version = "1.1.0"
|
|
1857
987
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1858
|
-
checksum = "
|
|
988
|
+
checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
|
|
1859
989
|
dependencies = [
|
|
1860
990
|
"libc",
|
|
1861
991
|
"wasi 0.11.1+wasi-snapshot-preview1",
|
|
1862
|
-
"windows-sys 0.
|
|
992
|
+
"windows-sys 0.61.2",
|
|
1863
993
|
]
|
|
1864
994
|
|
|
1865
995
|
[[package]]
|
|
@@ -1906,49 +1036,17 @@ dependencies = [
|
|
|
1906
1036
|
"autocfg",
|
|
1907
1037
|
]
|
|
1908
1038
|
|
|
1909
|
-
[[package]]
|
|
1910
|
-
name = "object"
|
|
1911
|
-
version = "0.36.7"
|
|
1912
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1913
|
-
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
|
1914
|
-
dependencies = [
|
|
1915
|
-
"memchr",
|
|
1916
|
-
]
|
|
1917
|
-
|
|
1918
1039
|
[[package]]
|
|
1919
1040
|
name = "once_cell"
|
|
1920
1041
|
version = "1.21.3"
|
|
1921
1042
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1922
1043
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
1923
1044
|
|
|
1924
|
-
[[package]]
|
|
1925
|
-
name = "openssl-probe"
|
|
1926
|
-
version = "0.1.6"
|
|
1927
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1928
|
-
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
1929
|
-
|
|
1930
|
-
[[package]]
|
|
1931
|
-
name = "outref"
|
|
1932
|
-
version = "0.5.2"
|
|
1933
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1934
|
-
checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
|
|
1935
|
-
|
|
1936
|
-
[[package]]
|
|
1937
|
-
name = "p256"
|
|
1938
|
-
version = "0.11.1"
|
|
1939
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1940
|
-
checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
|
|
1941
|
-
dependencies = [
|
|
1942
|
-
"ecdsa",
|
|
1943
|
-
"elliptic-curve",
|
|
1944
|
-
"sha2",
|
|
1945
|
-
]
|
|
1946
|
-
|
|
1947
1045
|
[[package]]
|
|
1948
1046
|
name = "parking_lot"
|
|
1949
|
-
version = "0.12.
|
|
1047
|
+
version = "0.12.5"
|
|
1950
1048
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1951
|
-
checksum = "
|
|
1049
|
+
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
1952
1050
|
dependencies = [
|
|
1953
1051
|
"lock_api",
|
|
1954
1052
|
"parking_lot_core",
|
|
@@ -1956,15 +1054,15 @@ dependencies = [
|
|
|
1956
1054
|
|
|
1957
1055
|
[[package]]
|
|
1958
1056
|
name = "parking_lot_core"
|
|
1959
|
-
version = "0.9.
|
|
1057
|
+
version = "0.9.12"
|
|
1960
1058
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1961
|
-
checksum = "
|
|
1059
|
+
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
1962
1060
|
dependencies = [
|
|
1963
1061
|
"cfg-if",
|
|
1964
1062
|
"libc",
|
|
1965
1063
|
"redox_syscall",
|
|
1966
1064
|
"smallvec",
|
|
1967
|
-
"windows-
|
|
1065
|
+
"windows-link 0.2.1",
|
|
1968
1066
|
]
|
|
1969
1067
|
|
|
1970
1068
|
[[package]]
|
|
@@ -2004,24 +1102,14 @@ version = "0.1.0"
|
|
|
2004
1102
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2005
1103
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
2006
1104
|
|
|
2007
|
-
[[package]]
|
|
2008
|
-
name = "pkcs8"
|
|
2009
|
-
version = "0.9.0"
|
|
2010
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2011
|
-
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
|
|
2012
|
-
dependencies = [
|
|
2013
|
-
"der 0.6.1",
|
|
2014
|
-
"spki 0.6.0",
|
|
2015
|
-
]
|
|
2016
|
-
|
|
2017
1105
|
[[package]]
|
|
2018
1106
|
name = "pkcs8"
|
|
2019
1107
|
version = "0.10.2"
|
|
2020
1108
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2021
1109
|
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
|
2022
1110
|
dependencies = [
|
|
2023
|
-
"der
|
|
2024
|
-
"spki
|
|
1111
|
+
"der",
|
|
1112
|
+
"spki",
|
|
2025
1113
|
]
|
|
2026
1114
|
|
|
2027
1115
|
[[package]]
|
|
@@ -2054,16 +1142,6 @@ dependencies = [
|
|
|
2054
1142
|
"zerocopy",
|
|
2055
1143
|
]
|
|
2056
1144
|
|
|
2057
|
-
[[package]]
|
|
2058
|
-
name = "prettyplease"
|
|
2059
|
-
version = "0.2.36"
|
|
2060
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2061
|
-
checksum = "ff24dfcda44452b9816fff4cd4227e1bb73ff5a2f1bc1105aa92fb8565ce44d2"
|
|
2062
|
-
dependencies = [
|
|
2063
|
-
"proc-macro2",
|
|
2064
|
-
"syn",
|
|
2065
|
-
]
|
|
2066
|
-
|
|
2067
1145
|
[[package]]
|
|
2068
1146
|
name = "proc-macro2"
|
|
2069
1147
|
version = "1.0.95"
|
|
@@ -2075,9 +1153,9 @@ dependencies = [
|
|
|
2075
1153
|
|
|
2076
1154
|
[[package]]
|
|
2077
1155
|
name = "quinn"
|
|
2078
|
-
version = "0.11.
|
|
1156
|
+
version = "0.11.9"
|
|
2079
1157
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2080
|
-
checksum = "
|
|
1158
|
+
checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
|
|
2081
1159
|
dependencies = [
|
|
2082
1160
|
"bytes",
|
|
2083
1161
|
"cfg_aliases",
|
|
@@ -2085,8 +1163,8 @@ dependencies = [
|
|
|
2085
1163
|
"quinn-proto",
|
|
2086
1164
|
"quinn-udp",
|
|
2087
1165
|
"rustc-hash 2.1.1",
|
|
2088
|
-
"rustls
|
|
2089
|
-
"socket2
|
|
1166
|
+
"rustls",
|
|
1167
|
+
"socket2",
|
|
2090
1168
|
"thiserror 2.0.12",
|
|
2091
1169
|
"tokio",
|
|
2092
1170
|
"tracing",
|
|
@@ -2095,9 +1173,9 @@ dependencies = [
|
|
|
2095
1173
|
|
|
2096
1174
|
[[package]]
|
|
2097
1175
|
name = "quinn-proto"
|
|
2098
|
-
version = "0.11.
|
|
1176
|
+
version = "0.11.13"
|
|
2099
1177
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2100
|
-
checksum = "
|
|
1178
|
+
checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
|
|
2101
1179
|
dependencies = [
|
|
2102
1180
|
"bytes",
|
|
2103
1181
|
"getrandom 0.3.3",
|
|
@@ -2105,7 +1183,7 @@ dependencies = [
|
|
|
2105
1183
|
"rand",
|
|
2106
1184
|
"ring",
|
|
2107
1185
|
"rustc-hash 2.1.1",
|
|
2108
|
-
"rustls
|
|
1186
|
+
"rustls",
|
|
2109
1187
|
"rustls-pki-types",
|
|
2110
1188
|
"slab",
|
|
2111
1189
|
"thiserror 2.0.12",
|
|
@@ -2116,16 +1194,16 @@ dependencies = [
|
|
|
2116
1194
|
|
|
2117
1195
|
[[package]]
|
|
2118
1196
|
name = "quinn-udp"
|
|
2119
|
-
version = "0.5.
|
|
1197
|
+
version = "0.5.14"
|
|
2120
1198
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2121
|
-
checksum = "
|
|
1199
|
+
checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
|
|
2122
1200
|
dependencies = [
|
|
2123
1201
|
"cfg_aliases",
|
|
2124
1202
|
"libc",
|
|
2125
1203
|
"once_cell",
|
|
2126
|
-
"socket2
|
|
1204
|
+
"socket2",
|
|
2127
1205
|
"tracing",
|
|
2128
|
-
"windows-sys 0.
|
|
1206
|
+
"windows-sys 0.52.0",
|
|
2129
1207
|
]
|
|
2130
1208
|
|
|
2131
1209
|
[[package]]
|
|
@@ -2150,7 +1228,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2150
1228
|
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
|
2151
1229
|
dependencies = [
|
|
2152
1230
|
"rand_chacha",
|
|
2153
|
-
"rand_core
|
|
1231
|
+
"rand_core",
|
|
2154
1232
|
]
|
|
2155
1233
|
|
|
2156
1234
|
[[package]]
|
|
@@ -2160,16 +1238,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2160
1238
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
2161
1239
|
dependencies = [
|
|
2162
1240
|
"ppv-lite86",
|
|
2163
|
-
"rand_core
|
|
2164
|
-
]
|
|
2165
|
-
|
|
2166
|
-
[[package]]
|
|
2167
|
-
name = "rand_core"
|
|
2168
|
-
version = "0.6.4"
|
|
2169
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2170
|
-
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
2171
|
-
dependencies = [
|
|
2172
|
-
"getrandom 0.2.16",
|
|
1241
|
+
"rand_core",
|
|
2173
1242
|
]
|
|
2174
1243
|
|
|
2175
1244
|
[[package]]
|
|
@@ -2213,9 +1282,9 @@ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
|
|
2213
1282
|
|
|
2214
1283
|
[[package]]
|
|
2215
1284
|
name = "redox_syscall"
|
|
2216
|
-
version = "0.5.
|
|
1285
|
+
version = "0.5.18"
|
|
2217
1286
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2218
|
-
checksum = "
|
|
1287
|
+
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
2219
1288
|
dependencies = [
|
|
2220
1289
|
"bitflags",
|
|
2221
1290
|
]
|
|
@@ -2243,12 +1312,6 @@ dependencies = [
|
|
|
2243
1312
|
"regex-syntax",
|
|
2244
1313
|
]
|
|
2245
1314
|
|
|
2246
|
-
[[package]]
|
|
2247
|
-
name = "regex-lite"
|
|
2248
|
-
version = "0.1.6"
|
|
2249
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2250
|
-
checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
|
|
2251
|
-
|
|
2252
1315
|
[[package]]
|
|
2253
1316
|
name = "regex-syntax"
|
|
2254
1317
|
version = "0.8.5"
|
|
@@ -2257,20 +1320,20 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
|
2257
1320
|
|
|
2258
1321
|
[[package]]
|
|
2259
1322
|
name = "reqwest"
|
|
2260
|
-
version = "0.12.
|
|
1323
|
+
version = "0.12.26"
|
|
2261
1324
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2262
|
-
checksum = "
|
|
1325
|
+
checksum = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f"
|
|
2263
1326
|
dependencies = [
|
|
2264
1327
|
"base64 0.22.1",
|
|
2265
1328
|
"bytes",
|
|
2266
1329
|
"encoding_rs",
|
|
2267
1330
|
"futures-core",
|
|
2268
1331
|
"futures-util",
|
|
2269
|
-
"http
|
|
2270
|
-
"http-body
|
|
1332
|
+
"http",
|
|
1333
|
+
"http-body",
|
|
2271
1334
|
"http-body-util",
|
|
2272
|
-
"hyper
|
|
2273
|
-
"hyper-rustls
|
|
1335
|
+
"hyper",
|
|
1336
|
+
"hyper-rustls",
|
|
2274
1337
|
"hyper-util",
|
|
2275
1338
|
"js-sys",
|
|
2276
1339
|
"log",
|
|
@@ -2279,14 +1342,14 @@ dependencies = [
|
|
|
2279
1342
|
"percent-encoding",
|
|
2280
1343
|
"pin-project-lite",
|
|
2281
1344
|
"quinn",
|
|
2282
|
-
"rustls
|
|
1345
|
+
"rustls",
|
|
2283
1346
|
"rustls-pki-types",
|
|
2284
1347
|
"serde",
|
|
2285
1348
|
"serde_json",
|
|
2286
1349
|
"serde_urlencoded",
|
|
2287
1350
|
"sync_wrapper",
|
|
2288
1351
|
"tokio",
|
|
2289
|
-
"tokio-rustls
|
|
1352
|
+
"tokio-rustls",
|
|
2290
1353
|
"tokio-util",
|
|
2291
1354
|
"tower",
|
|
2292
1355
|
"tower-http",
|
|
@@ -2307,24 +1370,13 @@ checksum = "57f17d28a6e6acfe1733fe24bcd30774d13bffa4b8a22535b4c8c98423088d4e"
|
|
|
2307
1370
|
dependencies = [
|
|
2308
1371
|
"anyhow",
|
|
2309
1372
|
"async-trait",
|
|
2310
|
-
"http
|
|
1373
|
+
"http",
|
|
2311
1374
|
"reqwest",
|
|
2312
1375
|
"serde",
|
|
2313
1376
|
"thiserror 1.0.69",
|
|
2314
1377
|
"tower-service",
|
|
2315
1378
|
]
|
|
2316
1379
|
|
|
2317
|
-
[[package]]
|
|
2318
|
-
name = "rfc6979"
|
|
2319
|
-
version = "0.3.1"
|
|
2320
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2321
|
-
checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
|
|
2322
|
-
dependencies = [
|
|
2323
|
-
"crypto-bigint 0.4.9",
|
|
2324
|
-
"hmac",
|
|
2325
|
-
"zeroize",
|
|
2326
|
-
]
|
|
2327
|
-
|
|
2328
1380
|
[[package]]
|
|
2329
1381
|
name = "ring"
|
|
2330
1382
|
version = "0.17.14"
|
|
@@ -2353,12 +1405,6 @@ dependencies = [
|
|
|
2353
1405
|
"smallvec",
|
|
2354
1406
|
]
|
|
2355
1407
|
|
|
2356
|
-
[[package]]
|
|
2357
|
-
name = "rustc-demangle"
|
|
2358
|
-
version = "0.1.26"
|
|
2359
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2360
|
-
checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
|
|
2361
|
-
|
|
2362
1408
|
[[package]]
|
|
2363
1409
|
name = "rustc-hash"
|
|
2364
1410
|
version = "1.1.0"
|
|
@@ -2371,89 +1417,21 @@ version = "2.1.1"
|
|
|
2371
1417
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2372
1418
|
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
|
2373
1419
|
|
|
2374
|
-
[[package]]
|
|
2375
|
-
name = "rustc_version"
|
|
2376
|
-
version = "0.4.1"
|
|
2377
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2378
|
-
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
2379
|
-
dependencies = [
|
|
2380
|
-
"semver",
|
|
2381
|
-
]
|
|
2382
|
-
|
|
2383
|
-
[[package]]
|
|
2384
|
-
name = "rustix"
|
|
2385
|
-
version = "0.38.44"
|
|
2386
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2387
|
-
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
|
2388
|
-
dependencies = [
|
|
2389
|
-
"bitflags",
|
|
2390
|
-
"errno",
|
|
2391
|
-
"libc",
|
|
2392
|
-
"linux-raw-sys",
|
|
2393
|
-
"windows-sys 0.59.0",
|
|
2394
|
-
]
|
|
2395
|
-
|
|
2396
|
-
[[package]]
|
|
2397
|
-
name = "rustls"
|
|
2398
|
-
version = "0.21.12"
|
|
2399
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2400
|
-
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
|
2401
|
-
dependencies = [
|
|
2402
|
-
"log",
|
|
2403
|
-
"ring",
|
|
2404
|
-
"rustls-webpki 0.101.7",
|
|
2405
|
-
"sct",
|
|
2406
|
-
]
|
|
2407
|
-
|
|
2408
1420
|
[[package]]
|
|
2409
1421
|
name = "rustls"
|
|
2410
1422
|
version = "0.23.31"
|
|
2411
1423
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2412
1424
|
checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc"
|
|
2413
1425
|
dependencies = [
|
|
2414
|
-
"aws-lc-rs",
|
|
2415
1426
|
"log",
|
|
2416
1427
|
"once_cell",
|
|
2417
1428
|
"ring",
|
|
2418
1429
|
"rustls-pki-types",
|
|
2419
|
-
"rustls-webpki
|
|
1430
|
+
"rustls-webpki",
|
|
2420
1431
|
"subtle",
|
|
2421
1432
|
"zeroize",
|
|
2422
1433
|
]
|
|
2423
1434
|
|
|
2424
|
-
[[package]]
|
|
2425
|
-
name = "rustls-native-certs"
|
|
2426
|
-
version = "0.6.3"
|
|
2427
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2428
|
-
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
|
2429
|
-
dependencies = [
|
|
2430
|
-
"openssl-probe",
|
|
2431
|
-
"rustls-pemfile",
|
|
2432
|
-
"schannel",
|
|
2433
|
-
"security-framework 2.11.1",
|
|
2434
|
-
]
|
|
2435
|
-
|
|
2436
|
-
[[package]]
|
|
2437
|
-
name = "rustls-native-certs"
|
|
2438
|
-
version = "0.8.1"
|
|
2439
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2440
|
-
checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
|
|
2441
|
-
dependencies = [
|
|
2442
|
-
"openssl-probe",
|
|
2443
|
-
"rustls-pki-types",
|
|
2444
|
-
"schannel",
|
|
2445
|
-
"security-framework 3.2.0",
|
|
2446
|
-
]
|
|
2447
|
-
|
|
2448
|
-
[[package]]
|
|
2449
|
-
name = "rustls-pemfile"
|
|
2450
|
-
version = "1.0.4"
|
|
2451
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2452
|
-
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
|
2453
|
-
dependencies = [
|
|
2454
|
-
"base64 0.21.7",
|
|
2455
|
-
]
|
|
2456
|
-
|
|
2457
1435
|
[[package]]
|
|
2458
1436
|
name = "rustls-pki-types"
|
|
2459
1437
|
version = "1.12.0"
|
|
@@ -2464,23 +1442,12 @@ dependencies = [
|
|
|
2464
1442
|
"zeroize",
|
|
2465
1443
|
]
|
|
2466
1444
|
|
|
2467
|
-
[[package]]
|
|
2468
|
-
name = "rustls-webpki"
|
|
2469
|
-
version = "0.101.7"
|
|
2470
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2471
|
-
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
|
2472
|
-
dependencies = [
|
|
2473
|
-
"ring",
|
|
2474
|
-
"untrusted",
|
|
2475
|
-
]
|
|
2476
|
-
|
|
2477
1445
|
[[package]]
|
|
2478
1446
|
name = "rustls-webpki"
|
|
2479
1447
|
version = "0.103.4"
|
|
2480
1448
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2481
1449
|
checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
|
|
2482
1450
|
dependencies = [
|
|
2483
|
-
"aws-lc-rs",
|
|
2484
1451
|
"ring",
|
|
2485
1452
|
"rustls-pki-types",
|
|
2486
1453
|
"untrusted",
|
|
@@ -2498,87 +1465,12 @@ version = "1.0.20"
|
|
|
2498
1465
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2499
1466
|
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
|
2500
1467
|
|
|
2501
|
-
[[package]]
|
|
2502
|
-
name = "schannel"
|
|
2503
|
-
version = "0.1.27"
|
|
2504
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2505
|
-
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
|
2506
|
-
dependencies = [
|
|
2507
|
-
"windows-sys 0.59.0",
|
|
2508
|
-
]
|
|
2509
|
-
|
|
2510
1468
|
[[package]]
|
|
2511
1469
|
name = "scopeguard"
|
|
2512
1470
|
version = "1.2.0"
|
|
2513
1471
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2514
1472
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
2515
1473
|
|
|
2516
|
-
[[package]]
|
|
2517
|
-
name = "sct"
|
|
2518
|
-
version = "0.7.1"
|
|
2519
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2520
|
-
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
|
2521
|
-
dependencies = [
|
|
2522
|
-
"ring",
|
|
2523
|
-
"untrusted",
|
|
2524
|
-
]
|
|
2525
|
-
|
|
2526
|
-
[[package]]
|
|
2527
|
-
name = "sec1"
|
|
2528
|
-
version = "0.3.0"
|
|
2529
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2530
|
-
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
|
|
2531
|
-
dependencies = [
|
|
2532
|
-
"base16ct",
|
|
2533
|
-
"der 0.6.1",
|
|
2534
|
-
"generic-array",
|
|
2535
|
-
"pkcs8 0.9.0",
|
|
2536
|
-
"subtle",
|
|
2537
|
-
"zeroize",
|
|
2538
|
-
]
|
|
2539
|
-
|
|
2540
|
-
[[package]]
|
|
2541
|
-
name = "security-framework"
|
|
2542
|
-
version = "2.11.1"
|
|
2543
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2544
|
-
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
|
2545
|
-
dependencies = [
|
|
2546
|
-
"bitflags",
|
|
2547
|
-
"core-foundation 0.9.4",
|
|
2548
|
-
"core-foundation-sys",
|
|
2549
|
-
"libc",
|
|
2550
|
-
"security-framework-sys",
|
|
2551
|
-
]
|
|
2552
|
-
|
|
2553
|
-
[[package]]
|
|
2554
|
-
name = "security-framework"
|
|
2555
|
-
version = "3.2.0"
|
|
2556
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2557
|
-
checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
|
|
2558
|
-
dependencies = [
|
|
2559
|
-
"bitflags",
|
|
2560
|
-
"core-foundation 0.10.1",
|
|
2561
|
-
"core-foundation-sys",
|
|
2562
|
-
"libc",
|
|
2563
|
-
"security-framework-sys",
|
|
2564
|
-
]
|
|
2565
|
-
|
|
2566
|
-
[[package]]
|
|
2567
|
-
name = "security-framework-sys"
|
|
2568
|
-
version = "2.14.0"
|
|
2569
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2570
|
-
checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
|
|
2571
|
-
dependencies = [
|
|
2572
|
-
"core-foundation-sys",
|
|
2573
|
-
"libc",
|
|
2574
|
-
]
|
|
2575
|
-
|
|
2576
|
-
[[package]]
|
|
2577
|
-
name = "semver"
|
|
2578
|
-
version = "1.0.26"
|
|
2579
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2580
|
-
checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
|
|
2581
|
-
|
|
2582
1474
|
[[package]]
|
|
2583
1475
|
name = "seq-macro"
|
|
2584
1476
|
version = "0.3.6"
|
|
@@ -2629,17 +1521,6 @@ dependencies = [
|
|
|
2629
1521
|
"serde",
|
|
2630
1522
|
]
|
|
2631
1523
|
|
|
2632
|
-
[[package]]
|
|
2633
|
-
name = "sha1"
|
|
2634
|
-
version = "0.10.6"
|
|
2635
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2636
|
-
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
2637
|
-
dependencies = [
|
|
2638
|
-
"cfg-if",
|
|
2639
|
-
"cpufeatures",
|
|
2640
|
-
"digest",
|
|
2641
|
-
]
|
|
2642
|
-
|
|
2643
1524
|
[[package]]
|
|
2644
1525
|
name = "sha2"
|
|
2645
1526
|
version = "0.10.9"
|
|
@@ -2663,25 +1544,6 @@ version = "1.3.0"
|
|
|
2663
1544
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2664
1545
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
2665
1546
|
|
|
2666
|
-
[[package]]
|
|
2667
|
-
name = "signal-hook-registry"
|
|
2668
|
-
version = "1.4.5"
|
|
2669
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2670
|
-
checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
|
|
2671
|
-
dependencies = [
|
|
2672
|
-
"libc",
|
|
2673
|
-
]
|
|
2674
|
-
|
|
2675
|
-
[[package]]
|
|
2676
|
-
name = "signature"
|
|
2677
|
-
version = "1.6.4"
|
|
2678
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2679
|
-
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
|
|
2680
|
-
dependencies = [
|
|
2681
|
-
"digest",
|
|
2682
|
-
"rand_core 0.6.4",
|
|
2683
|
-
]
|
|
2684
|
-
|
|
2685
1547
|
[[package]]
|
|
2686
1548
|
name = "simple_asn1"
|
|
2687
1549
|
version = "0.6.3"
|
|
@@ -2696,9 +1558,9 @@ dependencies = [
|
|
|
2696
1558
|
|
|
2697
1559
|
[[package]]
|
|
2698
1560
|
name = "slab"
|
|
2699
|
-
version = "0.4.
|
|
1561
|
+
version = "0.4.11"
|
|
2700
1562
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2701
|
-
checksum = "
|
|
1563
|
+
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
|
|
2702
1564
|
|
|
2703
1565
|
[[package]]
|
|
2704
1566
|
name = "smallvec"
|
|
@@ -2708,32 +1570,12 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
|
2708
1570
|
|
|
2709
1571
|
[[package]]
|
|
2710
1572
|
name = "socket2"
|
|
2711
|
-
version = "0.
|
|
2712
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2713
|
-
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
|
|
2714
|
-
dependencies = [
|
|
2715
|
-
"libc",
|
|
2716
|
-
"windows-sys 0.52.0",
|
|
2717
|
-
]
|
|
2718
|
-
|
|
2719
|
-
[[package]]
|
|
2720
|
-
name = "socket2"
|
|
2721
|
-
version = "0.6.0"
|
|
1573
|
+
version = "0.6.1"
|
|
2722
1574
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2723
|
-
checksum = "
|
|
1575
|
+
checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
|
|
2724
1576
|
dependencies = [
|
|
2725
1577
|
"libc",
|
|
2726
|
-
"windows-sys 0.
|
|
2727
|
-
]
|
|
2728
|
-
|
|
2729
|
-
[[package]]
|
|
2730
|
-
name = "spki"
|
|
2731
|
-
version = "0.6.0"
|
|
2732
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2733
|
-
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
|
|
2734
|
-
dependencies = [
|
|
2735
|
-
"base64ct",
|
|
2736
|
-
"der 0.6.1",
|
|
1578
|
+
"windows-sys 0.60.2",
|
|
2737
1579
|
]
|
|
2738
1580
|
|
|
2739
1581
|
[[package]]
|
|
@@ -2743,7 +1585,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2743
1585
|
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
|
2744
1586
|
dependencies = [
|
|
2745
1587
|
"base64ct",
|
|
2746
|
-
"der
|
|
1588
|
+
"der",
|
|
2747
1589
|
]
|
|
2748
1590
|
|
|
2749
1591
|
[[package]]
|
|
@@ -2825,9 +1667,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2825
1667
|
checksum = "b010f5ebe51e88ae490691ed2a43b699e3468c8e3838e244accd8526aca7751b"
|
|
2826
1668
|
dependencies = [
|
|
2827
1669
|
"anyhow",
|
|
2828
|
-
"aws-config",
|
|
2829
|
-
"aws-credential-types",
|
|
2830
|
-
"aws-sdk-s3",
|
|
2831
1670
|
"byteorder",
|
|
2832
1671
|
"chrono",
|
|
2833
1672
|
"flate2",
|
|
@@ -2888,9 +1727,9 @@ dependencies = [
|
|
|
2888
1727
|
|
|
2889
1728
|
[[package]]
|
|
2890
1729
|
name = "time"
|
|
2891
|
-
version = "0.3.
|
|
1730
|
+
version = "0.3.44"
|
|
2892
1731
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2893
|
-
checksum = "
|
|
1732
|
+
checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
|
|
2894
1733
|
dependencies = [
|
|
2895
1734
|
"deranged",
|
|
2896
1735
|
"itoa",
|
|
@@ -2903,15 +1742,15 @@ dependencies = [
|
|
|
2903
1742
|
|
|
2904
1743
|
[[package]]
|
|
2905
1744
|
name = "time-core"
|
|
2906
|
-
version = "0.1.
|
|
1745
|
+
version = "0.1.6"
|
|
2907
1746
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2908
|
-
checksum = "
|
|
1747
|
+
checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
|
|
2909
1748
|
|
|
2910
1749
|
[[package]]
|
|
2911
1750
|
name = "time-macros"
|
|
2912
|
-
version = "0.2.
|
|
1751
|
+
version = "0.2.24"
|
|
2913
1752
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2914
|
-
checksum = "
|
|
1753
|
+
checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
|
|
2915
1754
|
dependencies = [
|
|
2916
1755
|
"num-conv",
|
|
2917
1756
|
"time-core",
|
|
@@ -2929,9 +1768,9 @@ dependencies = [
|
|
|
2929
1768
|
|
|
2930
1769
|
[[package]]
|
|
2931
1770
|
name = "tinyvec"
|
|
2932
|
-
version = "1.
|
|
1771
|
+
version = "1.10.0"
|
|
2933
1772
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2934
|
-
checksum = "
|
|
1773
|
+
checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
|
|
2935
1774
|
dependencies = [
|
|
2936
1775
|
"tinyvec_macros",
|
|
2937
1776
|
]
|
|
@@ -2944,29 +1783,25 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
2944
1783
|
|
|
2945
1784
|
[[package]]
|
|
2946
1785
|
name = "tokio"
|
|
2947
|
-
version = "1.
|
|
1786
|
+
version = "1.48.0"
|
|
2948
1787
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2949
|
-
checksum = "
|
|
1788
|
+
checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
|
|
2950
1789
|
dependencies = [
|
|
2951
|
-
"backtrace",
|
|
2952
1790
|
"bytes",
|
|
2953
|
-
"io-uring",
|
|
2954
1791
|
"libc",
|
|
2955
1792
|
"mio",
|
|
2956
1793
|
"parking_lot",
|
|
2957
1794
|
"pin-project-lite",
|
|
2958
|
-
"
|
|
2959
|
-
"slab",
|
|
2960
|
-
"socket2 0.6.0",
|
|
1795
|
+
"socket2",
|
|
2961
1796
|
"tokio-macros",
|
|
2962
|
-
"windows-sys 0.
|
|
1797
|
+
"windows-sys 0.61.2",
|
|
2963
1798
|
]
|
|
2964
1799
|
|
|
2965
1800
|
[[package]]
|
|
2966
1801
|
name = "tokio-macros"
|
|
2967
|
-
version = "2.
|
|
1802
|
+
version = "2.6.0"
|
|
2968
1803
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2969
|
-
checksum = "
|
|
1804
|
+
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
|
|
2970
1805
|
dependencies = [
|
|
2971
1806
|
"proc-macro2",
|
|
2972
1807
|
"quote",
|
|
@@ -2975,29 +1810,19 @@ dependencies = [
|
|
|
2975
1810
|
|
|
2976
1811
|
[[package]]
|
|
2977
1812
|
name = "tokio-rustls"
|
|
2978
|
-
version = "0.
|
|
2979
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2980
|
-
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
|
2981
|
-
dependencies = [
|
|
2982
|
-
"rustls 0.21.12",
|
|
2983
|
-
"tokio",
|
|
2984
|
-
]
|
|
2985
|
-
|
|
2986
|
-
[[package]]
|
|
2987
|
-
name = "tokio-rustls"
|
|
2988
|
-
version = "0.26.2"
|
|
1813
|
+
version = "0.26.4"
|
|
2989
1814
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2990
|
-
checksum = "
|
|
1815
|
+
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
|
2991
1816
|
dependencies = [
|
|
2992
|
-
"rustls
|
|
1817
|
+
"rustls",
|
|
2993
1818
|
"tokio",
|
|
2994
1819
|
]
|
|
2995
1820
|
|
|
2996
1821
|
[[package]]
|
|
2997
1822
|
name = "tokio-util"
|
|
2998
|
-
version = "0.7.
|
|
1823
|
+
version = "0.7.17"
|
|
2999
1824
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3000
|
-
checksum = "
|
|
1825
|
+
checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
|
|
3001
1826
|
dependencies = [
|
|
3002
1827
|
"bytes",
|
|
3003
1828
|
"futures-core",
|
|
@@ -3023,15 +1848,15 @@ dependencies = [
|
|
|
3023
1848
|
|
|
3024
1849
|
[[package]]
|
|
3025
1850
|
name = "tower-http"
|
|
3026
|
-
version = "0.6.
|
|
1851
|
+
version = "0.6.8"
|
|
3027
1852
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3028
|
-
checksum = "
|
|
1853
|
+
checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
|
|
3029
1854
|
dependencies = [
|
|
3030
1855
|
"bitflags",
|
|
3031
1856
|
"bytes",
|
|
3032
1857
|
"futures-util",
|
|
3033
|
-
"http
|
|
3034
|
-
"http-body
|
|
1858
|
+
"http",
|
|
1859
|
+
"http-body",
|
|
3035
1860
|
"iri-string",
|
|
3036
1861
|
"pin-project-lite",
|
|
3037
1862
|
"tower",
|
|
@@ -3053,9 +1878,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
|
3053
1878
|
|
|
3054
1879
|
[[package]]
|
|
3055
1880
|
name = "tracing"
|
|
3056
|
-
version = "0.1.
|
|
1881
|
+
version = "0.1.43"
|
|
3057
1882
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3058
|
-
checksum = "
|
|
1883
|
+
checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
|
|
3059
1884
|
dependencies = [
|
|
3060
1885
|
"pin-project-lite",
|
|
3061
1886
|
"tracing-attributes",
|
|
@@ -3064,9 +1889,9 @@ dependencies = [
|
|
|
3064
1889
|
|
|
3065
1890
|
[[package]]
|
|
3066
1891
|
name = "tracing-attributes"
|
|
3067
|
-
version = "0.1.
|
|
1892
|
+
version = "0.1.31"
|
|
3068
1893
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3069
|
-
checksum = "
|
|
1894
|
+
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
3070
1895
|
dependencies = [
|
|
3071
1896
|
"proc-macro2",
|
|
3072
1897
|
"quote",
|
|
@@ -3075,9 +1900,9 @@ dependencies = [
|
|
|
3075
1900
|
|
|
3076
1901
|
[[package]]
|
|
3077
1902
|
name = "tracing-core"
|
|
3078
|
-
version = "0.1.
|
|
1903
|
+
version = "0.1.35"
|
|
3079
1904
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3080
|
-
checksum = "
|
|
1905
|
+
checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
|
|
3081
1906
|
dependencies = [
|
|
3082
1907
|
"once_cell",
|
|
3083
1908
|
]
|
|
@@ -3090,9 +1915,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
3090
1915
|
|
|
3091
1916
|
[[package]]
|
|
3092
1917
|
name = "typenum"
|
|
3093
|
-
version = "1.
|
|
1918
|
+
version = "1.19.0"
|
|
3094
1919
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3095
|
-
checksum = "
|
|
1920
|
+
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
|
3096
1921
|
|
|
3097
1922
|
[[package]]
|
|
3098
1923
|
name = "unicase"
|
|
@@ -3122,7 +1947,7 @@ dependencies = [
|
|
|
3122
1947
|
"flate2",
|
|
3123
1948
|
"log",
|
|
3124
1949
|
"once_cell",
|
|
3125
|
-
"rustls
|
|
1950
|
+
"rustls",
|
|
3126
1951
|
"rustls-pki-types",
|
|
3127
1952
|
"url",
|
|
3128
1953
|
"webpki-roots 0.26.11",
|
|
@@ -3175,12 +2000,6 @@ version = "0.9.5"
|
|
|
3175
2000
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3176
2001
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
3177
2002
|
|
|
3178
|
-
[[package]]
|
|
3179
|
-
name = "vsimd"
|
|
3180
|
-
version = "0.8.0"
|
|
3181
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3182
|
-
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
|
3183
|
-
|
|
3184
2003
|
[[package]]
|
|
3185
2004
|
name = "want"
|
|
3186
2005
|
version = "0.3.1"
|
|
@@ -3327,18 +2146,6 @@ dependencies = [
|
|
|
3327
2146
|
"rustls-pki-types",
|
|
3328
2147
|
]
|
|
3329
2148
|
|
|
3330
|
-
[[package]]
|
|
3331
|
-
name = "which"
|
|
3332
|
-
version = "4.4.2"
|
|
3333
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3334
|
-
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
|
3335
|
-
dependencies = [
|
|
3336
|
-
"either",
|
|
3337
|
-
"home",
|
|
3338
|
-
"once_cell",
|
|
3339
|
-
"rustix",
|
|
3340
|
-
]
|
|
3341
|
-
|
|
3342
2149
|
[[package]]
|
|
3343
2150
|
name = "windows-core"
|
|
3344
2151
|
version = "0.61.2"
|
|
@@ -3347,7 +2154,7 @@ checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
|
|
|
3347
2154
|
dependencies = [
|
|
3348
2155
|
"windows-implement",
|
|
3349
2156
|
"windows-interface",
|
|
3350
|
-
"windows-link",
|
|
2157
|
+
"windows-link 0.1.3",
|
|
3351
2158
|
"windows-result",
|
|
3352
2159
|
"windows-strings",
|
|
3353
2160
|
]
|
|
@@ -3380,13 +2187,19 @@ version = "0.1.3"
|
|
|
3380
2187
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3381
2188
|
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
|
|
3382
2189
|
|
|
2190
|
+
[[package]]
|
|
2191
|
+
name = "windows-link"
|
|
2192
|
+
version = "0.2.1"
|
|
2193
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2194
|
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
2195
|
+
|
|
3383
2196
|
[[package]]
|
|
3384
2197
|
name = "windows-result"
|
|
3385
2198
|
version = "0.3.4"
|
|
3386
2199
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3387
2200
|
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
|
|
3388
2201
|
dependencies = [
|
|
3389
|
-
"windows-link",
|
|
2202
|
+
"windows-link 0.1.3",
|
|
3390
2203
|
]
|
|
3391
2204
|
|
|
3392
2205
|
[[package]]
|
|
@@ -3395,7 +2208,7 @@ version = "0.4.2"
|
|
|
3395
2208
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3396
2209
|
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
|
|
3397
2210
|
dependencies = [
|
|
3398
|
-
"windows-link",
|
|
2211
|
+
"windows-link 0.1.3",
|
|
3399
2212
|
]
|
|
3400
2213
|
|
|
3401
2214
|
[[package]]
|
|
@@ -3409,11 +2222,20 @@ dependencies = [
|
|
|
3409
2222
|
|
|
3410
2223
|
[[package]]
|
|
3411
2224
|
name = "windows-sys"
|
|
3412
|
-
version = "0.
|
|
2225
|
+
version = "0.60.2"
|
|
3413
2226
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3414
|
-
checksum = "
|
|
2227
|
+
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
3415
2228
|
dependencies = [
|
|
3416
|
-
"windows-targets 0.
|
|
2229
|
+
"windows-targets 0.53.3",
|
|
2230
|
+
]
|
|
2231
|
+
|
|
2232
|
+
[[package]]
|
|
2233
|
+
name = "windows-sys"
|
|
2234
|
+
version = "0.61.2"
|
|
2235
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2236
|
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
2237
|
+
dependencies = [
|
|
2238
|
+
"windows-link 0.2.1",
|
|
3417
2239
|
]
|
|
3418
2240
|
|
|
3419
2241
|
[[package]]
|
|
@@ -3438,7 +2260,7 @@ version = "0.53.3"
|
|
|
3438
2260
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3439
2261
|
checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
|
|
3440
2262
|
dependencies = [
|
|
3441
|
-
"windows-link",
|
|
2263
|
+
"windows-link 0.1.3",
|
|
3442
2264
|
"windows_aarch64_gnullvm 0.53.0",
|
|
3443
2265
|
"windows_aarch64_msvc 0.53.0",
|
|
3444
2266
|
"windows_i686_gnu 0.53.0",
|
|
@@ -3560,12 +2382,6 @@ version = "0.6.1"
|
|
|
3560
2382
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3561
2383
|
checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
|
|
3562
2384
|
|
|
3563
|
-
[[package]]
|
|
3564
|
-
name = "xmlparser"
|
|
3565
|
-
version = "0.13.6"
|
|
3566
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3567
|
-
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
|
|
3568
|
-
|
|
3569
2385
|
[[package]]
|
|
3570
2386
|
name = "yoke"
|
|
3571
2387
|
version = "0.8.0"
|