ruby-c2pa 0.3.0 → 0.5.0
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/CHANGELOG.md +87 -1
- data/CONTRIBUTING.md +19 -2
- data/README.md +236 -28
- data/ext/c2pa_native/Cargo.lock +898 -666
- data/ext/c2pa_native/Cargo.toml +4 -1
- data/ext/c2pa_native/src/lib.rs +276 -30
- data/lib/c2pa/config.rb +122 -0
- data/lib/c2pa/error.rb +3 -0
- data/lib/c2pa/manifest.rb +50 -14
- data/lib/c2pa/version.rb +1 -1
- data/lib/c2pa.rb +147 -1
- metadata +2 -1
data/ext/c2pa_native/Cargo.lock
CHANGED
|
@@ -9,7 +9,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
9
9
|
checksum = "087113bd50d9adce24850eed5d0476c7d199d532fce8fab5173650331e09033a"
|
|
10
10
|
dependencies = [
|
|
11
11
|
"abnf-core",
|
|
12
|
-
"nom",
|
|
12
|
+
"nom 7.1.3",
|
|
13
13
|
]
|
|
14
14
|
|
|
15
15
|
[[package]]
|
|
@@ -18,7 +18,7 @@ version = "0.5.0"
|
|
|
18
18
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
19
19
|
checksum = "c44e09c43ae1c368fb91a03a566472d0087c26cf7e1b9e8e289c14ede681dd7d"
|
|
20
20
|
dependencies = [
|
|
21
|
-
"nom",
|
|
21
|
+
"nom 7.1.3",
|
|
22
22
|
]
|
|
23
23
|
|
|
24
24
|
[[package]]
|
|
@@ -27,11 +27,22 @@ version = "2.0.1"
|
|
|
27
27
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
28
28
|
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
29
29
|
|
|
30
|
+
[[package]]
|
|
31
|
+
name = "aes"
|
|
32
|
+
version = "0.9.3"
|
|
33
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
34
|
+
checksum = "35f0f96ce78e38c3dc6d8948aa8163d06385be74000f3c7a95bf1eef35d3ea32"
|
|
35
|
+
dependencies = [
|
|
36
|
+
"cipher",
|
|
37
|
+
"cpubits",
|
|
38
|
+
"cpufeatures 0.3.1",
|
|
39
|
+
]
|
|
40
|
+
|
|
30
41
|
[[package]]
|
|
31
42
|
name = "aho-corasick"
|
|
32
|
-
version = "1.1.
|
|
43
|
+
version = "1.1.5"
|
|
33
44
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
34
|
-
checksum = "
|
|
45
|
+
checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba"
|
|
35
46
|
dependencies = [
|
|
36
47
|
"memchr",
|
|
37
48
|
]
|
|
@@ -53,19 +64,13 @@ dependencies = [
|
|
|
53
64
|
|
|
54
65
|
[[package]]
|
|
55
66
|
name = "android_system_properties"
|
|
56
|
-
version = "0.1.
|
|
67
|
+
version = "0.1.6"
|
|
57
68
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
58
|
-
checksum = "
|
|
69
|
+
checksum = "ae221649c9976a6f6c56ae1facf410f3ddb33cc661c4b7b61020a912d4237fbc"
|
|
59
70
|
dependencies = [
|
|
60
71
|
"libc",
|
|
61
72
|
]
|
|
62
73
|
|
|
63
|
-
[[package]]
|
|
64
|
-
name = "anyhow"
|
|
65
|
-
version = "1.0.102"
|
|
66
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
67
|
-
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
|
68
|
-
|
|
69
74
|
[[package]]
|
|
70
75
|
name = "asn1-rs"
|
|
71
76
|
version = "0.7.2"
|
|
@@ -75,10 +80,10 @@ dependencies = [
|
|
|
75
80
|
"asn1-rs-derive",
|
|
76
81
|
"asn1-rs-impl",
|
|
77
82
|
"displaydoc",
|
|
78
|
-
"nom",
|
|
83
|
+
"nom 7.1.3",
|
|
79
84
|
"num-traits",
|
|
80
85
|
"rusticata-macros",
|
|
81
|
-
"thiserror 2.0.
|
|
86
|
+
"thiserror 2.0.20",
|
|
82
87
|
"time",
|
|
83
88
|
]
|
|
84
89
|
|
|
@@ -90,7 +95,7 @@ checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c"
|
|
|
90
95
|
dependencies = [
|
|
91
96
|
"proc-macro2",
|
|
92
97
|
"quote",
|
|
93
|
-
"syn 2.0.
|
|
98
|
+
"syn 2.0.119",
|
|
94
99
|
"synstructure",
|
|
95
100
|
]
|
|
96
101
|
|
|
@@ -102,7 +107,7 @@ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
|
|
|
102
107
|
dependencies = [
|
|
103
108
|
"proc-macro2",
|
|
104
109
|
"quote",
|
|
105
|
-
"syn 2.0.
|
|
110
|
+
"syn 2.0.119",
|
|
106
111
|
]
|
|
107
112
|
|
|
108
113
|
[[package]]
|
|
@@ -113,7 +118,7 @@ checksum = "ddf3728566eefa873833159754f5732fb0951d3649e6e5b891cc70d56dd41673"
|
|
|
113
118
|
dependencies = [
|
|
114
119
|
"proc-macro2",
|
|
115
120
|
"quote",
|
|
116
|
-
"syn 2.0.
|
|
121
|
+
"syn 2.0.119",
|
|
117
122
|
]
|
|
118
123
|
|
|
119
124
|
[[package]]
|
|
@@ -124,13 +129,13 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
|
|
124
129
|
|
|
125
130
|
[[package]]
|
|
126
131
|
name = "async-trait"
|
|
127
|
-
version = "0.1.
|
|
132
|
+
version = "0.1.92"
|
|
128
133
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
129
|
-
checksum = "
|
|
134
|
+
checksum = "82f6aeea286b8eb4dd3431a1be1b59d290ace00f5bfd8e2a159bc2a05e2c1667"
|
|
130
135
|
dependencies = [
|
|
131
136
|
"proc-macro2",
|
|
132
137
|
"quote",
|
|
133
|
-
"syn
|
|
138
|
+
"syn 3.0.5",
|
|
134
139
|
]
|
|
135
140
|
|
|
136
141
|
[[package]]
|
|
@@ -147,9 +152,9 @@ checksum = "239d25181cb40f1955529367ee495e35d03aab4e578028f41e7abc8b21c367a8"
|
|
|
147
152
|
|
|
148
153
|
[[package]]
|
|
149
154
|
name = "autocfg"
|
|
150
|
-
version = "1.5.
|
|
155
|
+
version = "1.5.1"
|
|
151
156
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
152
|
-
checksum = "
|
|
157
|
+
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
153
158
|
|
|
154
159
|
[[package]]
|
|
155
160
|
name = "base16ct"
|
|
@@ -177,9 +182,9 @@ checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
|
|
|
177
182
|
|
|
178
183
|
[[package]]
|
|
179
184
|
name = "bcder"
|
|
180
|
-
version = "0.7.
|
|
185
|
+
version = "0.7.7"
|
|
181
186
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
182
|
-
checksum = "
|
|
187
|
+
checksum = "b593e5aeaf7992d388c08a9831c921cd703718064b3e50ba8e6d666d6cf86ca7"
|
|
183
188
|
dependencies = [
|
|
184
189
|
"bytes",
|
|
185
190
|
"smallvec",
|
|
@@ -187,35 +192,39 @@ dependencies = [
|
|
|
187
192
|
|
|
188
193
|
[[package]]
|
|
189
194
|
name = "bindgen"
|
|
190
|
-
version = "0.
|
|
195
|
+
version = "0.72.1"
|
|
191
196
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
192
|
-
checksum = "
|
|
197
|
+
checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
|
|
193
198
|
dependencies = [
|
|
194
|
-
"bitflags",
|
|
199
|
+
"bitflags 2.13.2",
|
|
195
200
|
"cexpr",
|
|
196
201
|
"clang-sys",
|
|
197
|
-
"itertools
|
|
198
|
-
"lazy_static",
|
|
199
|
-
"lazycell",
|
|
202
|
+
"itertools",
|
|
200
203
|
"proc-macro2",
|
|
201
204
|
"quote",
|
|
202
205
|
"regex",
|
|
203
|
-
"rustc-hash
|
|
204
|
-
"shlex",
|
|
205
|
-
"syn 2.0.
|
|
206
|
+
"rustc-hash",
|
|
207
|
+
"shlex 1.3.0",
|
|
208
|
+
"syn 2.0.119",
|
|
206
209
|
]
|
|
207
210
|
|
|
208
211
|
[[package]]
|
|
209
212
|
name = "bitflags"
|
|
210
|
-
version = "
|
|
213
|
+
version = "1.3.2"
|
|
214
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
215
|
+
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
216
|
+
|
|
217
|
+
[[package]]
|
|
218
|
+
name = "bitflags"
|
|
219
|
+
version = "2.13.2"
|
|
211
220
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
212
|
-
checksum = "
|
|
221
|
+
checksum = "3ded4057c258ba199e2d26386d3af3780957ecaee6c4ef4041c6b4b8b97c0b06"
|
|
213
222
|
|
|
214
223
|
[[package]]
|
|
215
224
|
name = "bitvec"
|
|
216
|
-
version = "1.
|
|
225
|
+
version = "1.1.1"
|
|
217
226
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
218
|
-
checksum = "
|
|
227
|
+
checksum = "ddcec3d12c579d40898fe0a9a358a803c23e9c52ca3c425707f81c9436211837"
|
|
219
228
|
dependencies = [
|
|
220
229
|
"funty",
|
|
221
230
|
"radium",
|
|
@@ -230,7 +239,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
230
239
|
checksum = "d988fcc40055ceaa85edc55875a08f8abd29018582647fd82ad6128dba14a5f0"
|
|
231
240
|
dependencies = [
|
|
232
241
|
"bitvec",
|
|
233
|
-
"nom",
|
|
242
|
+
"nom 7.1.3",
|
|
234
243
|
]
|
|
235
244
|
|
|
236
245
|
[[package]]
|
|
@@ -251,6 +260,15 @@ dependencies = [
|
|
|
251
260
|
"hybrid-array",
|
|
252
261
|
]
|
|
253
262
|
|
|
263
|
+
[[package]]
|
|
264
|
+
name = "block-padding"
|
|
265
|
+
version = "0.4.2"
|
|
266
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
267
|
+
checksum = "710f1dd022ef4e93f8a438b4ba958de7f64308434fa6a87104481645cc30068b"
|
|
268
|
+
dependencies = [
|
|
269
|
+
"hybrid-array",
|
|
270
|
+
]
|
|
271
|
+
|
|
254
272
|
[[package]]
|
|
255
273
|
name = "brotli"
|
|
256
274
|
version = "7.0.0"
|
|
@@ -307,9 +325,15 @@ dependencies = [
|
|
|
307
325
|
|
|
308
326
|
[[package]]
|
|
309
327
|
name = "bumpalo"
|
|
310
|
-
version = "3.20.
|
|
328
|
+
version = "3.20.3"
|
|
311
329
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
312
|
-
checksum = "
|
|
330
|
+
checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
|
|
331
|
+
|
|
332
|
+
[[package]]
|
|
333
|
+
name = "bytemuck"
|
|
334
|
+
version = "1.25.2"
|
|
335
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
336
|
+
checksum = "95832e849adfb21180ccb6826a99da14e5d266ae5c2e668e1602cf234f153797"
|
|
313
337
|
|
|
314
338
|
[[package]]
|
|
315
339
|
name = "byteorder"
|
|
@@ -317,6 +341,12 @@ version = "1.5.0"
|
|
|
317
341
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
318
342
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
319
343
|
|
|
344
|
+
[[package]]
|
|
345
|
+
name = "byteorder-lite"
|
|
346
|
+
version = "0.1.0"
|
|
347
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
348
|
+
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
|
|
349
|
+
|
|
320
350
|
[[package]]
|
|
321
351
|
name = "byteordered"
|
|
322
352
|
version = "0.6.0"
|
|
@@ -328,15 +358,15 @@ dependencies = [
|
|
|
328
358
|
|
|
329
359
|
[[package]]
|
|
330
360
|
name = "bytes"
|
|
331
|
-
version = "1.
|
|
361
|
+
version = "1.12.1"
|
|
332
362
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
333
|
-
checksum = "
|
|
363
|
+
checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
|
|
334
364
|
|
|
335
365
|
[[package]]
|
|
336
366
|
name = "c2pa"
|
|
337
|
-
version = "0.90.
|
|
367
|
+
version = "0.90.22"
|
|
338
368
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
339
|
-
checksum = "
|
|
369
|
+
checksum = "20fb4160e041eef6dcf2fa3b92db50b8f28d4cf4415dff44bf727cb28c3a58cb"
|
|
340
370
|
dependencies = [
|
|
341
371
|
"asn1-rs",
|
|
342
372
|
"async-generic",
|
|
@@ -364,14 +394,16 @@ dependencies = [
|
|
|
364
394
|
"hex",
|
|
365
395
|
"http",
|
|
366
396
|
"id3",
|
|
397
|
+
"image",
|
|
367
398
|
"img-parts",
|
|
368
399
|
"iref",
|
|
369
400
|
"jfifdump",
|
|
370
401
|
"js-sys",
|
|
371
402
|
"lazy_static",
|
|
372
403
|
"log",
|
|
404
|
+
"lopdf",
|
|
373
405
|
"memchr",
|
|
374
|
-
"nom",
|
|
406
|
+
"nom 7.1.3",
|
|
375
407
|
"non-empty-string",
|
|
376
408
|
"nonempty-collections",
|
|
377
409
|
"num-bigint-dig",
|
|
@@ -384,7 +416,7 @@ dependencies = [
|
|
|
384
416
|
"pkcs8",
|
|
385
417
|
"png_pong",
|
|
386
418
|
"quick-xml",
|
|
387
|
-
"rand 0.8.
|
|
419
|
+
"rand 0.8.8",
|
|
388
420
|
"rand_chacha 0.9.0",
|
|
389
421
|
"range-set",
|
|
390
422
|
"rasn",
|
|
@@ -407,7 +439,7 @@ dependencies = [
|
|
|
407
439
|
"spki",
|
|
408
440
|
"static-iref",
|
|
409
441
|
"tempfile",
|
|
410
|
-
"thiserror 2.0.
|
|
442
|
+
"thiserror 2.0.20",
|
|
411
443
|
"toml",
|
|
412
444
|
"ureq",
|
|
413
445
|
"url",
|
|
@@ -425,9 +457,9 @@ dependencies = [
|
|
|
425
457
|
|
|
426
458
|
[[package]]
|
|
427
459
|
name = "c2pa_cbor"
|
|
428
|
-
version = "0.77.
|
|
460
|
+
version = "0.77.4"
|
|
429
461
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
430
|
-
checksum = "
|
|
462
|
+
checksum = "88380203853f999aa8e5bcdac2a0984d082c42994cc5a99d240aed180b2c2f3b"
|
|
431
463
|
dependencies = [
|
|
432
464
|
"half",
|
|
433
465
|
"serde",
|
|
@@ -440,17 +472,27 @@ version = "0.1.0"
|
|
|
440
472
|
dependencies = [
|
|
441
473
|
"c2pa",
|
|
442
474
|
"magnus",
|
|
475
|
+
"rb-sys",
|
|
443
476
|
"serde_json",
|
|
444
477
|
]
|
|
445
478
|
|
|
479
|
+
[[package]]
|
|
480
|
+
name = "cbc"
|
|
481
|
+
version = "0.2.1"
|
|
482
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
483
|
+
checksum = "ce2dc9ee5f88d11e0beb842c88b33c8a5cf0d1329c4b19494af42b07dbfe8896"
|
|
484
|
+
dependencies = [
|
|
485
|
+
"cipher",
|
|
486
|
+
]
|
|
487
|
+
|
|
446
488
|
[[package]]
|
|
447
489
|
name = "cc"
|
|
448
|
-
version = "1.
|
|
490
|
+
version = "1.4.5"
|
|
449
491
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
450
|
-
checksum = "
|
|
492
|
+
checksum = "005ec2760ca554fae18df7a11195552ec576cd665632a881bc011d5bb2fd4d80"
|
|
451
493
|
dependencies = [
|
|
452
494
|
"find-msvc-tools",
|
|
453
|
-
"shlex",
|
|
495
|
+
"shlex 2.0.1",
|
|
454
496
|
]
|
|
455
497
|
|
|
456
498
|
[[package]]
|
|
@@ -468,7 +510,7 @@ version = "0.6.0"
|
|
|
468
510
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
469
511
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
470
512
|
dependencies = [
|
|
471
|
-
"nom",
|
|
513
|
+
"nom 7.1.3",
|
|
472
514
|
]
|
|
473
515
|
|
|
474
516
|
[[package]]
|
|
@@ -479,15 +521,26 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
|
479
521
|
|
|
480
522
|
[[package]]
|
|
481
523
|
name = "cfg_aliases"
|
|
482
|
-
version = "0.2.
|
|
524
|
+
version = "0.2.2"
|
|
525
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
526
|
+
checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527"
|
|
527
|
+
|
|
528
|
+
[[package]]
|
|
529
|
+
name = "chacha20"
|
|
530
|
+
version = "0.10.2"
|
|
483
531
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
484
|
-
checksum = "
|
|
532
|
+
checksum = "65c35e4b699c7e15ccbe7ee35c005e4fc0a278d22238a2857e6ce2dadeda1b06"
|
|
533
|
+
dependencies = [
|
|
534
|
+
"cfg-if",
|
|
535
|
+
"cpufeatures 0.3.1",
|
|
536
|
+
"rand_core 0.10.1",
|
|
537
|
+
]
|
|
485
538
|
|
|
486
539
|
[[package]]
|
|
487
540
|
name = "chrono"
|
|
488
|
-
version = "0.4.
|
|
541
|
+
version = "0.4.45"
|
|
489
542
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
490
|
-
checksum = "
|
|
543
|
+
checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
|
|
491
544
|
dependencies = [
|
|
492
545
|
"iana-time-zone",
|
|
493
546
|
"js-sys",
|
|
@@ -524,22 +577,38 @@ dependencies = [
|
|
|
524
577
|
"half",
|
|
525
578
|
]
|
|
526
579
|
|
|
580
|
+
[[package]]
|
|
581
|
+
name = "cipher"
|
|
582
|
+
version = "0.5.2"
|
|
583
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
584
|
+
checksum = "e8cf2a2c93cd704877c0858356ed03480ff301ee950b43f1cbe4573b088bfa6c"
|
|
585
|
+
dependencies = [
|
|
586
|
+
"crypto-common 0.2.2",
|
|
587
|
+
"inout",
|
|
588
|
+
]
|
|
589
|
+
|
|
527
590
|
[[package]]
|
|
528
591
|
name = "clang-sys"
|
|
529
|
-
version = "1.
|
|
592
|
+
version = "1.9.1"
|
|
530
593
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
531
|
-
checksum = "
|
|
594
|
+
checksum = "157a8ba7b480713b56f4c09fd13fc3e0a22a5dfab8097ba61cbc5feef950788a"
|
|
532
595
|
dependencies = [
|
|
533
596
|
"glob",
|
|
534
597
|
"libc",
|
|
535
598
|
"libloading",
|
|
536
599
|
]
|
|
537
600
|
|
|
601
|
+
[[package]]
|
|
602
|
+
name = "color_quant"
|
|
603
|
+
version = "1.1.0"
|
|
604
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
605
|
+
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
606
|
+
|
|
538
607
|
[[package]]
|
|
539
608
|
name = "console_log"
|
|
540
|
-
version = "1.
|
|
609
|
+
version = "1.1.0"
|
|
541
610
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
542
|
-
checksum = "
|
|
611
|
+
checksum = "86919cef3e37b9356ccf54d4421208c17ecfda01beae61393e7ffd72916c0ef1"
|
|
543
612
|
dependencies = [
|
|
544
613
|
"log",
|
|
545
614
|
"wasm-bindgen",
|
|
@@ -586,6 +655,12 @@ version = "0.8.7"
|
|
|
586
655
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
587
656
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
588
657
|
|
|
658
|
+
[[package]]
|
|
659
|
+
name = "core_detect"
|
|
660
|
+
version = "1.0.0"
|
|
661
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
662
|
+
checksum = "7f8f80099a98041a3d1622845c271458a2d73e688351bf3cb999266764b81d48"
|
|
663
|
+
|
|
589
664
|
[[package]]
|
|
590
665
|
name = "coset"
|
|
591
666
|
version = "0.4.2"
|
|
@@ -596,6 +671,12 @@ dependencies = [
|
|
|
596
671
|
"ciborium-io",
|
|
597
672
|
]
|
|
598
673
|
|
|
674
|
+
[[package]]
|
|
675
|
+
name = "cpubits"
|
|
676
|
+
version = "0.1.1"
|
|
677
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
678
|
+
checksum = "15b85f9c39137c3a891689859392b1bd49812121d0d61c9caf00d46ed5ce06ae"
|
|
679
|
+
|
|
599
680
|
[[package]]
|
|
600
681
|
name = "cpufeatures"
|
|
601
682
|
version = "0.2.17"
|
|
@@ -607,22 +688,47 @@ dependencies = [
|
|
|
607
688
|
|
|
608
689
|
[[package]]
|
|
609
690
|
name = "cpufeatures"
|
|
610
|
-
version = "0.3.
|
|
691
|
+
version = "0.3.1"
|
|
611
692
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
612
|
-
checksum = "
|
|
693
|
+
checksum = "5ca28b0ae3115b884660db4118d803791fd6756b6e88f39c0f3f7859060d7566"
|
|
613
694
|
dependencies = [
|
|
614
695
|
"libc",
|
|
615
696
|
]
|
|
616
697
|
|
|
617
698
|
[[package]]
|
|
618
699
|
name = "crc32fast"
|
|
619
|
-
version = "1.5.
|
|
700
|
+
version = "1.5.1"
|
|
620
701
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
621
|
-
checksum = "
|
|
702
|
+
checksum = "8498c871161e1742aaa9d52551b2d6ebdd4c3d45a3be423e3728f33b955be550"
|
|
622
703
|
dependencies = [
|
|
623
704
|
"cfg-if",
|
|
624
705
|
]
|
|
625
706
|
|
|
707
|
+
[[package]]
|
|
708
|
+
name = "crossbeam-deque"
|
|
709
|
+
version = "0.8.8"
|
|
710
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
711
|
+
checksum = "622f3fc73690be383c7214310406f28a90e6edeadc3cea882f9d71e495b9711a"
|
|
712
|
+
dependencies = [
|
|
713
|
+
"crossbeam-epoch",
|
|
714
|
+
"crossbeam-utils",
|
|
715
|
+
]
|
|
716
|
+
|
|
717
|
+
[[package]]
|
|
718
|
+
name = "crossbeam-epoch"
|
|
719
|
+
version = "0.9.21"
|
|
720
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
721
|
+
checksum = "dc74980687109a3b14c72fd458107bf0baa1da1a1a805e178d15501ba9b86d9d"
|
|
722
|
+
dependencies = [
|
|
723
|
+
"crossbeam-utils",
|
|
724
|
+
]
|
|
725
|
+
|
|
726
|
+
[[package]]
|
|
727
|
+
name = "crossbeam-utils"
|
|
728
|
+
version = "0.8.23"
|
|
729
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
730
|
+
checksum = "a31eee39dddec8330830986fcd7625edb5a24ec90ea038215273bbc3adb08ac6"
|
|
731
|
+
|
|
626
732
|
[[package]]
|
|
627
733
|
name = "crunchy"
|
|
628
734
|
version = "0.2.4"
|
|
@@ -684,14 +790,14 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
|
|
|
684
790
|
dependencies = [
|
|
685
791
|
"proc-macro2",
|
|
686
792
|
"quote",
|
|
687
|
-
"syn 2.0.
|
|
793
|
+
"syn 2.0.119",
|
|
688
794
|
]
|
|
689
795
|
|
|
690
796
|
[[package]]
|
|
691
797
|
name = "darling"
|
|
692
|
-
version = "0.
|
|
798
|
+
version = "0.24.1"
|
|
693
799
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
694
|
-
checksum = "
|
|
800
|
+
checksum = "ed17f5901b6630b993ca003def43f2f8ef4014fc13b047b57aad617ff32bc2ec"
|
|
695
801
|
dependencies = [
|
|
696
802
|
"darling_core",
|
|
697
803
|
"darling_macro",
|
|
@@ -699,33 +805,64 @@ dependencies = [
|
|
|
699
805
|
|
|
700
806
|
[[package]]
|
|
701
807
|
name = "darling_core"
|
|
702
|
-
version = "0.
|
|
808
|
+
version = "0.24.1"
|
|
703
809
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
704
|
-
checksum = "
|
|
810
|
+
checksum = "6837e2cf7485aaae18f86181d2f0e9a7ed297a025e220aeabf63fdebd3a2ddff"
|
|
705
811
|
dependencies = [
|
|
706
812
|
"ident_case",
|
|
707
813
|
"proc-macro2",
|
|
708
814
|
"quote",
|
|
709
815
|
"strsim",
|
|
710
|
-
"syn
|
|
816
|
+
"syn 3.0.5",
|
|
711
817
|
]
|
|
712
818
|
|
|
713
819
|
[[package]]
|
|
714
820
|
name = "darling_macro"
|
|
715
|
-
version = "0.
|
|
821
|
+
version = "0.24.1"
|
|
716
822
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
717
|
-
checksum = "
|
|
823
|
+
checksum = "2ac7135c3ef02b2f7833bbeb1be5ba7f966dcde8a87c6b87f65a778d71a02785"
|
|
718
824
|
dependencies = [
|
|
719
825
|
"darling_core",
|
|
720
826
|
"quote",
|
|
721
|
-
"syn
|
|
827
|
+
"syn 3.0.5",
|
|
722
828
|
]
|
|
723
829
|
|
|
724
830
|
[[package]]
|
|
725
831
|
name = "data-encoding"
|
|
726
|
-
version = "2.
|
|
832
|
+
version = "2.11.1"
|
|
833
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
834
|
+
checksum = "4583a4551df46e2792f82ceeac45e850d2e2d5debba0b91f102385cda5b11f06"
|
|
835
|
+
|
|
836
|
+
[[package]]
|
|
837
|
+
name = "defmt"
|
|
838
|
+
version = "1.1.1"
|
|
727
839
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
728
|
-
checksum = "
|
|
840
|
+
checksum = "e2953bfe4f93bbd20cc71198842756f77d161884c99ebbabc41d80231ded88d1"
|
|
841
|
+
dependencies = [
|
|
842
|
+
"bitflags 1.3.2",
|
|
843
|
+
"defmt-macros",
|
|
844
|
+
]
|
|
845
|
+
|
|
846
|
+
[[package]]
|
|
847
|
+
name = "defmt-macros"
|
|
848
|
+
version = "1.1.1"
|
|
849
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
850
|
+
checksum = "bad9c72e7ca2137e0dc3813245a0d282fd6daad32fd800af018306a9169b5fe8"
|
|
851
|
+
dependencies = [
|
|
852
|
+
"defmt-parser",
|
|
853
|
+
"proc-macro2",
|
|
854
|
+
"quote",
|
|
855
|
+
"syn 2.0.119",
|
|
856
|
+
]
|
|
857
|
+
|
|
858
|
+
[[package]]
|
|
859
|
+
name = "defmt-parser"
|
|
860
|
+
version = "1.0.0"
|
|
861
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
862
|
+
checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
|
|
863
|
+
dependencies = [
|
|
864
|
+
"thiserror 2.0.20",
|
|
865
|
+
]
|
|
729
866
|
|
|
730
867
|
[[package]]
|
|
731
868
|
name = "delegate"
|
|
@@ -757,7 +894,7 @@ checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6"
|
|
|
757
894
|
dependencies = [
|
|
758
895
|
"asn1-rs",
|
|
759
896
|
"displaydoc",
|
|
760
|
-
"nom",
|
|
897
|
+
"nom 7.1.3",
|
|
761
898
|
"num-bigint",
|
|
762
899
|
"num-traits",
|
|
763
900
|
"rusticata-macros",
|
|
@@ -769,7 +906,6 @@ version = "0.5.8"
|
|
|
769
906
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
770
907
|
checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
|
|
771
908
|
dependencies = [
|
|
772
|
-
"powerfmt",
|
|
773
909
|
"serde_core",
|
|
774
910
|
]
|
|
775
911
|
|
|
@@ -798,13 +934,13 @@ dependencies = [
|
|
|
798
934
|
|
|
799
935
|
[[package]]
|
|
800
936
|
name = "displaydoc"
|
|
801
|
-
version = "0.2.
|
|
937
|
+
version = "0.2.7"
|
|
802
938
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
803
|
-
checksum = "
|
|
939
|
+
checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
|
|
804
940
|
dependencies = [
|
|
805
941
|
"proc-macro2",
|
|
806
942
|
"quote",
|
|
807
|
-
"syn
|
|
943
|
+
"syn 3.0.5",
|
|
808
944
|
]
|
|
809
945
|
|
|
810
946
|
[[package]]
|
|
@@ -813,6 +949,15 @@ version = "1.0.20"
|
|
|
813
949
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
814
950
|
checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
|
|
815
951
|
|
|
952
|
+
[[package]]
|
|
953
|
+
name = "ecb"
|
|
954
|
+
version = "0.2.1"
|
|
955
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
956
|
+
checksum = "26f2a8b3e564eba0877223dc343703ad0385794e882e6d13f3a4dd5c6b1f41ac"
|
|
957
|
+
dependencies = [
|
|
958
|
+
"cipher",
|
|
959
|
+
]
|
|
960
|
+
|
|
816
961
|
[[package]]
|
|
817
962
|
name = "ecdsa"
|
|
818
963
|
version = "0.16.9"
|
|
@@ -856,9 +1001,9 @@ dependencies = [
|
|
|
856
1001
|
|
|
857
1002
|
[[package]]
|
|
858
1003
|
name = "either"
|
|
859
|
-
version = "1.
|
|
1004
|
+
version = "1.18.0"
|
|
860
1005
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
861
|
-
checksum = "
|
|
1006
|
+
checksum = "252afb9ae5eaa683babdc6a068b3f5726eb19e05070c731f9b2a23a7c3e8ed34"
|
|
862
1007
|
|
|
863
1008
|
[[package]]
|
|
864
1009
|
name = "elliptic-curve"
|
|
@@ -881,6 +1026,21 @@ dependencies = [
|
|
|
881
1026
|
"zeroize",
|
|
882
1027
|
]
|
|
883
1028
|
|
|
1029
|
+
[[package]]
|
|
1030
|
+
name = "encoding_rs"
|
|
1031
|
+
version = "0.8.41"
|
|
1032
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1033
|
+
checksum = "7b5ef0006ac9ab233c38522f5ae99cae3625151de8f706cacee1cba4b8e2832a"
|
|
1034
|
+
dependencies = [
|
|
1035
|
+
"cfg-if",
|
|
1036
|
+
"core_detect",
|
|
1037
|
+
"multiversion",
|
|
1038
|
+
"multiversion_no_op",
|
|
1039
|
+
"rustversion",
|
|
1040
|
+
"scopeguard",
|
|
1041
|
+
"simdutf8",
|
|
1042
|
+
]
|
|
1043
|
+
|
|
884
1044
|
[[package]]
|
|
885
1045
|
name = "equivalent"
|
|
886
1046
|
version = "1.0.2"
|
|
@@ -905,9 +1065,24 @@ checksum = "4a61bffc6f807b136c3efeeac295edde2c65b1e345de7ea777e75f63de7436c6"
|
|
|
905
1065
|
|
|
906
1066
|
[[package]]
|
|
907
1067
|
name = "fastrand"
|
|
908
|
-
version = "2.
|
|
1068
|
+
version = "2.5.0"
|
|
1069
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1070
|
+
checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
|
|
1071
|
+
|
|
1072
|
+
[[package]]
|
|
1073
|
+
name = "fax"
|
|
1074
|
+
version = "0.2.7"
|
|
1075
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1076
|
+
checksum = "caf1079563223d5d59d83c85886a56e586cfd5c1a26292e971a0fa266531ac5a"
|
|
1077
|
+
|
|
1078
|
+
[[package]]
|
|
1079
|
+
name = "fdeflate"
|
|
1080
|
+
version = "0.3.7"
|
|
909
1081
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
910
|
-
checksum = "
|
|
1082
|
+
checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
|
|
1083
|
+
dependencies = [
|
|
1084
|
+
"simd-adler32",
|
|
1085
|
+
]
|
|
911
1086
|
|
|
912
1087
|
[[package]]
|
|
913
1088
|
name = "ff"
|
|
@@ -927,18 +1102,19 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
|
|
|
927
1102
|
|
|
928
1103
|
[[package]]
|
|
929
1104
|
name = "find-msvc-tools"
|
|
930
|
-
version = "0.1.
|
|
1105
|
+
version = "0.1.12"
|
|
931
1106
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
932
|
-
checksum = "
|
|
1107
|
+
checksum = "3e0f1c7c3a72c66fd80abe965175f7523475c0489a87d3ff9d6e8c87d87a9d2d"
|
|
933
1108
|
|
|
934
1109
|
[[package]]
|
|
935
1110
|
name = "flate2"
|
|
936
|
-
version = "1.1.
|
|
1111
|
+
version = "1.1.10"
|
|
937
1112
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
938
|
-
checksum = "
|
|
1113
|
+
checksum = "6e634e2e0ebac1ee034020da1ca582e17ffe4e0f5e985823721e168928136dcb"
|
|
939
1114
|
dependencies = [
|
|
940
1115
|
"crc32fast",
|
|
941
|
-
"miniz_oxide 0.
|
|
1116
|
+
"miniz_oxide 0.9.1",
|
|
1117
|
+
"zlib-rs",
|
|
942
1118
|
]
|
|
943
1119
|
|
|
944
1120
|
[[package]]
|
|
@@ -947,12 +1123,6 @@ version = "1.0.7"
|
|
|
947
1123
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
948
1124
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
949
1125
|
|
|
950
|
-
[[package]]
|
|
951
|
-
name = "foldhash"
|
|
952
|
-
version = "0.1.5"
|
|
953
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
954
|
-
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
955
|
-
|
|
956
1126
|
[[package]]
|
|
957
1127
|
name = "foreign-types"
|
|
958
1128
|
version = "0.3.2"
|
|
@@ -985,36 +1155,36 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
985
1155
|
|
|
986
1156
|
[[package]]
|
|
987
1157
|
name = "futures-channel"
|
|
988
|
-
version = "0.3.
|
|
1158
|
+
version = "0.3.34"
|
|
989
1159
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
990
|
-
checksum = "
|
|
1160
|
+
checksum = "b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4"
|
|
991
1161
|
dependencies = [
|
|
992
1162
|
"futures-core",
|
|
993
1163
|
]
|
|
994
1164
|
|
|
995
1165
|
[[package]]
|
|
996
1166
|
name = "futures-core"
|
|
997
|
-
version = "0.3.
|
|
1167
|
+
version = "0.3.34"
|
|
998
1168
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
999
|
-
checksum = "
|
|
1169
|
+
checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e"
|
|
1000
1170
|
|
|
1001
1171
|
[[package]]
|
|
1002
1172
|
name = "futures-sink"
|
|
1003
|
-
version = "0.3.
|
|
1173
|
+
version = "0.3.34"
|
|
1004
1174
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1005
|
-
checksum = "
|
|
1175
|
+
checksum = "1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d"
|
|
1006
1176
|
|
|
1007
1177
|
[[package]]
|
|
1008
1178
|
name = "futures-task"
|
|
1009
|
-
version = "0.3.
|
|
1179
|
+
version = "0.3.34"
|
|
1010
1180
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1011
|
-
checksum = "
|
|
1181
|
+
checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd"
|
|
1012
1182
|
|
|
1013
1183
|
[[package]]
|
|
1014
1184
|
name = "futures-util"
|
|
1015
|
-
version = "0.3.
|
|
1185
|
+
version = "0.3.34"
|
|
1016
1186
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1017
|
-
checksum = "
|
|
1187
|
+
checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc"
|
|
1018
1188
|
dependencies = [
|
|
1019
1189
|
"futures-core",
|
|
1020
1190
|
"futures-task",
|
|
@@ -1062,22 +1232,33 @@ dependencies = [
|
|
|
1062
1232
|
|
|
1063
1233
|
[[package]]
|
|
1064
1234
|
name = "getrandom"
|
|
1065
|
-
version = "0.4.
|
|
1235
|
+
version = "0.4.3"
|
|
1066
1236
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1067
|
-
checksum = "
|
|
1237
|
+
checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
|
|
1068
1238
|
dependencies = [
|
|
1069
1239
|
"cfg-if",
|
|
1240
|
+
"js-sys",
|
|
1070
1241
|
"libc",
|
|
1071
1242
|
"r-efi 6.0.0",
|
|
1072
|
-
"
|
|
1073
|
-
"
|
|
1243
|
+
"rand_core 0.10.1",
|
|
1244
|
+
"wasm-bindgen",
|
|
1245
|
+
]
|
|
1246
|
+
|
|
1247
|
+
[[package]]
|
|
1248
|
+
name = "gif"
|
|
1249
|
+
version = "0.14.2"
|
|
1250
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1251
|
+
checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159"
|
|
1252
|
+
dependencies = [
|
|
1253
|
+
"color_quant",
|
|
1254
|
+
"weezl 0.1.12",
|
|
1074
1255
|
]
|
|
1075
1256
|
|
|
1076
1257
|
[[package]]
|
|
1077
1258
|
name = "glob"
|
|
1078
|
-
version = "0.3.
|
|
1259
|
+
version = "0.3.4"
|
|
1079
1260
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1080
|
-
checksum = "
|
|
1261
|
+
checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b"
|
|
1081
1262
|
|
|
1082
1263
|
[[package]]
|
|
1083
1264
|
name = "group"
|
|
@@ -1092,9 +1273,9 @@ dependencies = [
|
|
|
1092
1273
|
|
|
1093
1274
|
[[package]]
|
|
1094
1275
|
name = "h2"
|
|
1095
|
-
version = "0.4.
|
|
1276
|
+
version = "0.4.19"
|
|
1096
1277
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1097
|
-
checksum = "
|
|
1278
|
+
checksum = "ef8e5e5a340588f4452631496976cf8636d4a7ecf600239fdc27615d2530bc16"
|
|
1098
1279
|
dependencies = [
|
|
1099
1280
|
"atomic-waker",
|
|
1100
1281
|
"bytes",
|
|
@@ -1102,7 +1283,7 @@ dependencies = [
|
|
|
1102
1283
|
"futures-core",
|
|
1103
1284
|
"futures-sink",
|
|
1104
1285
|
"http",
|
|
1105
|
-
"indexmap 2.
|
|
1286
|
+
"indexmap 2.14.2",
|
|
1106
1287
|
"slab",
|
|
1107
1288
|
"tokio",
|
|
1108
1289
|
"tokio-util",
|
|
@@ -1128,18 +1309,9 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
1128
1309
|
|
|
1129
1310
|
[[package]]
|
|
1130
1311
|
name = "hashbrown"
|
|
1131
|
-
version = "0.
|
|
1132
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1133
|
-
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
1134
|
-
dependencies = [
|
|
1135
|
-
"foldhash",
|
|
1136
|
-
]
|
|
1137
|
-
|
|
1138
|
-
[[package]]
|
|
1139
|
-
name = "hashbrown"
|
|
1140
|
-
version = "0.16.1"
|
|
1312
|
+
version = "0.17.1"
|
|
1141
1313
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1142
|
-
checksum = "
|
|
1314
|
+
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
|
|
1143
1315
|
|
|
1144
1316
|
[[package]]
|
|
1145
1317
|
name = "heck"
|
|
@@ -1189,9 +1361,9 @@ dependencies = [
|
|
|
1189
1361
|
|
|
1190
1362
|
[[package]]
|
|
1191
1363
|
name = "http-body"
|
|
1192
|
-
version = "1.0
|
|
1364
|
+
version = "1.1.0"
|
|
1193
1365
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1194
|
-
checksum = "
|
|
1366
|
+
checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
|
|
1195
1367
|
dependencies = [
|
|
1196
1368
|
"bytes",
|
|
1197
1369
|
"http",
|
|
@@ -1199,9 +1371,9 @@ dependencies = [
|
|
|
1199
1371
|
|
|
1200
1372
|
[[package]]
|
|
1201
1373
|
name = "http-body-util"
|
|
1202
|
-
version = "0.1.
|
|
1374
|
+
version = "0.1.5"
|
|
1203
1375
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1204
|
-
checksum = "
|
|
1376
|
+
checksum = "23169fe34a5fbcdd3f3862e78fb9b6fccd5f02a6dc6f732547005d45631ce71c"
|
|
1205
1377
|
dependencies = [
|
|
1206
1378
|
"bytes",
|
|
1207
1379
|
"futures-core",
|
|
@@ -1218,18 +1390,18 @@ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
|
1218
1390
|
|
|
1219
1391
|
[[package]]
|
|
1220
1392
|
name = "hybrid-array"
|
|
1221
|
-
version = "0.4.
|
|
1393
|
+
version = "0.4.15"
|
|
1222
1394
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1223
|
-
checksum = "
|
|
1395
|
+
checksum = "27f864f10dfb56725ce5ce5472bc52252c8f93a4ab86327122cebf62c5f59a17"
|
|
1224
1396
|
dependencies = [
|
|
1225
1397
|
"typenum",
|
|
1226
1398
|
]
|
|
1227
1399
|
|
|
1228
1400
|
[[package]]
|
|
1229
1401
|
name = "hyper"
|
|
1230
|
-
version = "1.
|
|
1402
|
+
version = "1.11.1"
|
|
1231
1403
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1232
|
-
checksum = "
|
|
1404
|
+
checksum = "27b501faa50e7a26c3d3560ca625132f4078a17771f4810baf70475ae48cbe43"
|
|
1233
1405
|
dependencies = [
|
|
1234
1406
|
"atomic-waker",
|
|
1235
1407
|
"bytes",
|
|
@@ -1241,7 +1413,6 @@ dependencies = [
|
|
|
1241
1413
|
"httparse",
|
|
1242
1414
|
"itoa",
|
|
1243
1415
|
"pin-project-lite",
|
|
1244
|
-
"pin-utils",
|
|
1245
1416
|
"smallvec",
|
|
1246
1417
|
"tokio",
|
|
1247
1418
|
"want",
|
|
@@ -1249,15 +1420,14 @@ dependencies = [
|
|
|
1249
1420
|
|
|
1250
1421
|
[[package]]
|
|
1251
1422
|
name = "hyper-rustls"
|
|
1252
|
-
version = "0.27.
|
|
1423
|
+
version = "0.27.9"
|
|
1253
1424
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1254
|
-
checksum = "
|
|
1425
|
+
checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
|
|
1255
1426
|
dependencies = [
|
|
1256
1427
|
"http",
|
|
1257
1428
|
"hyper",
|
|
1258
1429
|
"hyper-util",
|
|
1259
1430
|
"rustls",
|
|
1260
|
-
"rustls-pki-types",
|
|
1261
1431
|
"tokio",
|
|
1262
1432
|
"tokio-rustls",
|
|
1263
1433
|
"tower-service",
|
|
@@ -1315,12 +1485,13 @@ dependencies = [
|
|
|
1315
1485
|
|
|
1316
1486
|
[[package]]
|
|
1317
1487
|
name = "icu_collections"
|
|
1318
|
-
version = "2.
|
|
1488
|
+
version = "2.3.0"
|
|
1319
1489
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1320
|
-
checksum = "
|
|
1490
|
+
checksum = "fa68d21081c4a05d5a901a1c62add574c77048b6a1c67be3b50ce0b60d4ca513"
|
|
1321
1491
|
dependencies = [
|
|
1322
1492
|
"displaydoc",
|
|
1323
1493
|
"potential_utf",
|
|
1494
|
+
"utf8_iter",
|
|
1324
1495
|
"yoke",
|
|
1325
1496
|
"zerofrom",
|
|
1326
1497
|
"zerovec",
|
|
@@ -1328,9 +1499,9 @@ dependencies = [
|
|
|
1328
1499
|
|
|
1329
1500
|
[[package]]
|
|
1330
1501
|
name = "icu_locale_core"
|
|
1331
|
-
version = "2.
|
|
1502
|
+
version = "2.3.0"
|
|
1332
1503
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1333
|
-
checksum = "
|
|
1504
|
+
checksum = "d56e28588da92eee5c3201a6eff33fabdd49b62269c8938d4ff050ce4d900deb"
|
|
1334
1505
|
dependencies = [
|
|
1335
1506
|
"displaydoc",
|
|
1336
1507
|
"litemap",
|
|
@@ -1341,9 +1512,9 @@ dependencies = [
|
|
|
1341
1512
|
|
|
1342
1513
|
[[package]]
|
|
1343
1514
|
name = "icu_normalizer"
|
|
1344
|
-
version = "2.
|
|
1515
|
+
version = "2.3.0"
|
|
1345
1516
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1346
|
-
checksum = "
|
|
1517
|
+
checksum = "12f9cf5f235641ed274641dd81c3f28d870e276763d0797aeeab72317b1c646f"
|
|
1347
1518
|
dependencies = [
|
|
1348
1519
|
"icu_collections",
|
|
1349
1520
|
"icu_normalizer_data",
|
|
@@ -1355,16 +1526,17 @@ dependencies = [
|
|
|
1355
1526
|
|
|
1356
1527
|
[[package]]
|
|
1357
1528
|
name = "icu_normalizer_data"
|
|
1358
|
-
version = "2.
|
|
1529
|
+
version = "2.3.0"
|
|
1359
1530
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1360
|
-
checksum = "
|
|
1531
|
+
checksum = "1563da1ed3e0b3bf3d74c9b85917ac9c56464d2f57242270c09c9e752f8021a0"
|
|
1361
1532
|
|
|
1362
1533
|
[[package]]
|
|
1363
1534
|
name = "icu_properties"
|
|
1364
|
-
version = "2.
|
|
1535
|
+
version = "2.3.0"
|
|
1365
1536
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1366
|
-
checksum = "
|
|
1537
|
+
checksum = "7e7ca276ad3145661a65914e6daf131ca5120cd3dcee8f8f3214b8875184a148"
|
|
1367
1538
|
dependencies = [
|
|
1539
|
+
"displaydoc",
|
|
1368
1540
|
"icu_collections",
|
|
1369
1541
|
"icu_locale_core",
|
|
1370
1542
|
"icu_properties_data",
|
|
@@ -1375,15 +1547,15 @@ dependencies = [
|
|
|
1375
1547
|
|
|
1376
1548
|
[[package]]
|
|
1377
1549
|
name = "icu_properties_data"
|
|
1378
|
-
version = "2.
|
|
1550
|
+
version = "2.3.0"
|
|
1379
1551
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1380
|
-
checksum = "
|
|
1552
|
+
checksum = "e590f038c1464a96894fd6d10127e90a8be4509f56ff7ecef851b15cee0b7caa"
|
|
1381
1553
|
|
|
1382
1554
|
[[package]]
|
|
1383
1555
|
name = "icu_provider"
|
|
1384
|
-
version = "2.
|
|
1556
|
+
version = "2.3.1"
|
|
1385
1557
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1386
|
-
checksum = "
|
|
1558
|
+
checksum = "d27bbb9d3abbefac45d55f647c9de1d44aafcd1186eb91879afef17c396c3e73"
|
|
1387
1559
|
dependencies = [
|
|
1388
1560
|
"displaydoc",
|
|
1389
1561
|
"icu_locale_core",
|
|
@@ -1394,19 +1566,13 @@ dependencies = [
|
|
|
1394
1566
|
"zerovec",
|
|
1395
1567
|
]
|
|
1396
1568
|
|
|
1397
|
-
[[package]]
|
|
1398
|
-
name = "id-arena"
|
|
1399
|
-
version = "2.3.0"
|
|
1400
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1401
|
-
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
|
|
1402
|
-
|
|
1403
1569
|
[[package]]
|
|
1404
1570
|
name = "id3"
|
|
1405
1571
|
version = "1.17.1"
|
|
1406
1572
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1407
1573
|
checksum = "24993fcabcbc07c8ac076a8e62db8593d1a5c4dbe81d57e531d2b7cb7f737380"
|
|
1408
1574
|
dependencies = [
|
|
1409
|
-
"bitflags",
|
|
1575
|
+
"bitflags 2.13.2",
|
|
1410
1576
|
"byteorder",
|
|
1411
1577
|
"flate2",
|
|
1412
1578
|
]
|
|
@@ -1430,14 +1596,43 @@ dependencies = [
|
|
|
1430
1596
|
|
|
1431
1597
|
[[package]]
|
|
1432
1598
|
name = "idna_adapter"
|
|
1433
|
-
version = "1.2.
|
|
1599
|
+
version = "1.2.2"
|
|
1434
1600
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1435
|
-
checksum = "
|
|
1601
|
+
checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
|
|
1436
1602
|
dependencies = [
|
|
1437
1603
|
"icu_normalizer",
|
|
1438
1604
|
"icu_properties",
|
|
1439
1605
|
]
|
|
1440
1606
|
|
|
1607
|
+
[[package]]
|
|
1608
|
+
name = "image"
|
|
1609
|
+
version = "0.25.10"
|
|
1610
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1611
|
+
checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
|
|
1612
|
+
dependencies = [
|
|
1613
|
+
"bytemuck",
|
|
1614
|
+
"byteorder-lite",
|
|
1615
|
+
"color_quant",
|
|
1616
|
+
"gif",
|
|
1617
|
+
"image-webp",
|
|
1618
|
+
"moxcms",
|
|
1619
|
+
"num-traits",
|
|
1620
|
+
"png",
|
|
1621
|
+
"tiff",
|
|
1622
|
+
"zune-core",
|
|
1623
|
+
"zune-jpeg",
|
|
1624
|
+
]
|
|
1625
|
+
|
|
1626
|
+
[[package]]
|
|
1627
|
+
name = "image-webp"
|
|
1628
|
+
version = "0.2.4"
|
|
1629
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1630
|
+
checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
|
|
1631
|
+
dependencies = [
|
|
1632
|
+
"byteorder-lite",
|
|
1633
|
+
"quick-error",
|
|
1634
|
+
]
|
|
1635
|
+
|
|
1441
1636
|
[[package]]
|
|
1442
1637
|
name = "img-parts"
|
|
1443
1638
|
version = "0.4.0"
|
|
@@ -1462,12 +1657,12 @@ dependencies = [
|
|
|
1462
1657
|
|
|
1463
1658
|
[[package]]
|
|
1464
1659
|
name = "indexmap"
|
|
1465
|
-
version = "2.
|
|
1660
|
+
version = "2.14.2"
|
|
1466
1661
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1467
|
-
checksum = "
|
|
1662
|
+
checksum = "cc4e190f5d26ca7051642629da2c52fc03bde85a03197c99408dcd291734c855"
|
|
1468
1663
|
dependencies = [
|
|
1469
1664
|
"equivalent",
|
|
1470
|
-
"hashbrown 0.
|
|
1665
|
+
"hashbrown 0.17.1",
|
|
1471
1666
|
"serde",
|
|
1472
1667
|
"serde_core",
|
|
1473
1668
|
]
|
|
@@ -1481,11 +1676,21 @@ dependencies = [
|
|
|
1481
1676
|
"rustversion",
|
|
1482
1677
|
]
|
|
1483
1678
|
|
|
1679
|
+
[[package]]
|
|
1680
|
+
name = "inout"
|
|
1681
|
+
version = "0.2.2"
|
|
1682
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1683
|
+
checksum = "4250ce6452e92010fdf7268ccc5d14faa80bb12fc741938534c58f16804e03c7"
|
|
1684
|
+
dependencies = [
|
|
1685
|
+
"block-padding",
|
|
1686
|
+
"hybrid-array",
|
|
1687
|
+
]
|
|
1688
|
+
|
|
1484
1689
|
[[package]]
|
|
1485
1690
|
name = "ipnet"
|
|
1486
|
-
version = "2.12.
|
|
1691
|
+
version = "2.12.2"
|
|
1487
1692
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1488
|
-
checksum = "
|
|
1693
|
+
checksum = "791930b43c0d5973160d90a8f3894509f2b273430f5c5c73b668636d0287c5c0"
|
|
1489
1694
|
|
|
1490
1695
|
[[package]]
|
|
1491
1696
|
name = "iref"
|
|
@@ -1509,25 +1714,6 @@ dependencies = [
|
|
|
1509
1714
|
"thiserror 1.0.69",
|
|
1510
1715
|
]
|
|
1511
1716
|
|
|
1512
|
-
[[package]]
|
|
1513
|
-
name = "iri-string"
|
|
1514
|
-
version = "0.7.10"
|
|
1515
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1516
|
-
checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
|
|
1517
|
-
dependencies = [
|
|
1518
|
-
"memchr",
|
|
1519
|
-
"serde",
|
|
1520
|
-
]
|
|
1521
|
-
|
|
1522
|
-
[[package]]
|
|
1523
|
-
name = "itertools"
|
|
1524
|
-
version = "0.12.1"
|
|
1525
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1526
|
-
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
|
1527
|
-
dependencies = [
|
|
1528
|
-
"either",
|
|
1529
|
-
]
|
|
1530
|
-
|
|
1531
1717
|
[[package]]
|
|
1532
1718
|
name = "itertools"
|
|
1533
1719
|
version = "0.13.0"
|
|
@@ -1539,9 +1725,9 @@ dependencies = [
|
|
|
1539
1725
|
|
|
1540
1726
|
[[package]]
|
|
1541
1727
|
name = "itoa"
|
|
1542
|
-
version = "1.0.
|
|
1728
|
+
version = "1.0.18"
|
|
1543
1729
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1544
|
-
checksum = "
|
|
1730
|
+
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
1545
1731
|
|
|
1546
1732
|
[[package]]
|
|
1547
1733
|
name = "jfifdump"
|
|
@@ -1551,28 +1737,40 @@ checksum = "68cf72bc7b75b6615ffd06bfe6840f3c57e7e4ea615558a2a452f458ebf5551e"
|
|
|
1551
1737
|
|
|
1552
1738
|
[[package]]
|
|
1553
1739
|
name = "jiff"
|
|
1554
|
-
version = "0.2.
|
|
1740
|
+
version = "0.2.35"
|
|
1555
1741
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1556
|
-
checksum = "
|
|
1742
|
+
checksum = "668b7183bd07af9a4885f5c35b0cc5c83c4607a913c16b7e17291832910d2dcc"
|
|
1557
1743
|
dependencies = [
|
|
1744
|
+
"defmt",
|
|
1745
|
+
"jiff-core",
|
|
1558
1746
|
"jiff-static",
|
|
1559
1747
|
"jiff-tzdb-platform",
|
|
1560
1748
|
"log",
|
|
1561
1749
|
"portable-atomic",
|
|
1562
1750
|
"portable-atomic-util",
|
|
1563
1751
|
"serde_core",
|
|
1564
|
-
"windows-
|
|
1752
|
+
"windows-link",
|
|
1753
|
+
]
|
|
1754
|
+
|
|
1755
|
+
[[package]]
|
|
1756
|
+
name = "jiff-core"
|
|
1757
|
+
version = "0.1.0"
|
|
1758
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1759
|
+
checksum = "7feca88439efe53da3754500c1851dedf3cb36c524dd5cf8225cc0794de95d09"
|
|
1760
|
+
dependencies = [
|
|
1761
|
+
"defmt",
|
|
1565
1762
|
]
|
|
1566
1763
|
|
|
1567
1764
|
[[package]]
|
|
1568
1765
|
name = "jiff-static"
|
|
1569
|
-
version = "0.2.
|
|
1766
|
+
version = "0.2.35"
|
|
1570
1767
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1571
|
-
checksum = "
|
|
1768
|
+
checksum = "3a69dcb3a21cfb32ce1cd056169337ca284af0766dd766e7878819b251a49204"
|
|
1572
1769
|
dependencies = [
|
|
1770
|
+
"jiff-core",
|
|
1573
1771
|
"proc-macro2",
|
|
1574
1772
|
"quote",
|
|
1575
|
-
"syn 2.0.
|
|
1773
|
+
"syn 2.0.119",
|
|
1576
1774
|
]
|
|
1577
1775
|
|
|
1578
1776
|
[[package]]
|
|
@@ -1592,9 +1790,9 @@ dependencies = [
|
|
|
1592
1790
|
|
|
1593
1791
|
[[package]]
|
|
1594
1792
|
name = "js-sys"
|
|
1595
|
-
version = "0.3.
|
|
1793
|
+
version = "0.3.105"
|
|
1596
1794
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1597
|
-
checksum = "
|
|
1795
|
+
checksum = "ce57d20d1ea864ce2ac172ab472d409214f4fd359f0b2a2775abdf522e2af99e"
|
|
1598
1796
|
dependencies = [
|
|
1599
1797
|
"cfg-if",
|
|
1600
1798
|
"futures-util",
|
|
@@ -1610,23 +1808,11 @@ dependencies = [
|
|
|
1610
1808
|
"spin",
|
|
1611
1809
|
]
|
|
1612
1810
|
|
|
1613
|
-
[[package]]
|
|
1614
|
-
name = "lazycell"
|
|
1615
|
-
version = "1.3.0"
|
|
1616
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1617
|
-
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
1618
|
-
|
|
1619
|
-
[[package]]
|
|
1620
|
-
name = "leb128fmt"
|
|
1621
|
-
version = "0.1.0"
|
|
1622
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1623
|
-
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
1624
|
-
|
|
1625
1811
|
[[package]]
|
|
1626
1812
|
name = "libc"
|
|
1627
|
-
version = "0.2.
|
|
1813
|
+
version = "0.2.189"
|
|
1628
1814
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1629
|
-
checksum = "
|
|
1815
|
+
checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
|
|
1630
1816
|
|
|
1631
1817
|
[[package]]
|
|
1632
1818
|
name = "libloading"
|
|
@@ -1652,9 +1838,9 @@ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
|
|
1652
1838
|
|
|
1653
1839
|
[[package]]
|
|
1654
1840
|
name = "litemap"
|
|
1655
|
-
version = "0.8.
|
|
1841
|
+
version = "0.8.3"
|
|
1656
1842
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1657
|
-
checksum = "
|
|
1843
|
+
checksum = "47d9d19d1d6efa0109d2f65ff4c85cddd50bd572e5a00127ab10987290bcefae"
|
|
1658
1844
|
|
|
1659
1845
|
[[package]]
|
|
1660
1846
|
name = "log"
|
|
@@ -1662,6 +1848,36 @@ version = "0.4.34"
|
|
|
1662
1848
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1663
1849
|
checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6"
|
|
1664
1850
|
|
|
1851
|
+
[[package]]
|
|
1852
|
+
name = "lopdf"
|
|
1853
|
+
version = "0.44.0"
|
|
1854
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1855
|
+
checksum = "5e2ec995d822e05cabc3f06d196ee43650af3fe4fe38012cacb35e0c3d113b68"
|
|
1856
|
+
dependencies = [
|
|
1857
|
+
"aes",
|
|
1858
|
+
"bitflags 2.13.2",
|
|
1859
|
+
"cbc",
|
|
1860
|
+
"chrono",
|
|
1861
|
+
"ecb",
|
|
1862
|
+
"encoding_rs",
|
|
1863
|
+
"flate2",
|
|
1864
|
+
"getrandom 0.4.3",
|
|
1865
|
+
"indexmap 2.14.2",
|
|
1866
|
+
"itoa",
|
|
1867
|
+
"jiff",
|
|
1868
|
+
"log",
|
|
1869
|
+
"md-5",
|
|
1870
|
+
"nom 8.0.0",
|
|
1871
|
+
"rand 0.10.2",
|
|
1872
|
+
"rangemap",
|
|
1873
|
+
"rayon",
|
|
1874
|
+
"sha2 0.11.0",
|
|
1875
|
+
"stringprep",
|
|
1876
|
+
"thiserror 2.0.20",
|
|
1877
|
+
"time",
|
|
1878
|
+
"weezl 0.2.1",
|
|
1879
|
+
]
|
|
1880
|
+
|
|
1665
1881
|
[[package]]
|
|
1666
1882
|
name = "lru-slab"
|
|
1667
1883
|
version = "0.1.2"
|
|
@@ -1688,7 +1904,17 @@ checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
|
|
|
1688
1904
|
dependencies = [
|
|
1689
1905
|
"proc-macro2",
|
|
1690
1906
|
"quote",
|
|
1691
|
-
"syn 2.0.
|
|
1907
|
+
"syn 2.0.119",
|
|
1908
|
+
]
|
|
1909
|
+
|
|
1910
|
+
[[package]]
|
|
1911
|
+
name = "md-5"
|
|
1912
|
+
version = "0.11.0"
|
|
1913
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1914
|
+
checksum = "69b6441f590336821bb897fb28fc622898ccceb1d6cea3fde5ea86b090c4de98"
|
|
1915
|
+
dependencies = [
|
|
1916
|
+
"cfg-if",
|
|
1917
|
+
"digest 0.11.3",
|
|
1692
1918
|
]
|
|
1693
1919
|
|
|
1694
1920
|
[[package]]
|
|
@@ -1725,15 +1951,52 @@ dependencies = [
|
|
|
1725
1951
|
|
|
1726
1952
|
[[package]]
|
|
1727
1953
|
name = "mio"
|
|
1728
|
-
version = "1.
|
|
1954
|
+
version = "1.2.3"
|
|
1729
1955
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1730
|
-
checksum = "
|
|
1956
|
+
checksum = "4b18443e9c262bfe8fa82f51666e2642c53393f7e5c27b3e1aeab922cff5b9d8"
|
|
1731
1957
|
dependencies = [
|
|
1732
1958
|
"libc",
|
|
1733
1959
|
"wasi 0.11.1+wasi-snapshot-preview1",
|
|
1734
1960
|
"windows-sys 0.61.2",
|
|
1735
1961
|
]
|
|
1736
1962
|
|
|
1963
|
+
[[package]]
|
|
1964
|
+
name = "moxcms"
|
|
1965
|
+
version = "0.8.1"
|
|
1966
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1967
|
+
checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
|
|
1968
|
+
dependencies = [
|
|
1969
|
+
"num-traits",
|
|
1970
|
+
"pxfm",
|
|
1971
|
+
]
|
|
1972
|
+
|
|
1973
|
+
[[package]]
|
|
1974
|
+
name = "multiversion"
|
|
1975
|
+
version = "0.9.0"
|
|
1976
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1977
|
+
checksum = "b4ca4bea16ffc3f443cf7d866912118196bfef4c6a1556ca00f9f9b00bb43f7c"
|
|
1978
|
+
dependencies = [
|
|
1979
|
+
"multiversion-macros",
|
|
1980
|
+
]
|
|
1981
|
+
|
|
1982
|
+
[[package]]
|
|
1983
|
+
name = "multiversion-macros"
|
|
1984
|
+
version = "0.9.0"
|
|
1985
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1986
|
+
checksum = "0d416831a7317ef4b08bee00b69cbbb9c8763da7959a7026244d6266869f9c83"
|
|
1987
|
+
dependencies = [
|
|
1988
|
+
"proc-macro2",
|
|
1989
|
+
"quote",
|
|
1990
|
+
"rustversion",
|
|
1991
|
+
"syn 3.0.5",
|
|
1992
|
+
]
|
|
1993
|
+
|
|
1994
|
+
[[package]]
|
|
1995
|
+
name = "multiversion_no_op"
|
|
1996
|
+
version = "1.0.0"
|
|
1997
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1998
|
+
checksum = "743fb55ba31b18fb1ecef6bdc9aa2743314978ac084044301a7eee33fb99a20d"
|
|
1999
|
+
|
|
1737
2000
|
[[package]]
|
|
1738
2001
|
name = "nom"
|
|
1739
2002
|
version = "7.1.3"
|
|
@@ -1744,6 +2007,15 @@ dependencies = [
|
|
|
1744
2007
|
"minimal-lexical",
|
|
1745
2008
|
]
|
|
1746
2009
|
|
|
2010
|
+
[[package]]
|
|
2011
|
+
name = "nom"
|
|
2012
|
+
version = "8.0.0"
|
|
2013
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2014
|
+
checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
|
|
2015
|
+
dependencies = [
|
|
2016
|
+
"memchr",
|
|
2017
|
+
]
|
|
2018
|
+
|
|
1747
2019
|
[[package]]
|
|
1748
2020
|
name = "non-empty-string"
|
|
1749
2021
|
version = "0.2.6"
|
|
@@ -1756,18 +2028,18 @@ dependencies = [
|
|
|
1756
2028
|
|
|
1757
2029
|
[[package]]
|
|
1758
2030
|
name = "nonempty-collections"
|
|
1759
|
-
version = "1.
|
|
2031
|
+
version = "1.4.0"
|
|
1760
2032
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1761
|
-
checksum = "
|
|
2033
|
+
checksum = "988fb92b275335f315a9bddf7a8881a02c79c6084e9a626f656f12c50776a045"
|
|
1762
2034
|
dependencies = [
|
|
1763
2035
|
"serde",
|
|
1764
2036
|
]
|
|
1765
2037
|
|
|
1766
2038
|
[[package]]
|
|
1767
2039
|
name = "num-bigint"
|
|
1768
|
-
version = "0.4.
|
|
2040
|
+
version = "0.4.8"
|
|
1769
2041
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1770
|
-
checksum = "
|
|
2042
|
+
checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367"
|
|
1771
2043
|
dependencies = [
|
|
1772
2044
|
"num-integer",
|
|
1773
2045
|
"num-traits",
|
|
@@ -1784,7 +2056,7 @@ dependencies = [
|
|
|
1784
2056
|
"num-integer",
|
|
1785
2057
|
"num-iter",
|
|
1786
2058
|
"num-traits",
|
|
1787
|
-
"rand 0.8.
|
|
2059
|
+
"rand 0.8.8",
|
|
1788
2060
|
"serde",
|
|
1789
2061
|
"smallvec",
|
|
1790
2062
|
"zeroize",
|
|
@@ -1792,26 +2064,25 @@ dependencies = [
|
|
|
1792
2064
|
|
|
1793
2065
|
[[package]]
|
|
1794
2066
|
name = "num-conv"
|
|
1795
|
-
version = "0.2.
|
|
2067
|
+
version = "0.2.2"
|
|
1796
2068
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1797
|
-
checksum = "
|
|
2069
|
+
checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
|
|
1798
2070
|
|
|
1799
2071
|
[[package]]
|
|
1800
2072
|
name = "num-integer"
|
|
1801
|
-
version = "0.1.
|
|
2073
|
+
version = "0.1.47"
|
|
1802
2074
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1803
|
-
checksum = "
|
|
2075
|
+
checksum = "7ce2d95d4b3734dc35aa2f45e1aa22cd416814592a4f9d9205e11affd5b8e10b"
|
|
1804
2076
|
dependencies = [
|
|
1805
2077
|
"num-traits",
|
|
1806
2078
|
]
|
|
1807
2079
|
|
|
1808
2080
|
[[package]]
|
|
1809
2081
|
name = "num-iter"
|
|
1810
|
-
version = "0.1.
|
|
2082
|
+
version = "0.1.46"
|
|
1811
2083
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1812
|
-
checksum = "
|
|
2084
|
+
checksum = "c92800bd69a1eac91786bcfe9da64a897eb72911b8dc3095decbd07429e8048b"
|
|
1813
2085
|
dependencies = [
|
|
1814
|
-
"autocfg",
|
|
1815
2086
|
"num-integer",
|
|
1816
2087
|
"num-traits",
|
|
1817
2088
|
]
|
|
@@ -1847,7 +2118,7 @@ version = "0.10.81"
|
|
|
1847
2118
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1848
2119
|
checksum = "77823a27f0babb03091cb9ed9ef80af3b39dbc82f97e8fa530374b7dafd87a45"
|
|
1849
2120
|
dependencies = [
|
|
1850
|
-
"bitflags",
|
|
2121
|
+
"bitflags 2.13.2",
|
|
1851
2122
|
"cfg-if",
|
|
1852
2123
|
"foreign-types",
|
|
1853
2124
|
"libc",
|
|
@@ -1863,14 +2134,14 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
|
1863
2134
|
dependencies = [
|
|
1864
2135
|
"proc-macro2",
|
|
1865
2136
|
"quote",
|
|
1866
|
-
"syn 2.0.
|
|
2137
|
+
"syn 2.0.119",
|
|
1867
2138
|
]
|
|
1868
2139
|
|
|
1869
2140
|
[[package]]
|
|
1870
2141
|
name = "openssl-src"
|
|
1871
|
-
version = "300.
|
|
2142
|
+
version = "300.6.1+3.6.3"
|
|
1872
2143
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1873
|
-
checksum = "
|
|
2144
|
+
checksum = "46eb8fb9fb3b61ce1c0f8a026c4c1a0714d3a9e138e7fbde78753ce2babc3846"
|
|
1874
2145
|
dependencies = [
|
|
1875
2146
|
"cc",
|
|
1876
2147
|
]
|
|
@@ -1976,12 +2247,6 @@ version = "0.2.17"
|
|
|
1976
2247
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1977
2248
|
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
1978
2249
|
|
|
1979
|
-
[[package]]
|
|
1980
|
-
name = "pin-utils"
|
|
1981
|
-
version = "0.1.0"
|
|
1982
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1983
|
-
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
1984
|
-
|
|
1985
2250
|
[[package]]
|
|
1986
2251
|
name = "pix"
|
|
1987
2252
|
version = "0.14.0"
|
|
@@ -2011,9 +2276,22 @@ dependencies = [
|
|
|
2011
2276
|
|
|
2012
2277
|
[[package]]
|
|
2013
2278
|
name = "pkg-config"
|
|
2014
|
-
version = "0.3.
|
|
2279
|
+
version = "0.3.34"
|
|
2015
2280
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2016
|
-
checksum = "
|
|
2281
|
+
checksum = "f6b464fbc74e149a392436b17d523f769e057cb6877f6a5c4618bc6f11800548"
|
|
2282
|
+
|
|
2283
|
+
[[package]]
|
|
2284
|
+
name = "png"
|
|
2285
|
+
version = "0.18.1"
|
|
2286
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2287
|
+
checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
|
|
2288
|
+
dependencies = [
|
|
2289
|
+
"bitflags 2.13.2",
|
|
2290
|
+
"crc32fast",
|
|
2291
|
+
"fdeflate",
|
|
2292
|
+
"flate2",
|
|
2293
|
+
"miniz_oxide 0.8.9",
|
|
2294
|
+
]
|
|
2017
2295
|
|
|
2018
2296
|
[[package]]
|
|
2019
2297
|
name = "png_pong"
|
|
@@ -2030,24 +2308,24 @@ dependencies = [
|
|
|
2030
2308
|
|
|
2031
2309
|
[[package]]
|
|
2032
2310
|
name = "portable-atomic"
|
|
2033
|
-
version = "1.
|
|
2311
|
+
version = "1.15.0"
|
|
2034
2312
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2035
|
-
checksum = "
|
|
2313
|
+
checksum = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85"
|
|
2036
2314
|
|
|
2037
2315
|
[[package]]
|
|
2038
2316
|
name = "portable-atomic-util"
|
|
2039
|
-
version = "0.2.
|
|
2317
|
+
version = "0.2.8"
|
|
2040
2318
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2041
|
-
checksum = "
|
|
2319
|
+
checksum = "10ab3eb7f3becc3a1cbc4f2c6f20267996cfc1a6467a873763411b136a122715"
|
|
2042
2320
|
dependencies = [
|
|
2043
2321
|
"portable-atomic",
|
|
2044
2322
|
]
|
|
2045
2323
|
|
|
2046
2324
|
[[package]]
|
|
2047
2325
|
name = "potential_utf"
|
|
2048
|
-
version = "0.1.
|
|
2326
|
+
version = "0.1.6"
|
|
2049
2327
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2050
|
-
checksum = "
|
|
2328
|
+
checksum = "d83eb9bc6d8e5cf568e7a1101d60ee05e81ed50ea106026f3d18deeb046d7661"
|
|
2051
2329
|
dependencies = [
|
|
2052
2330
|
"zerovec",
|
|
2053
2331
|
]
|
|
@@ -2067,16 +2345,6 @@ dependencies = [
|
|
|
2067
2345
|
"zerocopy",
|
|
2068
2346
|
]
|
|
2069
2347
|
|
|
2070
|
-
[[package]]
|
|
2071
|
-
name = "prettyplease"
|
|
2072
|
-
version = "0.2.37"
|
|
2073
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2074
|
-
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
2075
|
-
dependencies = [
|
|
2076
|
-
"proc-macro2",
|
|
2077
|
-
"syn 2.0.117",
|
|
2078
|
-
]
|
|
2079
|
-
|
|
2080
2348
|
[[package]]
|
|
2081
2349
|
name = "primeorder"
|
|
2082
2350
|
version = "0.13.6"
|
|
@@ -2112,28 +2380,40 @@ dependencies = [
|
|
|
2112
2380
|
|
|
2113
2381
|
[[package]]
|
|
2114
2382
|
name = "proc-macro2"
|
|
2115
|
-
version = "1.0.
|
|
2383
|
+
version = "1.0.107"
|
|
2116
2384
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2117
|
-
checksum = "
|
|
2385
|
+
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
|
|
2118
2386
|
dependencies = [
|
|
2119
2387
|
"unicode-ident",
|
|
2120
2388
|
]
|
|
2121
2389
|
|
|
2122
2390
|
[[package]]
|
|
2123
2391
|
name = "proptest"
|
|
2124
|
-
version = "1.
|
|
2392
|
+
version = "1.11.0"
|
|
2125
2393
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2126
|
-
checksum = "
|
|
2394
|
+
checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
|
|
2127
2395
|
dependencies = [
|
|
2128
|
-
"bitflags",
|
|
2396
|
+
"bitflags 2.13.2",
|
|
2129
2397
|
"num-traits",
|
|
2130
|
-
"rand 0.9.
|
|
2398
|
+
"rand 0.9.5",
|
|
2131
2399
|
"rand_chacha 0.9.0",
|
|
2132
2400
|
"rand_xorshift",
|
|
2133
2401
|
"regex-syntax",
|
|
2134
2402
|
"unarray",
|
|
2135
2403
|
]
|
|
2136
2404
|
|
|
2405
|
+
[[package]]
|
|
2406
|
+
name = "pxfm"
|
|
2407
|
+
version = "0.1.30"
|
|
2408
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2409
|
+
checksum = "d55d956fa96f5ec02be2e13af0e20391a5aa83d6a074e3ad368959d0fab299ea"
|
|
2410
|
+
|
|
2411
|
+
[[package]]
|
|
2412
|
+
name = "quick-error"
|
|
2413
|
+
version = "2.0.1"
|
|
2414
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2415
|
+
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
|
|
2416
|
+
|
|
2137
2417
|
[[package]]
|
|
2138
2418
|
name = "quick-xml"
|
|
2139
2419
|
version = "0.41.0"
|
|
@@ -2145,19 +2425,19 @@ dependencies = [
|
|
|
2145
2425
|
|
|
2146
2426
|
[[package]]
|
|
2147
2427
|
name = "quinn"
|
|
2148
|
-
version = "0.11.
|
|
2428
|
+
version = "0.11.11"
|
|
2149
2429
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2150
|
-
checksum = "
|
|
2430
|
+
checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
|
|
2151
2431
|
dependencies = [
|
|
2152
2432
|
"bytes",
|
|
2153
2433
|
"cfg_aliases",
|
|
2154
2434
|
"pin-project-lite",
|
|
2155
2435
|
"quinn-proto",
|
|
2156
2436
|
"quinn-udp",
|
|
2157
|
-
"rustc-hash
|
|
2437
|
+
"rustc-hash",
|
|
2158
2438
|
"rustls",
|
|
2159
2439
|
"socket2",
|
|
2160
|
-
"thiserror 2.0.
|
|
2440
|
+
"thiserror 2.0.20",
|
|
2161
2441
|
"tokio",
|
|
2162
2442
|
"tracing",
|
|
2163
2443
|
"web-time",
|
|
@@ -2165,20 +2445,21 @@ dependencies = [
|
|
|
2165
2445
|
|
|
2166
2446
|
[[package]]
|
|
2167
2447
|
name = "quinn-proto"
|
|
2168
|
-
version = "0.11.
|
|
2448
|
+
version = "0.11.17"
|
|
2169
2449
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2170
|
-
checksum = "
|
|
2450
|
+
checksum = "04759210543be93709136e28212294a659ef5001836ff4eab4d663e4529bba83"
|
|
2171
2451
|
dependencies = [
|
|
2172
2452
|
"bytes",
|
|
2173
|
-
"getrandom 0.3
|
|
2453
|
+
"getrandom 0.4.3",
|
|
2174
2454
|
"lru-slab",
|
|
2175
|
-
"rand 0.
|
|
2455
|
+
"rand 0.10.2",
|
|
2456
|
+
"rand_pcg",
|
|
2176
2457
|
"ring",
|
|
2177
|
-
"rustc-hash
|
|
2458
|
+
"rustc-hash",
|
|
2178
2459
|
"rustls",
|
|
2179
2460
|
"rustls-pki-types",
|
|
2180
2461
|
"slab",
|
|
2181
|
-
"thiserror 2.0.
|
|
2462
|
+
"thiserror 2.0.20",
|
|
2182
2463
|
"tinyvec",
|
|
2183
2464
|
"tracing",
|
|
2184
2465
|
"web-time",
|
|
@@ -2186,23 +2467,23 @@ dependencies = [
|
|
|
2186
2467
|
|
|
2187
2468
|
[[package]]
|
|
2188
2469
|
name = "quinn-udp"
|
|
2189
|
-
version = "0.5.
|
|
2470
|
+
version = "0.5.15"
|
|
2190
2471
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2191
|
-
checksum = "
|
|
2472
|
+
checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694"
|
|
2192
2473
|
dependencies = [
|
|
2193
2474
|
"cfg_aliases",
|
|
2194
2475
|
"libc",
|
|
2195
2476
|
"once_cell",
|
|
2196
2477
|
"socket2",
|
|
2197
2478
|
"tracing",
|
|
2198
|
-
"windows-sys 0.
|
|
2479
|
+
"windows-sys 0.61.2",
|
|
2199
2480
|
]
|
|
2200
2481
|
|
|
2201
2482
|
[[package]]
|
|
2202
2483
|
name = "quote"
|
|
2203
|
-
version = "1.0.
|
|
2484
|
+
version = "1.0.47"
|
|
2204
2485
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2205
|
-
checksum = "
|
|
2486
|
+
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
|
|
2206
2487
|
dependencies = [
|
|
2207
2488
|
"proc-macro2",
|
|
2208
2489
|
]
|
|
@@ -2227,9 +2508,9 @@ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
2227
2508
|
|
|
2228
2509
|
[[package]]
|
|
2229
2510
|
name = "rand"
|
|
2230
|
-
version = "0.8.
|
|
2511
|
+
version = "0.8.8"
|
|
2231
2512
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2232
|
-
checksum = "
|
|
2513
|
+
checksum = "e058c7de0b26af77780c769414d6257830bb240f3c38477dbc2c16e5f54d6d4c"
|
|
2233
2514
|
dependencies = [
|
|
2234
2515
|
"libc",
|
|
2235
2516
|
"rand_chacha 0.3.1",
|
|
@@ -2238,14 +2519,25 @@ dependencies = [
|
|
|
2238
2519
|
|
|
2239
2520
|
[[package]]
|
|
2240
2521
|
name = "rand"
|
|
2241
|
-
version = "0.9.
|
|
2522
|
+
version = "0.9.5"
|
|
2242
2523
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2243
|
-
checksum = "
|
|
2524
|
+
checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
|
|
2244
2525
|
dependencies = [
|
|
2245
2526
|
"rand_chacha 0.9.0",
|
|
2246
2527
|
"rand_core 0.9.5",
|
|
2247
2528
|
]
|
|
2248
2529
|
|
|
2530
|
+
[[package]]
|
|
2531
|
+
name = "rand"
|
|
2532
|
+
version = "0.10.2"
|
|
2533
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2534
|
+
checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
|
|
2535
|
+
dependencies = [
|
|
2536
|
+
"chacha20",
|
|
2537
|
+
"getrandom 0.4.3",
|
|
2538
|
+
"rand_core 0.10.1",
|
|
2539
|
+
]
|
|
2540
|
+
|
|
2249
2541
|
[[package]]
|
|
2250
2542
|
name = "rand_chacha"
|
|
2251
2543
|
version = "0.3.1"
|
|
@@ -2284,6 +2576,21 @@ dependencies = [
|
|
|
2284
2576
|
"getrandom 0.3.4",
|
|
2285
2577
|
]
|
|
2286
2578
|
|
|
2579
|
+
[[package]]
|
|
2580
|
+
name = "rand_core"
|
|
2581
|
+
version = "0.10.1"
|
|
2582
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2583
|
+
checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
|
|
2584
|
+
|
|
2585
|
+
[[package]]
|
|
2586
|
+
name = "rand_pcg"
|
|
2587
|
+
version = "0.10.2"
|
|
2588
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2589
|
+
checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
|
|
2590
|
+
dependencies = [
|
|
2591
|
+
"rand_core 0.10.1",
|
|
2592
|
+
]
|
|
2593
|
+
|
|
2287
2594
|
[[package]]
|
|
2288
2595
|
name = "rand_xorshift"
|
|
2289
2596
|
version = "0.4.0"
|
|
@@ -2295,9 +2602,9 @@ dependencies = [
|
|
|
2295
2602
|
|
|
2296
2603
|
[[package]]
|
|
2297
2604
|
name = "range-set"
|
|
2298
|
-
version = "0.1.
|
|
2605
|
+
version = "0.1.1"
|
|
2299
2606
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2300
|
-
checksum = "
|
|
2607
|
+
checksum = "393b6d845a7f7b955dba8621ad2998590eaa470c1d9a4ee6df0f65354e0ffc31"
|
|
2301
2608
|
dependencies = [
|
|
2302
2609
|
"num-traits",
|
|
2303
2610
|
"smallvec",
|
|
@@ -2309,6 +2616,12 @@ version = "0.3.2"
|
|
|
2309
2616
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2310
2617
|
checksum = "d20581732dd76fa913c7dff1a2412b714afe3573e94d41c34719de73337cc8ab"
|
|
2311
2618
|
|
|
2619
|
+
[[package]]
|
|
2620
|
+
name = "rangemap"
|
|
2621
|
+
version = "1.8.0"
|
|
2622
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2623
|
+
checksum = "a611d15b50743feb4c76b7d03edcb0e64f399c26961e4efe6975bc398be6aa3d"
|
|
2624
|
+
|
|
2312
2625
|
[[package]]
|
|
2313
2626
|
name = "rasn"
|
|
2314
2627
|
version = "0.28.14"
|
|
@@ -2321,7 +2634,7 @@ dependencies = [
|
|
|
2321
2634
|
"cfg-if",
|
|
2322
2635
|
"chrono",
|
|
2323
2636
|
"either",
|
|
2324
|
-
"nom",
|
|
2637
|
+
"nom 7.1.3",
|
|
2325
2638
|
"num-bigint",
|
|
2326
2639
|
"num-integer",
|
|
2327
2640
|
"num-traits",
|
|
@@ -2344,26 +2657,26 @@ dependencies = [
|
|
|
2344
2657
|
|
|
2345
2658
|
[[package]]
|
|
2346
2659
|
name = "rasn-derive"
|
|
2347
|
-
version = "0.28.
|
|
2660
|
+
version = "0.28.14"
|
|
2348
2661
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2349
|
-
checksum = "
|
|
2662
|
+
checksum = "979eafa601d351f7f6490f1d2f4decc168e8e51cb6517c6c6ff80111951129d5"
|
|
2350
2663
|
dependencies = [
|
|
2351
2664
|
"proc-macro2",
|
|
2352
2665
|
"rasn-derive-impl",
|
|
2353
|
-
"syn 2.0.
|
|
2666
|
+
"syn 2.0.119",
|
|
2354
2667
|
]
|
|
2355
2668
|
|
|
2356
2669
|
[[package]]
|
|
2357
2670
|
name = "rasn-derive-impl"
|
|
2358
|
-
version = "0.28.
|
|
2671
|
+
version = "0.28.14"
|
|
2359
2672
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2360
|
-
checksum = "
|
|
2673
|
+
checksum = "eee3136c97d6f2553c0d9f84d2c2555bb87ae9b365c5c9274e8bc5c366174431"
|
|
2361
2674
|
dependencies = [
|
|
2362
2675
|
"either",
|
|
2363
|
-
"itertools
|
|
2676
|
+
"itertools",
|
|
2364
2677
|
"proc-macro2",
|
|
2365
2678
|
"quote",
|
|
2366
|
-
"syn 2.0.
|
|
2679
|
+
"syn 2.0.119",
|
|
2367
2680
|
"uuid",
|
|
2368
2681
|
]
|
|
2369
2682
|
|
|
@@ -2386,20 +2699,40 @@ dependencies = [
|
|
|
2386
2699
|
"rasn",
|
|
2387
2700
|
]
|
|
2388
2701
|
|
|
2702
|
+
[[package]]
|
|
2703
|
+
name = "rayon"
|
|
2704
|
+
version = "1.12.0"
|
|
2705
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2706
|
+
checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
|
|
2707
|
+
dependencies = [
|
|
2708
|
+
"either",
|
|
2709
|
+
"rayon-core",
|
|
2710
|
+
]
|
|
2711
|
+
|
|
2712
|
+
[[package]]
|
|
2713
|
+
name = "rayon-core"
|
|
2714
|
+
version = "1.13.0"
|
|
2715
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2716
|
+
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
|
2717
|
+
dependencies = [
|
|
2718
|
+
"crossbeam-deque",
|
|
2719
|
+
"crossbeam-utils",
|
|
2720
|
+
]
|
|
2721
|
+
|
|
2389
2722
|
[[package]]
|
|
2390
2723
|
name = "rb-sys"
|
|
2391
|
-
version = "0.9.
|
|
2724
|
+
version = "0.9.130"
|
|
2392
2725
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2393
|
-
checksum = "
|
|
2726
|
+
checksum = "02faf625bb10ba893e3ae620f19c9fb1b5f8fcae0fe4eb86bb3f2230fad75edb"
|
|
2394
2727
|
dependencies = [
|
|
2395
2728
|
"rb-sys-build",
|
|
2396
2729
|
]
|
|
2397
2730
|
|
|
2398
2731
|
[[package]]
|
|
2399
2732
|
name = "rb-sys-build"
|
|
2400
|
-
version = "0.9.
|
|
2733
|
+
version = "0.9.130"
|
|
2401
2734
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2402
|
-
checksum = "
|
|
2735
|
+
checksum = "05be6f9c86fe5482808162826f6c047d093b3670582296c770de1d94f8066694"
|
|
2403
2736
|
dependencies = [
|
|
2404
2737
|
"bindgen",
|
|
2405
2738
|
"lazy_static",
|
|
@@ -2407,7 +2740,7 @@ dependencies = [
|
|
|
2407
2740
|
"quote",
|
|
2408
2741
|
"regex",
|
|
2409
2742
|
"shell-words",
|
|
2410
|
-
"syn 2.0.
|
|
2743
|
+
"syn 2.0.119",
|
|
2411
2744
|
]
|
|
2412
2745
|
|
|
2413
2746
|
[[package]]
|
|
@@ -2418,29 +2751,29 @@ checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
|
|
|
2418
2751
|
|
|
2419
2752
|
[[package]]
|
|
2420
2753
|
name = "ref-cast"
|
|
2421
|
-
version = "1.0.
|
|
2754
|
+
version = "1.0.27"
|
|
2422
2755
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2423
|
-
checksum = "
|
|
2756
|
+
checksum = "7e440fb4e4b4147295338efb76001ab9e4efc0e5839df2c47fc5ac2381d365c3"
|
|
2424
2757
|
dependencies = [
|
|
2425
2758
|
"ref-cast-impl",
|
|
2426
2759
|
]
|
|
2427
2760
|
|
|
2428
2761
|
[[package]]
|
|
2429
2762
|
name = "ref-cast-impl"
|
|
2430
|
-
version = "1.0.
|
|
2763
|
+
version = "1.0.27"
|
|
2431
2764
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2432
|
-
checksum = "
|
|
2765
|
+
checksum = "92ecd8964f8453721699a1ed72037b0db49ce2f5a5138486ee89bed6f67cdf3a"
|
|
2433
2766
|
dependencies = [
|
|
2434
2767
|
"proc-macro2",
|
|
2435
2768
|
"quote",
|
|
2436
|
-
"syn
|
|
2769
|
+
"syn 3.0.5",
|
|
2437
2770
|
]
|
|
2438
2771
|
|
|
2439
2772
|
[[package]]
|
|
2440
2773
|
name = "regex"
|
|
2441
|
-
version = "1.
|
|
2774
|
+
version = "1.13.1"
|
|
2442
2775
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2443
|
-
checksum = "
|
|
2776
|
+
checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
|
|
2444
2777
|
dependencies = [
|
|
2445
2778
|
"aho-corasick",
|
|
2446
2779
|
"memchr",
|
|
@@ -2450,9 +2783,9 @@ dependencies = [
|
|
|
2450
2783
|
|
|
2451
2784
|
[[package]]
|
|
2452
2785
|
name = "regex-automata"
|
|
2453
|
-
version = "0.4.
|
|
2786
|
+
version = "0.4.18"
|
|
2454
2787
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2455
|
-
checksum = "
|
|
2788
|
+
checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2"
|
|
2456
2789
|
dependencies = [
|
|
2457
2790
|
"aho-corasick",
|
|
2458
2791
|
"memchr",
|
|
@@ -2461,9 +2794,9 @@ dependencies = [
|
|
|
2461
2794
|
|
|
2462
2795
|
[[package]]
|
|
2463
2796
|
name = "regex-syntax"
|
|
2464
|
-
version = "0.8.
|
|
2797
|
+
version = "0.8.11"
|
|
2465
2798
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2466
|
-
checksum = "
|
|
2799
|
+
checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
|
|
2467
2800
|
|
|
2468
2801
|
[[package]]
|
|
2469
2802
|
name = "reqwest"
|
|
@@ -2557,15 +2890,9 @@ dependencies = [
|
|
|
2557
2890
|
|
|
2558
2891
|
[[package]]
|
|
2559
2892
|
name = "rustc-hash"
|
|
2560
|
-
version = "
|
|
2561
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2562
|
-
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
2563
|
-
|
|
2564
|
-
[[package]]
|
|
2565
|
-
name = "rustc-hash"
|
|
2566
|
-
version = "2.1.1"
|
|
2893
|
+
version = "2.1.3"
|
|
2567
2894
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2568
|
-
checksum = "
|
|
2895
|
+
checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
|
|
2569
2896
|
|
|
2570
2897
|
[[package]]
|
|
2571
2898
|
name = "rustc_version"
|
|
@@ -2582,7 +2909,7 @@ version = "4.1.0"
|
|
|
2582
2909
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2583
2910
|
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
|
|
2584
2911
|
dependencies = [
|
|
2585
|
-
"nom",
|
|
2912
|
+
"nom 7.1.3",
|
|
2586
2913
|
]
|
|
2587
2914
|
|
|
2588
2915
|
[[package]]
|
|
@@ -2591,7 +2918,7 @@ version = "1.1.4"
|
|
|
2591
2918
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2592
2919
|
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
2593
2920
|
dependencies = [
|
|
2594
|
-
"bitflags",
|
|
2921
|
+
"bitflags 2.13.2",
|
|
2595
2922
|
"errno",
|
|
2596
2923
|
"libc",
|
|
2597
2924
|
"linux-raw-sys",
|
|
@@ -2600,9 +2927,9 @@ dependencies = [
|
|
|
2600
2927
|
|
|
2601
2928
|
[[package]]
|
|
2602
2929
|
name = "rustls"
|
|
2603
|
-
version = "0.23.
|
|
2930
|
+
version = "0.23.44"
|
|
2604
2931
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2605
|
-
checksum = "
|
|
2932
|
+
checksum = "6725596c3f2c3a0aef021139e145d4eafe314a6623e4680ca83852b2c67ab2ba"
|
|
2606
2933
|
dependencies = [
|
|
2607
2934
|
"log",
|
|
2608
2935
|
"once_cell",
|
|
@@ -2615,9 +2942,9 @@ dependencies = [
|
|
|
2615
2942
|
|
|
2616
2943
|
[[package]]
|
|
2617
2944
|
name = "rustls-pki-types"
|
|
2618
|
-
version = "1.
|
|
2945
|
+
version = "1.15.1"
|
|
2619
2946
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2620
|
-
checksum = "
|
|
2947
|
+
checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
|
|
2621
2948
|
dependencies = [
|
|
2622
2949
|
"web-time",
|
|
2623
2950
|
"zeroize",
|
|
@@ -2625,9 +2952,9 @@ dependencies = [
|
|
|
2625
2952
|
|
|
2626
2953
|
[[package]]
|
|
2627
2954
|
name = "rustls-webpki"
|
|
2628
|
-
version = "0.103.
|
|
2955
|
+
version = "0.103.15"
|
|
2629
2956
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2630
|
-
checksum = "
|
|
2957
|
+
checksum = "f3c3cf1d8b1e7d4927e2d154c3fcb02979afb9939629c62cd9048d4f07b60ac2"
|
|
2631
2958
|
dependencies = [
|
|
2632
2959
|
"ring",
|
|
2633
2960
|
"rustls-pki-types",
|
|
@@ -2636,9 +2963,9 @@ dependencies = [
|
|
|
2636
2963
|
|
|
2637
2964
|
[[package]]
|
|
2638
2965
|
name = "rustversion"
|
|
2639
|
-
version = "1.0.
|
|
2966
|
+
version = "1.0.23"
|
|
2640
2967
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2641
|
-
checksum = "
|
|
2968
|
+
checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
|
|
2642
2969
|
|
|
2643
2970
|
[[package]]
|
|
2644
2971
|
name = "ryu"
|
|
@@ -2660,9 +2987,9 @@ dependencies = [
|
|
|
2660
2987
|
|
|
2661
2988
|
[[package]]
|
|
2662
2989
|
name = "schemars"
|
|
2663
|
-
version = "1.2.
|
|
2990
|
+
version = "1.2.2"
|
|
2664
2991
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2665
|
-
checksum = "
|
|
2992
|
+
checksum = "687274d293b6cdc6e73e0fee520bf2049650090d7164f87672d212a3c530cf4a"
|
|
2666
2993
|
dependencies = [
|
|
2667
2994
|
"dyn-clone",
|
|
2668
2995
|
"ref-cast",
|
|
@@ -2670,6 +2997,12 @@ dependencies = [
|
|
|
2670
2997
|
"serde_json",
|
|
2671
2998
|
]
|
|
2672
2999
|
|
|
3000
|
+
[[package]]
|
|
3001
|
+
name = "scopeguard"
|
|
3002
|
+
version = "1.2.0"
|
|
3003
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3004
|
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
3005
|
+
|
|
2673
3006
|
[[package]]
|
|
2674
3007
|
name = "sec1"
|
|
2675
3008
|
version = "0.7.3"
|
|
@@ -2686,9 +3019,9 @@ dependencies = [
|
|
|
2686
3019
|
|
|
2687
3020
|
[[package]]
|
|
2688
3021
|
name = "semver"
|
|
2689
|
-
version = "1.0.
|
|
3022
|
+
version = "1.0.28"
|
|
2690
3023
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2691
|
-
checksum = "
|
|
3024
|
+
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
|
2692
3025
|
|
|
2693
3026
|
[[package]]
|
|
2694
3027
|
name = "seq-macro"
|
|
@@ -2698,9 +3031,9 @@ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
|
|
2698
3031
|
|
|
2699
3032
|
[[package]]
|
|
2700
3033
|
name = "serde"
|
|
2701
|
-
version = "1.0.
|
|
3034
|
+
version = "1.0.229"
|
|
2702
3035
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2703
|
-
checksum = "
|
|
3036
|
+
checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
|
|
2704
3037
|
dependencies = [
|
|
2705
3038
|
"serde_core",
|
|
2706
3039
|
"serde_derive",
|
|
@@ -2738,22 +3071,22 @@ dependencies = [
|
|
|
2738
3071
|
|
|
2739
3072
|
[[package]]
|
|
2740
3073
|
name = "serde_core"
|
|
2741
|
-
version = "1.0.
|
|
3074
|
+
version = "1.0.229"
|
|
2742
3075
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2743
|
-
checksum = "
|
|
3076
|
+
checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
|
|
2744
3077
|
dependencies = [
|
|
2745
3078
|
"serde_derive",
|
|
2746
3079
|
]
|
|
2747
3080
|
|
|
2748
3081
|
[[package]]
|
|
2749
3082
|
name = "serde_derive"
|
|
2750
|
-
version = "1.0.
|
|
3083
|
+
version = "1.0.229"
|
|
2751
3084
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2752
|
-
checksum = "
|
|
3085
|
+
checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
|
|
2753
3086
|
dependencies = [
|
|
2754
3087
|
"proc-macro2",
|
|
2755
3088
|
"quote",
|
|
2756
|
-
"syn
|
|
3089
|
+
"syn 3.0.5",
|
|
2757
3090
|
]
|
|
2758
3091
|
|
|
2759
3092
|
[[package]]
|
|
@@ -2762,7 +3095,7 @@ version = "1.0.151"
|
|
|
2762
3095
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2763
3096
|
checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
|
|
2764
3097
|
dependencies = [
|
|
2765
|
-
"indexmap 2.
|
|
3098
|
+
"indexmap 2.14.2",
|
|
2766
3099
|
"itoa",
|
|
2767
3100
|
"memchr",
|
|
2768
3101
|
"serde",
|
|
@@ -2793,19 +3126,19 @@ dependencies = [
|
|
|
2793
3126
|
|
|
2794
3127
|
[[package]]
|
|
2795
3128
|
name = "serde_with"
|
|
2796
|
-
version = "3.
|
|
3129
|
+
version = "3.23.0"
|
|
2797
3130
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2798
|
-
checksum = "
|
|
3131
|
+
checksum = "935177bb8c0cd8ca1a4e6d1a2ac8988bea69cab4f9d3a31311e012ad27868ea4"
|
|
2799
3132
|
dependencies = [
|
|
2800
|
-
"base64 0.
|
|
3133
|
+
"base64 0.23.1",
|
|
2801
3134
|
"bs58",
|
|
2802
3135
|
"chrono",
|
|
2803
3136
|
"hex",
|
|
2804
3137
|
"indexmap 1.9.3",
|
|
2805
|
-
"indexmap 2.
|
|
3138
|
+
"indexmap 2.14.2",
|
|
2806
3139
|
"jiff",
|
|
2807
3140
|
"schemars 0.9.0",
|
|
2808
|
-
"schemars 1.2.
|
|
3141
|
+
"schemars 1.2.2",
|
|
2809
3142
|
"serde_core",
|
|
2810
3143
|
"serde_json",
|
|
2811
3144
|
"serde_with_macros",
|
|
@@ -2814,14 +3147,14 @@ dependencies = [
|
|
|
2814
3147
|
|
|
2815
3148
|
[[package]]
|
|
2816
3149
|
name = "serde_with_macros"
|
|
2817
|
-
version = "3.
|
|
3150
|
+
version = "3.23.0"
|
|
2818
3151
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2819
|
-
checksum = "
|
|
3152
|
+
checksum = "1d607aa01a3cb0ad757d6fd216136910db3c97b102fe686585689615a02dbcdc"
|
|
2820
3153
|
dependencies = [
|
|
2821
3154
|
"darling",
|
|
2822
3155
|
"proc-macro2",
|
|
2823
3156
|
"quote",
|
|
2824
|
-
"syn
|
|
3157
|
+
"syn 3.0.5",
|
|
2825
3158
|
]
|
|
2826
3159
|
|
|
2827
3160
|
[[package]]
|
|
@@ -2831,7 +3164,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2831
3164
|
checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214"
|
|
2832
3165
|
dependencies = [
|
|
2833
3166
|
"cfg-if",
|
|
2834
|
-
"cpufeatures 0.3.
|
|
3167
|
+
"cpufeatures 0.3.1",
|
|
2835
3168
|
"digest 0.11.3",
|
|
2836
3169
|
]
|
|
2837
3170
|
|
|
@@ -2853,7 +3186,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2853
3186
|
checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
|
|
2854
3187
|
dependencies = [
|
|
2855
3188
|
"cfg-if",
|
|
2856
|
-
"cpufeatures 0.3.
|
|
3189
|
+
"cpufeatures 0.3.1",
|
|
2857
3190
|
"digest 0.11.3",
|
|
2858
3191
|
]
|
|
2859
3192
|
|
|
@@ -2869,6 +3202,12 @@ version = "1.3.0"
|
|
|
2869
3202
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2870
3203
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
2871
3204
|
|
|
3205
|
+
[[package]]
|
|
3206
|
+
name = "shlex"
|
|
3207
|
+
version = "2.0.1"
|
|
3208
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3209
|
+
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
|
|
3210
|
+
|
|
2872
3211
|
[[package]]
|
|
2873
3212
|
name = "signature"
|
|
2874
3213
|
version = "2.2.0"
|
|
@@ -2881,9 +3220,15 @@ dependencies = [
|
|
|
2881
3220
|
|
|
2882
3221
|
[[package]]
|
|
2883
3222
|
name = "simd-adler32"
|
|
2884
|
-
version = "0.3.
|
|
3223
|
+
version = "0.3.10"
|
|
3224
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3225
|
+
checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
|
|
3226
|
+
|
|
3227
|
+
[[package]]
|
|
3228
|
+
name = "simdutf8"
|
|
3229
|
+
version = "0.1.5"
|
|
2885
3230
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2886
|
-
checksum = "
|
|
3231
|
+
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
|
|
2887
3232
|
|
|
2888
3233
|
[[package]]
|
|
2889
3234
|
name = "slab"
|
|
@@ -2893,9 +3238,9 @@ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
|
2893
3238
|
|
|
2894
3239
|
[[package]]
|
|
2895
3240
|
name = "smallvec"
|
|
2896
|
-
version = "1.
|
|
3241
|
+
version = "1.16.1"
|
|
2897
3242
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2898
|
-
checksum = "
|
|
3243
|
+
checksum = "ba467056f1b547ed52077911161fc86985becbc60e8e1857c8a144dab0def891"
|
|
2899
3244
|
|
|
2900
3245
|
[[package]]
|
|
2901
3246
|
name = "snafu"
|
|
@@ -2915,14 +3260,14 @@ dependencies = [
|
|
|
2915
3260
|
"heck",
|
|
2916
3261
|
"proc-macro2",
|
|
2917
3262
|
"quote",
|
|
2918
|
-
"syn 2.0.
|
|
3263
|
+
"syn 2.0.119",
|
|
2919
3264
|
]
|
|
2920
3265
|
|
|
2921
3266
|
[[package]]
|
|
2922
3267
|
name = "socket2"
|
|
2923
|
-
version = "0.6.
|
|
3268
|
+
version = "0.6.5"
|
|
2924
3269
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2925
|
-
checksum = "
|
|
3270
|
+
checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
|
|
2926
3271
|
dependencies = [
|
|
2927
3272
|
"libc",
|
|
2928
3273
|
"windows-sys 0.61.2",
|
|
@@ -2930,9 +3275,9 @@ dependencies = [
|
|
|
2930
3275
|
|
|
2931
3276
|
[[package]]
|
|
2932
3277
|
name = "spin"
|
|
2933
|
-
version = "0.9.
|
|
3278
|
+
version = "0.9.9"
|
|
2934
3279
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2935
|
-
checksum = "
|
|
3280
|
+
checksum = "3763264f6b73151db08c50ff20d7d8a0b8796e021cdea7ceedad07b80155fa0e"
|
|
2936
3281
|
|
|
2937
3282
|
[[package]]
|
|
2938
3283
|
name = "spki"
|
|
@@ -2958,7 +3303,7 @@ checksum = "3cc4068497ae43896d41174586dcdc2153a1af2c82856fb308bfaaddc28e5549"
|
|
|
2958
3303
|
dependencies = [
|
|
2959
3304
|
"iref",
|
|
2960
3305
|
"quote",
|
|
2961
|
-
"syn 2.0.
|
|
3306
|
+
"syn 2.0.119",
|
|
2962
3307
|
]
|
|
2963
3308
|
|
|
2964
3309
|
[[package]]
|
|
@@ -2977,10 +3322,21 @@ dependencies = [
|
|
|
2977
3322
|
"quote",
|
|
2978
3323
|
"serde",
|
|
2979
3324
|
"sha2 0.10.9",
|
|
2980
|
-
"syn 2.0.
|
|
3325
|
+
"syn 2.0.119",
|
|
2981
3326
|
"thiserror 1.0.69",
|
|
2982
3327
|
]
|
|
2983
3328
|
|
|
3329
|
+
[[package]]
|
|
3330
|
+
name = "stringprep"
|
|
3331
|
+
version = "0.1.5"
|
|
3332
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3333
|
+
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
|
|
3334
|
+
dependencies = [
|
|
3335
|
+
"unicode-bidi",
|
|
3336
|
+
"unicode-normalization",
|
|
3337
|
+
"unicode-properties",
|
|
3338
|
+
]
|
|
3339
|
+
|
|
2984
3340
|
[[package]]
|
|
2985
3341
|
name = "strsim"
|
|
2986
3342
|
version = "0.11.1"
|
|
@@ -3006,9 +3362,20 @@ dependencies = [
|
|
|
3006
3362
|
|
|
3007
3363
|
[[package]]
|
|
3008
3364
|
name = "syn"
|
|
3009
|
-
version = "2.0.
|
|
3365
|
+
version = "2.0.119"
|
|
3366
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3367
|
+
checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
|
|
3368
|
+
dependencies = [
|
|
3369
|
+
"proc-macro2",
|
|
3370
|
+
"quote",
|
|
3371
|
+
"unicode-ident",
|
|
3372
|
+
]
|
|
3373
|
+
|
|
3374
|
+
[[package]]
|
|
3375
|
+
name = "syn"
|
|
3376
|
+
version = "3.0.5"
|
|
3010
3377
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3011
|
-
checksum = "
|
|
3378
|
+
checksum = "12df2e0110f65b775f769bb17ef989067a1d931b2eb822bd4346631eeada89f9"
|
|
3012
3379
|
dependencies = [
|
|
3013
3380
|
"proc-macro2",
|
|
3014
3381
|
"quote",
|
|
@@ -3032,7 +3399,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
|
3032
3399
|
dependencies = [
|
|
3033
3400
|
"proc-macro2",
|
|
3034
3401
|
"quote",
|
|
3035
|
-
"syn 2.0.
|
|
3402
|
+
"syn 2.0.119",
|
|
3036
3403
|
]
|
|
3037
3404
|
|
|
3038
3405
|
[[package]]
|
|
@@ -3041,7 +3408,7 @@ version = "0.7.0"
|
|
|
3041
3408
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3042
3409
|
checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
|
|
3043
3410
|
dependencies = [
|
|
3044
|
-
"bitflags",
|
|
3411
|
+
"bitflags 2.13.2",
|
|
3045
3412
|
"core-foundation",
|
|
3046
3413
|
"system-configuration-sys",
|
|
3047
3414
|
]
|
|
@@ -3069,7 +3436,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3069
3436
|
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|
|
3070
3437
|
dependencies = [
|
|
3071
3438
|
"fastrand",
|
|
3072
|
-
"getrandom 0.4.
|
|
3439
|
+
"getrandom 0.4.3",
|
|
3073
3440
|
"once_cell",
|
|
3074
3441
|
"rustix",
|
|
3075
3442
|
"windows-sys 0.61.2",
|
|
@@ -3086,11 +3453,11 @@ dependencies = [
|
|
|
3086
3453
|
|
|
3087
3454
|
[[package]]
|
|
3088
3455
|
name = "thiserror"
|
|
3089
|
-
version = "2.0.
|
|
3456
|
+
version = "2.0.20"
|
|
3090
3457
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3091
|
-
checksum = "
|
|
3458
|
+
checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
|
|
3092
3459
|
dependencies = [
|
|
3093
|
-
"thiserror-impl 2.0.
|
|
3460
|
+
"thiserror-impl 2.0.20",
|
|
3094
3461
|
]
|
|
3095
3462
|
|
|
3096
3463
|
[[package]]
|
|
@@ -3101,28 +3468,41 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
|
3101
3468
|
dependencies = [
|
|
3102
3469
|
"proc-macro2",
|
|
3103
3470
|
"quote",
|
|
3104
|
-
"syn 2.0.
|
|
3471
|
+
"syn 2.0.119",
|
|
3105
3472
|
]
|
|
3106
3473
|
|
|
3107
3474
|
[[package]]
|
|
3108
3475
|
name = "thiserror-impl"
|
|
3109
|
-
version = "2.0.
|
|
3476
|
+
version = "2.0.20"
|
|
3110
3477
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3111
|
-
checksum = "
|
|
3478
|
+
checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
|
|
3112
3479
|
dependencies = [
|
|
3113
3480
|
"proc-macro2",
|
|
3114
3481
|
"quote",
|
|
3115
|
-
"syn
|
|
3482
|
+
"syn 3.0.5",
|
|
3483
|
+
]
|
|
3484
|
+
|
|
3485
|
+
[[package]]
|
|
3486
|
+
name = "tiff"
|
|
3487
|
+
version = "0.11.3"
|
|
3488
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3489
|
+
checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52"
|
|
3490
|
+
dependencies = [
|
|
3491
|
+
"fax",
|
|
3492
|
+
"flate2",
|
|
3493
|
+
"half",
|
|
3494
|
+
"quick-error",
|
|
3495
|
+
"weezl 0.1.12",
|
|
3496
|
+
"zune-jpeg",
|
|
3116
3497
|
]
|
|
3117
3498
|
|
|
3118
3499
|
[[package]]
|
|
3119
3500
|
name = "time"
|
|
3120
|
-
version = "0.3.
|
|
3501
|
+
version = "0.3.55"
|
|
3121
3502
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3122
|
-
checksum = "
|
|
3503
|
+
checksum = "cdb87b95ec50ddfa440816d227a17b2ccbdda963a316a727fda0fc4334f7d134"
|
|
3123
3504
|
dependencies = [
|
|
3124
3505
|
"deranged",
|
|
3125
|
-
"itoa",
|
|
3126
3506
|
"num-conv",
|
|
3127
3507
|
"powerfmt",
|
|
3128
3508
|
"serde_core",
|
|
@@ -3132,15 +3512,15 @@ dependencies = [
|
|
|
3132
3512
|
|
|
3133
3513
|
[[package]]
|
|
3134
3514
|
name = "time-core"
|
|
3135
|
-
version = "0.1.
|
|
3515
|
+
version = "0.1.9"
|
|
3136
3516
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3137
|
-
checksum = "
|
|
3517
|
+
checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
|
|
3138
3518
|
|
|
3139
3519
|
[[package]]
|
|
3140
3520
|
name = "time-macros"
|
|
3141
|
-
version = "0.2.
|
|
3521
|
+
version = "0.2.32"
|
|
3142
3522
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3143
|
-
checksum = "
|
|
3523
|
+
checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
|
|
3144
3524
|
dependencies = [
|
|
3145
3525
|
"num-conv",
|
|
3146
3526
|
"time-core",
|
|
@@ -3148,9 +3528,9 @@ dependencies = [
|
|
|
3148
3528
|
|
|
3149
3529
|
[[package]]
|
|
3150
3530
|
name = "tinystr"
|
|
3151
|
-
version = "0.8.
|
|
3531
|
+
version = "0.8.4"
|
|
3152
3532
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3153
|
-
checksum = "
|
|
3533
|
+
checksum = "b1e27c91459209c2986af3dcf603a5a74a4368754ce37414f59acc971167f643"
|
|
3154
3534
|
dependencies = [
|
|
3155
3535
|
"displaydoc",
|
|
3156
3536
|
"zerovec",
|
|
@@ -3158,9 +3538,9 @@ dependencies = [
|
|
|
3158
3538
|
|
|
3159
3539
|
[[package]]
|
|
3160
3540
|
name = "tinyvec"
|
|
3161
|
-
version = "1.
|
|
3541
|
+
version = "1.13.2"
|
|
3162
3542
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3163
|
-
checksum = "
|
|
3543
|
+
checksum = "4cf0ded5c4e56918d8f8a339e1bb67d038d3bc6d144ac407904015ba2e4cde9b"
|
|
3164
3544
|
dependencies = [
|
|
3165
3545
|
"tinyvec_macros",
|
|
3166
3546
|
]
|
|
@@ -3173,9 +3553,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
3173
3553
|
|
|
3174
3554
|
[[package]]
|
|
3175
3555
|
name = "tokio"
|
|
3176
|
-
version = "1.
|
|
3556
|
+
version = "1.53.1"
|
|
3177
3557
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3178
|
-
checksum = "
|
|
3558
|
+
checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
|
|
3179
3559
|
dependencies = [
|
|
3180
3560
|
"bytes",
|
|
3181
3561
|
"libc",
|
|
@@ -3187,9 +3567,9 @@ dependencies = [
|
|
|
3187
3567
|
|
|
3188
3568
|
[[package]]
|
|
3189
3569
|
name = "tokio-rustls"
|
|
3190
|
-
version = "0.26.
|
|
3570
|
+
version = "0.26.5"
|
|
3191
3571
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3192
|
-
checksum = "
|
|
3572
|
+
checksum = "b0c85f2c3ef0b1cd58b36682f4b17aaa995f0e5db534d85692b4903abce21f67"
|
|
3193
3573
|
dependencies = [
|
|
3194
3574
|
"rustls",
|
|
3195
3575
|
"tokio",
|
|
@@ -3197,24 +3577,25 @@ dependencies = [
|
|
|
3197
3577
|
|
|
3198
3578
|
[[package]]
|
|
3199
3579
|
name = "tokio-util"
|
|
3200
|
-
version = "0.7.
|
|
3580
|
+
version = "0.7.19"
|
|
3201
3581
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3202
|
-
checksum = "
|
|
3582
|
+
checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52"
|
|
3203
3583
|
dependencies = [
|
|
3204
3584
|
"bytes",
|
|
3205
3585
|
"futures-core",
|
|
3206
3586
|
"futures-sink",
|
|
3587
|
+
"libc",
|
|
3207
3588
|
"pin-project-lite",
|
|
3208
3589
|
"tokio",
|
|
3209
3590
|
]
|
|
3210
3591
|
|
|
3211
3592
|
[[package]]
|
|
3212
3593
|
name = "toml"
|
|
3213
|
-
version = "1.1.
|
|
3594
|
+
version = "1.1.6+spec-1.1.0"
|
|
3214
3595
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3215
|
-
checksum = "
|
|
3596
|
+
checksum = "920602543f0911ab71da12c50d59701da54c196d1a2bf5cb4b75667f137a406a"
|
|
3216
3597
|
dependencies = [
|
|
3217
|
-
"indexmap 2.
|
|
3598
|
+
"indexmap 2.14.2",
|
|
3218
3599
|
"serde_core",
|
|
3219
3600
|
"serde_spanned",
|
|
3220
3601
|
"toml_datetime",
|
|
@@ -3264,20 +3645,20 @@ dependencies = [
|
|
|
3264
3645
|
|
|
3265
3646
|
[[package]]
|
|
3266
3647
|
name = "tower-http"
|
|
3267
|
-
version = "0.6.
|
|
3648
|
+
version = "0.6.11"
|
|
3268
3649
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3269
|
-
checksum = "
|
|
3650
|
+
checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
|
|
3270
3651
|
dependencies = [
|
|
3271
|
-
"bitflags",
|
|
3652
|
+
"bitflags 2.13.2",
|
|
3272
3653
|
"bytes",
|
|
3273
3654
|
"futures-util",
|
|
3274
3655
|
"http",
|
|
3275
3656
|
"http-body",
|
|
3276
|
-
"iri-string",
|
|
3277
3657
|
"pin-project-lite",
|
|
3278
3658
|
"tower",
|
|
3279
3659
|
"tower-layer",
|
|
3280
3660
|
"tower-service",
|
|
3661
|
+
"url",
|
|
3281
3662
|
]
|
|
3282
3663
|
|
|
3283
3664
|
[[package]]
|
|
@@ -3319,7 +3700,7 @@ checksum = "d856e22ead1fb79b9fc3cec63300086f680924f2f7b0e2701f6835a28b9c4425"
|
|
|
3319
3700
|
dependencies = [
|
|
3320
3701
|
"proc-macro2",
|
|
3321
3702
|
"quote",
|
|
3322
|
-
"syn 2.0.
|
|
3703
|
+
"syn 2.0.119",
|
|
3323
3704
|
]
|
|
3324
3705
|
|
|
3325
3706
|
[[package]]
|
|
@@ -3346,6 +3727,12 @@ version = "0.1.4"
|
|
|
3346
3727
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3347
3728
|
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
|
3348
3729
|
|
|
3730
|
+
[[package]]
|
|
3731
|
+
name = "unicode-bidi"
|
|
3732
|
+
version = "0.3.18"
|
|
3733
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3734
|
+
checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
|
|
3735
|
+
|
|
3349
3736
|
[[package]]
|
|
3350
3737
|
name = "unicode-ident"
|
|
3351
3738
|
version = "1.0.24"
|
|
@@ -3353,10 +3740,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3353
3740
|
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
3354
3741
|
|
|
3355
3742
|
[[package]]
|
|
3356
|
-
name = "unicode-
|
|
3357
|
-
version = "0.
|
|
3743
|
+
name = "unicode-normalization"
|
|
3744
|
+
version = "0.1.25"
|
|
3745
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3746
|
+
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
|
|
3747
|
+
dependencies = [
|
|
3748
|
+
"tinyvec",
|
|
3749
|
+
]
|
|
3750
|
+
|
|
3751
|
+
[[package]]
|
|
3752
|
+
name = "unicode-properties"
|
|
3753
|
+
version = "0.1.4"
|
|
3358
3754
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3359
|
-
checksum = "
|
|
3755
|
+
checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
|
|
3360
3756
|
|
|
3361
3757
|
[[package]]
|
|
3362
3758
|
name = "untrusted"
|
|
@@ -3366,9 +3762,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
3366
3762
|
|
|
3367
3763
|
[[package]]
|
|
3368
3764
|
name = "ureq"
|
|
3369
|
-
version = "3.4.
|
|
3765
|
+
version = "3.4.1"
|
|
3370
3766
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3371
|
-
checksum = "
|
|
3767
|
+
checksum = "af5546be8f5378d5414f83733f5c9a2526f4645829edbc1c41790aeef1b38e8b"
|
|
3372
3768
|
dependencies = [
|
|
3373
3769
|
"base64 0.23.1",
|
|
3374
3770
|
"log",
|
|
@@ -3382,9 +3778,9 @@ dependencies = [
|
|
|
3382
3778
|
|
|
3383
3779
|
[[package]]
|
|
3384
3780
|
name = "ureq-proto"
|
|
3385
|
-
version = "0.6.
|
|
3781
|
+
version = "0.6.2"
|
|
3386
3782
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3387
|
-
checksum = "
|
|
3783
|
+
checksum = "fabc3e92916c89c95b20eef7b06b00b066bc217ef9ea3a4ac9bf1a7e35261e10"
|
|
3388
3784
|
dependencies = [
|
|
3389
3785
|
"base64 0.23.1",
|
|
3390
3786
|
"http",
|
|
@@ -3424,11 +3820,11 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
3424
3820
|
|
|
3425
3821
|
[[package]]
|
|
3426
3822
|
name = "uuid"
|
|
3427
|
-
version = "1.
|
|
3823
|
+
version = "1.26.1"
|
|
3428
3824
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3429
|
-
checksum = "
|
|
3825
|
+
checksum = "2ef6dac1e96601b4fb3acccccff2139741fcb757cb9a36089bf5be91cfb285ce"
|
|
3430
3826
|
dependencies = [
|
|
3431
|
-
"getrandom 0.4.
|
|
3827
|
+
"getrandom 0.4.3",
|
|
3432
3828
|
"js-sys",
|
|
3433
3829
|
"serde_core",
|
|
3434
3830
|
"wasm-bindgen",
|
|
@@ -3472,27 +3868,18 @@ dependencies = [
|
|
|
3472
3868
|
|
|
3473
3869
|
[[package]]
|
|
3474
3870
|
name = "wasip2"
|
|
3475
|
-
version = "1.0.
|
|
3476
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3477
|
-
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
|
|
3478
|
-
dependencies = [
|
|
3479
|
-
"wit-bindgen",
|
|
3480
|
-
]
|
|
3481
|
-
|
|
3482
|
-
[[package]]
|
|
3483
|
-
name = "wasip3"
|
|
3484
|
-
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
|
3871
|
+
version = "1.0.4+wasi-0.2.12"
|
|
3485
3872
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3486
|
-
checksum = "
|
|
3873
|
+
checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
|
|
3487
3874
|
dependencies = [
|
|
3488
3875
|
"wit-bindgen",
|
|
3489
3876
|
]
|
|
3490
3877
|
|
|
3491
3878
|
[[package]]
|
|
3492
3879
|
name = "wasm-bindgen"
|
|
3493
|
-
version = "0.2.
|
|
3880
|
+
version = "0.2.128"
|
|
3494
3881
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3495
|
-
checksum = "
|
|
3882
|
+
checksum = "aecb87a33d3b0c5e3b7aa46336eaf486cffafbd281b195e4c8b80d50df2351bf"
|
|
3496
3883
|
dependencies = [
|
|
3497
3884
|
"cfg-if",
|
|
3498
3885
|
"once_cell",
|
|
@@ -3503,9 +3890,9 @@ dependencies = [
|
|
|
3503
3890
|
|
|
3504
3891
|
[[package]]
|
|
3505
3892
|
name = "wasm-bindgen-futures"
|
|
3506
|
-
version = "0.4.
|
|
3893
|
+
version = "0.4.78"
|
|
3507
3894
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3508
|
-
checksum = "
|
|
3895
|
+
checksum = "6ef4c5d3d2cdf5c54f4231181768f5510842e350db025faf1f7163b1030ed928"
|
|
3509
3896
|
dependencies = [
|
|
3510
3897
|
"js-sys",
|
|
3511
3898
|
"wasm-bindgen",
|
|
@@ -3513,9 +3900,9 @@ dependencies = [
|
|
|
3513
3900
|
|
|
3514
3901
|
[[package]]
|
|
3515
3902
|
name = "wasm-bindgen-macro"
|
|
3516
|
-
version = "0.2.
|
|
3903
|
+
version = "0.2.128"
|
|
3517
3904
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3518
|
-
checksum = "
|
|
3905
|
+
checksum = "a690d511e3c1a8b3a55e33511e3c2c00c78415cd23650f32b808627f5696b9ed"
|
|
3519
3906
|
dependencies = [
|
|
3520
3907
|
"quote",
|
|
3521
3908
|
"wasm-bindgen-macro-support",
|
|
@@ -3523,65 +3910,31 @@ dependencies = [
|
|
|
3523
3910
|
|
|
3524
3911
|
[[package]]
|
|
3525
3912
|
name = "wasm-bindgen-macro-support"
|
|
3526
|
-
version = "0.2.
|
|
3913
|
+
version = "0.2.128"
|
|
3527
3914
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3528
|
-
checksum = "
|
|
3915
|
+
checksum = "411e4887f0071ef2d2164a9d5fdf2d20efbef78fccd3a78b0c10a1dc5295e48a"
|
|
3529
3916
|
dependencies = [
|
|
3530
3917
|
"bumpalo",
|
|
3531
3918
|
"proc-macro2",
|
|
3532
3919
|
"quote",
|
|
3533
|
-
"syn
|
|
3920
|
+
"syn 3.0.5",
|
|
3534
3921
|
"wasm-bindgen-shared",
|
|
3535
3922
|
]
|
|
3536
3923
|
|
|
3537
3924
|
[[package]]
|
|
3538
3925
|
name = "wasm-bindgen-shared"
|
|
3539
|
-
version = "0.2.
|
|
3926
|
+
version = "0.2.128"
|
|
3540
3927
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3541
|
-
checksum = "
|
|
3928
|
+
checksum = "81941cd78d0c92026c33e5e01312845a4cb1e9af3407f9134b100dd03144103e"
|
|
3542
3929
|
dependencies = [
|
|
3543
3930
|
"unicode-ident",
|
|
3544
3931
|
]
|
|
3545
3932
|
|
|
3546
|
-
[[package]]
|
|
3547
|
-
name = "wasm-encoder"
|
|
3548
|
-
version = "0.244.0"
|
|
3549
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3550
|
-
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
|
3551
|
-
dependencies = [
|
|
3552
|
-
"leb128fmt",
|
|
3553
|
-
"wasmparser",
|
|
3554
|
-
]
|
|
3555
|
-
|
|
3556
|
-
[[package]]
|
|
3557
|
-
name = "wasm-metadata"
|
|
3558
|
-
version = "0.244.0"
|
|
3559
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3560
|
-
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
3561
|
-
dependencies = [
|
|
3562
|
-
"anyhow",
|
|
3563
|
-
"indexmap 2.13.0",
|
|
3564
|
-
"wasm-encoder",
|
|
3565
|
-
"wasmparser",
|
|
3566
|
-
]
|
|
3567
|
-
|
|
3568
|
-
[[package]]
|
|
3569
|
-
name = "wasmparser"
|
|
3570
|
-
version = "0.244.0"
|
|
3571
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3572
|
-
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
3573
|
-
dependencies = [
|
|
3574
|
-
"bitflags",
|
|
3575
|
-
"hashbrown 0.15.5",
|
|
3576
|
-
"indexmap 2.13.0",
|
|
3577
|
-
"semver",
|
|
3578
|
-
]
|
|
3579
|
-
|
|
3580
3933
|
[[package]]
|
|
3581
3934
|
name = "web-sys"
|
|
3582
|
-
version = "0.3.
|
|
3935
|
+
version = "0.3.105"
|
|
3583
3936
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3584
|
-
checksum = "
|
|
3937
|
+
checksum = "9fbddc4a036f00ec4f18c83445bd3115cb306a91da554919a099d9222fe4a7f8"
|
|
3585
3938
|
dependencies = [
|
|
3586
3939
|
"js-sys",
|
|
3587
3940
|
"wasm-bindgen",
|
|
@@ -3599,13 +3952,25 @@ dependencies = [
|
|
|
3599
3952
|
|
|
3600
3953
|
[[package]]
|
|
3601
3954
|
name = "webpki-roots"
|
|
3602
|
-
version = "1.0.
|
|
3955
|
+
version = "1.0.9"
|
|
3603
3956
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3604
|
-
checksum = "
|
|
3957
|
+
checksum = "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a"
|
|
3605
3958
|
dependencies = [
|
|
3606
3959
|
"rustls-pki-types",
|
|
3607
3960
|
]
|
|
3608
3961
|
|
|
3962
|
+
[[package]]
|
|
3963
|
+
name = "weezl"
|
|
3964
|
+
version = "0.1.12"
|
|
3965
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3966
|
+
checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
|
|
3967
|
+
|
|
3968
|
+
[[package]]
|
|
3969
|
+
name = "weezl"
|
|
3970
|
+
version = "0.2.1"
|
|
3971
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3972
|
+
checksum = "d4ca08e5ef825b65b056d9efbd95c8750683f0a6d0466d02e96dc2e4e360f3d2"
|
|
3973
|
+
|
|
3609
3974
|
[[package]]
|
|
3610
3975
|
name = "windows-core"
|
|
3611
3976
|
version = "0.62.2"
|
|
@@ -3627,7 +3992,7 @@ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
|
3627
3992
|
dependencies = [
|
|
3628
3993
|
"proc-macro2",
|
|
3629
3994
|
"quote",
|
|
3630
|
-
"syn 2.0.
|
|
3995
|
+
"syn 2.0.119",
|
|
3631
3996
|
]
|
|
3632
3997
|
|
|
3633
3998
|
[[package]]
|
|
@@ -3638,7 +4003,7 @@ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
|
3638
4003
|
dependencies = [
|
|
3639
4004
|
"proc-macro2",
|
|
3640
4005
|
"quote",
|
|
3641
|
-
"syn 2.0.
|
|
4006
|
+
"syn 2.0.119",
|
|
3642
4007
|
]
|
|
3643
4008
|
|
|
3644
4009
|
[[package]]
|
|
@@ -3682,16 +4047,7 @@ version = "0.52.0"
|
|
|
3682
4047
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3683
4048
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
3684
4049
|
dependencies = [
|
|
3685
|
-
"windows-targets
|
|
3686
|
-
]
|
|
3687
|
-
|
|
3688
|
-
[[package]]
|
|
3689
|
-
name = "windows-sys"
|
|
3690
|
-
version = "0.60.2"
|
|
3691
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3692
|
-
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
3693
|
-
dependencies = [
|
|
3694
|
-
"windows-targets 0.53.5",
|
|
4050
|
+
"windows-targets",
|
|
3695
4051
|
]
|
|
3696
4052
|
|
|
3697
4053
|
[[package]]
|
|
@@ -3709,31 +4065,14 @@ version = "0.52.6"
|
|
|
3709
4065
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3710
4066
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
3711
4067
|
dependencies = [
|
|
3712
|
-
"windows_aarch64_gnullvm
|
|
3713
|
-
"windows_aarch64_msvc
|
|
3714
|
-
"windows_i686_gnu
|
|
3715
|
-
"windows_i686_gnullvm
|
|
3716
|
-
"windows_i686_msvc
|
|
3717
|
-
"windows_x86_64_gnu
|
|
3718
|
-
"windows_x86_64_gnullvm
|
|
3719
|
-
"windows_x86_64_msvc
|
|
3720
|
-
]
|
|
3721
|
-
|
|
3722
|
-
[[package]]
|
|
3723
|
-
name = "windows-targets"
|
|
3724
|
-
version = "0.53.5"
|
|
3725
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3726
|
-
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
|
3727
|
-
dependencies = [
|
|
3728
|
-
"windows-link",
|
|
3729
|
-
"windows_aarch64_gnullvm 0.53.1",
|
|
3730
|
-
"windows_aarch64_msvc 0.53.1",
|
|
3731
|
-
"windows_i686_gnu 0.53.1",
|
|
3732
|
-
"windows_i686_gnullvm 0.53.1",
|
|
3733
|
-
"windows_i686_msvc 0.53.1",
|
|
3734
|
-
"windows_x86_64_gnu 0.53.1",
|
|
3735
|
-
"windows_x86_64_gnullvm 0.53.1",
|
|
3736
|
-
"windows_x86_64_msvc 0.53.1",
|
|
4068
|
+
"windows_aarch64_gnullvm",
|
|
4069
|
+
"windows_aarch64_msvc",
|
|
4070
|
+
"windows_i686_gnu",
|
|
4071
|
+
"windows_i686_gnullvm",
|
|
4072
|
+
"windows_i686_msvc",
|
|
4073
|
+
"windows_x86_64_gnu",
|
|
4074
|
+
"windows_x86_64_gnullvm",
|
|
4075
|
+
"windows_x86_64_msvc",
|
|
3737
4076
|
]
|
|
3738
4077
|
|
|
3739
4078
|
[[package]]
|
|
@@ -3742,96 +4081,48 @@ version = "0.52.6"
|
|
|
3742
4081
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3743
4082
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
3744
4083
|
|
|
3745
|
-
[[package]]
|
|
3746
|
-
name = "windows_aarch64_gnullvm"
|
|
3747
|
-
version = "0.53.1"
|
|
3748
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3749
|
-
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
|
3750
|
-
|
|
3751
4084
|
[[package]]
|
|
3752
4085
|
name = "windows_aarch64_msvc"
|
|
3753
4086
|
version = "0.52.6"
|
|
3754
4087
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3755
4088
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
3756
4089
|
|
|
3757
|
-
[[package]]
|
|
3758
|
-
name = "windows_aarch64_msvc"
|
|
3759
|
-
version = "0.53.1"
|
|
3760
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3761
|
-
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
|
3762
|
-
|
|
3763
4090
|
[[package]]
|
|
3764
4091
|
name = "windows_i686_gnu"
|
|
3765
4092
|
version = "0.52.6"
|
|
3766
4093
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3767
4094
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
3768
4095
|
|
|
3769
|
-
[[package]]
|
|
3770
|
-
name = "windows_i686_gnu"
|
|
3771
|
-
version = "0.53.1"
|
|
3772
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3773
|
-
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
|
3774
|
-
|
|
3775
4096
|
[[package]]
|
|
3776
4097
|
name = "windows_i686_gnullvm"
|
|
3777
4098
|
version = "0.52.6"
|
|
3778
4099
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3779
4100
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
3780
4101
|
|
|
3781
|
-
[[package]]
|
|
3782
|
-
name = "windows_i686_gnullvm"
|
|
3783
|
-
version = "0.53.1"
|
|
3784
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3785
|
-
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
|
3786
|
-
|
|
3787
4102
|
[[package]]
|
|
3788
4103
|
name = "windows_i686_msvc"
|
|
3789
4104
|
version = "0.52.6"
|
|
3790
4105
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3791
4106
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
3792
4107
|
|
|
3793
|
-
[[package]]
|
|
3794
|
-
name = "windows_i686_msvc"
|
|
3795
|
-
version = "0.53.1"
|
|
3796
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3797
|
-
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
|
3798
|
-
|
|
3799
4108
|
[[package]]
|
|
3800
4109
|
name = "windows_x86_64_gnu"
|
|
3801
4110
|
version = "0.52.6"
|
|
3802
4111
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3803
4112
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
3804
4113
|
|
|
3805
|
-
[[package]]
|
|
3806
|
-
name = "windows_x86_64_gnu"
|
|
3807
|
-
version = "0.53.1"
|
|
3808
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3809
|
-
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
|
3810
|
-
|
|
3811
4114
|
[[package]]
|
|
3812
4115
|
name = "windows_x86_64_gnullvm"
|
|
3813
4116
|
version = "0.52.6"
|
|
3814
4117
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3815
4118
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
3816
4119
|
|
|
3817
|
-
[[package]]
|
|
3818
|
-
name = "windows_x86_64_gnullvm"
|
|
3819
|
-
version = "0.53.1"
|
|
3820
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3821
|
-
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
|
3822
|
-
|
|
3823
4120
|
[[package]]
|
|
3824
4121
|
name = "windows_x86_64_msvc"
|
|
3825
4122
|
version = "0.52.6"
|
|
3826
4123
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3827
4124
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
3828
4125
|
|
|
3829
|
-
[[package]]
|
|
3830
|
-
name = "windows_x86_64_msvc"
|
|
3831
|
-
version = "0.53.1"
|
|
3832
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3833
|
-
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
3834
|
-
|
|
3835
4126
|
[[package]]
|
|
3836
4127
|
name = "winnow"
|
|
3837
4128
|
version = "1.0.4"
|
|
@@ -3840,98 +4131,18 @@ checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
|
|
|
3840
4131
|
|
|
3841
4132
|
[[package]]
|
|
3842
4133
|
name = "wit-bindgen"
|
|
3843
|
-
version = "0.
|
|
3844
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3845
|
-
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
3846
|
-
dependencies = [
|
|
3847
|
-
"bitflags",
|
|
3848
|
-
"wit-bindgen-rust-macro",
|
|
3849
|
-
]
|
|
3850
|
-
|
|
3851
|
-
[[package]]
|
|
3852
|
-
name = "wit-bindgen-core"
|
|
3853
|
-
version = "0.51.0"
|
|
3854
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3855
|
-
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
|
3856
|
-
dependencies = [
|
|
3857
|
-
"anyhow",
|
|
3858
|
-
"heck",
|
|
3859
|
-
"wit-parser",
|
|
3860
|
-
]
|
|
3861
|
-
|
|
3862
|
-
[[package]]
|
|
3863
|
-
name = "wit-bindgen-rust"
|
|
3864
|
-
version = "0.51.0"
|
|
3865
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3866
|
-
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
|
3867
|
-
dependencies = [
|
|
3868
|
-
"anyhow",
|
|
3869
|
-
"heck",
|
|
3870
|
-
"indexmap 2.13.0",
|
|
3871
|
-
"prettyplease",
|
|
3872
|
-
"syn 2.0.117",
|
|
3873
|
-
"wasm-metadata",
|
|
3874
|
-
"wit-bindgen-core",
|
|
3875
|
-
"wit-component",
|
|
3876
|
-
]
|
|
3877
|
-
|
|
3878
|
-
[[package]]
|
|
3879
|
-
name = "wit-bindgen-rust-macro"
|
|
3880
|
-
version = "0.51.0"
|
|
3881
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3882
|
-
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
|
3883
|
-
dependencies = [
|
|
3884
|
-
"anyhow",
|
|
3885
|
-
"prettyplease",
|
|
3886
|
-
"proc-macro2",
|
|
3887
|
-
"quote",
|
|
3888
|
-
"syn 2.0.117",
|
|
3889
|
-
"wit-bindgen-core",
|
|
3890
|
-
"wit-bindgen-rust",
|
|
3891
|
-
]
|
|
3892
|
-
|
|
3893
|
-
[[package]]
|
|
3894
|
-
name = "wit-component"
|
|
3895
|
-
version = "0.244.0"
|
|
3896
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3897
|
-
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
3898
|
-
dependencies = [
|
|
3899
|
-
"anyhow",
|
|
3900
|
-
"bitflags",
|
|
3901
|
-
"indexmap 2.13.0",
|
|
3902
|
-
"log",
|
|
3903
|
-
"serde",
|
|
3904
|
-
"serde_derive",
|
|
3905
|
-
"serde_json",
|
|
3906
|
-
"wasm-encoder",
|
|
3907
|
-
"wasm-metadata",
|
|
3908
|
-
"wasmparser",
|
|
3909
|
-
"wit-parser",
|
|
3910
|
-
]
|
|
3911
|
-
|
|
3912
|
-
[[package]]
|
|
3913
|
-
name = "wit-parser"
|
|
3914
|
-
version = "0.244.0"
|
|
4134
|
+
version = "0.57.1"
|
|
3915
4135
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3916
|
-
checksum = "
|
|
4136
|
+
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
|
|
3917
4137
|
dependencies = [
|
|
3918
|
-
"
|
|
3919
|
-
"id-arena",
|
|
3920
|
-
"indexmap 2.13.0",
|
|
3921
|
-
"log",
|
|
3922
|
-
"semver",
|
|
3923
|
-
"serde",
|
|
3924
|
-
"serde_derive",
|
|
3925
|
-
"serde_json",
|
|
3926
|
-
"unicode-xid",
|
|
3927
|
-
"wasmparser",
|
|
4138
|
+
"bitflags 2.13.2",
|
|
3928
4139
|
]
|
|
3929
4140
|
|
|
3930
4141
|
[[package]]
|
|
3931
4142
|
name = "writeable"
|
|
3932
|
-
version = "0.6.
|
|
4143
|
+
version = "0.6.4"
|
|
3933
4144
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3934
|
-
checksum = "
|
|
4145
|
+
checksum = "3ad82d2a33cdc9674dc7465672f271e096168fcdbe0f799d9e6db8c5892679dc"
|
|
3935
4146
|
|
|
3936
4147
|
[[package]]
|
|
3937
4148
|
name = "wstd"
|
|
@@ -3957,7 +4168,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3957
4168
|
checksum = "cb142608f932022fa7d155d8ed99649d02c56a50532e71913a5a03c7c4e288d3"
|
|
3958
4169
|
dependencies = [
|
|
3959
4170
|
"quote",
|
|
3960
|
-
"syn 2.0.
|
|
4171
|
+
"syn 2.0.119",
|
|
3961
4172
|
]
|
|
3962
4173
|
|
|
3963
4174
|
[[package]]
|
|
@@ -3979,10 +4190,10 @@ dependencies = [
|
|
|
3979
4190
|
"data-encoding",
|
|
3980
4191
|
"der-parser",
|
|
3981
4192
|
"lazy_static",
|
|
3982
|
-
"nom",
|
|
4193
|
+
"nom 7.1.3",
|
|
3983
4194
|
"oid-registry",
|
|
3984
4195
|
"rusticata-macros",
|
|
3985
|
-
"thiserror 2.0.
|
|
4196
|
+
"thiserror 2.0.20",
|
|
3986
4197
|
"time",
|
|
3987
4198
|
]
|
|
3988
4199
|
|
|
@@ -3994,9 +4205,9 @@ checksum = "cd223bc94c615fc02bf2f4bbc22a4a9bfe489c2add3ec10b1038df3aca44cac7"
|
|
|
3994
4205
|
|
|
3995
4206
|
[[package]]
|
|
3996
4207
|
name = "yoke"
|
|
3997
|
-
version = "0.8.
|
|
4208
|
+
version = "0.8.3"
|
|
3998
4209
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3999
|
-
checksum = "
|
|
4210
|
+
checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
|
|
4000
4211
|
dependencies = [
|
|
4001
4212
|
"stable_deref_trait",
|
|
4002
4213
|
"yoke-derive",
|
|
@@ -4005,82 +4216,82 @@ dependencies = [
|
|
|
4005
4216
|
|
|
4006
4217
|
[[package]]
|
|
4007
4218
|
name = "yoke-derive"
|
|
4008
|
-
version = "0.8.
|
|
4219
|
+
version = "0.8.2"
|
|
4009
4220
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4010
|
-
checksum = "
|
|
4221
|
+
checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
|
|
4011
4222
|
dependencies = [
|
|
4012
4223
|
"proc-macro2",
|
|
4013
4224
|
"quote",
|
|
4014
|
-
"syn 2.0.
|
|
4225
|
+
"syn 2.0.119",
|
|
4015
4226
|
"synstructure",
|
|
4016
4227
|
]
|
|
4017
4228
|
|
|
4018
4229
|
[[package]]
|
|
4019
4230
|
name = "zerocopy"
|
|
4020
|
-
version = "0.8.
|
|
4231
|
+
version = "0.8.57"
|
|
4021
4232
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4022
|
-
checksum = "
|
|
4233
|
+
checksum = "d35102a9f36d089ccae9e4c6802bc118be4487b80aaffc0ab4e0cf5ce92d2873"
|
|
4023
4234
|
dependencies = [
|
|
4024
4235
|
"zerocopy-derive",
|
|
4025
4236
|
]
|
|
4026
4237
|
|
|
4027
4238
|
[[package]]
|
|
4028
4239
|
name = "zerocopy-derive"
|
|
4029
|
-
version = "0.8.
|
|
4240
|
+
version = "0.8.57"
|
|
4030
4241
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4031
|
-
checksum = "
|
|
4242
|
+
checksum = "146c01f5ab44258da43cf276c74a2763db2ff3969c9c652c3f2de07041d0b2bc"
|
|
4032
4243
|
dependencies = [
|
|
4033
4244
|
"proc-macro2",
|
|
4034
4245
|
"quote",
|
|
4035
|
-
"syn 2.0.
|
|
4246
|
+
"syn 2.0.119",
|
|
4036
4247
|
]
|
|
4037
4248
|
|
|
4038
4249
|
[[package]]
|
|
4039
4250
|
name = "zerofrom"
|
|
4040
|
-
version = "0.1.
|
|
4251
|
+
version = "0.1.8"
|
|
4041
4252
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4042
|
-
checksum = "
|
|
4253
|
+
checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
|
|
4043
4254
|
dependencies = [
|
|
4044
4255
|
"zerofrom-derive",
|
|
4045
4256
|
]
|
|
4046
4257
|
|
|
4047
4258
|
[[package]]
|
|
4048
4259
|
name = "zerofrom-derive"
|
|
4049
|
-
version = "0.1.
|
|
4260
|
+
version = "0.1.7"
|
|
4050
4261
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4051
|
-
checksum = "
|
|
4262
|
+
checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
|
|
4052
4263
|
dependencies = [
|
|
4053
4264
|
"proc-macro2",
|
|
4054
4265
|
"quote",
|
|
4055
|
-
"syn 2.0.
|
|
4266
|
+
"syn 2.0.119",
|
|
4056
4267
|
"synstructure",
|
|
4057
4268
|
]
|
|
4058
4269
|
|
|
4059
4270
|
[[package]]
|
|
4060
4271
|
name = "zeroize"
|
|
4061
|
-
version = "1.
|
|
4272
|
+
version = "1.9.0"
|
|
4062
4273
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4063
|
-
checksum = "
|
|
4274
|
+
checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
|
|
4064
4275
|
dependencies = [
|
|
4065
4276
|
"zeroize_derive",
|
|
4066
4277
|
]
|
|
4067
4278
|
|
|
4068
4279
|
[[package]]
|
|
4069
4280
|
name = "zeroize_derive"
|
|
4070
|
-
version = "1.
|
|
4281
|
+
version = "1.5.0"
|
|
4071
4282
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4072
|
-
checksum = "
|
|
4283
|
+
checksum = "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328"
|
|
4073
4284
|
dependencies = [
|
|
4074
4285
|
"proc-macro2",
|
|
4075
4286
|
"quote",
|
|
4076
|
-
"syn 2.0.
|
|
4287
|
+
"syn 2.0.119",
|
|
4077
4288
|
]
|
|
4078
4289
|
|
|
4079
4290
|
[[package]]
|
|
4080
4291
|
name = "zerotrie"
|
|
4081
|
-
version = "0.2.
|
|
4292
|
+
version = "0.2.5"
|
|
4082
4293
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4083
|
-
checksum = "
|
|
4294
|
+
checksum = "4ea269c3bd32f0a32c321907a2ae912ba6f4649bb0fc764a15627e99a7095a3f"
|
|
4084
4295
|
dependencies = [
|
|
4085
4296
|
"displaydoc",
|
|
4086
4297
|
"yoke",
|
|
@@ -4089,9 +4300,9 @@ dependencies = [
|
|
|
4089
4300
|
|
|
4090
4301
|
[[package]]
|
|
4091
4302
|
name = "zerovec"
|
|
4092
|
-
version = "0.11.
|
|
4303
|
+
version = "0.11.8"
|
|
4093
4304
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4094
|
-
checksum = "
|
|
4305
|
+
checksum = "bb0464e17806c1d976d5cba29399c7f08e516e279e2ba493f63123b5fca67dd8"
|
|
4095
4306
|
dependencies = [
|
|
4096
4307
|
"yoke",
|
|
4097
4308
|
"zerofrom",
|
|
@@ -4100,13 +4311,13 @@ dependencies = [
|
|
|
4100
4311
|
|
|
4101
4312
|
[[package]]
|
|
4102
4313
|
name = "zerovec-derive"
|
|
4103
|
-
version = "0.11.
|
|
4314
|
+
version = "0.11.6"
|
|
4104
4315
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4105
|
-
checksum = "
|
|
4316
|
+
checksum = "34df6fc39dbd26ddc9c10e6a2984476e13acce22e64e4487636ef494369225da"
|
|
4106
4317
|
dependencies = [
|
|
4107
4318
|
"proc-macro2",
|
|
4108
4319
|
"quote",
|
|
4109
|
-
"syn
|
|
4320
|
+
"syn 3.0.5",
|
|
4110
4321
|
]
|
|
4111
4322
|
|
|
4112
4323
|
[[package]]
|
|
@@ -4116,13 +4327,34 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
4116
4327
|
checksum = "2d04a6b5381502aa6087c94c669499eb1602eb9c5e8198e534de571f7154809b"
|
|
4117
4328
|
dependencies = [
|
|
4118
4329
|
"crc32fast",
|
|
4119
|
-
"indexmap 2.
|
|
4330
|
+
"indexmap 2.14.2",
|
|
4120
4331
|
"memchr",
|
|
4121
4332
|
"typed-path",
|
|
4122
4333
|
]
|
|
4123
4334
|
|
|
4335
|
+
[[package]]
|
|
4336
|
+
name = "zlib-rs"
|
|
4337
|
+
version = "0.6.7"
|
|
4338
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4339
|
+
checksum = "34b31d188d9d685a4f9c7b46d6e36631b07058d2cfe190267adce54dc230bf12"
|
|
4340
|
+
|
|
4124
4341
|
[[package]]
|
|
4125
4342
|
name = "zmij"
|
|
4126
|
-
version = "1.0.
|
|
4343
|
+
version = "1.0.23"
|
|
4344
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4345
|
+
checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
|
|
4346
|
+
|
|
4347
|
+
[[package]]
|
|
4348
|
+
name = "zune-core"
|
|
4349
|
+
version = "0.5.3"
|
|
4350
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4351
|
+
checksum = "d56377fd46368984a170bc5aac5567e52ca5da874caa60bea39fcbca78fb658b"
|
|
4352
|
+
|
|
4353
|
+
[[package]]
|
|
4354
|
+
name = "zune-jpeg"
|
|
4355
|
+
version = "0.5.15"
|
|
4127
4356
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4128
|
-
checksum = "
|
|
4357
|
+
checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
|
|
4358
|
+
dependencies = [
|
|
4359
|
+
"zune-core",
|
|
4360
|
+
]
|