ruby_rqrr 0.9.0.1 → 0.9.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.DS_Store +0 -0
- data/CHANGELOG.md +6 -1
- data/Cargo.lock +115 -851
- data/README.md +3 -1
- data/ext/ruby_rqrr/Cargo.toml +9 -4
- data/ext/ruby_rqrr/src/lib.rs +18 -7
- data/lib/ruby_rqrr/version.rb +1 -1
- data/mise.toml +2 -2
- metadata +8 -8
- data/.standard.yml +0 -3
data/Cargo.lock
CHANGED
@@ -17,83 +17,25 @@ dependencies = [
|
|
17
17
|
"memchr",
|
18
18
|
]
|
19
19
|
|
20
|
-
[[package]]
|
21
|
-
name = "aligned-vec"
|
22
|
-
version = "0.5.0"
|
23
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
24
|
-
checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
|
25
|
-
|
26
20
|
[[package]]
|
27
21
|
name = "allocator-api2"
|
28
22
|
version = "0.2.21"
|
29
23
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
30
24
|
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
31
25
|
|
32
|
-
[[package]]
|
33
|
-
name = "anyhow"
|
34
|
-
version = "1.0.97"
|
35
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
36
|
-
checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
|
37
|
-
|
38
|
-
[[package]]
|
39
|
-
name = "arbitrary"
|
40
|
-
version = "1.4.1"
|
41
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
42
|
-
checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
|
43
|
-
|
44
|
-
[[package]]
|
45
|
-
name = "arg_enum_proc_macro"
|
46
|
-
version = "0.3.4"
|
47
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
48
|
-
checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
|
49
|
-
dependencies = [
|
50
|
-
"proc-macro2",
|
51
|
-
"quote",
|
52
|
-
"syn",
|
53
|
-
]
|
54
|
-
|
55
|
-
[[package]]
|
56
|
-
name = "arrayvec"
|
57
|
-
version = "0.7.6"
|
58
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
59
|
-
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
60
|
-
|
61
26
|
[[package]]
|
62
27
|
name = "autocfg"
|
63
28
|
version = "1.4.0"
|
64
29
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
65
30
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
66
31
|
|
67
|
-
[[package]]
|
68
|
-
name = "av1-grain"
|
69
|
-
version = "0.2.3"
|
70
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
71
|
-
checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
|
72
|
-
dependencies = [
|
73
|
-
"anyhow",
|
74
|
-
"arrayvec",
|
75
|
-
"log",
|
76
|
-
"nom",
|
77
|
-
"num-rational",
|
78
|
-
"v_frame",
|
79
|
-
]
|
80
|
-
|
81
|
-
[[package]]
|
82
|
-
name = "avif-serialize"
|
83
|
-
version = "0.8.3"
|
84
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
85
|
-
checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
|
86
|
-
dependencies = [
|
87
|
-
"arrayvec",
|
88
|
-
]
|
89
|
-
|
90
32
|
[[package]]
|
91
33
|
name = "bindgen"
|
92
34
|
version = "0.69.5"
|
93
35
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
94
36
|
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
95
37
|
dependencies = [
|
96
|
-
"bitflags 2.9.
|
38
|
+
"bitflags 2.9.1",
|
97
39
|
"cexpr",
|
98
40
|
"clang-sys",
|
99
41
|
"itertools",
|
@@ -107,12 +49,6 @@ dependencies = [
|
|
107
49
|
"syn",
|
108
50
|
]
|
109
51
|
|
110
|
-
[[package]]
|
111
|
-
name = "bit_field"
|
112
|
-
version = "0.10.2"
|
113
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
114
|
-
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
|
115
|
-
|
116
52
|
[[package]]
|
117
53
|
name = "bitflags"
|
118
54
|
version = "1.3.2"
|
@@ -121,33 +57,15 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
121
57
|
|
122
58
|
[[package]]
|
123
59
|
name = "bitflags"
|
124
|
-
version = "2.9.
|
125
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
126
|
-
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
|
127
|
-
|
128
|
-
[[package]]
|
129
|
-
name = "bitstream-io"
|
130
|
-
version = "2.6.0"
|
131
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
132
|
-
checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
|
133
|
-
|
134
|
-
[[package]]
|
135
|
-
name = "built"
|
136
|
-
version = "0.7.7"
|
137
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
138
|
-
checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
|
139
|
-
|
140
|
-
[[package]]
|
141
|
-
name = "bumpalo"
|
142
|
-
version = "3.16.0"
|
60
|
+
version = "2.9.1"
|
143
61
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
144
|
-
checksum = "
|
62
|
+
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
|
145
63
|
|
146
64
|
[[package]]
|
147
65
|
name = "bytemuck"
|
148
|
-
version = "1.
|
66
|
+
version = "1.23.0"
|
149
67
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
150
|
-
checksum = "
|
68
|
+
checksum = "9134a6ef01ce4b366b50689c94f82c14bc72bc5d0386829828a2e2752ef7958c"
|
151
69
|
|
152
70
|
[[package]]
|
153
71
|
name = "byteorder-lite"
|
@@ -155,17 +73,6 @@ version = "0.1.0"
|
|
155
73
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
156
74
|
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
|
157
75
|
|
158
|
-
[[package]]
|
159
|
-
name = "cc"
|
160
|
-
version = "1.2.5"
|
161
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
162
|
-
checksum = "c31a0499c1dc64f458ad13872de75c0eb7e3fdb0e67964610c914b034fc5956e"
|
163
|
-
dependencies = [
|
164
|
-
"jobserver",
|
165
|
-
"libc",
|
166
|
-
"shlex",
|
167
|
-
]
|
168
|
-
|
169
76
|
[[package]]
|
170
77
|
name = "cexpr"
|
171
78
|
version = "0.6.0"
|
@@ -175,16 +82,6 @@ dependencies = [
|
|
175
82
|
"nom",
|
176
83
|
]
|
177
84
|
|
178
|
-
[[package]]
|
179
|
-
name = "cfg-expr"
|
180
|
-
version = "0.15.8"
|
181
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
182
|
-
checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
|
183
|
-
dependencies = [
|
184
|
-
"smallvec",
|
185
|
-
"target-lexicon",
|
186
|
-
]
|
187
|
-
|
188
85
|
[[package]]
|
189
86
|
name = "cfg-if"
|
190
87
|
version = "1.0.0"
|
@@ -217,37 +114,6 @@ dependencies = [
|
|
217
114
|
"cfg-if",
|
218
115
|
]
|
219
116
|
|
220
|
-
[[package]]
|
221
|
-
name = "crossbeam-deque"
|
222
|
-
version = "0.8.6"
|
223
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
224
|
-
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
225
|
-
dependencies = [
|
226
|
-
"crossbeam-epoch",
|
227
|
-
"crossbeam-utils",
|
228
|
-
]
|
229
|
-
|
230
|
-
[[package]]
|
231
|
-
name = "crossbeam-epoch"
|
232
|
-
version = "0.9.18"
|
233
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
234
|
-
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
235
|
-
dependencies = [
|
236
|
-
"crossbeam-utils",
|
237
|
-
]
|
238
|
-
|
239
|
-
[[package]]
|
240
|
-
name = "crossbeam-utils"
|
241
|
-
version = "0.8.21"
|
242
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
243
|
-
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
244
|
-
|
245
|
-
[[package]]
|
246
|
-
name = "crunchy"
|
247
|
-
version = "0.2.3"
|
248
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
249
|
-
checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
|
250
|
-
|
251
117
|
[[package]]
|
252
118
|
name = "displaydoc"
|
253
119
|
version = "0.2.5"
|
@@ -271,21 +137,6 @@ version = "1.0.2"
|
|
271
137
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
272
138
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
273
139
|
|
274
|
-
[[package]]
|
275
|
-
name = "exr"
|
276
|
-
version = "1.73.0"
|
277
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
278
|
-
checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
|
279
|
-
dependencies = [
|
280
|
-
"bit_field",
|
281
|
-
"half",
|
282
|
-
"lebe",
|
283
|
-
"miniz_oxide",
|
284
|
-
"rayon-core",
|
285
|
-
"smallvec",
|
286
|
-
"zune-inflate",
|
287
|
-
]
|
288
|
-
|
289
140
|
[[package]]
|
290
141
|
name = "fdeflate"
|
291
142
|
version = "0.3.7"
|
@@ -297,9 +148,9 @@ dependencies = [
|
|
297
148
|
|
298
149
|
[[package]]
|
299
150
|
name = "flate2"
|
300
|
-
version = "1.
|
151
|
+
version = "1.1.1"
|
301
152
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
302
|
-
checksum = "
|
153
|
+
checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
|
303
154
|
dependencies = [
|
304
155
|
"crc32fast",
|
305
156
|
"miniz_oxide",
|
@@ -322,9 +173,9 @@ dependencies = [
|
|
322
173
|
|
323
174
|
[[package]]
|
324
175
|
name = "g2gen"
|
325
|
-
version = "1.2.
|
176
|
+
version = "1.2.2"
|
326
177
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
327
|
-
checksum = "
|
178
|
+
checksum = "c5a7e0eb46f83a20260b850117d204366674e85d3a908d90865c78df9a6b1dfc"
|
328
179
|
dependencies = [
|
329
180
|
"g2poly",
|
330
181
|
"proc-macro2",
|
@@ -334,9 +185,9 @@ dependencies = [
|
|
334
185
|
|
335
186
|
[[package]]
|
336
187
|
name = "g2p"
|
337
|
-
version = "1.2.
|
188
|
+
version = "1.2.2"
|
338
189
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
339
|
-
checksum = "
|
190
|
+
checksum = "539e2644c030d3bf4cd208cb842d2ce2f80e82e6e8472390bcef83ceba0d80ad"
|
340
191
|
dependencies = [
|
341
192
|
"g2gen",
|
342
193
|
"g2poly",
|
@@ -344,20 +195,9 @@ dependencies = [
|
|
344
195
|
|
345
196
|
[[package]]
|
346
197
|
name = "g2poly"
|
347
|
-
version = "1.2.
|
198
|
+
version = "1.2.2"
|
348
199
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
349
|
-
checksum = "
|
350
|
-
|
351
|
-
[[package]]
|
352
|
-
name = "getrandom"
|
353
|
-
version = "0.2.15"
|
354
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
355
|
-
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
356
|
-
dependencies = [
|
357
|
-
"cfg-if",
|
358
|
-
"libc",
|
359
|
-
"wasi",
|
360
|
-
]
|
200
|
+
checksum = "312d2295c7302019c395cfb90dacd00a82a2eabd700429bba9c7a3f38dbbe11b"
|
361
201
|
|
362
202
|
[[package]]
|
363
203
|
name = "gif"
|
@@ -375,50 +215,35 @@ version = "0.3.2"
|
|
375
215
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
376
216
|
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
377
217
|
|
378
|
-
[[package]]
|
379
|
-
name = "half"
|
380
|
-
version = "2.5.0"
|
381
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
382
|
-
checksum = "7db2ff139bba50379da6aa0766b52fdcb62cb5b263009b09ed58ba604e14bbd1"
|
383
|
-
dependencies = [
|
384
|
-
"cfg-if",
|
385
|
-
"crunchy",
|
386
|
-
]
|
387
|
-
|
388
218
|
[[package]]
|
389
219
|
name = "hashbrown"
|
390
|
-
version = "0.15.
|
220
|
+
version = "0.15.3"
|
391
221
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
392
|
-
checksum = "
|
222
|
+
checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
|
393
223
|
dependencies = [
|
394
224
|
"allocator-api2",
|
395
225
|
"equivalent",
|
396
226
|
"foldhash",
|
397
227
|
]
|
398
228
|
|
399
|
-
[[package]]
|
400
|
-
name = "heck"
|
401
|
-
version = "0.5.0"
|
402
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
403
|
-
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
404
|
-
|
405
229
|
[[package]]
|
406
230
|
name = "icu_collections"
|
407
|
-
version = "
|
231
|
+
version = "2.0.0"
|
408
232
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
409
|
-
checksum = "
|
233
|
+
checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
|
410
234
|
dependencies = [
|
411
235
|
"displaydoc",
|
236
|
+
"potential_utf",
|
412
237
|
"yoke",
|
413
238
|
"zerofrom",
|
414
239
|
"zerovec",
|
415
240
|
]
|
416
241
|
|
417
242
|
[[package]]
|
418
|
-
name = "
|
419
|
-
version = "
|
243
|
+
name = "icu_locale_core"
|
244
|
+
version = "2.0.0"
|
420
245
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
421
|
-
checksum = "
|
246
|
+
checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
|
422
247
|
dependencies = [
|
423
248
|
"displaydoc",
|
424
249
|
"litemap",
|
@@ -427,31 +252,11 @@ dependencies = [
|
|
427
252
|
"zerovec",
|
428
253
|
]
|
429
254
|
|
430
|
-
[[package]]
|
431
|
-
name = "icu_locid_transform"
|
432
|
-
version = "1.5.0"
|
433
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
434
|
-
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
435
|
-
dependencies = [
|
436
|
-
"displaydoc",
|
437
|
-
"icu_locid",
|
438
|
-
"icu_locid_transform_data",
|
439
|
-
"icu_provider",
|
440
|
-
"tinystr",
|
441
|
-
"zerovec",
|
442
|
-
]
|
443
|
-
|
444
|
-
[[package]]
|
445
|
-
name = "icu_locid_transform_data"
|
446
|
-
version = "1.5.0"
|
447
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
448
|
-
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
449
|
-
|
450
255
|
[[package]]
|
451
256
|
name = "icu_normalizer"
|
452
|
-
version = "
|
257
|
+
version = "2.0.0"
|
453
258
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
454
|
-
checksum = "
|
259
|
+
checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
|
455
260
|
dependencies = [
|
456
261
|
"displaydoc",
|
457
262
|
"icu_collections",
|
@@ -459,67 +264,54 @@ dependencies = [
|
|
459
264
|
"icu_properties",
|
460
265
|
"icu_provider",
|
461
266
|
"smallvec",
|
462
|
-
"utf16_iter",
|
463
|
-
"utf8_iter",
|
464
|
-
"write16",
|
465
267
|
"zerovec",
|
466
268
|
]
|
467
269
|
|
468
270
|
[[package]]
|
469
271
|
name = "icu_normalizer_data"
|
470
|
-
version = "
|
272
|
+
version = "2.0.0"
|
471
273
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
472
|
-
checksum = "
|
274
|
+
checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
|
473
275
|
|
474
276
|
[[package]]
|
475
277
|
name = "icu_properties"
|
476
|
-
version = "
|
278
|
+
version = "2.0.1"
|
477
279
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
478
|
-
checksum = "
|
280
|
+
checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
|
479
281
|
dependencies = [
|
480
282
|
"displaydoc",
|
481
283
|
"icu_collections",
|
482
|
-
"
|
284
|
+
"icu_locale_core",
|
483
285
|
"icu_properties_data",
|
484
286
|
"icu_provider",
|
485
|
-
"
|
287
|
+
"potential_utf",
|
288
|
+
"zerotrie",
|
486
289
|
"zerovec",
|
487
290
|
]
|
488
291
|
|
489
292
|
[[package]]
|
490
293
|
name = "icu_properties_data"
|
491
|
-
version = "
|
294
|
+
version = "2.0.1"
|
492
295
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
493
|
-
checksum = "
|
296
|
+
checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
|
494
297
|
|
495
298
|
[[package]]
|
496
299
|
name = "icu_provider"
|
497
|
-
version = "
|
300
|
+
version = "2.0.0"
|
498
301
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
499
|
-
checksum = "
|
302
|
+
checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
|
500
303
|
dependencies = [
|
501
304
|
"displaydoc",
|
502
|
-
"
|
503
|
-
"icu_provider_macros",
|
305
|
+
"icu_locale_core",
|
504
306
|
"stable_deref_trait",
|
505
307
|
"tinystr",
|
506
308
|
"writeable",
|
507
309
|
"yoke",
|
508
310
|
"zerofrom",
|
311
|
+
"zerotrie",
|
509
312
|
"zerovec",
|
510
313
|
]
|
511
314
|
|
512
|
-
[[package]]
|
513
|
-
name = "icu_provider_macros"
|
514
|
-
version = "1.5.0"
|
515
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
516
|
-
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
517
|
-
dependencies = [
|
518
|
-
"proc-macro2",
|
519
|
-
"quote",
|
520
|
-
"syn",
|
521
|
-
]
|
522
|
-
|
523
315
|
[[package]]
|
524
316
|
name = "idna"
|
525
317
|
version = "1.0.3"
|
@@ -533,9 +325,9 @@ dependencies = [
|
|
533
325
|
|
534
326
|
[[package]]
|
535
327
|
name = "idna_adapter"
|
536
|
-
version = "1.2.
|
328
|
+
version = "1.2.1"
|
537
329
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
538
|
-
checksum = "
|
330
|
+
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
539
331
|
dependencies = [
|
540
332
|
"icu_normalizer",
|
541
333
|
"icu_properties",
|
@@ -543,64 +335,20 @@ dependencies = [
|
|
543
335
|
|
544
336
|
[[package]]
|
545
337
|
name = "image"
|
546
|
-
version = "0.25.
|
338
|
+
version = "0.25.6"
|
547
339
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
548
|
-
checksum = "
|
340
|
+
checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
|
549
341
|
dependencies = [
|
550
342
|
"bytemuck",
|
551
343
|
"byteorder-lite",
|
552
344
|
"color_quant",
|
553
|
-
"exr",
|
554
345
|
"gif",
|
555
|
-
"image-webp",
|
556
346
|
"num-traits",
|
557
347
|
"png",
|
558
|
-
"qoi",
|
559
|
-
"ravif",
|
560
|
-
"rayon",
|
561
|
-
"rgb",
|
562
|
-
"tiff",
|
563
348
|
"zune-core",
|
564
349
|
"zune-jpeg",
|
565
350
|
]
|
566
351
|
|
567
|
-
[[package]]
|
568
|
-
name = "image-webp"
|
569
|
-
version = "0.2.1"
|
570
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
571
|
-
checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
|
572
|
-
dependencies = [
|
573
|
-
"byteorder-lite",
|
574
|
-
"quick-error",
|
575
|
-
]
|
576
|
-
|
577
|
-
[[package]]
|
578
|
-
name = "imgref"
|
579
|
-
version = "1.11.0"
|
580
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
581
|
-
checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
|
582
|
-
|
583
|
-
[[package]]
|
584
|
-
name = "indexmap"
|
585
|
-
version = "2.8.0"
|
586
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
587
|
-
checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058"
|
588
|
-
dependencies = [
|
589
|
-
"equivalent",
|
590
|
-
"hashbrown",
|
591
|
-
]
|
592
|
-
|
593
|
-
[[package]]
|
594
|
-
name = "interpolate_name"
|
595
|
-
version = "0.2.4"
|
596
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
597
|
-
checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
|
598
|
-
dependencies = [
|
599
|
-
"proc-macro2",
|
600
|
-
"quote",
|
601
|
-
"syn",
|
602
|
-
]
|
603
|
-
|
604
352
|
[[package]]
|
605
353
|
name = "itertools"
|
606
354
|
version = "0.12.1"
|
@@ -610,21 +358,6 @@ dependencies = [
|
|
610
358
|
"either",
|
611
359
|
]
|
612
360
|
|
613
|
-
[[package]]
|
614
|
-
name = "jobserver"
|
615
|
-
version = "0.1.32"
|
616
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
617
|
-
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
618
|
-
dependencies = [
|
619
|
-
"libc",
|
620
|
-
]
|
621
|
-
|
622
|
-
[[package]]
|
623
|
-
name = "jpeg-decoder"
|
624
|
-
version = "0.3.1"
|
625
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
626
|
-
checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
|
627
|
-
|
628
361
|
[[package]]
|
629
362
|
name = "lazy_static"
|
630
363
|
version = "1.5.0"
|
@@ -637,33 +370,17 @@ version = "1.3.0"
|
|
637
370
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
638
371
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
639
372
|
|
640
|
-
[[package]]
|
641
|
-
name = "lebe"
|
642
|
-
version = "0.5.2"
|
643
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
644
|
-
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
|
645
|
-
|
646
373
|
[[package]]
|
647
374
|
name = "libc"
|
648
|
-
version = "0.2.
|
649
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
650
|
-
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
|
651
|
-
|
652
|
-
[[package]]
|
653
|
-
name = "libfuzzer-sys"
|
654
|
-
version = "0.4.9"
|
375
|
+
version = "0.2.172"
|
655
376
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
656
|
-
checksum = "
|
657
|
-
dependencies = [
|
658
|
-
"arbitrary",
|
659
|
-
"cc",
|
660
|
-
]
|
377
|
+
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
|
661
378
|
|
662
379
|
[[package]]
|
663
380
|
name = "libloading"
|
664
|
-
version = "0.8.
|
381
|
+
version = "0.8.7"
|
665
382
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
666
|
-
checksum = "
|
383
|
+
checksum = "6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c"
|
667
384
|
dependencies = [
|
668
385
|
"cfg-if",
|
669
386
|
"windows-targets",
|
@@ -671,24 +388,9 @@ dependencies = [
|
|
671
388
|
|
672
389
|
[[package]]
|
673
390
|
name = "litemap"
|
674
|
-
version = "0.
|
675
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
676
|
-
checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
|
677
|
-
|
678
|
-
[[package]]
|
679
|
-
name = "log"
|
680
|
-
version = "0.4.22"
|
681
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
682
|
-
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
683
|
-
|
684
|
-
[[package]]
|
685
|
-
name = "loop9"
|
686
|
-
version = "0.1.5"
|
391
|
+
version = "0.8.0"
|
687
392
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
688
|
-
checksum = "
|
689
|
-
dependencies = [
|
690
|
-
"imgref",
|
691
|
-
]
|
393
|
+
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
|
692
394
|
|
693
395
|
[[package]]
|
694
396
|
name = "lru"
|
@@ -701,9 +403,9 @@ dependencies = [
|
|
701
403
|
|
702
404
|
[[package]]
|
703
405
|
name = "magnus"
|
704
|
-
version = "0.
|
406
|
+
version = "0.7.1"
|
705
407
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
706
|
-
checksum = "
|
408
|
+
checksum = "3d87ae53030f3a22e83879e666cb94e58a7bdf31706878a0ba48752994146dab"
|
707
409
|
dependencies = [
|
708
410
|
"magnus-macros",
|
709
411
|
"rb-sys",
|
@@ -722,16 +424,6 @@ dependencies = [
|
|
722
424
|
"syn",
|
723
425
|
]
|
724
426
|
|
725
|
-
[[package]]
|
726
|
-
name = "maybe-rayon"
|
727
|
-
version = "0.1.1"
|
728
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
729
|
-
checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
|
730
|
-
dependencies = [
|
731
|
-
"cfg-if",
|
732
|
-
"rayon",
|
733
|
-
]
|
734
|
-
|
735
427
|
[[package]]
|
736
428
|
name = "memchr"
|
737
429
|
version = "2.7.4"
|
@@ -746,20 +438,14 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
746
438
|
|
747
439
|
[[package]]
|
748
440
|
name = "miniz_oxide"
|
749
|
-
version = "0.8.
|
441
|
+
version = "0.8.8"
|
750
442
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
751
|
-
checksum = "
|
443
|
+
checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
|
752
444
|
dependencies = [
|
753
445
|
"adler2",
|
754
446
|
"simd-adler32",
|
755
447
|
]
|
756
448
|
|
757
|
-
[[package]]
|
758
|
-
name = "new_debug_unreachable"
|
759
|
-
version = "1.0.6"
|
760
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
761
|
-
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
762
|
-
|
763
449
|
[[package]]
|
764
450
|
name = "nom"
|
765
451
|
version = "7.1.3"
|
@@ -770,53 +456,6 @@ dependencies = [
|
|
770
456
|
"minimal-lexical",
|
771
457
|
]
|
772
458
|
|
773
|
-
[[package]]
|
774
|
-
name = "noop_proc_macro"
|
775
|
-
version = "0.3.0"
|
776
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
777
|
-
checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
|
778
|
-
|
779
|
-
[[package]]
|
780
|
-
name = "num-bigint"
|
781
|
-
version = "0.4.6"
|
782
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
783
|
-
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
784
|
-
dependencies = [
|
785
|
-
"num-integer",
|
786
|
-
"num-traits",
|
787
|
-
]
|
788
|
-
|
789
|
-
[[package]]
|
790
|
-
name = "num-derive"
|
791
|
-
version = "0.4.2"
|
792
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
793
|
-
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
|
794
|
-
dependencies = [
|
795
|
-
"proc-macro2",
|
796
|
-
"quote",
|
797
|
-
"syn",
|
798
|
-
]
|
799
|
-
|
800
|
-
[[package]]
|
801
|
-
name = "num-integer"
|
802
|
-
version = "0.1.46"
|
803
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
804
|
-
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
805
|
-
dependencies = [
|
806
|
-
"num-traits",
|
807
|
-
]
|
808
|
-
|
809
|
-
[[package]]
|
810
|
-
name = "num-rational"
|
811
|
-
version = "0.4.2"
|
812
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
813
|
-
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
|
814
|
-
dependencies = [
|
815
|
-
"num-bigint",
|
816
|
-
"num-integer",
|
817
|
-
"num-traits",
|
818
|
-
]
|
819
|
-
|
820
459
|
[[package]]
|
821
460
|
name = "num-traits"
|
822
461
|
version = "0.2.19"
|
@@ -826,30 +465,12 @@ dependencies = [
|
|
826
465
|
"autocfg",
|
827
466
|
]
|
828
467
|
|
829
|
-
[[package]]
|
830
|
-
name = "once_cell"
|
831
|
-
version = "1.20.2"
|
832
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
833
|
-
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
834
|
-
|
835
|
-
[[package]]
|
836
|
-
name = "paste"
|
837
|
-
version = "1.0.15"
|
838
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
839
|
-
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
840
|
-
|
841
468
|
[[package]]
|
842
469
|
name = "percent-encoding"
|
843
470
|
version = "2.3.1"
|
844
471
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
845
472
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
846
473
|
|
847
|
-
[[package]]
|
848
|
-
name = "pkg-config"
|
849
|
-
version = "0.3.32"
|
850
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
851
|
-
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
852
|
-
|
853
474
|
[[package]]
|
854
475
|
name = "png"
|
855
476
|
version = "0.17.16"
|
@@ -864,57 +485,23 @@ dependencies = [
|
|
864
485
|
]
|
865
486
|
|
866
487
|
[[package]]
|
867
|
-
name = "
|
868
|
-
version = "0.2
|
488
|
+
name = "potential_utf"
|
489
|
+
version = "0.1.2"
|
869
490
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
870
|
-
checksum = "
|
491
|
+
checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
|
871
492
|
dependencies = [
|
872
|
-
"
|
493
|
+
"zerovec",
|
873
494
|
]
|
874
495
|
|
875
496
|
[[package]]
|
876
497
|
name = "proc-macro2"
|
877
|
-
version = "1.0.
|
498
|
+
version = "1.0.95"
|
878
499
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
879
|
-
checksum = "
|
500
|
+
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
880
501
|
dependencies = [
|
881
502
|
"unicode-ident",
|
882
503
|
]
|
883
504
|
|
884
|
-
[[package]]
|
885
|
-
name = "profiling"
|
886
|
-
version = "1.0.16"
|
887
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
888
|
-
checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
|
889
|
-
dependencies = [
|
890
|
-
"profiling-procmacros",
|
891
|
-
]
|
892
|
-
|
893
|
-
[[package]]
|
894
|
-
name = "profiling-procmacros"
|
895
|
-
version = "1.0.16"
|
896
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
897
|
-
checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
|
898
|
-
dependencies = [
|
899
|
-
"quote",
|
900
|
-
"syn",
|
901
|
-
]
|
902
|
-
|
903
|
-
[[package]]
|
904
|
-
name = "qoi"
|
905
|
-
version = "0.4.1"
|
906
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
907
|
-
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
|
908
|
-
dependencies = [
|
909
|
-
"bytemuck",
|
910
|
-
]
|
911
|
-
|
912
|
-
[[package]]
|
913
|
-
name = "quick-error"
|
914
|
-
version = "2.0.1"
|
915
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
916
|
-
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
|
917
|
-
|
918
505
|
[[package]]
|
919
506
|
name = "quote"
|
920
507
|
version = "1.0.40"
|
@@ -924,120 +511,20 @@ dependencies = [
|
|
924
511
|
"proc-macro2",
|
925
512
|
]
|
926
513
|
|
927
|
-
[[package]]
|
928
|
-
name = "rand"
|
929
|
-
version = "0.8.5"
|
930
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
931
|
-
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
932
|
-
dependencies = [
|
933
|
-
"libc",
|
934
|
-
"rand_chacha",
|
935
|
-
"rand_core",
|
936
|
-
]
|
937
|
-
|
938
|
-
[[package]]
|
939
|
-
name = "rand_chacha"
|
940
|
-
version = "0.3.1"
|
941
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
942
|
-
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
943
|
-
dependencies = [
|
944
|
-
"ppv-lite86",
|
945
|
-
"rand_core",
|
946
|
-
]
|
947
|
-
|
948
|
-
[[package]]
|
949
|
-
name = "rand_core"
|
950
|
-
version = "0.6.4"
|
951
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
952
|
-
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
953
|
-
dependencies = [
|
954
|
-
"getrandom",
|
955
|
-
]
|
956
|
-
|
957
|
-
[[package]]
|
958
|
-
name = "rav1e"
|
959
|
-
version = "0.7.1"
|
960
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
961
|
-
checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
|
962
|
-
dependencies = [
|
963
|
-
"arbitrary",
|
964
|
-
"arg_enum_proc_macro",
|
965
|
-
"arrayvec",
|
966
|
-
"av1-grain",
|
967
|
-
"bitstream-io",
|
968
|
-
"built",
|
969
|
-
"cfg-if",
|
970
|
-
"interpolate_name",
|
971
|
-
"itertools",
|
972
|
-
"libc",
|
973
|
-
"libfuzzer-sys",
|
974
|
-
"log",
|
975
|
-
"maybe-rayon",
|
976
|
-
"new_debug_unreachable",
|
977
|
-
"noop_proc_macro",
|
978
|
-
"num-derive",
|
979
|
-
"num-traits",
|
980
|
-
"once_cell",
|
981
|
-
"paste",
|
982
|
-
"profiling",
|
983
|
-
"rand",
|
984
|
-
"rand_chacha",
|
985
|
-
"simd_helpers",
|
986
|
-
"system-deps",
|
987
|
-
"thiserror",
|
988
|
-
"v_frame",
|
989
|
-
"wasm-bindgen",
|
990
|
-
]
|
991
|
-
|
992
|
-
[[package]]
|
993
|
-
name = "ravif"
|
994
|
-
version = "0.11.11"
|
995
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
996
|
-
checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
|
997
|
-
dependencies = [
|
998
|
-
"avif-serialize",
|
999
|
-
"imgref",
|
1000
|
-
"loop9",
|
1001
|
-
"quick-error",
|
1002
|
-
"rav1e",
|
1003
|
-
"rayon",
|
1004
|
-
"rgb",
|
1005
|
-
]
|
1006
|
-
|
1007
|
-
[[package]]
|
1008
|
-
name = "rayon"
|
1009
|
-
version = "1.10.0"
|
1010
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1011
|
-
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
1012
|
-
dependencies = [
|
1013
|
-
"either",
|
1014
|
-
"rayon-core",
|
1015
|
-
]
|
1016
|
-
|
1017
|
-
[[package]]
|
1018
|
-
name = "rayon-core"
|
1019
|
-
version = "1.12.1"
|
1020
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1021
|
-
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
1022
|
-
dependencies = [
|
1023
|
-
"crossbeam-deque",
|
1024
|
-
"crossbeam-utils",
|
1025
|
-
]
|
1026
|
-
|
1027
514
|
[[package]]
|
1028
515
|
name = "rb-sys"
|
1029
|
-
version = "0.9.
|
516
|
+
version = "0.9.115"
|
1030
517
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1031
|
-
checksum = "
|
518
|
+
checksum = "99ca6726be0eca74687047fed7dcbc2d509571f3962e190c343ac1eb40e482b3"
|
1032
519
|
dependencies = [
|
1033
520
|
"rb-sys-build",
|
1034
521
|
]
|
1035
522
|
|
1036
523
|
[[package]]
|
1037
524
|
name = "rb-sys-build"
|
1038
|
-
version = "0.9.
|
525
|
+
version = "0.9.115"
|
1039
526
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1040
|
-
checksum = "
|
527
|
+
checksum = "9f2390cfc87b7513656656faad6567291e581542d3ec41dd0a2bf381896e0880"
|
1041
528
|
dependencies = [
|
1042
529
|
"bindgen",
|
1043
530
|
"lazy_static",
|
@@ -1083,17 +570,11 @@ version = "0.8.5"
|
|
1083
570
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1084
571
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
1085
572
|
|
1086
|
-
[[package]]
|
1087
|
-
name = "rgb"
|
1088
|
-
version = "0.8.50"
|
1089
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1090
|
-
checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
|
1091
|
-
|
1092
573
|
[[package]]
|
1093
574
|
name = "rqrr"
|
1094
|
-
version = "0.9.
|
575
|
+
version = "0.9.3"
|
1095
576
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1096
|
-
checksum = "
|
577
|
+
checksum = "f2260da7f69877ba68c49a0c2d9946829848236c708dd40d2a6baf8c868ee887"
|
1097
578
|
dependencies = [
|
1098
579
|
"g2p",
|
1099
580
|
"image",
|
@@ -1102,10 +583,11 @@ dependencies = [
|
|
1102
583
|
|
1103
584
|
[[package]]
|
1104
585
|
name = "ruby_rqrr"
|
1105
|
-
version = "0.9.
|
586
|
+
version = "0.9.2"
|
1106
587
|
dependencies = [
|
1107
588
|
"image",
|
1108
589
|
"magnus",
|
590
|
+
"rb-sys",
|
1109
591
|
"rqrr",
|
1110
592
|
"url",
|
1111
593
|
]
|
@@ -1124,33 +606,24 @@ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
|
1124
606
|
|
1125
607
|
[[package]]
|
1126
608
|
name = "serde"
|
1127
|
-
version = "1.0.
|
609
|
+
version = "1.0.219"
|
1128
610
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1129
|
-
checksum = "
|
611
|
+
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
1130
612
|
dependencies = [
|
1131
613
|
"serde_derive",
|
1132
614
|
]
|
1133
615
|
|
1134
616
|
[[package]]
|
1135
617
|
name = "serde_derive"
|
1136
|
-
version = "1.0.
|
618
|
+
version = "1.0.219"
|
1137
619
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1138
|
-
checksum = "
|
620
|
+
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
1139
621
|
dependencies = [
|
1140
622
|
"proc-macro2",
|
1141
623
|
"quote",
|
1142
624
|
"syn",
|
1143
625
|
]
|
1144
626
|
|
1145
|
-
[[package]]
|
1146
|
-
name = "serde_spanned"
|
1147
|
-
version = "0.6.8"
|
1148
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1149
|
-
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
1150
|
-
dependencies = [
|
1151
|
-
"serde",
|
1152
|
-
]
|
1153
|
-
|
1154
627
|
[[package]]
|
1155
628
|
name = "shell-words"
|
1156
629
|
version = "1.1.0"
|
@@ -1169,20 +642,11 @@ version = "0.3.7"
|
|
1169
642
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1170
643
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
1171
644
|
|
1172
|
-
[[package]]
|
1173
|
-
name = "simd_helpers"
|
1174
|
-
version = "0.1.0"
|
1175
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1176
|
-
checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
|
1177
|
-
dependencies = [
|
1178
|
-
"quote",
|
1179
|
-
]
|
1180
|
-
|
1181
645
|
[[package]]
|
1182
646
|
name = "smallvec"
|
1183
|
-
version = "1.
|
647
|
+
version = "1.15.0"
|
1184
648
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1185
|
-
checksum = "
|
649
|
+
checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
|
1186
650
|
|
1187
651
|
[[package]]
|
1188
652
|
name = "stable_deref_trait"
|
@@ -1192,9 +656,9 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
1192
656
|
|
1193
657
|
[[package]]
|
1194
658
|
name = "syn"
|
1195
|
-
version = "2.0.
|
659
|
+
version = "2.0.101"
|
1196
660
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1197
|
-
checksum = "
|
661
|
+
checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
|
1198
662
|
dependencies = [
|
1199
663
|
"proc-macro2",
|
1200
664
|
"quote",
|
@@ -1203,109 +667,25 @@ dependencies = [
|
|
1203
667
|
|
1204
668
|
[[package]]
|
1205
669
|
name = "synstructure"
|
1206
|
-
version = "0.13.
|
670
|
+
version = "0.13.2"
|
1207
671
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1208
|
-
checksum = "
|
672
|
+
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
1209
673
|
dependencies = [
|
1210
674
|
"proc-macro2",
|
1211
675
|
"quote",
|
1212
676
|
"syn",
|
1213
677
|
]
|
1214
678
|
|
1215
|
-
[[package]]
|
1216
|
-
name = "system-deps"
|
1217
|
-
version = "6.2.2"
|
1218
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1219
|
-
checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
|
1220
|
-
dependencies = [
|
1221
|
-
"cfg-expr",
|
1222
|
-
"heck",
|
1223
|
-
"pkg-config",
|
1224
|
-
"toml",
|
1225
|
-
"version-compare",
|
1226
|
-
]
|
1227
|
-
|
1228
|
-
[[package]]
|
1229
|
-
name = "target-lexicon"
|
1230
|
-
version = "0.12.16"
|
1231
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1232
|
-
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
1233
|
-
|
1234
|
-
[[package]]
|
1235
|
-
name = "thiserror"
|
1236
|
-
version = "1.0.69"
|
1237
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1238
|
-
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
1239
|
-
dependencies = [
|
1240
|
-
"thiserror-impl",
|
1241
|
-
]
|
1242
|
-
|
1243
|
-
[[package]]
|
1244
|
-
name = "thiserror-impl"
|
1245
|
-
version = "1.0.69"
|
1246
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1247
|
-
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
1248
|
-
dependencies = [
|
1249
|
-
"proc-macro2",
|
1250
|
-
"quote",
|
1251
|
-
"syn",
|
1252
|
-
]
|
1253
|
-
|
1254
|
-
[[package]]
|
1255
|
-
name = "tiff"
|
1256
|
-
version = "0.9.1"
|
1257
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1258
|
-
checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
|
1259
|
-
dependencies = [
|
1260
|
-
"flate2",
|
1261
|
-
"jpeg-decoder",
|
1262
|
-
"weezl",
|
1263
|
-
]
|
1264
|
-
|
1265
679
|
[[package]]
|
1266
680
|
name = "tinystr"
|
1267
|
-
version = "0.
|
681
|
+
version = "0.8.1"
|
1268
682
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1269
|
-
checksum = "
|
683
|
+
checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
|
1270
684
|
dependencies = [
|
1271
685
|
"displaydoc",
|
1272
686
|
"zerovec",
|
1273
687
|
]
|
1274
688
|
|
1275
|
-
[[package]]
|
1276
|
-
name = "toml"
|
1277
|
-
version = "0.8.20"
|
1278
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1279
|
-
checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
|
1280
|
-
dependencies = [
|
1281
|
-
"serde",
|
1282
|
-
"serde_spanned",
|
1283
|
-
"toml_datetime",
|
1284
|
-
"toml_edit",
|
1285
|
-
]
|
1286
|
-
|
1287
|
-
[[package]]
|
1288
|
-
name = "toml_datetime"
|
1289
|
-
version = "0.6.8"
|
1290
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1291
|
-
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
1292
|
-
dependencies = [
|
1293
|
-
"serde",
|
1294
|
-
]
|
1295
|
-
|
1296
|
-
[[package]]
|
1297
|
-
name = "toml_edit"
|
1298
|
-
version = "0.22.24"
|
1299
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1300
|
-
checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474"
|
1301
|
-
dependencies = [
|
1302
|
-
"indexmap",
|
1303
|
-
"serde",
|
1304
|
-
"serde_spanned",
|
1305
|
-
"toml_datetime",
|
1306
|
-
"winnow",
|
1307
|
-
]
|
1308
|
-
|
1309
689
|
[[package]]
|
1310
690
|
name = "unicode-ident"
|
1311
691
|
version = "1.0.18"
|
@@ -1323,95 +703,12 @@ dependencies = [
|
|
1323
703
|
"percent-encoding",
|
1324
704
|
]
|
1325
705
|
|
1326
|
-
[[package]]
|
1327
|
-
name = "utf16_iter"
|
1328
|
-
version = "1.0.5"
|
1329
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1330
|
-
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
1331
|
-
|
1332
706
|
[[package]]
|
1333
707
|
name = "utf8_iter"
|
1334
708
|
version = "1.0.4"
|
1335
709
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1336
710
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
1337
711
|
|
1338
|
-
[[package]]
|
1339
|
-
name = "v_frame"
|
1340
|
-
version = "0.3.8"
|
1341
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1342
|
-
checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
|
1343
|
-
dependencies = [
|
1344
|
-
"aligned-vec",
|
1345
|
-
"num-traits",
|
1346
|
-
"wasm-bindgen",
|
1347
|
-
]
|
1348
|
-
|
1349
|
-
[[package]]
|
1350
|
-
name = "version-compare"
|
1351
|
-
version = "0.2.0"
|
1352
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1353
|
-
checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
|
1354
|
-
|
1355
|
-
[[package]]
|
1356
|
-
name = "wasi"
|
1357
|
-
version = "0.11.0+wasi-snapshot-preview1"
|
1358
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1359
|
-
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
1360
|
-
|
1361
|
-
[[package]]
|
1362
|
-
name = "wasm-bindgen"
|
1363
|
-
version = "0.2.99"
|
1364
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1365
|
-
checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
|
1366
|
-
dependencies = [
|
1367
|
-
"cfg-if",
|
1368
|
-
"once_cell",
|
1369
|
-
"wasm-bindgen-macro",
|
1370
|
-
]
|
1371
|
-
|
1372
|
-
[[package]]
|
1373
|
-
name = "wasm-bindgen-backend"
|
1374
|
-
version = "0.2.99"
|
1375
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1376
|
-
checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
|
1377
|
-
dependencies = [
|
1378
|
-
"bumpalo",
|
1379
|
-
"log",
|
1380
|
-
"proc-macro2",
|
1381
|
-
"quote",
|
1382
|
-
"syn",
|
1383
|
-
"wasm-bindgen-shared",
|
1384
|
-
]
|
1385
|
-
|
1386
|
-
[[package]]
|
1387
|
-
name = "wasm-bindgen-macro"
|
1388
|
-
version = "0.2.99"
|
1389
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1390
|
-
checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
|
1391
|
-
dependencies = [
|
1392
|
-
"quote",
|
1393
|
-
"wasm-bindgen-macro-support",
|
1394
|
-
]
|
1395
|
-
|
1396
|
-
[[package]]
|
1397
|
-
name = "wasm-bindgen-macro-support"
|
1398
|
-
version = "0.2.99"
|
1399
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1400
|
-
checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
|
1401
|
-
dependencies = [
|
1402
|
-
"proc-macro2",
|
1403
|
-
"quote",
|
1404
|
-
"syn",
|
1405
|
-
"wasm-bindgen-backend",
|
1406
|
-
"wasm-bindgen-shared",
|
1407
|
-
]
|
1408
|
-
|
1409
|
-
[[package]]
|
1410
|
-
name = "wasm-bindgen-shared"
|
1411
|
-
version = "0.2.99"
|
1412
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1413
|
-
checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
|
1414
|
-
|
1415
712
|
[[package]]
|
1416
713
|
name = "weezl"
|
1417
714
|
version = "0.1.8"
|
@@ -1420,9 +717,9 @@ checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
|
|
1420
717
|
|
1421
718
|
[[package]]
|
1422
719
|
name = "windows-targets"
|
1423
|
-
version = "0.
|
720
|
+
version = "0.53.0"
|
1424
721
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1425
|
-
checksum = "
|
722
|
+
checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
|
1426
723
|
dependencies = [
|
1427
724
|
"windows_aarch64_gnullvm",
|
1428
725
|
"windows_aarch64_msvc",
|
@@ -1436,78 +733,63 @@ dependencies = [
|
|
1436
733
|
|
1437
734
|
[[package]]
|
1438
735
|
name = "windows_aarch64_gnullvm"
|
1439
|
-
version = "0.
|
736
|
+
version = "0.53.0"
|
1440
737
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1441
|
-
checksum = "
|
738
|
+
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
|
1442
739
|
|
1443
740
|
[[package]]
|
1444
741
|
name = "windows_aarch64_msvc"
|
1445
|
-
version = "0.
|
742
|
+
version = "0.53.0"
|
1446
743
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1447
|
-
checksum = "
|
744
|
+
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
1448
745
|
|
1449
746
|
[[package]]
|
1450
747
|
name = "windows_i686_gnu"
|
1451
|
-
version = "0.
|
748
|
+
version = "0.53.0"
|
1452
749
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1453
|
-
checksum = "
|
750
|
+
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
|
1454
751
|
|
1455
752
|
[[package]]
|
1456
753
|
name = "windows_i686_gnullvm"
|
1457
|
-
version = "0.
|
754
|
+
version = "0.53.0"
|
1458
755
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1459
|
-
checksum = "
|
756
|
+
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
1460
757
|
|
1461
758
|
[[package]]
|
1462
759
|
name = "windows_i686_msvc"
|
1463
|
-
version = "0.
|
760
|
+
version = "0.53.0"
|
1464
761
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1465
|
-
checksum = "
|
762
|
+
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
|
1466
763
|
|
1467
764
|
[[package]]
|
1468
765
|
name = "windows_x86_64_gnu"
|
1469
|
-
version = "0.
|
766
|
+
version = "0.53.0"
|
1470
767
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1471
|
-
checksum = "
|
768
|
+
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
1472
769
|
|
1473
770
|
[[package]]
|
1474
771
|
name = "windows_x86_64_gnullvm"
|
1475
|
-
version = "0.
|
772
|
+
version = "0.53.0"
|
1476
773
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1477
|
-
checksum = "
|
774
|
+
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
1478
775
|
|
1479
776
|
[[package]]
|
1480
777
|
name = "windows_x86_64_msvc"
|
1481
|
-
version = "0.
|
1482
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1483
|
-
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
1484
|
-
|
1485
|
-
[[package]]
|
1486
|
-
name = "winnow"
|
1487
|
-
version = "0.7.4"
|
1488
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1489
|
-
checksum = "0e97b544156e9bebe1a0ffbc03484fc1ffe3100cbce3ffb17eac35f7cdd7ab36"
|
1490
|
-
dependencies = [
|
1491
|
-
"memchr",
|
1492
|
-
]
|
1493
|
-
|
1494
|
-
[[package]]
|
1495
|
-
name = "write16"
|
1496
|
-
version = "1.0.0"
|
778
|
+
version = "0.53.0"
|
1497
779
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1498
|
-
checksum = "
|
780
|
+
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
1499
781
|
|
1500
782
|
[[package]]
|
1501
783
|
name = "writeable"
|
1502
|
-
version = "0.
|
784
|
+
version = "0.6.1"
|
1503
785
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1504
|
-
checksum = "
|
786
|
+
checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
|
1505
787
|
|
1506
788
|
[[package]]
|
1507
789
|
name = "yoke"
|
1508
|
-
version = "0.
|
790
|
+
version = "0.8.0"
|
1509
791
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1510
|
-
checksum = "
|
792
|
+
checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
|
1511
793
|
dependencies = [
|
1512
794
|
"serde",
|
1513
795
|
"stable_deref_trait",
|
@@ -1517,9 +799,9 @@ dependencies = [
|
|
1517
799
|
|
1518
800
|
[[package]]
|
1519
801
|
name = "yoke-derive"
|
1520
|
-
version = "0.
|
802
|
+
version = "0.8.0"
|
1521
803
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1522
|
-
checksum = "
|
804
|
+
checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
|
1523
805
|
dependencies = [
|
1524
806
|
"proc-macro2",
|
1525
807
|
"quote",
|
@@ -1527,26 +809,6 @@ dependencies = [
|
|
1527
809
|
"synstructure",
|
1528
810
|
]
|
1529
811
|
|
1530
|
-
[[package]]
|
1531
|
-
name = "zerocopy"
|
1532
|
-
version = "0.8.24"
|
1533
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1534
|
-
checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
|
1535
|
-
dependencies = [
|
1536
|
-
"zerocopy-derive",
|
1537
|
-
]
|
1538
|
-
|
1539
|
-
[[package]]
|
1540
|
-
name = "zerocopy-derive"
|
1541
|
-
version = "0.8.24"
|
1542
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1543
|
-
checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
|
1544
|
-
dependencies = [
|
1545
|
-
"proc-macro2",
|
1546
|
-
"quote",
|
1547
|
-
"syn",
|
1548
|
-
]
|
1549
|
-
|
1550
812
|
[[package]]
|
1551
813
|
name = "zerofrom"
|
1552
814
|
version = "0.1.6"
|
@@ -1568,11 +830,22 @@ dependencies = [
|
|
1568
830
|
"synstructure",
|
1569
831
|
]
|
1570
832
|
|
833
|
+
[[package]]
|
834
|
+
name = "zerotrie"
|
835
|
+
version = "0.2.2"
|
836
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
837
|
+
checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
|
838
|
+
dependencies = [
|
839
|
+
"displaydoc",
|
840
|
+
"yoke",
|
841
|
+
"zerofrom",
|
842
|
+
]
|
843
|
+
|
1571
844
|
[[package]]
|
1572
845
|
name = "zerovec"
|
1573
|
-
version = "0.
|
846
|
+
version = "0.11.2"
|
1574
847
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1575
|
-
checksum = "
|
848
|
+
checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
|
1576
849
|
dependencies = [
|
1577
850
|
"yoke",
|
1578
851
|
"zerofrom",
|
@@ -1581,9 +854,9 @@ dependencies = [
|
|
1581
854
|
|
1582
855
|
[[package]]
|
1583
856
|
name = "zerovec-derive"
|
1584
|
-
version = "0.
|
857
|
+
version = "0.11.1"
|
1585
858
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1586
|
-
checksum = "
|
859
|
+
checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
|
1587
860
|
dependencies = [
|
1588
861
|
"proc-macro2",
|
1589
862
|
"quote",
|
@@ -1596,15 +869,6 @@ version = "0.4.12"
|
|
1596
869
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1597
870
|
checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
|
1598
871
|
|
1599
|
-
[[package]]
|
1600
|
-
name = "zune-inflate"
|
1601
|
-
version = "0.2.54"
|
1602
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1603
|
-
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
|
1604
|
-
dependencies = [
|
1605
|
-
"simd-adler32",
|
1606
|
-
]
|
1607
|
-
|
1608
872
|
[[package]]
|
1609
873
|
name = "zune-jpeg"
|
1610
874
|
version = "0.4.14"
|