ruby_wasm 2.9.4 → 2.10.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.
data/Cargo.lock CHANGED
@@ -4,18 +4,18 @@ version = 4
4
4
 
5
5
  [[package]]
6
6
  name = "addr2line"
7
- version = "0.21.0"
7
+ version = "0.25.1"
8
8
  source = "registry+https://github.com/rust-lang/crates.io-index"
9
- checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
9
+ checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
10
10
  dependencies = [
11
- "gimli 0.28.1",
11
+ "gimli 0.32.3",
12
12
  ]
13
13
 
14
14
  [[package]]
15
15
  name = "ahash"
16
- version = "0.8.11"
16
+ version = "0.8.12"
17
17
  source = "registry+https://github.com/rust-lang/crates.io-index"
18
- checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
18
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
19
19
  dependencies = [
20
20
  "cfg-if",
21
21
  "once_cell",
@@ -25,13 +25,19 @@ dependencies = [
25
25
 
26
26
  [[package]]
27
27
  name = "aho-corasick"
28
- version = "1.1.3"
28
+ version = "1.1.4"
29
29
  source = "registry+https://github.com/rust-lang/crates.io-index"
30
- checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
30
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
31
31
  dependencies = [
32
32
  "memchr",
33
33
  ]
34
34
 
35
+ [[package]]
36
+ name = "allocator-api2"
37
+ version = "0.2.21"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
40
+
35
41
  [[package]]
36
42
  name = "ambient-authority"
37
43
  version = "0.0.2"
@@ -58,9 +64,9 @@ dependencies = [
58
64
 
59
65
  [[package]]
60
66
  name = "anstream"
61
- version = "0.6.14"
67
+ version = "1.0.0"
62
68
  source = "registry+https://github.com/rust-lang/crates.io-index"
63
- checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
69
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
64
70
  dependencies = [
65
71
  "anstyle",
66
72
  "anstyle-parse",
@@ -73,59 +79,60 @@ dependencies = [
73
79
 
74
80
  [[package]]
75
81
  name = "anstyle"
76
- version = "1.0.7"
82
+ version = "1.0.14"
77
83
  source = "registry+https://github.com/rust-lang/crates.io-index"
78
- checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
84
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
79
85
 
80
86
  [[package]]
81
87
  name = "anstyle-parse"
82
- version = "0.2.4"
88
+ version = "1.0.0"
83
89
  source = "registry+https://github.com/rust-lang/crates.io-index"
84
- checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
90
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
85
91
  dependencies = [
86
92
  "utf8parse",
87
93
  ]
88
94
 
89
95
  [[package]]
90
96
  name = "anstyle-query"
91
- version = "1.1.0"
97
+ version = "1.1.5"
92
98
  source = "registry+https://github.com/rust-lang/crates.io-index"
93
- checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
99
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
94
100
  dependencies = [
95
- "windows-sys",
101
+ "windows-sys 0.61.2",
96
102
  ]
97
103
 
98
104
  [[package]]
99
105
  name = "anstyle-wincon"
100
- version = "3.0.3"
106
+ version = "3.0.11"
101
107
  source = "registry+https://github.com/rust-lang/crates.io-index"
102
- checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
108
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
103
109
  dependencies = [
104
110
  "anstyle",
105
- "windows-sys",
111
+ "once_cell_polyfill",
112
+ "windows-sys 0.61.2",
106
113
  ]
107
114
 
108
115
  [[package]]
109
116
  name = "anyhow"
110
- version = "1.0.86"
117
+ version = "1.0.102"
111
118
  source = "registry+https://github.com/rust-lang/crates.io-index"
112
- checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
119
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
113
120
 
114
121
  [[package]]
115
122
  name = "arbitrary"
116
- version = "1.3.2"
123
+ version = "1.4.2"
117
124
  source = "registry+https://github.com/rust-lang/crates.io-index"
118
- checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
125
+ checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
119
126
 
120
127
  [[package]]
121
128
  name = "async-trait"
122
- version = "0.1.80"
129
+ version = "0.1.89"
123
130
  source = "registry+https://github.com/rust-lang/crates.io-index"
124
- checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
131
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
125
132
  dependencies = [
126
133
  "proc-macro2",
127
134
  "quote",
128
- "syn 2.0.66",
135
+ "syn 2.0.117",
129
136
  ]
130
137
 
131
138
  [[package]]
@@ -141,43 +148,32 @@ dependencies = [
141
148
 
142
149
  [[package]]
143
150
  name = "autocfg"
144
- version = "1.3.0"
151
+ version = "1.5.0"
145
152
  source = "registry+https://github.com/rust-lang/crates.io-index"
146
- checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
153
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
147
154
 
148
155
  [[package]]
149
156
  name = "base64"
150
- version = "0.21.7"
157
+ version = "0.22.1"
151
158
  source = "registry+https://github.com/rust-lang/crates.io-index"
152
- checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
153
-
154
- [[package]]
155
- name = "bincode"
156
- version = "1.3.3"
157
- source = "registry+https://github.com/rust-lang/crates.io-index"
158
- checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
159
- dependencies = [
160
- "serde",
161
- ]
159
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
162
160
 
163
161
  [[package]]
164
162
  name = "bindgen"
165
- version = "0.69.4"
163
+ version = "0.72.1"
166
164
  source = "registry+https://github.com/rust-lang/crates.io-index"
167
- checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
165
+ checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
168
166
  dependencies = [
169
- "bitflags 2.5.0",
167
+ "bitflags 2.11.0",
170
168
  "cexpr",
171
169
  "clang-sys",
172
- "itertools",
173
- "lazy_static",
174
- "lazycell",
170
+ "itertools 0.13.0",
175
171
  "proc-macro2",
176
172
  "quote",
177
173
  "regex",
178
174
  "rustc-hash",
179
175
  "shlex",
180
- "syn 2.0.66",
176
+ "syn 2.0.117",
181
177
  ]
182
178
 
183
179
  [[package]]
@@ -188,9 +184,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
188
184
 
189
185
  [[package]]
190
186
  name = "bitflags"
191
- version = "2.5.0"
187
+ version = "2.11.0"
192
188
  source = "registry+https://github.com/rust-lang/crates.io-index"
193
- checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
189
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
194
190
 
195
191
  [[package]]
196
192
  name = "bitmaps"
@@ -212,39 +208,48 @@ dependencies = [
212
208
 
213
209
  [[package]]
214
210
  name = "bumpalo"
215
- version = "3.16.0"
216
- source = "registry+https://github.com/rust-lang/crates.io-index"
217
- checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
218
-
219
- [[package]]
220
- name = "byteorder"
221
- version = "1.5.0"
211
+ version = "3.20.2"
222
212
  source = "registry+https://github.com/rust-lang/crates.io-index"
223
- checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
213
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
214
+ dependencies = [
215
+ "allocator-api2",
216
+ ]
224
217
 
225
218
  [[package]]
226
219
  name = "bytes"
227
- version = "1.8.0"
220
+ version = "1.11.1"
228
221
  source = "registry+https://github.com/rust-lang/crates.io-index"
229
- checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
222
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
230
223
 
231
224
  [[package]]
232
225
  name = "cap-fs-ext"
233
- version = "3.1.0"
226
+ version = "3.4.5"
234
227
  source = "registry+https://github.com/rust-lang/crates.io-index"
235
- checksum = "2fc2d2954524be4866aaa720f008fba9995de54784957a1b0e0119992d6d5e52"
228
+ checksum = "d5528f85b1e134ae811704e41ef80930f56e795923f866813255bc342cc20654"
236
229
  dependencies = [
237
230
  "cap-primitives",
238
231
  "cap-std",
239
232
  "io-lifetimes",
240
- "windows-sys",
233
+ "windows-sys 0.59.0",
234
+ ]
235
+
236
+ [[package]]
237
+ name = "cap-net-ext"
238
+ version = "3.4.5"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "20a158160765c6a7d0d8c072a53d772e4cb243f38b04bfcf6b4939cfbe7482e7"
241
+ dependencies = [
242
+ "cap-primitives",
243
+ "cap-std",
244
+ "rustix 1.1.4",
245
+ "smallvec",
241
246
  ]
242
247
 
243
248
  [[package]]
244
249
  name = "cap-primitives"
245
- version = "3.1.0"
250
+ version = "3.4.5"
246
251
  source = "registry+https://github.com/rust-lang/crates.io-index"
247
- checksum = "00172660727e2d7f808e7cc2bfffd093fdb3ea2ff2ef819289418a3c3ffab5ac"
252
+ checksum = "b6cf3aea8a5081171859ef57bc1606b1df6999df4f1110f8eef68b30098d1d3a"
248
253
  dependencies = [
249
254
  "ambient-authority",
250
255
  "fs-set-times",
@@ -252,16 +257,17 @@ dependencies = [
252
257
  "io-lifetimes",
253
258
  "ipnet",
254
259
  "maybe-owned",
255
- "rustix",
256
- "windows-sys",
260
+ "rustix 1.1.4",
261
+ "rustix-linux-procfs",
262
+ "windows-sys 0.59.0",
257
263
  "winx",
258
264
  ]
259
265
 
260
266
  [[package]]
261
267
  name = "cap-rand"
262
- version = "3.1.0"
268
+ version = "3.4.5"
263
269
  source = "registry+https://github.com/rust-lang/crates.io-index"
264
- checksum = "270f1d341a2afc62604f8f688bee4e444d052b7a74c1458dd3aa7efb47d4077f"
270
+ checksum = "d8144c22e24bbcf26ade86cb6501a0916c46b7e4787abdb0045a467eb1645a1d"
265
271
  dependencies = [
266
272
  "ambient-authority",
267
273
  "rand",
@@ -269,39 +275,40 @@ dependencies = [
269
275
 
270
276
  [[package]]
271
277
  name = "cap-std"
272
- version = "3.1.0"
278
+ version = "3.4.5"
273
279
  source = "registry+https://github.com/rust-lang/crates.io-index"
274
- checksum = "8cd9187bb3f7478a4c135ea10473a41a5f029d2ac800c1adf64f35ec7d4c8603"
280
+ checksum = "b6dc3090992a735d23219de5c204927163d922f42f575a0189b005c62d37549a"
275
281
  dependencies = [
276
282
  "cap-primitives",
277
283
  "io-extras",
278
284
  "io-lifetimes",
279
- "rustix",
285
+ "rustix 1.1.4",
280
286
  ]
281
287
 
282
288
  [[package]]
283
289
  name = "cap-time-ext"
284
- version = "3.1.0"
290
+ version = "3.4.5"
285
291
  source = "registry+https://github.com/rust-lang/crates.io-index"
286
- checksum = "91666f31e30c85b1d2ee8432c90987f752c45f5821f5638027b41e73e16a395b"
292
+ checksum = "def102506ce40c11710a9b16e614af0cde8e76ae51b1f48c04b8d79f4b671a80"
287
293
  dependencies = [
288
294
  "ambient-authority",
289
295
  "cap-primitives",
290
296
  "iana-time-zone",
291
297
  "once_cell",
292
- "rustix",
298
+ "rustix 1.1.4",
293
299
  "winx",
294
300
  ]
295
301
 
296
302
  [[package]]
297
303
  name = "cc"
298
- version = "1.0.99"
304
+ version = "1.2.60"
299
305
  source = "registry+https://github.com/rust-lang/crates.io-index"
300
- checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695"
306
+ checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20"
301
307
  dependencies = [
308
+ "find-msvc-tools",
302
309
  "jobserver",
303
310
  "libc",
304
- "once_cell",
311
+ "shlex",
305
312
  ]
306
313
 
307
314
  [[package]]
@@ -315,9 +322,9 @@ dependencies = [
315
322
 
316
323
  [[package]]
317
324
  name = "cfg-if"
318
- version = "1.0.0"
325
+ version = "1.0.4"
319
326
  source = "registry+https://github.com/rust-lang/crates.io-index"
320
- checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
327
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
321
328
 
322
329
  [[package]]
323
330
  name = "clang-sys"
@@ -341,15 +348,15 @@ dependencies = [
341
348
  "bitflags 1.3.2",
342
349
  "strsim 0.8.0",
343
350
  "textwrap",
344
- "unicode-width",
351
+ "unicode-width 0.1.14",
345
352
  "vec_map",
346
353
  ]
347
354
 
348
355
  [[package]]
349
356
  name = "clap"
350
- version = "4.5.7"
357
+ version = "4.6.0"
351
358
  source = "registry+https://github.com/rust-lang/crates.io-index"
352
- checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f"
359
+ checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
353
360
  dependencies = [
354
361
  "clap_builder",
355
362
  "clap_derive",
@@ -357,9 +364,9 @@ dependencies = [
357
364
 
358
365
  [[package]]
359
366
  name = "clap_builder"
360
- version = "4.5.7"
367
+ version = "4.6.0"
361
368
  source = "registry+https://github.com/rust-lang/crates.io-index"
362
- checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f"
369
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
363
370
  dependencies = [
364
371
  "anstream",
365
372
  "anstyle",
@@ -369,121 +376,169 @@ dependencies = [
369
376
 
370
377
  [[package]]
371
378
  name = "clap_derive"
372
- version = "4.5.5"
379
+ version = "4.6.0"
373
380
  source = "registry+https://github.com/rust-lang/crates.io-index"
374
- checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6"
381
+ checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a"
375
382
  dependencies = [
376
383
  "heck 0.5.0",
377
384
  "proc-macro2",
378
385
  "quote",
379
- "syn 2.0.66",
386
+ "syn 2.0.117",
380
387
  ]
381
388
 
382
389
  [[package]]
383
390
  name = "clap_lex"
384
- version = "0.7.1"
391
+ version = "1.1.0"
392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
394
+
395
+ [[package]]
396
+ name = "cobs"
397
+ version = "0.3.0"
385
398
  source = "registry+https://github.com/rust-lang/crates.io-index"
386
- checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
399
+ checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
400
+ dependencies = [
401
+ "thiserror 2.0.18",
402
+ ]
387
403
 
388
404
  [[package]]
389
405
  name = "colorchoice"
390
- version = "1.0.1"
406
+ version = "1.0.5"
391
407
  source = "registry+https://github.com/rust-lang/crates.io-index"
392
- checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
408
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
393
409
 
394
410
  [[package]]
395
411
  name = "core-foundation-sys"
396
- version = "0.8.6"
412
+ version = "0.8.7"
397
413
  source = "registry+https://github.com/rust-lang/crates.io-index"
398
- checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
414
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
399
415
 
400
416
  [[package]]
401
417
  name = "cpp_demangle"
402
- version = "0.4.3"
418
+ version = "0.4.5"
403
419
  source = "registry+https://github.com/rust-lang/crates.io-index"
404
- checksum = "7e8227005286ec39567949b33df9896bcadfa6051bccca2488129f108ca23119"
420
+ checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
405
421
  dependencies = [
406
422
  "cfg-if",
407
423
  ]
408
424
 
409
425
  [[package]]
410
426
  name = "cpufeatures"
411
- version = "0.2.12"
427
+ version = "0.2.17"
412
428
  source = "registry+https://github.com/rust-lang/crates.io-index"
413
- checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
429
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
414
430
  dependencies = [
415
431
  "libc",
416
432
  ]
417
433
 
434
+ [[package]]
435
+ name = "cranelift-assembler-x64"
436
+ version = "0.127.4"
437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
438
+ checksum = "d6abf69c884fde2d9d4cc232a585fb18f16af3ae04c634315c84ebe158ded92d"
439
+ dependencies = [
440
+ "cranelift-assembler-x64-meta",
441
+ ]
442
+
443
+ [[package]]
444
+ name = "cranelift-assembler-x64-meta"
445
+ version = "0.127.4"
446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
447
+ checksum = "263d31fcdf83a10267e8c38b53bc8f7688dfbc331267fd8fdf5b22e0dc47a55b"
448
+ dependencies = [
449
+ "cranelift-srcgen",
450
+ ]
451
+
418
452
  [[package]]
419
453
  name = "cranelift-bforest"
420
- version = "0.106.2"
454
+ version = "0.127.4"
421
455
  source = "registry+https://github.com/rust-lang/crates.io-index"
422
- checksum = "3b57d4f3ffc28bbd6ef1ca7b50b20126717232f97487efe027d135d9d87eb29c"
456
+ checksum = "d459d5377c01c4472b71029caa2df41afaf47711676aa9b12d7414f15104637b"
423
457
  dependencies = [
424
458
  "cranelift-entity",
425
459
  ]
426
460
 
461
+ [[package]]
462
+ name = "cranelift-bitset"
463
+ version = "0.127.4"
464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
465
+ checksum = "8283088d5823ba7856ab8d531b7c3654b24984748f9fd99dcf3210701fd1d065"
466
+ dependencies = [
467
+ "serde",
468
+ "serde_derive",
469
+ ]
470
+
427
471
  [[package]]
428
472
  name = "cranelift-codegen"
429
- version = "0.106.2"
473
+ version = "0.127.4"
430
474
  source = "registry+https://github.com/rust-lang/crates.io-index"
431
- checksum = "d1f7d0ac7fd53f2c29db3ff9a063f6ff5a8be2abaa8f6942aceb6e1521e70df7"
475
+ checksum = "7d3138316d8dd341d725d6ab1598750545c76ad32892837fde558edd68a01b43"
432
476
  dependencies = [
433
477
  "bumpalo",
478
+ "cranelift-assembler-x64",
434
479
  "cranelift-bforest",
480
+ "cranelift-bitset",
435
481
  "cranelift-codegen-meta",
436
482
  "cranelift-codegen-shared",
437
483
  "cranelift-control",
438
484
  "cranelift-entity",
439
485
  "cranelift-isle",
440
- "gimli 0.28.1",
441
- "hashbrown 0.14.5",
486
+ "gimli 0.32.3",
487
+ "hashbrown 0.15.5",
442
488
  "log",
489
+ "pulley-interpreter",
443
490
  "regalloc2",
491
+ "rustc-hash",
492
+ "serde",
444
493
  "smallvec",
445
494
  "target-lexicon",
495
+ "wasmtime-internal-math",
446
496
  ]
447
497
 
448
498
  [[package]]
449
499
  name = "cranelift-codegen-meta"
450
- version = "0.106.2"
500
+ version = "0.127.4"
451
501
  source = "registry+https://github.com/rust-lang/crates.io-index"
452
- checksum = "b40bf21460a600178956cb7fd900a7408c6587fbb988a8063f7215361801a1da"
502
+ checksum = "505cead19304a8dc8689e31b29038775c3f73f9d5ea7a5e33864437a1f46c6b6"
453
503
  dependencies = [
504
+ "cranelift-assembler-x64-meta",
454
505
  "cranelift-codegen-shared",
506
+ "cranelift-srcgen",
507
+ "heck 0.5.0",
508
+ "pulley-interpreter",
455
509
  ]
456
510
 
457
511
  [[package]]
458
512
  name = "cranelift-codegen-shared"
459
- version = "0.106.2"
513
+ version = "0.127.4"
460
514
  source = "registry+https://github.com/rust-lang/crates.io-index"
461
- checksum = "d792ecc1243b7ebec4a7f77d9ed428ef27456eeb1f8c780587a6f5c38841be19"
515
+ checksum = "ce62ba94f570644ce7de6ed05bd39ca28936665dec10a2a1f6f2c531d6add45c"
462
516
 
463
517
  [[package]]
464
518
  name = "cranelift-control"
465
- version = "0.106.2"
519
+ version = "0.127.4"
466
520
  source = "registry+https://github.com/rust-lang/crates.io-index"
467
- checksum = "cea2808043df964b73ad7582e09afbbe06a31f3fb9db834d53e74b4e16facaeb"
521
+ checksum = "db6cfe339689c3926412a7060ab00ef3b2b43d936b537e7a3f696121be9d0eaa"
468
522
  dependencies = [
469
523
  "arbitrary",
470
524
  ]
471
525
 
472
526
  [[package]]
473
527
  name = "cranelift-entity"
474
- version = "0.106.2"
528
+ version = "0.127.4"
475
529
  source = "registry+https://github.com/rust-lang/crates.io-index"
476
- checksum = "f1930946836da6f514da87625cd1a0331f3908e0de454628c24a0b97b130c4d4"
530
+ checksum = "625518090e912bdfe3c41464bf97ae421f6044d4ca0f5c3267dcacdb352b033d"
477
531
  dependencies = [
532
+ "cranelift-bitset",
478
533
  "serde",
479
534
  "serde_derive",
480
535
  ]
481
536
 
482
537
  [[package]]
483
538
  name = "cranelift-frontend"
484
- version = "0.106.2"
539
+ version = "0.127.4"
485
540
  source = "registry+https://github.com/rust-lang/crates.io-index"
486
- checksum = "5482a5fcdf98f2f31b21093643bdcfe9030866b8be6481117022e7f52baa0f2b"
541
+ checksum = "17f652d40ddf3afb55be64d8979d312b52b384a8cebbcde1dd1c2e32ebcd4466"
487
542
  dependencies = [
488
543
  "cranelift-codegen",
489
544
  "log",
@@ -493,15 +548,15 @@ dependencies = [
493
548
 
494
549
  [[package]]
495
550
  name = "cranelift-isle"
496
- version = "0.106.2"
551
+ version = "0.127.4"
497
552
  source = "registry+https://github.com/rust-lang/crates.io-index"
498
- checksum = "6f6e1869b6053383bdb356900e42e33555b4c9ebee05699469b7c53cdafc82ea"
553
+ checksum = "9f512767e83015f4baf6e732cabca93cea82907e3ab237f826ef64f7ece75eb6"
499
554
 
500
555
  [[package]]
501
556
  name = "cranelift-native"
502
- version = "0.106.2"
557
+ version = "0.127.4"
503
558
  source = "registry+https://github.com/rust-lang/crates.io-index"
504
- checksum = "a91446e8045f1c4bc164b7bba68e2419c623904580d4b730877a663c6da38964"
559
+ checksum = "cb1ca6e4dca568ff988d367e4707be2362cee9782265b0a501eaf467ffd550a8"
505
560
  dependencies = [
506
561
  "cranelift-codegen",
507
562
  "libc",
@@ -509,35 +564,25 @@ dependencies = [
509
564
  ]
510
565
 
511
566
  [[package]]
512
- name = "cranelift-wasm"
513
- version = "0.106.2"
567
+ name = "cranelift-srcgen"
568
+ version = "0.127.4"
514
569
  source = "registry+https://github.com/rust-lang/crates.io-index"
515
- checksum = "f8b17979b862d3b0d52de6ae3294ffe4d86c36027b56ad0443a7c8c8f921d14f"
516
- dependencies = [
517
- "cranelift-codegen",
518
- "cranelift-entity",
519
- "cranelift-frontend",
520
- "itertools",
521
- "log",
522
- "smallvec",
523
- "wasmparser 0.201.0",
524
- "wasmtime-types",
525
- ]
570
+ checksum = "97400ad8fbd3a434092fc0b486fa7784150b53187941d818b1087f3ac0a547f0"
526
571
 
527
572
  [[package]]
528
573
  name = "crc32fast"
529
- version = "1.4.2"
574
+ version = "1.5.0"
530
575
  source = "registry+https://github.com/rust-lang/crates.io-index"
531
- checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
576
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
532
577
  dependencies = [
533
578
  "cfg-if",
534
579
  ]
535
580
 
536
581
  [[package]]
537
582
  name = "crossbeam-deque"
538
- version = "0.8.5"
583
+ version = "0.8.6"
539
584
  source = "registry+https://github.com/rust-lang/crates.io-index"
540
- checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
585
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
541
586
  dependencies = [
542
587
  "crossbeam-epoch",
543
588
  "crossbeam-utils",
@@ -554,29 +599,20 @@ dependencies = [
554
599
 
555
600
  [[package]]
556
601
  name = "crossbeam-utils"
557
- version = "0.8.20"
602
+ version = "0.8.21"
558
603
  source = "registry+https://github.com/rust-lang/crates.io-index"
559
- checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
604
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
560
605
 
561
606
  [[package]]
562
607
  name = "crypto-common"
563
- version = "0.1.6"
608
+ version = "0.1.7"
564
609
  source = "registry+https://github.com/rust-lang/crates.io-index"
565
- checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
610
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
566
611
  dependencies = [
567
612
  "generic-array",
568
613
  "typenum",
569
614
  ]
570
615
 
571
- [[package]]
572
- name = "debugid"
573
- version = "0.8.0"
574
- source = "registry+https://github.com/rust-lang/crates.io-index"
575
- checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
576
- dependencies = [
577
- "uuid",
578
- ]
579
-
580
616
  [[package]]
581
617
  name = "digest"
582
618
  version = "0.10.7"
@@ -598,19 +634,10 @@ dependencies = [
598
634
  ]
599
635
 
600
636
  [[package]]
601
- name = "dirs"
602
- version = "4.0.0"
603
- source = "registry+https://github.com/rust-lang/crates.io-index"
604
- checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
605
- dependencies = [
606
- "dirs-sys",
607
- ]
608
-
609
- [[package]]
610
- name = "dirs-sys"
611
- version = "0.3.7"
637
+ name = "dirs-sys-next"
638
+ version = "0.1.2"
612
639
  source = "registry+https://github.com/rust-lang/crates.io-index"
613
- checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
640
+ checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
614
641
  dependencies = [
615
642
  "libc",
616
643
  "redox_users",
@@ -618,45 +645,57 @@ dependencies = [
618
645
  ]
619
646
 
620
647
  [[package]]
621
- name = "dirs-sys-next"
622
- version = "0.1.2"
648
+ name = "displaydoc"
649
+ version = "0.2.5"
623
650
  source = "registry+https://github.com/rust-lang/crates.io-index"
624
- checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
651
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
625
652
  dependencies = [
626
- "libc",
627
- "redox_users",
628
- "winapi",
653
+ "proc-macro2",
654
+ "quote",
655
+ "syn 2.0.117",
629
656
  ]
630
657
 
631
658
  [[package]]
632
659
  name = "either"
633
- version = "1.12.0"
660
+ version = "1.15.0"
634
661
  source = "registry+https://github.com/rust-lang/crates.io-index"
635
- checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
662
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
663
+
664
+ [[package]]
665
+ name = "embedded-io"
666
+ version = "0.4.0"
667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
668
+ checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
669
+
670
+ [[package]]
671
+ name = "embedded-io"
672
+ version = "0.6.1"
673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
674
+ checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
636
675
 
637
676
  [[package]]
638
677
  name = "encoding_rs"
639
- version = "0.8.34"
678
+ version = "0.8.35"
640
679
  source = "registry+https://github.com/rust-lang/crates.io-index"
641
- checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
680
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
642
681
  dependencies = [
643
682
  "cfg-if",
644
683
  ]
645
684
 
646
685
  [[package]]
647
686
  name = "equivalent"
648
- version = "1.0.1"
687
+ version = "1.0.2"
649
688
  source = "registry+https://github.com/rust-lang/crates.io-index"
650
- checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
689
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
651
690
 
652
691
  [[package]]
653
692
  name = "errno"
654
- version = "0.3.9"
693
+ version = "0.3.14"
655
694
  source = "registry+https://github.com/rust-lang/crates.io-index"
656
- checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
695
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
657
696
  dependencies = [
658
697
  "libc",
659
- "windows-sys",
698
+ "windows-sys 0.61.2",
660
699
  ]
661
700
 
662
701
  [[package]]
@@ -671,54 +710,123 @@ version = "0.3.0"
671
710
  source = "registry+https://github.com/rust-lang/crates.io-index"
672
711
  checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
673
712
 
713
+ [[package]]
714
+ name = "fastrand"
715
+ version = "2.4.1"
716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
717
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
718
+
674
719
  [[package]]
675
720
  name = "fd-lock"
676
- version = "4.0.2"
721
+ version = "4.0.4"
677
722
  source = "registry+https://github.com/rust-lang/crates.io-index"
678
- checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
723
+ checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
679
724
  dependencies = [
680
725
  "cfg-if",
681
- "rustix",
682
- "windows-sys",
726
+ "rustix 1.1.4",
727
+ "windows-sys 0.59.0",
683
728
  ]
684
729
 
730
+ [[package]]
731
+ name = "find-msvc-tools"
732
+ version = "0.1.9"
733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
734
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
735
+
685
736
  [[package]]
686
737
  name = "fixedbitset"
687
738
  version = "0.4.2"
688
739
  source = "registry+https://github.com/rust-lang/crates.io-index"
689
740
  checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
690
741
 
742
+ [[package]]
743
+ name = "foldhash"
744
+ version = "0.1.5"
745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
746
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
747
+
748
+ [[package]]
749
+ name = "form_urlencoded"
750
+ version = "1.2.2"
751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
752
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
753
+ dependencies = [
754
+ "percent-encoding",
755
+ ]
756
+
691
757
  [[package]]
692
758
  name = "fs-set-times"
693
- version = "0.20.1"
759
+ version = "0.20.3"
694
760
  source = "registry+https://github.com/rust-lang/crates.io-index"
695
- checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
761
+ checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
696
762
  dependencies = [
697
763
  "io-lifetimes",
698
- "rustix",
699
- "windows-sys",
764
+ "rustix 1.1.4",
765
+ "windows-sys 0.59.0",
700
766
  ]
701
767
 
702
768
  [[package]]
703
- name = "fxhash"
704
- version = "0.2.1"
769
+ name = "futures"
770
+ version = "0.3.32"
705
771
  source = "registry+https://github.com/rust-lang/crates.io-index"
706
- checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
772
+ checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
707
773
  dependencies = [
708
- "byteorder",
774
+ "futures-channel",
775
+ "futures-core",
776
+ "futures-io",
777
+ "futures-sink",
778
+ "futures-task",
779
+ "futures-util",
709
780
  ]
710
781
 
711
782
  [[package]]
712
- name = "fxprof-processed-profile"
713
- version = "0.6.0"
783
+ name = "futures-channel"
784
+ version = "0.3.32"
714
785
  source = "registry+https://github.com/rust-lang/crates.io-index"
715
- checksum = "27d12c0aed7f1e24276a241aadc4cb8ea9f83000f34bc062b7cc2d51e3b0fabd"
786
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
716
787
  dependencies = [
717
- "bitflags 2.5.0",
718
- "debugid",
719
- "fxhash",
720
- "serde",
721
- "serde_json",
788
+ "futures-core",
789
+ "futures-sink",
790
+ ]
791
+
792
+ [[package]]
793
+ name = "futures-core"
794
+ version = "0.3.32"
795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
796
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
797
+
798
+ [[package]]
799
+ name = "futures-io"
800
+ version = "0.3.32"
801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
802
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
803
+
804
+ [[package]]
805
+ name = "futures-sink"
806
+ version = "0.3.32"
807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
808
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
809
+
810
+ [[package]]
811
+ name = "futures-task"
812
+ version = "0.3.32"
813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
814
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
815
+
816
+ [[package]]
817
+ name = "futures-util"
818
+ version = "0.3.32"
819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
820
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
821
+ dependencies = [
822
+ "futures-channel",
823
+ "futures-core",
824
+ "futures-io",
825
+ "futures-sink",
826
+ "futures-task",
827
+ "memchr",
828
+ "pin-project-lite",
829
+ "slab",
722
830
  ]
723
831
 
724
832
  [[package]]
@@ -733,15 +841,40 @@ dependencies = [
733
841
 
734
842
  [[package]]
735
843
  name = "getrandom"
736
- version = "0.2.15"
844
+ version = "0.2.17"
737
845
  source = "registry+https://github.com/rust-lang/crates.io-index"
738
- checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
846
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
739
847
  dependencies = [
740
848
  "cfg-if",
741
849
  "libc",
742
850
  "wasi",
743
851
  ]
744
852
 
853
+ [[package]]
854
+ name = "getrandom"
855
+ version = "0.3.4"
856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
857
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
858
+ dependencies = [
859
+ "cfg-if",
860
+ "libc",
861
+ "r-efi 5.3.0",
862
+ "wasip2",
863
+ ]
864
+
865
+ [[package]]
866
+ name = "getrandom"
867
+ version = "0.4.2"
868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
869
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
870
+ dependencies = [
871
+ "cfg-if",
872
+ "libc",
873
+ "r-efi 6.0.0",
874
+ "wasip2",
875
+ "wasip3",
876
+ ]
877
+
745
878
  [[package]]
746
879
  name = "gimli"
747
880
  version = "0.26.2"
@@ -755,20 +888,20 @@ dependencies = [
755
888
 
756
889
  [[package]]
757
890
  name = "gimli"
758
- version = "0.28.1"
891
+ version = "0.32.3"
759
892
  source = "registry+https://github.com/rust-lang/crates.io-index"
760
- checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
893
+ checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
761
894
  dependencies = [
762
895
  "fallible-iterator 0.3.0",
763
- "indexmap 2.2.6",
896
+ "indexmap 2.14.0",
764
897
  "stable_deref_trait",
765
898
  ]
766
899
 
767
900
  [[package]]
768
901
  name = "glob"
769
- version = "0.3.1"
902
+ version = "0.3.3"
770
903
  source = "registry+https://github.com/rust-lang/crates.io-index"
771
- checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
904
+ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
772
905
 
773
906
  [[package]]
774
907
  name = "hashbrown"
@@ -778,23 +911,29 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
778
911
 
779
912
  [[package]]
780
913
  name = "hashbrown"
781
- version = "0.13.2"
914
+ version = "0.14.5"
782
915
  source = "registry+https://github.com/rust-lang/crates.io-index"
783
- checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
916
+ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
784
917
  dependencies = [
785
918
  "ahash",
786
919
  ]
787
920
 
788
921
  [[package]]
789
922
  name = "hashbrown"
790
- version = "0.14.5"
923
+ version = "0.15.5"
791
924
  source = "registry+https://github.com/rust-lang/crates.io-index"
792
- checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
925
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
793
926
  dependencies = [
794
- "ahash",
927
+ "foldhash",
795
928
  "serde",
796
929
  ]
797
930
 
931
+ [[package]]
932
+ name = "hashbrown"
933
+ version = "0.17.0"
934
+ source = "registry+https://github.com/rust-lang/crates.io-index"
935
+ checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
936
+
798
937
  [[package]]
799
938
  name = "heck"
800
939
  version = "0.3.3"
@@ -827,14 +966,15 @@ dependencies = [
827
966
 
828
967
  [[package]]
829
968
  name = "iana-time-zone"
830
- version = "0.1.60"
969
+ version = "0.1.65"
831
970
  source = "registry+https://github.com/rust-lang/crates.io-index"
832
- checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
971
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
833
972
  dependencies = [
834
973
  "android_system_properties",
835
974
  "core-foundation-sys",
836
975
  "iana-time-zone-haiku",
837
976
  "js-sys",
977
+ "log",
838
978
  "wasm-bindgen",
839
979
  "windows-core",
840
980
  ]
@@ -848,11 +988,114 @@ dependencies = [
848
988
  "cc",
849
989
  ]
850
990
 
991
+ [[package]]
992
+ name = "icu_collections"
993
+ version = "2.2.0"
994
+ source = "registry+https://github.com/rust-lang/crates.io-index"
995
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
996
+ dependencies = [
997
+ "displaydoc",
998
+ "potential_utf",
999
+ "utf8_iter",
1000
+ "yoke",
1001
+ "zerofrom",
1002
+ "zerovec",
1003
+ ]
1004
+
1005
+ [[package]]
1006
+ name = "icu_locale_core"
1007
+ version = "2.2.0"
1008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1009
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
1010
+ dependencies = [
1011
+ "displaydoc",
1012
+ "litemap",
1013
+ "tinystr",
1014
+ "writeable",
1015
+ "zerovec",
1016
+ ]
1017
+
1018
+ [[package]]
1019
+ name = "icu_normalizer"
1020
+ version = "2.2.0"
1021
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1022
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
1023
+ dependencies = [
1024
+ "icu_collections",
1025
+ "icu_normalizer_data",
1026
+ "icu_properties",
1027
+ "icu_provider",
1028
+ "smallvec",
1029
+ "zerovec",
1030
+ ]
1031
+
1032
+ [[package]]
1033
+ name = "icu_normalizer_data"
1034
+ version = "2.2.0"
1035
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1036
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
1037
+
1038
+ [[package]]
1039
+ name = "icu_properties"
1040
+ version = "2.2.0"
1041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1042
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
1043
+ dependencies = [
1044
+ "icu_collections",
1045
+ "icu_locale_core",
1046
+ "icu_properties_data",
1047
+ "icu_provider",
1048
+ "zerotrie",
1049
+ "zerovec",
1050
+ ]
1051
+
1052
+ [[package]]
1053
+ name = "icu_properties_data"
1054
+ version = "2.2.0"
1055
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1056
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
1057
+
1058
+ [[package]]
1059
+ name = "icu_provider"
1060
+ version = "2.2.0"
1061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1062
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
1063
+ dependencies = [
1064
+ "displaydoc",
1065
+ "icu_locale_core",
1066
+ "writeable",
1067
+ "yoke",
1068
+ "zerofrom",
1069
+ "zerotrie",
1070
+ "zerovec",
1071
+ ]
1072
+
851
1073
  [[package]]
852
1074
  name = "id-arena"
853
- version = "2.2.1"
1075
+ version = "2.3.0"
1076
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1077
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
1078
+
1079
+ [[package]]
1080
+ name = "idna"
1081
+ version = "1.1.0"
1082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1083
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1084
+ dependencies = [
1085
+ "idna_adapter",
1086
+ "smallvec",
1087
+ "utf8_iter",
1088
+ ]
1089
+
1090
+ [[package]]
1091
+ name = "idna_adapter"
1092
+ version = "1.2.1"
854
1093
  source = "registry+https://github.com/rust-lang/crates.io-index"
855
- checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
1094
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1095
+ dependencies = [
1096
+ "icu_normalizer",
1097
+ "icu_properties",
1098
+ ]
856
1099
 
857
1100
  [[package]]
858
1101
  name = "im-rc"
@@ -880,107 +1123,93 @@ dependencies = [
880
1123
 
881
1124
  [[package]]
882
1125
  name = "indexmap"
883
- version = "2.2.6"
1126
+ version = "2.14.0"
884
1127
  source = "registry+https://github.com/rust-lang/crates.io-index"
885
- checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
1128
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
886
1129
  dependencies = [
887
1130
  "equivalent",
888
- "hashbrown 0.14.5",
1131
+ "hashbrown 0.17.0",
889
1132
  "serde",
1133
+ "serde_core",
890
1134
  ]
891
1135
 
892
1136
  [[package]]
893
1137
  name = "io-extras"
894
- version = "0.18.2"
1138
+ version = "0.18.4"
895
1139
  source = "registry+https://github.com/rust-lang/crates.io-index"
896
- checksum = "c9f046b9af244f13b3bd939f55d16830ac3a201e8a9ba9661bfcb03e2be72b9b"
1140
+ checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
897
1141
  dependencies = [
898
1142
  "io-lifetimes",
899
- "windows-sys",
1143
+ "windows-sys 0.59.0",
900
1144
  ]
901
1145
 
902
1146
  [[package]]
903
1147
  name = "io-lifetimes"
904
- version = "2.0.3"
1148
+ version = "2.0.4"
905
1149
  source = "registry+https://github.com/rust-lang/crates.io-index"
906
- checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
1150
+ checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
907
1151
 
908
1152
  [[package]]
909
1153
  name = "ipnet"
910
- version = "2.9.0"
1154
+ version = "2.12.0"
911
1155
  source = "registry+https://github.com/rust-lang/crates.io-index"
912
- checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
1156
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
913
1157
 
914
1158
  [[package]]
915
1159
  name = "is_terminal_polyfill"
916
- version = "1.70.0"
1160
+ version = "1.70.2"
917
1161
  source = "registry+https://github.com/rust-lang/crates.io-index"
918
- checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
1162
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
919
1163
 
920
1164
  [[package]]
921
1165
  name = "itertools"
922
- version = "0.12.1"
1166
+ version = "0.13.0"
923
1167
  source = "registry+https://github.com/rust-lang/crates.io-index"
924
- checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1168
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
925
1169
  dependencies = [
926
1170
  "either",
927
1171
  ]
928
1172
 
929
1173
  [[package]]
930
- name = "itoa"
931
- version = "1.0.11"
932
- source = "registry+https://github.com/rust-lang/crates.io-index"
933
- checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
934
-
935
- [[package]]
936
- name = "ittapi"
937
- version = "0.4.0"
1174
+ name = "itertools"
1175
+ version = "0.14.0"
938
1176
  source = "registry+https://github.com/rust-lang/crates.io-index"
939
- checksum = "6b996fe614c41395cdaedf3cf408a9534851090959d90d54a535f675550b64b1"
1177
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
940
1178
  dependencies = [
941
- "anyhow",
942
- "ittapi-sys",
943
- "log",
1179
+ "either",
944
1180
  ]
945
1181
 
946
1182
  [[package]]
947
- name = "ittapi-sys"
948
- version = "0.4.0"
1183
+ name = "itoa"
1184
+ version = "1.0.18"
949
1185
  source = "registry+https://github.com/rust-lang/crates.io-index"
950
- checksum = "52f5385394064fa2c886205dba02598013ce83d3e92d33dbdc0c52fe0e7bf4fc"
951
- dependencies = [
952
- "cc",
953
- ]
1186
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
954
1187
 
955
1188
  [[package]]
956
1189
  name = "jobserver"
957
- version = "0.1.31"
1190
+ version = "0.1.34"
958
1191
  source = "registry+https://github.com/rust-lang/crates.io-index"
959
- checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
1192
+ checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
960
1193
  dependencies = [
1194
+ "getrandom 0.3.4",
961
1195
  "libc",
962
1196
  ]
963
1197
 
964
1198
  [[package]]
965
1199
  name = "js-sys"
966
- version = "0.3.69"
1200
+ version = "0.3.95"
967
1201
  source = "registry+https://github.com/rust-lang/crates.io-index"
968
- checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
1202
+ checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca"
969
1203
  dependencies = [
1204
+ "once_cell",
970
1205
  "wasm-bindgen",
971
1206
  ]
972
1207
 
973
1208
  [[package]]
974
1209
  name = "lazy_static"
975
- version = "1.4.0"
976
- source = "registry+https://github.com/rust-lang/crates.io-index"
977
- checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
978
-
979
- [[package]]
980
- name = "lazycell"
981
- version = "1.3.0"
1210
+ version = "1.5.0"
982
1211
  source = "registry+https://github.com/rust-lang/crates.io-index"
983
- checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1212
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
984
1213
 
985
1214
  [[package]]
986
1215
  name = "leb128"
@@ -988,49 +1217,72 @@ version = "0.2.5"
988
1217
  source = "registry+https://github.com/rust-lang/crates.io-index"
989
1218
  checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
990
1219
 
1220
+ [[package]]
1221
+ name = "leb128fmt"
1222
+ version = "0.1.0"
1223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1224
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
1225
+
991
1226
  [[package]]
992
1227
  name = "libc"
993
- version = "0.2.155"
1228
+ version = "0.2.184"
994
1229
  source = "registry+https://github.com/rust-lang/crates.io-index"
995
- checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
1230
+ checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
996
1231
 
997
1232
  [[package]]
998
1233
  name = "libloading"
999
- version = "0.8.3"
1234
+ version = "0.8.9"
1000
1235
  source = "registry+https://github.com/rust-lang/crates.io-index"
1001
- checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
1236
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
1002
1237
  dependencies = [
1003
1238
  "cfg-if",
1004
- "windows-targets",
1239
+ "windows-link",
1005
1240
  ]
1006
1241
 
1242
+ [[package]]
1243
+ name = "libm"
1244
+ version = "0.2.16"
1245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1246
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1247
+
1007
1248
  [[package]]
1008
1249
  name = "libredox"
1009
- version = "0.1.3"
1250
+ version = "0.1.16"
1010
1251
  source = "registry+https://github.com/rust-lang/crates.io-index"
1011
- checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
1252
+ checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c"
1012
1253
  dependencies = [
1013
- "bitflags 2.5.0",
1014
1254
  "libc",
1015
1255
  ]
1016
1256
 
1017
1257
  [[package]]
1018
1258
  name = "linux-raw-sys"
1019
- version = "0.4.14"
1259
+ version = "0.4.15"
1260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1261
+ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1262
+
1263
+ [[package]]
1264
+ name = "linux-raw-sys"
1265
+ version = "0.12.1"
1266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1267
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1268
+
1269
+ [[package]]
1270
+ name = "litemap"
1271
+ version = "0.8.2"
1020
1272
  source = "registry+https://github.com/rust-lang/crates.io-index"
1021
- checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
1273
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1022
1274
 
1023
1275
  [[package]]
1024
1276
  name = "log"
1025
- version = "0.4.21"
1277
+ version = "0.4.29"
1026
1278
  source = "registry+https://github.com/rust-lang/crates.io-index"
1027
- checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
1279
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1028
1280
 
1029
1281
  [[package]]
1030
- name = "mach"
1031
- version = "0.3.2"
1282
+ name = "mach2"
1283
+ version = "0.4.3"
1032
1284
  source = "registry+https://github.com/rust-lang/crates.io-index"
1033
- checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
1285
+ checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
1034
1286
  dependencies = [
1035
1287
  "libc",
1036
1288
  ]
@@ -1056,7 +1308,7 @@ checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
1056
1308
  dependencies = [
1057
1309
  "proc-macro2",
1058
1310
  "quote",
1059
- "syn 2.0.66",
1311
+ "syn 2.0.117",
1060
1312
  ]
1061
1313
 
1062
1314
  [[package]]
@@ -1067,26 +1319,17 @@ checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
1067
1319
 
1068
1320
  [[package]]
1069
1321
  name = "memchr"
1070
- version = "2.7.4"
1322
+ version = "2.8.0"
1071
1323
  source = "registry+https://github.com/rust-lang/crates.io-index"
1072
- checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
1324
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1073
1325
 
1074
1326
  [[package]]
1075
1327
  name = "memfd"
1076
- version = "0.6.4"
1077
- source = "registry+https://github.com/rust-lang/crates.io-index"
1078
- checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
1079
- dependencies = [
1080
- "rustix",
1081
- ]
1082
-
1083
- [[package]]
1084
- name = "memoffset"
1085
- version = "0.9.1"
1328
+ version = "0.6.5"
1086
1329
  source = "registry+https://github.com/rust-lang/crates.io-index"
1087
- checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1330
+ checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
1088
1331
  dependencies = [
1089
- "autocfg",
1332
+ "rustix 1.1.4",
1090
1333
  ]
1091
1334
 
1092
1335
  [[package]]
@@ -1095,6 +1338,17 @@ version = "0.2.1"
1095
1338
  source = "registry+https://github.com/rust-lang/crates.io-index"
1096
1339
  checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1097
1340
 
1341
+ [[package]]
1342
+ name = "mio"
1343
+ version = "1.2.0"
1344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1345
+ checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
1346
+ dependencies = [
1347
+ "libc",
1348
+ "wasi",
1349
+ "windows-sys 0.61.2",
1350
+ ]
1351
+
1098
1352
  [[package]]
1099
1353
  name = "nom"
1100
1354
  version = "7.1.3"
@@ -1107,27 +1361,33 @@ dependencies = [
1107
1361
 
1108
1362
  [[package]]
1109
1363
  name = "object"
1110
- version = "0.32.2"
1364
+ version = "0.37.3"
1111
1365
  source = "registry+https://github.com/rust-lang/crates.io-index"
1112
- checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
1366
+ checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
1113
1367
  dependencies = [
1114
1368
  "crc32fast",
1115
- "hashbrown 0.14.5",
1116
- "indexmap 2.2.6",
1369
+ "hashbrown 0.15.5",
1370
+ "indexmap 2.14.0",
1117
1371
  "memchr",
1118
1372
  ]
1119
1373
 
1120
1374
  [[package]]
1121
1375
  name = "once_cell"
1122
- version = "1.19.0"
1376
+ version = "1.21.4"
1377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1378
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1379
+
1380
+ [[package]]
1381
+ name = "once_cell_polyfill"
1382
+ version = "1.70.2"
1123
1383
  source = "registry+https://github.com/rust-lang/crates.io-index"
1124
- checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
1384
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1125
1385
 
1126
1386
  [[package]]
1127
- name = "paste"
1128
- version = "1.0.15"
1387
+ name = "percent-encoding"
1388
+ version = "2.3.2"
1129
1389
  source = "registry+https://github.com/rust-lang/crates.io-index"
1130
- checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1390
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1131
1391
 
1132
1392
  [[package]]
1133
1393
  name = "petgraph"
@@ -1136,26 +1396,60 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1136
1396
  checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
1137
1397
  dependencies = [
1138
1398
  "fixedbitset",
1139
- "indexmap 2.2.6",
1399
+ "indexmap 2.14.0",
1140
1400
  ]
1141
1401
 
1142
1402
  [[package]]
1143
1403
  name = "pin-project-lite"
1144
- version = "0.2.14"
1404
+ version = "0.2.17"
1145
1405
  source = "registry+https://github.com/rust-lang/crates.io-index"
1146
- checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
1406
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1147
1407
 
1148
1408
  [[package]]
1149
1409
  name = "pkg-config"
1150
- version = "0.3.30"
1410
+ version = "0.3.33"
1411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1412
+ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
1413
+
1414
+ [[package]]
1415
+ name = "postcard"
1416
+ version = "1.1.3"
1417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1418
+ checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
1419
+ dependencies = [
1420
+ "cobs",
1421
+ "embedded-io 0.4.0",
1422
+ "embedded-io 0.6.1",
1423
+ "serde",
1424
+ ]
1425
+
1426
+ [[package]]
1427
+ name = "potential_utf"
1428
+ version = "0.1.5"
1151
1429
  source = "registry+https://github.com/rust-lang/crates.io-index"
1152
- checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
1430
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1431
+ dependencies = [
1432
+ "zerovec",
1433
+ ]
1153
1434
 
1154
1435
  [[package]]
1155
1436
  name = "ppv-lite86"
1156
- version = "0.2.17"
1437
+ version = "0.2.21"
1438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1439
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1440
+ dependencies = [
1441
+ "zerocopy",
1442
+ ]
1443
+
1444
+ [[package]]
1445
+ name = "prettyplease"
1446
+ version = "0.2.37"
1157
1447
  source = "registry+https://github.com/rust-lang/crates.io-index"
1158
- checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1448
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1449
+ dependencies = [
1450
+ "proc-macro2",
1451
+ "syn 2.0.117",
1452
+ ]
1159
1453
 
1160
1454
  [[package]]
1161
1455
  name = "proc-macro-error"
@@ -1183,31 +1477,57 @@ dependencies = [
1183
1477
 
1184
1478
  [[package]]
1185
1479
  name = "proc-macro2"
1186
- version = "1.0.85"
1480
+ version = "1.0.106"
1187
1481
  source = "registry+https://github.com/rust-lang/crates.io-index"
1188
- checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
1482
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1189
1483
  dependencies = [
1190
1484
  "unicode-ident",
1191
1485
  ]
1192
1486
 
1193
1487
  [[package]]
1194
- name = "psm"
1195
- version = "0.1.21"
1488
+ name = "pulley-interpreter"
1489
+ version = "40.0.4"
1196
1490
  source = "registry+https://github.com/rust-lang/crates.io-index"
1197
- checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
1491
+ checksum = "5de307c194cf6310d486dd5595ffc329c53b4acafd54e214752c1eb2e68be3a9"
1198
1492
  dependencies = [
1199
- "cc",
1493
+ "cranelift-bitset",
1494
+ "log",
1495
+ "pulley-macros",
1496
+ "wasmtime-internal-math",
1497
+ ]
1498
+
1499
+ [[package]]
1500
+ name = "pulley-macros"
1501
+ version = "40.0.4"
1502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1503
+ checksum = "99dca2747e910d10bafe911e172a1b35860268421c3ee5ddb7e16c35e0288b4a"
1504
+ dependencies = [
1505
+ "proc-macro2",
1506
+ "quote",
1507
+ "syn 2.0.117",
1200
1508
  ]
1201
1509
 
1202
1510
  [[package]]
1203
1511
  name = "quote"
1204
- version = "1.0.36"
1512
+ version = "1.0.45"
1205
1513
  source = "registry+https://github.com/rust-lang/crates.io-index"
1206
- checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
1514
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1207
1515
  dependencies = [
1208
1516
  "proc-macro2",
1209
1517
  ]
1210
1518
 
1519
+ [[package]]
1520
+ name = "r-efi"
1521
+ version = "5.3.0"
1522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1523
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1524
+
1525
+ [[package]]
1526
+ name = "r-efi"
1527
+ version = "6.0.0"
1528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1529
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1530
+
1211
1531
  [[package]]
1212
1532
  name = "rand"
1213
1533
  version = "0.8.5"
@@ -1235,7 +1555,7 @@ version = "0.6.4"
1235
1555
  source = "registry+https://github.com/rust-lang/crates.io-index"
1236
1556
  checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1237
1557
  dependencies = [
1238
- "getrandom",
1558
+ "getrandom 0.2.17",
1239
1559
  ]
1240
1560
 
1241
1561
  [[package]]
@@ -1249,9 +1569,9 @@ dependencies = [
1249
1569
 
1250
1570
  [[package]]
1251
1571
  name = "rayon"
1252
- version = "1.10.0"
1572
+ version = "1.11.0"
1253
1573
  source = "registry+https://github.com/rust-lang/crates.io-index"
1254
- checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
1574
+ checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
1255
1575
  dependencies = [
1256
1576
  "either",
1257
1577
  "rayon-core",
@@ -1259,9 +1579,9 @@ dependencies = [
1259
1579
 
1260
1580
  [[package]]
1261
1581
  name = "rayon-core"
1262
- version = "1.12.1"
1582
+ version = "1.13.0"
1263
1583
  source = "registry+https://github.com/rust-lang/crates.io-index"
1264
- checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
1584
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1265
1585
  dependencies = [
1266
1586
  "crossbeam-deque",
1267
1587
  "crossbeam-utils",
@@ -1269,18 +1589,18 @@ dependencies = [
1269
1589
 
1270
1590
  [[package]]
1271
1591
  name = "rb-sys"
1272
- version = "0.9.124"
1592
+ version = "0.9.126"
1273
1593
  source = "registry+https://github.com/rust-lang/crates.io-index"
1274
- checksum = "c85c4188462601e2aa1469def389c17228566f82ea72f137ed096f21591bc489"
1594
+ checksum = "284799e73e899fe946fd77c7211b83bff61a1356e039ade7a2516a779e3212d0"
1275
1595
  dependencies = [
1276
1596
  "rb-sys-build",
1277
1597
  ]
1278
1598
 
1279
1599
  [[package]]
1280
1600
  name = "rb-sys-build"
1281
- version = "0.9.124"
1601
+ version = "0.9.126"
1282
1602
  source = "registry+https://github.com/rust-lang/crates.io-index"
1283
- checksum = "568068db4102230882e6d4ae8de6632e224ca75fe5970f6e026a04e91ed635d3"
1603
+ checksum = "855fc1ad8943d12c89ef12f9147f1cc531f5bf19fb744112fdd317bb6ee7b5c5"
1284
1604
  dependencies = [
1285
1605
  "bindgen",
1286
1606
  "lazy_static",
@@ -1288,44 +1608,45 @@ dependencies = [
1288
1608
  "quote",
1289
1609
  "regex",
1290
1610
  "shell-words",
1291
- "syn 2.0.66",
1611
+ "syn 2.0.117",
1292
1612
  ]
1293
1613
 
1294
1614
  [[package]]
1295
1615
  name = "rb-sys-env"
1296
- version = "0.2.2"
1616
+ version = "0.2.3"
1297
1617
  source = "registry+https://github.com/rust-lang/crates.io-index"
1298
- checksum = "08f8d2924cf136a1315e2b4c7460a39f62ef11ee5d522df9b2750fab55b868b6"
1618
+ checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
1299
1619
 
1300
1620
  [[package]]
1301
1621
  name = "redox_users"
1302
- version = "0.4.5"
1622
+ version = "0.4.6"
1303
1623
  source = "registry+https://github.com/rust-lang/crates.io-index"
1304
- checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
1624
+ checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
1305
1625
  dependencies = [
1306
- "getrandom",
1626
+ "getrandom 0.2.17",
1307
1627
  "libredox",
1308
- "thiserror",
1628
+ "thiserror 1.0.69",
1309
1629
  ]
1310
1630
 
1311
1631
  [[package]]
1312
1632
  name = "regalloc2"
1313
- version = "0.9.3"
1633
+ version = "0.13.5"
1314
1634
  source = "registry+https://github.com/rust-lang/crates.io-index"
1315
- checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
1635
+ checksum = "08effbc1fa53aaebff69521a5c05640523fab037b34a4a2c109506bc938246fa"
1316
1636
  dependencies = [
1317
- "hashbrown 0.13.2",
1637
+ "allocator-api2",
1638
+ "bumpalo",
1639
+ "hashbrown 0.15.5",
1318
1640
  "log",
1319
1641
  "rustc-hash",
1320
- "slice-group-by",
1321
1642
  "smallvec",
1322
1643
  ]
1323
1644
 
1324
1645
  [[package]]
1325
1646
  name = "regex"
1326
- version = "1.10.5"
1647
+ version = "1.12.3"
1327
1648
  source = "registry+https://github.com/rust-lang/crates.io-index"
1328
- checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
1649
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1329
1650
  dependencies = [
1330
1651
  "aho-corasick",
1331
1652
  "memchr",
@@ -1335,9 +1656,9 @@ dependencies = [
1335
1656
 
1336
1657
  [[package]]
1337
1658
  name = "regex-automata"
1338
- version = "0.4.7"
1659
+ version = "0.4.14"
1339
1660
  source = "registry+https://github.com/rust-lang/crates.io-index"
1340
- checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
1661
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1341
1662
  dependencies = [
1342
1663
  "aho-corasick",
1343
1664
  "memchr",
@@ -1346,9 +1667,9 @@ dependencies = [
1346
1667
 
1347
1668
  [[package]]
1348
1669
  name = "regex-syntax"
1349
- version = "0.8.4"
1670
+ version = "0.8.10"
1350
1671
  source = "registry+https://github.com/rust-lang/crates.io-index"
1351
- checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
1672
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1352
1673
 
1353
1674
  [[package]]
1354
1675
  name = "ruby_wasm"
@@ -1359,103 +1680,154 @@ dependencies = [
1359
1680
  "structopt",
1360
1681
  "wasi-vfs-cli",
1361
1682
  "wasi-virt",
1362
- "wasm-compose 0.219.1",
1363
- "wit-component 0.216.0",
1364
- "wizer 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1683
+ "wasm-compose 0.219.2",
1684
+ "wit-component 0.216.1",
1365
1685
  ]
1366
1686
 
1367
1687
  [[package]]
1368
1688
  name = "rustc-demangle"
1369
- version = "0.1.24"
1689
+ version = "0.1.27"
1370
1690
  source = "registry+https://github.com/rust-lang/crates.io-index"
1371
- checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
1691
+ checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d"
1372
1692
 
1373
1693
  [[package]]
1374
1694
  name = "rustc-hash"
1375
- version = "1.1.0"
1695
+ version = "2.1.2"
1376
1696
  source = "registry+https://github.com/rust-lang/crates.io-index"
1377
- checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1697
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
1378
1698
 
1379
1699
  [[package]]
1380
1700
  name = "rustix"
1381
- version = "0.38.34"
1701
+ version = "0.38.44"
1382
1702
  source = "registry+https://github.com/rust-lang/crates.io-index"
1383
- checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
1703
+ checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
1384
1704
  dependencies = [
1385
- "bitflags 2.5.0",
1705
+ "bitflags 2.11.0",
1706
+ "errno",
1707
+ "libc",
1708
+ "linux-raw-sys 0.4.15",
1709
+ "windows-sys 0.59.0",
1710
+ ]
1711
+
1712
+ [[package]]
1713
+ name = "rustix"
1714
+ version = "1.1.4"
1715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1716
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1717
+ dependencies = [
1718
+ "bitflags 2.11.0",
1386
1719
  "errno",
1387
- "itoa",
1388
1720
  "libc",
1389
- "linux-raw-sys",
1721
+ "linux-raw-sys 0.12.1",
1722
+ "windows-sys 0.61.2",
1723
+ ]
1724
+
1725
+ [[package]]
1726
+ name = "rustix-linux-procfs"
1727
+ version = "0.1.1"
1728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1729
+ checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
1730
+ dependencies = [
1390
1731
  "once_cell",
1391
- "windows-sys",
1732
+ "rustix 1.1.4",
1392
1733
  ]
1393
1734
 
1735
+ [[package]]
1736
+ name = "rustversion"
1737
+ version = "1.0.22"
1738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1739
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1740
+
1394
1741
  [[package]]
1395
1742
  name = "ryu"
1396
- version = "1.0.18"
1743
+ version = "1.0.23"
1397
1744
  source = "registry+https://github.com/rust-lang/crates.io-index"
1398
- checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
1745
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1399
1746
 
1400
1747
  [[package]]
1401
1748
  name = "semver"
1402
- version = "1.0.23"
1749
+ version = "1.0.28"
1403
1750
  source = "registry+https://github.com/rust-lang/crates.io-index"
1404
- checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
1751
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1752
+ dependencies = [
1753
+ "serde",
1754
+ "serde_core",
1755
+ ]
1405
1756
 
1406
1757
  [[package]]
1407
1758
  name = "seq-macro"
1408
- version = "0.3.5"
1759
+ version = "0.3.6"
1409
1760
  source = "registry+https://github.com/rust-lang/crates.io-index"
1410
- checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
1761
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
1411
1762
 
1412
1763
  [[package]]
1413
1764
  name = "serde"
1414
- version = "1.0.203"
1765
+ version = "1.0.228"
1766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1767
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1768
+ dependencies = [
1769
+ "serde_core",
1770
+ "serde_derive",
1771
+ ]
1772
+
1773
+ [[package]]
1774
+ name = "serde_core"
1775
+ version = "1.0.228"
1415
1776
  source = "registry+https://github.com/rust-lang/crates.io-index"
1416
- checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
1777
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1417
1778
  dependencies = [
1418
1779
  "serde_derive",
1419
1780
  ]
1420
1781
 
1421
1782
  [[package]]
1422
1783
  name = "serde_derive"
1423
- version = "1.0.203"
1784
+ version = "1.0.228"
1424
1785
  source = "registry+https://github.com/rust-lang/crates.io-index"
1425
- checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
1786
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1426
1787
  dependencies = [
1427
1788
  "proc-macro2",
1428
1789
  "quote",
1429
- "syn 2.0.66",
1790
+ "syn 2.0.117",
1430
1791
  ]
1431
1792
 
1432
1793
  [[package]]
1433
1794
  name = "serde_json"
1434
- version = "1.0.117"
1795
+ version = "1.0.149"
1435
1796
  source = "registry+https://github.com/rust-lang/crates.io-index"
1436
- checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
1797
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1437
1798
  dependencies = [
1438
1799
  "itoa",
1439
- "ryu",
1800
+ "memchr",
1440
1801
  "serde",
1802
+ "serde_core",
1803
+ "zmij",
1441
1804
  ]
1442
1805
 
1443
1806
  [[package]]
1444
1807
  name = "serde_spanned"
1445
- version = "0.6.6"
1808
+ version = "0.6.9"
1446
1809
  source = "registry+https://github.com/rust-lang/crates.io-index"
1447
- checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
1810
+ checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
1448
1811
  dependencies = [
1449
1812
  "serde",
1450
1813
  ]
1451
1814
 
1815
+ [[package]]
1816
+ name = "serde_spanned"
1817
+ version = "1.1.1"
1818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1819
+ checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
1820
+ dependencies = [
1821
+ "serde_core",
1822
+ ]
1823
+
1452
1824
  [[package]]
1453
1825
  name = "serde_yaml"
1454
1826
  version = "0.9.34+deprecated"
1455
1827
  source = "registry+https://github.com/rust-lang/crates.io-index"
1456
1828
  checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
1457
1829
  dependencies = [
1458
- "indexmap 2.2.6",
1830
+ "indexmap 2.14.0",
1459
1831
  "itoa",
1460
1832
  "ryu",
1461
1833
  "serde",
@@ -1464,9 +1836,9 @@ dependencies = [
1464
1836
 
1465
1837
  [[package]]
1466
1838
  name = "sha2"
1467
- version = "0.10.8"
1839
+ version = "0.10.9"
1468
1840
  source = "registry+https://github.com/rust-lang/crates.io-index"
1469
- checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
1841
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1470
1842
  dependencies = [
1471
1843
  "cfg-if",
1472
1844
  "cpufeatures",
@@ -1475,18 +1847,9 @@ dependencies = [
1475
1847
 
1476
1848
  [[package]]
1477
1849
  name = "shell-words"
1478
- version = "1.1.0"
1479
- source = "registry+https://github.com/rust-lang/crates.io-index"
1480
- checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
1481
-
1482
- [[package]]
1483
- name = "shellexpand"
1484
- version = "2.1.2"
1850
+ version = "1.1.1"
1485
1851
  source = "registry+https://github.com/rust-lang/crates.io-index"
1486
- checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
1487
- dependencies = [
1488
- "dirs",
1489
- ]
1852
+ checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
1490
1853
 
1491
1854
  [[package]]
1492
1855
  name = "shlex"
@@ -1505,37 +1868,44 @@ dependencies = [
1505
1868
  ]
1506
1869
 
1507
1870
  [[package]]
1508
- name = "slice-group-by"
1509
- version = "0.3.1"
1871
+ name = "slab"
1872
+ version = "0.4.12"
1510
1873
  source = "registry+https://github.com/rust-lang/crates.io-index"
1511
- checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
1874
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1512
1875
 
1513
1876
  [[package]]
1514
1877
  name = "smallvec"
1515
- version = "1.13.2"
1878
+ version = "1.15.1"
1516
1879
  source = "registry+https://github.com/rust-lang/crates.io-index"
1517
- checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
1880
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1881
+ dependencies = [
1882
+ "serde",
1883
+ ]
1518
1884
 
1519
1885
  [[package]]
1520
- name = "spdx"
1521
- version = "0.10.6"
1886
+ name = "socket2"
1887
+ version = "0.6.3"
1522
1888
  source = "registry+https://github.com/rust-lang/crates.io-index"
1523
- checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
1889
+ checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
1524
1890
  dependencies = [
1525
- "smallvec",
1891
+ "libc",
1892
+ "windows-sys 0.61.2",
1526
1893
  ]
1527
1894
 
1528
1895
  [[package]]
1529
- name = "sptr"
1530
- version = "0.3.2"
1896
+ name = "spdx"
1897
+ version = "0.10.9"
1531
1898
  source = "registry+https://github.com/rust-lang/crates.io-index"
1532
- checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
1899
+ checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
1900
+ dependencies = [
1901
+ "smallvec",
1902
+ ]
1533
1903
 
1534
1904
  [[package]]
1535
1905
  name = "stable_deref_trait"
1536
- version = "1.2.0"
1906
+ version = "1.2.1"
1537
1907
  source = "registry+https://github.com/rust-lang/crates.io-index"
1538
- checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1908
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1539
1909
 
1540
1910
  [[package]]
1541
1911
  name = "strsim"
@@ -1586,36 +1956,69 @@ dependencies = [
1586
1956
 
1587
1957
  [[package]]
1588
1958
  name = "syn"
1589
- version = "2.0.66"
1959
+ version = "2.0.117"
1590
1960
  source = "registry+https://github.com/rust-lang/crates.io-index"
1591
- checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
1961
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1592
1962
  dependencies = [
1593
1963
  "proc-macro2",
1594
1964
  "quote",
1595
1965
  "unicode-ident",
1596
1966
  ]
1597
1967
 
1968
+ [[package]]
1969
+ name = "synstructure"
1970
+ version = "0.13.2"
1971
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1972
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1973
+ dependencies = [
1974
+ "proc-macro2",
1975
+ "quote",
1976
+ "syn 2.0.117",
1977
+ ]
1978
+
1598
1979
  [[package]]
1599
1980
  name = "system-interface"
1600
- version = "0.27.2"
1981
+ version = "0.27.3"
1601
1982
  source = "registry+https://github.com/rust-lang/crates.io-index"
1602
- checksum = "b858526d22750088a9b3cf2e3c2aacebd5377f13adeec02860c30d09113010a6"
1983
+ checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
1603
1984
  dependencies = [
1604
- "bitflags 2.5.0",
1985
+ "bitflags 2.11.0",
1605
1986
  "cap-fs-ext",
1606
1987
  "cap-std",
1607
1988
  "fd-lock",
1608
1989
  "io-lifetimes",
1609
- "rustix",
1610
- "windows-sys",
1990
+ "rustix 0.38.44",
1991
+ "windows-sys 0.59.0",
1611
1992
  "winx",
1612
1993
  ]
1613
1994
 
1614
1995
  [[package]]
1615
1996
  name = "target-lexicon"
1616
- version = "0.12.14"
1997
+ version = "0.13.5"
1998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1999
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
2000
+
2001
+ [[package]]
2002
+ name = "tempfile"
2003
+ version = "3.27.0"
2004
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2005
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
2006
+ dependencies = [
2007
+ "fastrand",
2008
+ "getrandom 0.4.2",
2009
+ "once_cell",
2010
+ "rustix 1.1.4",
2011
+ "windows-sys 0.61.2",
2012
+ ]
2013
+
2014
+ [[package]]
2015
+ name = "termcolor"
2016
+ version = "1.4.1"
1617
2017
  source = "registry+https://github.com/rust-lang/crates.io-index"
1618
- checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
2018
+ checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
2019
+ dependencies = [
2020
+ "winapi-util",
2021
+ ]
1619
2022
 
1620
2023
  [[package]]
1621
2024
  name = "textwrap"
@@ -1623,70 +2026,159 @@ version = "0.11.0"
1623
2026
  source = "registry+https://github.com/rust-lang/crates.io-index"
1624
2027
  checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1625
2028
  dependencies = [
1626
- "unicode-width",
2029
+ "unicode-width 0.1.14",
2030
+ ]
2031
+
2032
+ [[package]]
2033
+ name = "thiserror"
2034
+ version = "1.0.69"
2035
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2036
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2037
+ dependencies = [
2038
+ "thiserror-impl 1.0.69",
1627
2039
  ]
1628
2040
 
1629
2041
  [[package]]
1630
2042
  name = "thiserror"
1631
- version = "1.0.61"
2043
+ version = "2.0.18"
2044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2045
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2046
+ dependencies = [
2047
+ "thiserror-impl 2.0.18",
2048
+ ]
2049
+
2050
+ [[package]]
2051
+ name = "thiserror-impl"
2052
+ version = "1.0.69"
1632
2053
  source = "registry+https://github.com/rust-lang/crates.io-index"
1633
- checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
2054
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1634
2055
  dependencies = [
1635
- "thiserror-impl",
2056
+ "proc-macro2",
2057
+ "quote",
2058
+ "syn 2.0.117",
1636
2059
  ]
1637
2060
 
1638
2061
  [[package]]
1639
2062
  name = "thiserror-impl"
1640
- version = "1.0.61"
2063
+ version = "2.0.18"
1641
2064
  source = "registry+https://github.com/rust-lang/crates.io-index"
1642
- checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
2065
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1643
2066
  dependencies = [
1644
2067
  "proc-macro2",
1645
2068
  "quote",
1646
- "syn 2.0.66",
2069
+ "syn 2.0.117",
2070
+ ]
2071
+
2072
+ [[package]]
2073
+ name = "tinystr"
2074
+ version = "0.8.3"
2075
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2076
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
2077
+ dependencies = [
2078
+ "displaydoc",
2079
+ "zerovec",
2080
+ ]
2081
+
2082
+ [[package]]
2083
+ name = "tokio"
2084
+ version = "1.51.1"
2085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2086
+ checksum = "f66bf9585cda4b724d3e78ab34b73fb2bbaba9011b9bfdf69dc836382ea13b8c"
2087
+ dependencies = [
2088
+ "bytes",
2089
+ "libc",
2090
+ "mio",
2091
+ "pin-project-lite",
2092
+ "socket2",
2093
+ "windows-sys 0.61.2",
1647
2094
  ]
1648
2095
 
1649
2096
  [[package]]
1650
2097
  name = "toml"
1651
- version = "0.8.14"
2098
+ version = "0.8.23"
1652
2099
  source = "registry+https://github.com/rust-lang/crates.io-index"
1653
- checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335"
2100
+ checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
1654
2101
  dependencies = [
1655
2102
  "serde",
1656
- "serde_spanned",
1657
- "toml_datetime",
2103
+ "serde_spanned 0.6.9",
2104
+ "toml_datetime 0.6.11",
1658
2105
  "toml_edit",
1659
2106
  ]
1660
2107
 
2108
+ [[package]]
2109
+ name = "toml"
2110
+ version = "0.9.12+spec-1.1.0"
2111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2112
+ checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
2113
+ dependencies = [
2114
+ "indexmap 2.14.0",
2115
+ "serde_core",
2116
+ "serde_spanned 1.1.1",
2117
+ "toml_datetime 0.7.5+spec-1.1.0",
2118
+ "toml_parser",
2119
+ "toml_writer",
2120
+ "winnow 0.7.15",
2121
+ ]
2122
+
1661
2123
  [[package]]
1662
2124
  name = "toml_datetime"
1663
- version = "0.6.6"
2125
+ version = "0.6.11"
1664
2126
  source = "registry+https://github.com/rust-lang/crates.io-index"
1665
- checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
2127
+ checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
1666
2128
  dependencies = [
1667
2129
  "serde",
1668
2130
  ]
1669
2131
 
2132
+ [[package]]
2133
+ name = "toml_datetime"
2134
+ version = "0.7.5+spec-1.1.0"
2135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2136
+ checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
2137
+ dependencies = [
2138
+ "serde_core",
2139
+ ]
2140
+
1670
2141
  [[package]]
1671
2142
  name = "toml_edit"
1672
- version = "0.22.14"
2143
+ version = "0.22.27"
1673
2144
  source = "registry+https://github.com/rust-lang/crates.io-index"
1674
- checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38"
2145
+ checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
1675
2146
  dependencies = [
1676
- "indexmap 2.2.6",
2147
+ "indexmap 2.14.0",
1677
2148
  "serde",
1678
- "serde_spanned",
1679
- "toml_datetime",
1680
- "winnow",
2149
+ "serde_spanned 0.6.9",
2150
+ "toml_datetime 0.6.11",
2151
+ "toml_write",
2152
+ "winnow 0.7.15",
2153
+ ]
2154
+
2155
+ [[package]]
2156
+ name = "toml_parser"
2157
+ version = "1.1.2+spec-1.1.0"
2158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2159
+ checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
2160
+ dependencies = [
2161
+ "winnow 1.0.1",
1681
2162
  ]
1682
2163
 
2164
+ [[package]]
2165
+ name = "toml_write"
2166
+ version = "0.1.2"
2167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2168
+ checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
2169
+
2170
+ [[package]]
2171
+ name = "toml_writer"
2172
+ version = "1.1.1+spec-1.1.0"
2173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2174
+ checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db"
2175
+
1683
2176
  [[package]]
1684
2177
  name = "tracing"
1685
- version = "0.1.40"
2178
+ version = "0.1.44"
1686
2179
  source = "registry+https://github.com/rust-lang/crates.io-index"
1687
- checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2180
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1688
2181
  dependencies = [
1689
- "log",
1690
2182
  "pin-project-lite",
1691
2183
  "tracing-attributes",
1692
2184
  "tracing-core",
@@ -1694,53 +2186,59 @@ dependencies = [
1694
2186
 
1695
2187
  [[package]]
1696
2188
  name = "tracing-attributes"
1697
- version = "0.1.27"
2189
+ version = "0.1.31"
1698
2190
  source = "registry+https://github.com/rust-lang/crates.io-index"
1699
- checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2191
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1700
2192
  dependencies = [
1701
2193
  "proc-macro2",
1702
2194
  "quote",
1703
- "syn 2.0.66",
2195
+ "syn 2.0.117",
1704
2196
  ]
1705
2197
 
1706
2198
  [[package]]
1707
2199
  name = "tracing-core"
1708
- version = "0.1.32"
2200
+ version = "0.1.36"
1709
2201
  source = "registry+https://github.com/rust-lang/crates.io-index"
1710
- checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2202
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1711
2203
  dependencies = [
1712
2204
  "once_cell",
1713
2205
  ]
1714
2206
 
1715
2207
  [[package]]
1716
2208
  name = "typenum"
1717
- version = "1.17.0"
2209
+ version = "1.19.0"
1718
2210
  source = "registry+https://github.com/rust-lang/crates.io-index"
1719
- checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2211
+ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
1720
2212
 
1721
2213
  [[package]]
1722
2214
  name = "unicode-ident"
1723
- version = "1.0.12"
2215
+ version = "1.0.24"
1724
2216
  source = "registry+https://github.com/rust-lang/crates.io-index"
1725
- checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2217
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1726
2218
 
1727
2219
  [[package]]
1728
2220
  name = "unicode-segmentation"
1729
- version = "1.11.0"
2221
+ version = "1.13.2"
2222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2223
+ checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
2224
+
2225
+ [[package]]
2226
+ name = "unicode-width"
2227
+ version = "0.1.14"
1730
2228
  source = "registry+https://github.com/rust-lang/crates.io-index"
1731
- checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
2229
+ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
1732
2230
 
1733
2231
  [[package]]
1734
2232
  name = "unicode-width"
1735
- version = "0.1.13"
2233
+ version = "0.2.2"
1736
2234
  source = "registry+https://github.com/rust-lang/crates.io-index"
1737
- checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
2235
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
1738
2236
 
1739
2237
  [[package]]
1740
2238
  name = "unicode-xid"
1741
- version = "0.2.4"
2239
+ version = "0.2.6"
1742
2240
  source = "registry+https://github.com/rust-lang/crates.io-index"
1743
- checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2241
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1744
2242
 
1745
2243
  [[package]]
1746
2244
  name = "unsafe-libyaml"
@@ -1749,16 +2247,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1749
2247
  checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
1750
2248
 
1751
2249
  [[package]]
1752
- name = "utf8parse"
1753
- version = "0.2.2"
2250
+ name = "url"
2251
+ version = "2.5.8"
1754
2252
  source = "registry+https://github.com/rust-lang/crates.io-index"
1755
- checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2253
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2254
+ dependencies = [
2255
+ "form_urlencoded",
2256
+ "idna",
2257
+ "percent-encoding",
2258
+ "serde",
2259
+ ]
2260
+
2261
+ [[package]]
2262
+ name = "utf8_iter"
2263
+ version = "1.0.4"
2264
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2265
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1756
2266
 
1757
2267
  [[package]]
1758
- name = "uuid"
1759
- version = "1.8.0"
2268
+ name = "utf8parse"
2269
+ version = "0.2.2"
1760
2270
  source = "registry+https://github.com/rust-lang/crates.io-index"
1761
- checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
2271
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1762
2272
 
1763
2273
  [[package]]
1764
2274
  name = "vec_map"
@@ -1768,9 +2278,9 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1768
2278
 
1769
2279
  [[package]]
1770
2280
  name = "version_check"
1771
- version = "0.9.4"
2281
+ version = "0.9.5"
1772
2282
  source = "registry+https://github.com/rust-lang/crates.io-index"
1773
- checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2283
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1774
2284
 
1775
2285
  [[package]]
1776
2286
  name = "walrus"
@@ -1802,46 +2312,23 @@ dependencies = [
1802
2312
 
1803
2313
  [[package]]
1804
2314
  name = "wasi"
1805
- version = "0.11.0+wasi-snapshot-preview1"
2315
+ version = "0.11.1+wasi-snapshot-preview1"
1806
2316
  source = "registry+https://github.com/rust-lang/crates.io-index"
1807
- checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2317
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1808
2318
 
1809
2319
  [[package]]
1810
- name = "wasi-common"
1811
- version = "19.0.2"
1812
- source = "registry+https://github.com/rust-lang/crates.io-index"
1813
- checksum = "ce39d43366511a954708a80e9e2e1245bf2fed4e37385cc49f8686d7a9c094dc"
2320
+ name = "wasi-vfs-cli"
2321
+ version = "0.6.2"
2322
+ source = "git+https://github.com/kateinoigakukun/wasi-vfs/?tag=v0.6.2#6190c80014aa9148c7ef3aa580478fe462059bdf"
1814
2323
  dependencies = [
1815
2324
  "anyhow",
1816
- "bitflags 2.5.0",
1817
- "cap-fs-ext",
1818
- "cap-rand",
1819
- "cap-std",
1820
- "cap-time-ext",
1821
- "fs-set-times",
1822
- "io-extras",
1823
- "io-lifetimes",
1824
- "log",
1825
- "once_cell",
1826
- "rustix",
1827
- "system-interface",
1828
- "thiserror",
1829
- "tracing",
2325
+ "structopt",
2326
+ "tokio",
2327
+ "wasm-encoder 0.243.0",
2328
+ "wasmparser 0.243.0",
1830
2329
  "wasmtime",
1831
- "wiggle",
1832
- "windows-sys",
1833
- ]
1834
-
1835
- [[package]]
1836
- name = "wasi-vfs-cli"
1837
- version = "0.5.3"
1838
- source = "git+https://github.com/kateinoigakukun/wasi-vfs/?tag=v0.5.3-p1#32437aed43b117fe6905f547924196c15bf7b966"
1839
- dependencies = [
1840
- "anyhow",
1841
- "structopt",
1842
- "wasm-encoder 0.212.0",
1843
- "wasmparser 0.212.0",
1844
- "wizer 6.0.0 (git+https://github.com/kateinoigakukun/wizer.git?branch=katei%2Fadd-env-option-6.0.0)",
2330
+ "wasmtime-wasi",
2331
+ "wasmtime-wizer",
1845
2332
  ]
1846
2333
 
1847
2334
  [[package]]
@@ -1850,9 +2337,9 @@ version = "0.1.0"
1850
2337
  source = "git+https://github.com/bytecodealliance/wasi-virt?rev=dadd131d8cf8ed1ed4265e96350f5f166e27a339#dadd131d8cf8ed1ed4265e96350f5f166e27a339"
1851
2338
  dependencies = [
1852
2339
  "anyhow",
1853
- "clap 4.5.7",
2340
+ "clap 4.6.0",
1854
2341
  "serde",
1855
- "toml",
2342
+ "toml 0.8.23",
1856
2343
  "walrus",
1857
2344
  "wasm-compose 0.212.0",
1858
2345
  "wasm-metadata 0.212.0",
@@ -1860,35 +2347,41 @@ dependencies = [
1860
2347
  ]
1861
2348
 
1862
2349
  [[package]]
1863
- name = "wasm-bindgen"
1864
- version = "0.2.92"
2350
+ name = "wasip2"
2351
+ version = "1.0.2+wasi-0.2.9"
1865
2352
  source = "registry+https://github.com/rust-lang/crates.io-index"
1866
- checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2353
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
1867
2354
  dependencies = [
1868
- "cfg-if",
1869
- "wasm-bindgen-macro",
2355
+ "wit-bindgen",
1870
2356
  ]
1871
2357
 
1872
2358
  [[package]]
1873
- name = "wasm-bindgen-backend"
1874
- version = "0.2.92"
2359
+ name = "wasip3"
2360
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
1875
2361
  source = "registry+https://github.com/rust-lang/crates.io-index"
1876
- checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
2362
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
1877
2363
  dependencies = [
1878
- "bumpalo",
1879
- "log",
2364
+ "wit-bindgen",
2365
+ ]
2366
+
2367
+ [[package]]
2368
+ name = "wasm-bindgen"
2369
+ version = "0.2.118"
2370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2371
+ checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89"
2372
+ dependencies = [
2373
+ "cfg-if",
1880
2374
  "once_cell",
1881
- "proc-macro2",
1882
- "quote",
1883
- "syn 2.0.66",
2375
+ "rustversion",
2376
+ "wasm-bindgen-macro",
1884
2377
  "wasm-bindgen-shared",
1885
2378
  ]
1886
2379
 
1887
2380
  [[package]]
1888
2381
  name = "wasm-bindgen-macro"
1889
- version = "0.2.92"
2382
+ version = "0.2.118"
1890
2383
  source = "registry+https://github.com/rust-lang/crates.io-index"
1891
- checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2384
+ checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed"
1892
2385
  dependencies = [
1893
2386
  "quote",
1894
2387
  "wasm-bindgen-macro-support",
@@ -1896,22 +2389,25 @@ dependencies = [
1896
2389
 
1897
2390
  [[package]]
1898
2391
  name = "wasm-bindgen-macro-support"
1899
- version = "0.2.92"
2392
+ version = "0.2.118"
1900
2393
  source = "registry+https://github.com/rust-lang/crates.io-index"
1901
- checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2394
+ checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904"
1902
2395
  dependencies = [
2396
+ "bumpalo",
1903
2397
  "proc-macro2",
1904
2398
  "quote",
1905
- "syn 2.0.66",
1906
- "wasm-bindgen-backend",
2399
+ "syn 2.0.117",
1907
2400
  "wasm-bindgen-shared",
1908
2401
  ]
1909
2402
 
1910
2403
  [[package]]
1911
2404
  name = "wasm-bindgen-shared"
1912
- version = "0.2.92"
2405
+ version = "0.2.118"
1913
2406
  source = "registry+https://github.com/rust-lang/crates.io-index"
1914
- checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2407
+ checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129"
2408
+ dependencies = [
2409
+ "unicode-ident",
2410
+ ]
1915
2411
 
1916
2412
  [[package]]
1917
2413
  name = "wasm-compose"
@@ -1922,7 +2418,7 @@ dependencies = [
1922
2418
  "anyhow",
1923
2419
  "heck 0.4.1",
1924
2420
  "im-rc",
1925
- "indexmap 2.2.6",
2421
+ "indexmap 2.14.0",
1926
2422
  "log",
1927
2423
  "petgraph",
1928
2424
  "serde",
@@ -1936,22 +2432,43 @@ dependencies = [
1936
2432
 
1937
2433
  [[package]]
1938
2434
  name = "wasm-compose"
1939
- version = "0.219.1"
2435
+ version = "0.219.2"
1940
2436
  source = "registry+https://github.com/rust-lang/crates.io-index"
1941
- checksum = "3255c03767633aaeab2232ef17d50074f928f4a518f6d356ccbf437622565b70"
2437
+ checksum = "d1433c72fd87e03d5224759872e599cd15172bddc982b39aef47a8a87a577bbf"
1942
2438
  dependencies = [
1943
2439
  "anyhow",
1944
2440
  "heck 0.4.1",
1945
2441
  "im-rc",
1946
- "indexmap 2.2.6",
2442
+ "indexmap 2.14.0",
2443
+ "log",
2444
+ "petgraph",
2445
+ "serde",
2446
+ "serde_derive",
2447
+ "serde_yaml",
2448
+ "smallvec",
2449
+ "wasm-encoder 0.219.2",
2450
+ "wasmparser 0.219.2",
2451
+ "wat",
2452
+ ]
2453
+
2454
+ [[package]]
2455
+ name = "wasm-compose"
2456
+ version = "0.243.0"
2457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2458
+ checksum = "af801b6f36459023eaec63fdbaedad2fd5a4ab7dc74ecc110a8b5d375c5775e4"
2459
+ dependencies = [
2460
+ "anyhow",
2461
+ "heck 0.5.0",
2462
+ "im-rc",
2463
+ "indexmap 2.14.0",
1947
2464
  "log",
1948
2465
  "petgraph",
1949
2466
  "serde",
1950
2467
  "serde_derive",
1951
2468
  "serde_yaml",
1952
2469
  "smallvec",
1953
- "wasm-encoder 0.219.1",
1954
- "wasmparser 0.219.1",
2470
+ "wasm-encoder 0.243.0",
2471
+ "wasmparser 0.243.0",
1955
2472
  "wat",
1956
2473
  ]
1957
2474
 
@@ -1966,50 +2483,62 @@ dependencies = [
1966
2483
 
1967
2484
  [[package]]
1968
2485
  name = "wasm-encoder"
1969
- version = "0.201.0"
2486
+ version = "0.212.0"
1970
2487
  source = "registry+https://github.com/rust-lang/crates.io-index"
1971
- checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
2488
+ checksum = "501940df4418b8929eb6d52f1aade1fdd15a5b86c92453cb696e3c906bd3fc33"
1972
2489
  dependencies = [
1973
2490
  "leb128",
2491
+ "wasmparser 0.212.0",
1974
2492
  ]
1975
2493
 
1976
2494
  [[package]]
1977
2495
  name = "wasm-encoder"
1978
- version = "0.202.0"
2496
+ version = "0.216.1"
1979
2497
  source = "registry+https://github.com/rust-lang/crates.io-index"
1980
- checksum = "bfd106365a7f5f7aa3c1916a98cbb3ad477f5ff96ddb130285a91c6e7429e67a"
2498
+ checksum = "c1de2d0fd411c201b8d76c04213901f9bb221abf17dd59c2201542d0b118bb90"
1981
2499
  dependencies = [
1982
2500
  "leb128",
2501
+ "wasmparser 0.216.1",
1983
2502
  ]
1984
2503
 
1985
2504
  [[package]]
1986
2505
  name = "wasm-encoder"
1987
- version = "0.212.0"
2506
+ version = "0.219.2"
1988
2507
  source = "registry+https://github.com/rust-lang/crates.io-index"
1989
- checksum = "501940df4418b8929eb6d52f1aade1fdd15a5b86c92453cb696e3c906bd3fc33"
2508
+ checksum = "8aa79bcd666a043b58f5fa62b221b0b914dd901e6f620e8ab7371057a797f3e1"
1990
2509
  dependencies = [
1991
2510
  "leb128",
1992
- "wasmparser 0.212.0",
2511
+ "wasmparser 0.219.2",
1993
2512
  ]
1994
2513
 
1995
2514
  [[package]]
1996
2515
  name = "wasm-encoder"
1997
- version = "0.216.0"
2516
+ version = "0.243.0"
1998
2517
  source = "registry+https://github.com/rust-lang/crates.io-index"
1999
- checksum = "04c23aebea22c8a75833ae08ed31ccc020835b12a41999e58c31464271b94a88"
2518
+ checksum = "c55db9c896d70bd9fa535ce83cd4e1f2ec3726b0edd2142079f594fc3be1cb35"
2000
2519
  dependencies = [
2001
- "leb128",
2002
- "wasmparser 0.216.0",
2520
+ "leb128fmt",
2521
+ "wasmparser 0.243.0",
2003
2522
  ]
2004
2523
 
2005
2524
  [[package]]
2006
2525
  name = "wasm-encoder"
2007
- version = "0.219.1"
2526
+ version = "0.244.0"
2008
2527
  source = "registry+https://github.com/rust-lang/crates.io-index"
2009
- checksum = "29cbbd772edcb8e7d524a82ee8cef8dd046fc14033796a754c3ad246d019fa54"
2528
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
2010
2529
  dependencies = [
2011
- "leb128",
2012
- "wasmparser 0.219.1",
2530
+ "leb128fmt",
2531
+ "wasmparser 0.244.0",
2532
+ ]
2533
+
2534
+ [[package]]
2535
+ name = "wasm-encoder"
2536
+ version = "0.246.2"
2537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2538
+ checksum = "61fb705ce81adde29d2a8e99d87995e39a6e927358c91398f374474746070ef7"
2539
+ dependencies = [
2540
+ "leb128fmt",
2541
+ "wasmparser 0.246.2",
2013
2542
  ]
2014
2543
 
2015
2544
  [[package]]
@@ -2019,7 +2548,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2019
2548
  checksum = "8a1849fac257fd76c43268555e73d74848c8dff23975c238c2cbad61cffe5045"
2020
2549
  dependencies = [
2021
2550
  "anyhow",
2022
- "indexmap 2.2.6",
2551
+ "indexmap 2.14.0",
2023
2552
  "serde",
2024
2553
  "serde_derive",
2025
2554
  "serde_json",
@@ -2030,18 +2559,30 @@ dependencies = [
2030
2559
 
2031
2560
  [[package]]
2032
2561
  name = "wasm-metadata"
2033
- version = "0.216.0"
2562
+ version = "0.216.1"
2034
2563
  source = "registry+https://github.com/rust-lang/crates.io-index"
2035
- checksum = "47c8154d703a6b0e45acf6bd172fa002fc3c7058a9f7615e517220aeca27c638"
2564
+ checksum = "d9083c392e884fe09563038ffbaeef6a367fe00df808f0f4ddde2b6e790af461"
2036
2565
  dependencies = [
2037
2566
  "anyhow",
2038
- "indexmap 2.2.6",
2567
+ "indexmap 2.14.0",
2039
2568
  "serde",
2040
2569
  "serde_derive",
2041
2570
  "serde_json",
2042
2571
  "spdx",
2043
- "wasm-encoder 0.216.0",
2044
- "wasmparser 0.216.0",
2572
+ "wasm-encoder 0.216.1",
2573
+ "wasmparser 0.216.1",
2574
+ ]
2575
+
2576
+ [[package]]
2577
+ name = "wasm-metadata"
2578
+ version = "0.244.0"
2579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2580
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
2581
+ dependencies = [
2582
+ "anyhow",
2583
+ "indexmap 2.14.0",
2584
+ "wasm-encoder 0.244.0",
2585
+ "wasmparser 0.244.0",
2045
2586
  ]
2046
2587
 
2047
2588
  [[package]]
@@ -2052,177 +2593,217 @@ checksum = "449167e2832691a1bff24cde28d2804e90e09586a448c8e76984792c44334a6b"
2052
2593
 
2053
2594
  [[package]]
2054
2595
  name = "wasmparser"
2055
- version = "0.201.0"
2596
+ version = "0.212.0"
2056
2597
  source = "registry+https://github.com/rust-lang/crates.io-index"
2057
- checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
2598
+ checksum = "8d28bc49ba1e5c5b61ffa7a2eace10820443c4b7d1c0b144109261d14570fdf8"
2058
2599
  dependencies = [
2059
- "bitflags 2.5.0",
2060
- "indexmap 2.2.6",
2600
+ "ahash",
2601
+ "bitflags 2.11.0",
2602
+ "hashbrown 0.14.5",
2603
+ "indexmap 2.14.0",
2061
2604
  "semver",
2062
2605
  ]
2063
2606
 
2064
2607
  [[package]]
2065
2608
  name = "wasmparser"
2066
- version = "0.202.0"
2609
+ version = "0.216.1"
2067
2610
  source = "registry+https://github.com/rust-lang/crates.io-index"
2068
- checksum = "d6998515d3cf3f8b980ef7c11b29a9b1017d4cf86b99ae93b546992df9931413"
2611
+ checksum = "1cc7c63191ae61c70befbe6045b9be65ef2082fa89421a386ae172cb1e08e92d"
2069
2612
  dependencies = [
2070
- "bitflags 2.5.0",
2071
- "indexmap 2.2.6",
2613
+ "ahash",
2614
+ "bitflags 2.11.0",
2615
+ "hashbrown 0.14.5",
2616
+ "indexmap 2.14.0",
2072
2617
  "semver",
2073
2618
  ]
2074
2619
 
2075
2620
  [[package]]
2076
2621
  name = "wasmparser"
2077
- version = "0.212.0"
2622
+ version = "0.219.2"
2078
2623
  source = "registry+https://github.com/rust-lang/crates.io-index"
2079
- checksum = "8d28bc49ba1e5c5b61ffa7a2eace10820443c4b7d1c0b144109261d14570fdf8"
2624
+ checksum = "5220ee4c6ffcc0cb9d7c47398052203bc902c8ef3985b0c8134118440c0b2921"
2080
2625
  dependencies = [
2081
2626
  "ahash",
2082
- "bitflags 2.5.0",
2627
+ "bitflags 2.11.0",
2083
2628
  "hashbrown 0.14.5",
2084
- "indexmap 2.2.6",
2629
+ "indexmap 2.14.0",
2630
+ "semver",
2631
+ ]
2632
+
2633
+ [[package]]
2634
+ name = "wasmparser"
2635
+ version = "0.243.0"
2636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2637
+ checksum = "f6d8db401b0528ec316dfbe579e6ab4152d61739cfe076706d2009127970159d"
2638
+ dependencies = [
2639
+ "bitflags 2.11.0",
2640
+ "hashbrown 0.15.5",
2641
+ "indexmap 2.14.0",
2085
2642
  "semver",
2086
2643
  "serde",
2087
2644
  ]
2088
2645
 
2089
2646
  [[package]]
2090
2647
  name = "wasmparser"
2091
- version = "0.216.0"
2648
+ version = "0.244.0"
2092
2649
  source = "registry+https://github.com/rust-lang/crates.io-index"
2093
- checksum = "bcdee6bea3619d311fb4b299721e89a986c3470f804b6d534340e412589028e3"
2650
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
2094
2651
  dependencies = [
2095
- "ahash",
2096
- "bitflags 2.5.0",
2097
- "hashbrown 0.14.5",
2098
- "indexmap 2.2.6",
2652
+ "bitflags 2.11.0",
2653
+ "hashbrown 0.15.5",
2654
+ "indexmap 2.14.0",
2099
2655
  "semver",
2100
2656
  ]
2101
2657
 
2102
2658
  [[package]]
2103
2659
  name = "wasmparser"
2104
- version = "0.219.1"
2660
+ version = "0.246.2"
2105
2661
  source = "registry+https://github.com/rust-lang/crates.io-index"
2106
- checksum = "5c771866898879073c53b565a6c7b49953795159836714ac56a5befb581227c5"
2662
+ checksum = "71cde4757396defafd25417cfb36aa3161027d06d865b0c24baaae229aac005d"
2107
2663
  dependencies = [
2108
- "ahash",
2109
- "bitflags 2.5.0",
2110
- "hashbrown 0.14.5",
2111
- "indexmap 2.2.6",
2664
+ "bitflags 2.11.0",
2665
+ "indexmap 2.14.0",
2112
2666
  "semver",
2113
2667
  ]
2114
2668
 
2115
2669
  [[package]]
2116
2670
  name = "wasmprinter"
2117
- version = "0.201.0"
2671
+ version = "0.243.0"
2118
2672
  source = "registry+https://github.com/rust-lang/crates.io-index"
2119
- checksum = "a67e66da702706ba08729a78e3c0079085f6bfcb1a62e4799e97bbf728c2c265"
2673
+ checksum = "eb2b6035559e146114c29a909a3232928ee488d6507a1504d8934e8607b36d7b"
2120
2674
  dependencies = [
2121
2675
  "anyhow",
2122
- "wasmparser 0.201.0",
2676
+ "termcolor",
2677
+ "wasmparser 0.243.0",
2123
2678
  ]
2124
2679
 
2125
2680
  [[package]]
2126
2681
  name = "wasmtime"
2127
- version = "19.0.2"
2682
+ version = "40.0.4"
2128
2683
  source = "registry+https://github.com/rust-lang/crates.io-index"
2129
- checksum = "4e300c0e3f19dc9064e3b17ce661088646c70dbdde36aab46470ed68ba58db7d"
2684
+ checksum = "0702b64d4c3fe43ae4ce229e06af06a27783e48c519e68586d180717cdd24314"
2130
2685
  dependencies = [
2131
2686
  "addr2line",
2132
2687
  "anyhow",
2133
2688
  "async-trait",
2134
- "bincode",
2689
+ "bitflags 2.11.0",
2135
2690
  "bumpalo",
2691
+ "cc",
2136
2692
  "cfg-if",
2137
2693
  "encoding_rs",
2138
- "fxprof-processed-profile",
2139
- "gimli 0.28.1",
2140
- "indexmap 2.2.6",
2141
- "ittapi",
2694
+ "futures",
2695
+ "gimli 0.32.3",
2696
+ "hashbrown 0.15.5",
2697
+ "indexmap 2.14.0",
2142
2698
  "libc",
2143
2699
  "log",
2700
+ "mach2",
2701
+ "memfd",
2144
2702
  "object",
2145
2703
  "once_cell",
2146
- "paste",
2704
+ "postcard",
2705
+ "pulley-interpreter",
2147
2706
  "rayon",
2148
- "rustix",
2707
+ "rustix 1.1.4",
2149
2708
  "semver",
2150
2709
  "serde",
2151
2710
  "serde_derive",
2152
- "serde_json",
2711
+ "smallvec",
2153
2712
  "target-lexicon",
2154
- "wasm-encoder 0.201.0",
2155
- "wasmparser 0.201.0",
2156
- "wasmtime-cache",
2157
- "wasmtime-component-macro",
2158
- "wasmtime-component-util",
2159
- "wasmtime-cranelift",
2713
+ "tempfile",
2714
+ "wasm-compose 0.243.0",
2715
+ "wasm-encoder 0.243.0",
2716
+ "wasmparser 0.243.0",
2160
2717
  "wasmtime-environ",
2161
- "wasmtime-fiber",
2162
- "wasmtime-jit-debug",
2163
- "wasmtime-jit-icache-coherence",
2164
- "wasmtime-runtime",
2165
- "wasmtime-slab",
2166
- "wasmtime-winch",
2718
+ "wasmtime-internal-cache",
2719
+ "wasmtime-internal-component-macro",
2720
+ "wasmtime-internal-component-util",
2721
+ "wasmtime-internal-cranelift",
2722
+ "wasmtime-internal-fiber",
2723
+ "wasmtime-internal-jit-debug",
2724
+ "wasmtime-internal-jit-icache-coherence",
2725
+ "wasmtime-internal-math",
2726
+ "wasmtime-internal-slab",
2727
+ "wasmtime-internal-unwinder",
2728
+ "wasmtime-internal-versioned-export-macros",
2729
+ "wasmtime-internal-winch",
2167
2730
  "wat",
2168
- "windows-sys",
2731
+ "windows-sys 0.61.2",
2169
2732
  ]
2170
2733
 
2171
2734
  [[package]]
2172
- name = "wasmtime-asm-macros"
2173
- version = "19.0.2"
2735
+ name = "wasmtime-environ"
2736
+ version = "40.0.4"
2174
2737
  source = "registry+https://github.com/rust-lang/crates.io-index"
2175
- checksum = "110aa598e02a136fb095ca70fa96367fc16bab55256a131e66f9b58f16c73daf"
2738
+ checksum = "3ffeb777a21965a85e4b1ce7b308c63ba130df91912096b49b95523bf3bdd2c7"
2176
2739
  dependencies = [
2177
- "cfg-if",
2740
+ "anyhow",
2741
+ "cpp_demangle",
2742
+ "cranelift-bitset",
2743
+ "cranelift-entity",
2744
+ "gimli 0.32.3",
2745
+ "indexmap 2.14.0",
2746
+ "log",
2747
+ "object",
2748
+ "postcard",
2749
+ "rustc-demangle",
2750
+ "semver",
2751
+ "serde",
2752
+ "serde_derive",
2753
+ "smallvec",
2754
+ "target-lexicon",
2755
+ "wasm-encoder 0.243.0",
2756
+ "wasmparser 0.243.0",
2757
+ "wasmprinter",
2758
+ "wasmtime-internal-component-util",
2178
2759
  ]
2179
2760
 
2180
2761
  [[package]]
2181
- name = "wasmtime-cache"
2182
- version = "19.0.2"
2762
+ name = "wasmtime-internal-cache"
2763
+ version = "40.0.4"
2183
2764
  source = "registry+https://github.com/rust-lang/crates.io-index"
2184
- checksum = "c4e660537b0ac2fc76917fb0cc9d403d2448b6983a84e59c51f7fea7b7dae024"
2765
+ checksum = "bf419cf9b748d443be7aead0fc85c36dcdfdb4bbbd8203b3cf47179d6de4b0dd"
2185
2766
  dependencies = [
2186
2767
  "anyhow",
2187
2768
  "base64",
2188
- "bincode",
2189
2769
  "directories-next",
2190
2770
  "log",
2191
- "rustix",
2771
+ "postcard",
2772
+ "rustix 1.1.4",
2192
2773
  "serde",
2193
2774
  "serde_derive",
2194
2775
  "sha2",
2195
- "toml",
2196
- "windows-sys",
2776
+ "toml 0.9.12+spec-1.1.0",
2777
+ "windows-sys 0.61.2",
2197
2778
  "zstd",
2198
2779
  ]
2199
2780
 
2200
2781
  [[package]]
2201
- name = "wasmtime-component-macro"
2202
- version = "19.0.2"
2782
+ name = "wasmtime-internal-component-macro"
2783
+ version = "40.0.4"
2203
2784
  source = "registry+https://github.com/rust-lang/crates.io-index"
2204
- checksum = "091f32ce586251ac4d07019388fb665b010d9518ffe47be1ddbabb162eed6007"
2785
+ checksum = "935bb8db1e2829bf26b80ed3daeed6cf9fc804f7002c90a8d17dbd5e93c69e0b"
2205
2786
  dependencies = [
2206
2787
  "anyhow",
2207
2788
  "proc-macro2",
2208
2789
  "quote",
2209
- "syn 2.0.66",
2210
- "wasmtime-component-util",
2211
- "wasmtime-wit-bindgen",
2212
- "wit-parser 0.201.0",
2790
+ "syn 2.0.117",
2791
+ "wasmtime-internal-component-util",
2792
+ "wasmtime-internal-wit-bindgen",
2793
+ "wit-parser 0.243.0",
2213
2794
  ]
2214
2795
 
2215
2796
  [[package]]
2216
- name = "wasmtime-component-util"
2217
- version = "19.0.2"
2797
+ name = "wasmtime-internal-component-util"
2798
+ version = "40.0.4"
2218
2799
  source = "registry+https://github.com/rust-lang/crates.io-index"
2219
- checksum = "0dd17dc1ebc0b28fd24b6b9d07638f55b82ae908918ff08fd221f8b0fefa9125"
2800
+ checksum = "52625d0c8fe2df1d7dd96d45d37dae8818c183c183a82b2368e3741ee5253859"
2220
2801
 
2221
2802
  [[package]]
2222
- name = "wasmtime-cranelift"
2223
- version = "19.0.2"
2803
+ name = "wasmtime-internal-cranelift"
2804
+ version = "40.0.4"
2224
2805
  source = "registry+https://github.com/rust-lang/crates.io-index"
2225
- checksum = "e923262451a4b5b39fe02f69f1338d56356db470e289ea1887346b9c7f592738"
2806
+ checksum = "85da1ba5fee01a3ee21c4d0c8052cc9035388639fa091a969b534d4c6f8449d4"
2226
2807
  dependencies = [
2227
2808
  "anyhow",
2228
2809
  "cfg-if",
@@ -2231,192 +2812,185 @@ dependencies = [
2231
2812
  "cranelift-entity",
2232
2813
  "cranelift-frontend",
2233
2814
  "cranelift-native",
2234
- "cranelift-wasm",
2235
- "gimli 0.28.1",
2815
+ "gimli 0.32.3",
2816
+ "itertools 0.14.0",
2236
2817
  "log",
2237
2818
  "object",
2819
+ "pulley-interpreter",
2820
+ "smallvec",
2238
2821
  "target-lexicon",
2239
- "thiserror",
2240
- "wasmparser 0.201.0",
2241
- "wasmtime-cranelift-shared",
2822
+ "thiserror 2.0.18",
2823
+ "wasmparser 0.243.0",
2242
2824
  "wasmtime-environ",
2243
- "wasmtime-versioned-export-macros",
2825
+ "wasmtime-internal-math",
2826
+ "wasmtime-internal-unwinder",
2827
+ "wasmtime-internal-versioned-export-macros",
2244
2828
  ]
2245
2829
 
2246
2830
  [[package]]
2247
- name = "wasmtime-cranelift-shared"
2248
- version = "19.0.2"
2831
+ name = "wasmtime-internal-fiber"
2832
+ version = "40.0.4"
2249
2833
  source = "registry+https://github.com/rust-lang/crates.io-index"
2250
- checksum = "508898cbbea0df81a5d29cfc1c7c72431a1bc4c9e89fd9514b4c868474c05c7a"
2834
+ checksum = "a4c7de5a0872764c1ca640886af10a70cf7f8526386906245b43cdb345ece0e6"
2251
2835
  dependencies = [
2252
2836
  "anyhow",
2253
- "cranelift-codegen",
2254
- "cranelift-control",
2255
- "cranelift-native",
2256
- "gimli 0.28.1",
2257
- "object",
2258
- "target-lexicon",
2259
- "wasmtime-environ",
2837
+ "cc",
2838
+ "cfg-if",
2839
+ "libc",
2840
+ "rustix 1.1.4",
2841
+ "wasmtime-internal-versioned-export-macros",
2842
+ "windows-sys 0.61.2",
2260
2843
  ]
2261
2844
 
2262
2845
  [[package]]
2263
- name = "wasmtime-environ"
2264
- version = "19.0.2"
2846
+ name = "wasmtime-internal-jit-debug"
2847
+ version = "40.0.4"
2265
2848
  source = "registry+https://github.com/rust-lang/crates.io-index"
2266
- checksum = "d7e3f2aa72dbb64c19708646e1ff97650f34e254598b82bad5578ea9c80edd30"
2849
+ checksum = "160acd973d770d62bef1b2697d7fac83a8fe63ef966215e624382b2a9532bd58"
2267
2850
  dependencies = [
2268
- "anyhow",
2269
- "bincode",
2270
- "cpp_demangle",
2271
- "cranelift-entity",
2272
- "gimli 0.28.1",
2273
- "indexmap 2.2.6",
2274
- "log",
2275
- "object",
2276
- "rustc-demangle",
2277
- "serde",
2278
- "serde_derive",
2279
- "target-lexicon",
2280
- "thiserror",
2281
- "wasm-encoder 0.201.0",
2282
- "wasmparser 0.201.0",
2283
- "wasmprinter",
2284
- "wasmtime-component-util",
2285
- "wasmtime-types",
2851
+ "cc",
2852
+ "wasmtime-internal-versioned-export-macros",
2286
2853
  ]
2287
2854
 
2288
2855
  [[package]]
2289
- name = "wasmtime-fiber"
2290
- version = "19.0.2"
2856
+ name = "wasmtime-internal-jit-icache-coherence"
2857
+ version = "40.0.4"
2291
2858
  source = "registry+https://github.com/rust-lang/crates.io-index"
2292
- checksum = "9235b643527bcbac808216ed342e1fba324c95f14a62762acfa6f2e6ca5edbd6"
2859
+ checksum = "cc57f590ba7ea967ea9e8c8560175c6926e5b15d11c29bbde3ad0013a29470eb"
2293
2860
  dependencies = [
2294
2861
  "anyhow",
2295
- "cc",
2296
2862
  "cfg-if",
2297
- "rustix",
2298
- "wasmtime-asm-macros",
2299
- "wasmtime-versioned-export-macros",
2300
- "windows-sys",
2863
+ "libc",
2864
+ "windows-sys 0.61.2",
2301
2865
  ]
2302
2866
 
2303
2867
  [[package]]
2304
- name = "wasmtime-jit-debug"
2305
- version = "19.0.2"
2868
+ name = "wasmtime-internal-math"
2869
+ version = "40.0.4"
2306
2870
  source = "registry+https://github.com/rust-lang/crates.io-index"
2307
- checksum = "92de34217bf7f0464262adf391a9950eba440f9dfc7d3b0e3209302875c6f65f"
2871
+ checksum = "07612904518d47b677e8db67ca47c16d8c8cefb0099020729f886776950cb58b"
2308
2872
  dependencies = [
2309
- "object",
2310
- "once_cell",
2311
- "rustix",
2312
- "wasmtime-versioned-export-macros",
2873
+ "libm",
2313
2874
  ]
2314
2875
 
2315
2876
  [[package]]
2316
- name = "wasmtime-jit-icache-coherence"
2317
- version = "19.0.2"
2877
+ name = "wasmtime-internal-slab"
2878
+ version = "40.0.4"
2318
2879
  source = "registry+https://github.com/rust-lang/crates.io-index"
2319
- checksum = "c22ca2ef4d87b23d400660373453e274b2251bc2d674e3102497f690135e04b0"
2320
- dependencies = [
2321
- "cfg-if",
2322
- "libc",
2323
- "windows-sys",
2324
- ]
2880
+ checksum = "bc83ff16531e1e1537e0de2b630af56a0a9e1fab864130c5b7e213da71783a0f"
2325
2881
 
2326
2882
  [[package]]
2327
- name = "wasmtime-runtime"
2328
- version = "19.0.2"
2883
+ name = "wasmtime-internal-unwinder"
2884
+ version = "40.0.4"
2329
2885
  source = "registry+https://github.com/rust-lang/crates.io-index"
2330
- checksum = "1806ee242ca4fd183309b7406e4e83ae7739b7569f395d56700de7c7ef9f5eb8"
2886
+ checksum = "47371d697244785e4bbb371229f9a2daa8628d1e03368ec895cf658370e1bf38"
2331
2887
  dependencies = [
2332
2888
  "anyhow",
2333
- "cc",
2334
2889
  "cfg-if",
2335
- "encoding_rs",
2336
- "indexmap 2.2.6",
2337
- "libc",
2890
+ "cranelift-codegen",
2338
2891
  "log",
2339
- "mach",
2340
- "memfd",
2341
- "memoffset",
2342
- "paste",
2343
- "psm",
2344
- "rustix",
2345
- "sptr",
2346
- "wasm-encoder 0.201.0",
2347
- "wasmtime-asm-macros",
2348
- "wasmtime-environ",
2349
- "wasmtime-fiber",
2350
- "wasmtime-jit-debug",
2351
- "wasmtime-versioned-export-macros",
2352
- "wasmtime-wmemcheck",
2353
- "windows-sys",
2892
+ "object",
2354
2893
  ]
2355
2894
 
2356
2895
  [[package]]
2357
- name = "wasmtime-slab"
2358
- version = "19.0.2"
2896
+ name = "wasmtime-internal-versioned-export-macros"
2897
+ version = "40.0.4"
2359
2898
  source = "registry+https://github.com/rust-lang/crates.io-index"
2360
- checksum = "20c58bef9ce877fd06acb58f08d003af17cb05cc51225b455e999fbad8e584c0"
2899
+ checksum = "ad3cd4aff8f2e7ec658c7a0424b74ad88a6940505303fb0616323592a1c400a6"
2900
+ dependencies = [
2901
+ "proc-macro2",
2902
+ "quote",
2903
+ "syn 2.0.117",
2904
+ ]
2361
2905
 
2362
2906
  [[package]]
2363
- name = "wasmtime-types"
2364
- version = "19.0.2"
2907
+ name = "wasmtime-internal-winch"
2908
+ version = "40.0.4"
2365
2909
  source = "registry+https://github.com/rust-lang/crates.io-index"
2366
- checksum = "cebe297aa063136d9d2e5b347c1528868aa43c2c8d0e1eb0eec144567e38fe0f"
2910
+ checksum = "fc4d1e6a37b397aa0a16b3b7f3a48f317d73c81ac7801be1fa9a135f30c55421"
2367
2911
  dependencies = [
2368
- "cranelift-entity",
2369
- "serde",
2370
- "serde_derive",
2371
- "thiserror",
2372
- "wasmparser 0.201.0",
2912
+ "anyhow",
2913
+ "cranelift-codegen",
2914
+ "gimli 0.32.3",
2915
+ "log",
2916
+ "object",
2917
+ "target-lexicon",
2918
+ "wasmparser 0.243.0",
2919
+ "wasmtime-environ",
2920
+ "wasmtime-internal-cranelift",
2921
+ "winch-codegen",
2373
2922
  ]
2374
2923
 
2375
2924
  [[package]]
2376
- name = "wasmtime-versioned-export-macros"
2377
- version = "19.0.2"
2925
+ name = "wasmtime-internal-wit-bindgen"
2926
+ version = "40.0.4"
2378
2927
  source = "registry+https://github.com/rust-lang/crates.io-index"
2379
- checksum = "ffaafa5c12355b1a9ee068e9295d50c4ca0a400c721950cdae4f5b54391a2da5"
2928
+ checksum = "73a5774737acccdc70ff27bbe9e09c45b156bd7792bb83906735a572ce122247"
2380
2929
  dependencies = [
2381
- "proc-macro2",
2382
- "quote",
2383
- "syn 2.0.66",
2930
+ "anyhow",
2931
+ "bitflags 2.11.0",
2932
+ "heck 0.5.0",
2933
+ "indexmap 2.14.0",
2934
+ "wit-parser 0.243.0",
2384
2935
  ]
2385
2936
 
2386
2937
  [[package]]
2387
- name = "wasmtime-winch"
2388
- version = "19.0.2"
2938
+ name = "wasmtime-wasi"
2939
+ version = "40.0.4"
2389
2940
  source = "registry+https://github.com/rust-lang/crates.io-index"
2390
- checksum = "d618b4e90d3f259b1b77411ce573c9f74aade561957102132e169918aabdc863"
2941
+ checksum = "f5c825ed750834739f6c09d2e94746d9029e69db754a575a813c90877555f775"
2391
2942
  dependencies = [
2392
2943
  "anyhow",
2393
- "cranelift-codegen",
2394
- "gimli 0.28.1",
2395
- "object",
2396
- "target-lexicon",
2397
- "wasmparser 0.201.0",
2398
- "wasmtime-cranelift-shared",
2399
- "wasmtime-environ",
2400
- "winch-codegen",
2944
+ "async-trait",
2945
+ "bitflags 2.11.0",
2946
+ "bytes",
2947
+ "cap-fs-ext",
2948
+ "cap-net-ext",
2949
+ "cap-rand",
2950
+ "cap-std",
2951
+ "cap-time-ext",
2952
+ "fs-set-times",
2953
+ "futures",
2954
+ "io-extras",
2955
+ "io-lifetimes",
2956
+ "rustix 1.1.4",
2957
+ "system-interface",
2958
+ "thiserror 2.0.18",
2959
+ "tokio",
2960
+ "tracing",
2961
+ "url",
2962
+ "wasmtime",
2963
+ "wasmtime-wasi-io",
2964
+ "wiggle",
2965
+ "windows-sys 0.61.2",
2401
2966
  ]
2402
2967
 
2403
2968
  [[package]]
2404
- name = "wasmtime-wit-bindgen"
2405
- version = "19.0.2"
2969
+ name = "wasmtime-wasi-io"
2970
+ version = "40.0.4"
2406
2971
  source = "registry+https://github.com/rust-lang/crates.io-index"
2407
- checksum = "7c7a253c8505edd7493603e548bff3af937b0b7dbf2b498bd5ff2131b651af72"
2972
+ checksum = "27bd98085eaa9bd0591b45709f7b3e5d9ca4962eb4b6dcf7b7a10d791a0e0495"
2408
2973
  dependencies = [
2409
2974
  "anyhow",
2410
- "heck 0.4.1",
2411
- "indexmap 2.2.6",
2412
- "wit-parser 0.201.0",
2975
+ "async-trait",
2976
+ "bytes",
2977
+ "futures",
2978
+ "wasmtime",
2413
2979
  ]
2414
2980
 
2415
2981
  [[package]]
2416
- name = "wasmtime-wmemcheck"
2417
- version = "19.0.2"
2982
+ name = "wasmtime-wizer"
2983
+ version = "40.0.4"
2418
2984
  source = "registry+https://github.com/rust-lang/crates.io-index"
2419
- checksum = "c9a8c62e9df8322b2166d2a6f096fbec195ddb093748fd74170dcf25ef596769"
2985
+ checksum = "09f90e41b6e5fad6f5ff4431dd910cd3af6f5ccfec34f3389c710b83e756794b"
2986
+ dependencies = [
2987
+ "anyhow",
2988
+ "log",
2989
+ "rayon",
2990
+ "wasm-encoder 0.243.0",
2991
+ "wasmparser 0.243.0",
2992
+ "wasmtime",
2993
+ ]
2420
2994
 
2421
2995
  [[package]]
2422
2996
  name = "wast"
@@ -2429,36 +3003,35 @@ dependencies = [
2429
3003
 
2430
3004
  [[package]]
2431
3005
  name = "wast"
2432
- version = "219.0.1"
3006
+ version = "246.0.2"
2433
3007
  source = "registry+https://github.com/rust-lang/crates.io-index"
2434
- checksum = "4f79a9d9df79986a68689a6b40bcc8d5d40d807487b235bebc2ac69a242b54a1"
3008
+ checksum = "fe3fe8e3bf88ad96d031b4181ddbd64634b17cb0d06dfc3de589ef43591a9a62"
2435
3009
  dependencies = [
2436
3010
  "bumpalo",
2437
- "leb128",
3011
+ "leb128fmt",
2438
3012
  "memchr",
2439
- "unicode-width",
2440
- "wasm-encoder 0.219.1",
3013
+ "unicode-width 0.2.2",
3014
+ "wasm-encoder 0.246.2",
2441
3015
  ]
2442
3016
 
2443
3017
  [[package]]
2444
3018
  name = "wat"
2445
- version = "1.219.1"
3019
+ version = "1.246.2"
2446
3020
  source = "registry+https://github.com/rust-lang/crates.io-index"
2447
- checksum = "8bc3cf014fb336883a411cd662f987abf6a1d2a27f2f0008616a0070bbf6bd0d"
3021
+ checksum = "4bd7fda1199b94fff395c2d19a153f05dbe7807630316fa9673367666fd2ad8c"
2448
3022
  dependencies = [
2449
- "wast 219.0.1",
3023
+ "wast 246.0.2",
2450
3024
  ]
2451
3025
 
2452
3026
  [[package]]
2453
3027
  name = "wiggle"
2454
- version = "19.0.2"
3028
+ version = "40.0.4"
2455
3029
  source = "registry+https://github.com/rust-lang/crates.io-index"
2456
- checksum = "899d3fe5fbacd02f114cacdaa1cca9040280c4153c71833a77b9609c60ccf72b"
3030
+ checksum = "423723320a4e8d9bd68b9f38967b9fe6463d2325818c39000303655840cac865"
2457
3031
  dependencies = [
2458
3032
  "anyhow",
2459
- "async-trait",
2460
- "bitflags 2.5.0",
2461
- "thiserror",
3033
+ "bitflags 2.11.0",
3034
+ "thiserror 2.0.18",
2462
3035
  "tracing",
2463
3036
  "wasmtime",
2464
3037
  "wiggle-macro",
@@ -2466,28 +3039,27 @@ dependencies = [
2466
3039
 
2467
3040
  [[package]]
2468
3041
  name = "wiggle-generate"
2469
- version = "19.0.2"
3042
+ version = "40.0.4"
2470
3043
  source = "registry+https://github.com/rust-lang/crates.io-index"
2471
- checksum = "2df5887f452cff44ffe1e1aba69b7fafe812deed38498446fa7a46b55e962cd5"
3044
+ checksum = "4041175b142d6641489ba2bbb01caafd6bde3d6c104e6858c3dd15cfefe039f6"
2472
3045
  dependencies = [
2473
3046
  "anyhow",
2474
- "heck 0.4.1",
3047
+ "heck 0.5.0",
2475
3048
  "proc-macro2",
2476
3049
  "quote",
2477
- "shellexpand",
2478
- "syn 2.0.66",
3050
+ "syn 2.0.117",
2479
3051
  "witx",
2480
3052
  ]
2481
3053
 
2482
3054
  [[package]]
2483
3055
  name = "wiggle-macro"
2484
- version = "19.0.2"
3056
+ version = "40.0.4"
2485
3057
  source = "registry+https://github.com/rust-lang/crates.io-index"
2486
- checksum = "acdb12de36507498abaa3a042f895a43ee00a2f6125b6901b9a27edf72bfdbe7"
3058
+ checksum = "24c23696feb7a481eb6d627594bd46e03c5e12b57ce0f26da15d731bf831cb3c"
2487
3059
  dependencies = [
2488
3060
  "proc-macro2",
2489
3061
  "quote",
2490
- "syn 2.0.66",
3062
+ "syn 2.0.117",
2491
3063
  "wiggle-generate",
2492
3064
  ]
2493
3065
 
@@ -2507,6 +3079,15 @@ version = "0.4.0"
2507
3079
  source = "registry+https://github.com/rust-lang/crates.io-index"
2508
3080
  checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2509
3081
 
3082
+ [[package]]
3083
+ name = "winapi-util"
3084
+ version = "0.1.11"
3085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3086
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
3087
+ dependencies = [
3088
+ "windows-sys 0.61.2",
3089
+ ]
3090
+
2510
3091
  [[package]]
2511
3092
  name = "winapi-x86_64-pc-windows-gnu"
2512
3093
  version = "0.4.0"
@@ -2515,43 +3096,106 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2515
3096
 
2516
3097
  [[package]]
2517
3098
  name = "winch-codegen"
2518
- version = "0.17.2"
3099
+ version = "40.0.4"
2519
3100
  source = "registry+https://github.com/rust-lang/crates.io-index"
2520
- checksum = "2d15869abc9e3bb29c017c003dbe007a08e9910e8ff9023a962aa13c1b2ee6af"
3101
+ checksum = "dcca3ffe030cc6fe77f2055c19d850bcb2c2589fa6ddc7a8ebb446f7c2b1e715"
2521
3102
  dependencies = [
2522
3103
  "anyhow",
3104
+ "cranelift-assembler-x64",
2523
3105
  "cranelift-codegen",
2524
- "gimli 0.28.1",
3106
+ "gimli 0.32.3",
2525
3107
  "regalloc2",
2526
3108
  "smallvec",
2527
3109
  "target-lexicon",
2528
- "wasmparser 0.201.0",
3110
+ "thiserror 2.0.18",
3111
+ "wasmparser 0.243.0",
2529
3112
  "wasmtime-environ",
3113
+ "wasmtime-internal-cranelift",
3114
+ "wasmtime-internal-math",
2530
3115
  ]
2531
3116
 
2532
3117
  [[package]]
2533
3118
  name = "windows-core"
2534
- version = "0.52.0"
3119
+ version = "0.62.2"
2535
3120
  source = "registry+https://github.com/rust-lang/crates.io-index"
2536
- checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
3121
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2537
3122
  dependencies = [
2538
- "windows-targets",
3123
+ "windows-implement",
3124
+ "windows-interface",
3125
+ "windows-link",
3126
+ "windows-result",
3127
+ "windows-strings",
3128
+ ]
3129
+
3130
+ [[package]]
3131
+ name = "windows-implement"
3132
+ version = "0.60.2"
3133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3134
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
3135
+ dependencies = [
3136
+ "proc-macro2",
3137
+ "quote",
3138
+ "syn 2.0.117",
3139
+ ]
3140
+
3141
+ [[package]]
3142
+ name = "windows-interface"
3143
+ version = "0.59.3"
3144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3145
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
3146
+ dependencies = [
3147
+ "proc-macro2",
3148
+ "quote",
3149
+ "syn 2.0.117",
3150
+ ]
3151
+
3152
+ [[package]]
3153
+ name = "windows-link"
3154
+ version = "0.2.1"
3155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3156
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3157
+
3158
+ [[package]]
3159
+ name = "windows-result"
3160
+ version = "0.4.1"
3161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3162
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
3163
+ dependencies = [
3164
+ "windows-link",
3165
+ ]
3166
+
3167
+ [[package]]
3168
+ name = "windows-strings"
3169
+ version = "0.5.1"
3170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3171
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
3172
+ dependencies = [
3173
+ "windows-link",
2539
3174
  ]
2540
3175
 
2541
3176
  [[package]]
2542
3177
  name = "windows-sys"
2543
- version = "0.52.0"
3178
+ version = "0.59.0"
2544
3179
  source = "registry+https://github.com/rust-lang/crates.io-index"
2545
- checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3180
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2546
3181
  dependencies = [
2547
3182
  "windows-targets",
2548
3183
  ]
2549
3184
 
3185
+ [[package]]
3186
+ name = "windows-sys"
3187
+ version = "0.61.2"
3188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3189
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3190
+ dependencies = [
3191
+ "windows-link",
3192
+ ]
3193
+
2550
3194
  [[package]]
2551
3195
  name = "windows-targets"
2552
- version = "0.52.5"
3196
+ version = "0.52.6"
2553
3197
  source = "registry+https://github.com/rust-lang/crates.io-index"
2554
- checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
3198
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2555
3199
  dependencies = [
2556
3200
  "windows_aarch64_gnullvm",
2557
3201
  "windows_aarch64_msvc",
@@ -2565,69 +3209,126 @@ dependencies = [
2565
3209
 
2566
3210
  [[package]]
2567
3211
  name = "windows_aarch64_gnullvm"
2568
- version = "0.52.5"
3212
+ version = "0.52.6"
2569
3213
  source = "registry+https://github.com/rust-lang/crates.io-index"
2570
- checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
3214
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2571
3215
 
2572
3216
  [[package]]
2573
3217
  name = "windows_aarch64_msvc"
2574
- version = "0.52.5"
3218
+ version = "0.52.6"
2575
3219
  source = "registry+https://github.com/rust-lang/crates.io-index"
2576
- checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
3220
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2577
3221
 
2578
3222
  [[package]]
2579
3223
  name = "windows_i686_gnu"
2580
- version = "0.52.5"
3224
+ version = "0.52.6"
2581
3225
  source = "registry+https://github.com/rust-lang/crates.io-index"
2582
- checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
3226
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2583
3227
 
2584
3228
  [[package]]
2585
3229
  name = "windows_i686_gnullvm"
2586
- version = "0.52.5"
3230
+ version = "0.52.6"
2587
3231
  source = "registry+https://github.com/rust-lang/crates.io-index"
2588
- checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
3232
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2589
3233
 
2590
3234
  [[package]]
2591
3235
  name = "windows_i686_msvc"
2592
- version = "0.52.5"
3236
+ version = "0.52.6"
2593
3237
  source = "registry+https://github.com/rust-lang/crates.io-index"
2594
- checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
3238
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2595
3239
 
2596
3240
  [[package]]
2597
3241
  name = "windows_x86_64_gnu"
2598
- version = "0.52.5"
3242
+ version = "0.52.6"
2599
3243
  source = "registry+https://github.com/rust-lang/crates.io-index"
2600
- checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
3244
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2601
3245
 
2602
3246
  [[package]]
2603
3247
  name = "windows_x86_64_gnullvm"
2604
- version = "0.52.5"
3248
+ version = "0.52.6"
2605
3249
  source = "registry+https://github.com/rust-lang/crates.io-index"
2606
- checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
3250
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2607
3251
 
2608
3252
  [[package]]
2609
3253
  name = "windows_x86_64_msvc"
2610
- version = "0.52.5"
3254
+ version = "0.52.6"
2611
3255
  source = "registry+https://github.com/rust-lang/crates.io-index"
2612
- checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
3256
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2613
3257
 
2614
3258
  [[package]]
2615
3259
  name = "winnow"
2616
- version = "0.6.13"
3260
+ version = "0.7.15"
2617
3261
  source = "registry+https://github.com/rust-lang/crates.io-index"
2618
- checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1"
3262
+ checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
2619
3263
  dependencies = [
2620
3264
  "memchr",
2621
3265
  ]
2622
3266
 
3267
+ [[package]]
3268
+ name = "winnow"
3269
+ version = "1.0.1"
3270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3271
+ checksum = "09dac053f1cd375980747450bfc7250c264eaae0583872e845c0c7cd578872b5"
3272
+
2623
3273
  [[package]]
2624
3274
  name = "winx"
2625
- version = "0.36.3"
3275
+ version = "0.36.4"
3276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3277
+ checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
3278
+ dependencies = [
3279
+ "bitflags 2.11.0",
3280
+ "windows-sys 0.59.0",
3281
+ ]
3282
+
3283
+ [[package]]
3284
+ name = "wit-bindgen"
3285
+ version = "0.51.0"
2626
3286
  source = "registry+https://github.com/rust-lang/crates.io-index"
2627
- checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
3287
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2628
3288
  dependencies = [
2629
- "bitflags 2.5.0",
2630
- "windows-sys",
3289
+ "wit-bindgen-rust-macro",
3290
+ ]
3291
+
3292
+ [[package]]
3293
+ name = "wit-bindgen-core"
3294
+ version = "0.51.0"
3295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3296
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
3297
+ dependencies = [
3298
+ "anyhow",
3299
+ "heck 0.5.0",
3300
+ "wit-parser 0.244.0",
3301
+ ]
3302
+
3303
+ [[package]]
3304
+ name = "wit-bindgen-rust"
3305
+ version = "0.51.0"
3306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3307
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
3308
+ dependencies = [
3309
+ "anyhow",
3310
+ "heck 0.5.0",
3311
+ "indexmap 2.14.0",
3312
+ "prettyplease",
3313
+ "syn 2.0.117",
3314
+ "wasm-metadata 0.244.0",
3315
+ "wit-bindgen-core",
3316
+ "wit-component 0.244.0",
3317
+ ]
3318
+
3319
+ [[package]]
3320
+ name = "wit-bindgen-rust-macro"
3321
+ version = "0.51.0"
3322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3323
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
3324
+ dependencies = [
3325
+ "anyhow",
3326
+ "prettyplease",
3327
+ "proc-macro2",
3328
+ "quote",
3329
+ "syn 2.0.117",
3330
+ "wit-bindgen-core",
3331
+ "wit-bindgen-rust",
2631
3332
  ]
2632
3333
 
2633
3334
  [[package]]
@@ -2637,8 +3338,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2637
3338
  checksum = "8ed5b0f9fc3d6424787d2a49e1142bf954ae4f26ee891992c144f0cfd68c4b7f"
2638
3339
  dependencies = [
2639
3340
  "anyhow",
2640
- "bitflags 2.5.0",
2641
- "indexmap 2.2.6",
3341
+ "bitflags 2.11.0",
3342
+ "indexmap 2.14.0",
2642
3343
  "log",
2643
3344
  "serde",
2644
3345
  "serde_derive",
@@ -2651,75 +3352,112 @@ dependencies = [
2651
3352
 
2652
3353
  [[package]]
2653
3354
  name = "wit-component"
2654
- version = "0.216.0"
3355
+ version = "0.216.1"
3356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3357
+ checksum = "a48c42cb814ed4d7fd7163d5d898ce1197569332337d3e6033ca3272e732f77d"
3358
+ dependencies = [
3359
+ "anyhow",
3360
+ "bitflags 2.11.0",
3361
+ "indexmap 2.14.0",
3362
+ "log",
3363
+ "serde",
3364
+ "serde_derive",
3365
+ "serde_json",
3366
+ "wasm-encoder 0.216.1",
3367
+ "wasm-metadata 0.216.1",
3368
+ "wasmparser 0.216.1",
3369
+ "wit-parser 0.216.1",
3370
+ ]
3371
+
3372
+ [[package]]
3373
+ name = "wit-component"
3374
+ version = "0.244.0"
2655
3375
  source = "registry+https://github.com/rust-lang/crates.io-index"
2656
- checksum = "7e2ca3ece38ea2447a9069b43074ba73d96dde1944cba276c54e41371745f9dc"
3376
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
2657
3377
  dependencies = [
2658
3378
  "anyhow",
2659
- "bitflags 2.5.0",
2660
- "indexmap 2.2.6",
3379
+ "bitflags 2.11.0",
3380
+ "indexmap 2.14.0",
2661
3381
  "log",
2662
3382
  "serde",
2663
3383
  "serde_derive",
2664
3384
  "serde_json",
2665
- "wasm-encoder 0.216.0",
2666
- "wasm-metadata 0.216.0",
2667
- "wasmparser 0.216.0",
2668
- "wit-parser 0.216.0",
3385
+ "wasm-encoder 0.244.0",
3386
+ "wasm-metadata 0.244.0",
3387
+ "wasmparser 0.244.0",
3388
+ "wit-parser 0.244.0",
2669
3389
  ]
2670
3390
 
2671
3391
  [[package]]
2672
3392
  name = "wit-parser"
2673
- version = "0.201.0"
3393
+ version = "0.212.0"
2674
3394
  source = "registry+https://github.com/rust-lang/crates.io-index"
2675
- checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
3395
+ checksum = "ceeb0424aa8679f3fcf2d6e3cfa381f3d6fa6179976a2c05a6249dd2bb426716"
2676
3396
  dependencies = [
2677
3397
  "anyhow",
2678
3398
  "id-arena",
2679
- "indexmap 2.2.6",
3399
+ "indexmap 2.14.0",
2680
3400
  "log",
2681
3401
  "semver",
2682
3402
  "serde",
2683
3403
  "serde_derive",
2684
3404
  "serde_json",
2685
3405
  "unicode-xid",
2686
- "wasmparser 0.201.0",
3406
+ "wasmparser 0.212.0",
2687
3407
  ]
2688
3408
 
2689
3409
  [[package]]
2690
3410
  name = "wit-parser"
2691
- version = "0.212.0"
3411
+ version = "0.216.1"
2692
3412
  source = "registry+https://github.com/rust-lang/crates.io-index"
2693
- checksum = "ceeb0424aa8679f3fcf2d6e3cfa381f3d6fa6179976a2c05a6249dd2bb426716"
3413
+ checksum = "01dbe6d583f32e9ff8309350112b6e4baa883486355476793bb719b15e5c971e"
2694
3414
  dependencies = [
2695
3415
  "anyhow",
2696
3416
  "id-arena",
2697
- "indexmap 2.2.6",
3417
+ "indexmap 2.14.0",
2698
3418
  "log",
2699
3419
  "semver",
2700
3420
  "serde",
2701
3421
  "serde_derive",
2702
3422
  "serde_json",
2703
3423
  "unicode-xid",
2704
- "wasmparser 0.212.0",
3424
+ "wasmparser 0.216.1",
2705
3425
  ]
2706
3426
 
2707
3427
  [[package]]
2708
3428
  name = "wit-parser"
2709
- version = "0.216.0"
3429
+ version = "0.243.0"
2710
3430
  source = "registry+https://github.com/rust-lang/crates.io-index"
2711
- checksum = "a4d108165c1167a4ccc8a803dcf5c28e0a51d6739fd228cc7adce768632c764c"
3431
+ checksum = "df983a8608e513d8997f435bb74207bf0933d0e49ca97aa9d8a6157164b9b7fc"
2712
3432
  dependencies = [
2713
3433
  "anyhow",
2714
3434
  "id-arena",
2715
- "indexmap 2.2.6",
3435
+ "indexmap 2.14.0",
2716
3436
  "log",
2717
3437
  "semver",
2718
3438
  "serde",
2719
3439
  "serde_derive",
2720
3440
  "serde_json",
2721
3441
  "unicode-xid",
2722
- "wasmparser 0.216.0",
3442
+ "wasmparser 0.243.0",
3443
+ ]
3444
+
3445
+ [[package]]
3446
+ name = "wit-parser"
3447
+ version = "0.244.0"
3448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3449
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
3450
+ dependencies = [
3451
+ "anyhow",
3452
+ "id-arena",
3453
+ "indexmap 2.14.0",
3454
+ "log",
3455
+ "semver",
3456
+ "serde",
3457
+ "serde_derive",
3458
+ "serde_json",
3459
+ "unicode-xid",
3460
+ "wasmparser 0.244.0",
2723
3461
  ]
2724
3462
 
2725
3463
  [[package]]
@@ -2730,84 +3468,142 @@ checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
2730
3468
  dependencies = [
2731
3469
  "anyhow",
2732
3470
  "log",
2733
- "thiserror",
3471
+ "thiserror 1.0.69",
2734
3472
  "wast 35.0.2",
2735
3473
  ]
2736
3474
 
2737
3475
  [[package]]
2738
- name = "wizer"
2739
- version = "6.0.0"
3476
+ name = "writeable"
3477
+ version = "0.6.3"
2740
3478
  source = "registry+https://github.com/rust-lang/crates.io-index"
2741
- checksum = "eb1c0491a94f508072223d3dd076816380e2ea2c687f6f412d3b507d065489c8"
3479
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
3480
+
3481
+ [[package]]
3482
+ name = "yoke"
3483
+ version = "0.8.2"
3484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3485
+ checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
2742
3486
  dependencies = [
2743
- "anyhow",
2744
- "cap-std",
2745
- "log",
2746
- "rayon",
2747
- "wasi-common",
2748
- "wasm-encoder 0.202.0",
2749
- "wasmparser 0.202.0",
2750
- "wasmtime",
3487
+ "stable_deref_trait",
3488
+ "yoke-derive",
3489
+ "zerofrom",
2751
3490
  ]
2752
3491
 
2753
3492
  [[package]]
2754
- name = "wizer"
2755
- version = "6.0.0"
2756
- source = "git+https://github.com/kateinoigakukun/wizer.git?branch=katei%2Fadd-env-option-6.0.0#8e7158013eb3d1059504229eff834eb1f3e33949"
3493
+ name = "yoke-derive"
3494
+ version = "0.8.2"
3495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3496
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
2757
3497
  dependencies = [
2758
- "anyhow",
2759
- "cap-std",
2760
- "log",
2761
- "rayon",
2762
- "wasi-common",
2763
- "wasm-encoder 0.202.0",
2764
- "wasmparser 0.202.0",
2765
- "wasmtime",
3498
+ "proc-macro2",
3499
+ "quote",
3500
+ "syn 2.0.117",
3501
+ "synstructure",
2766
3502
  ]
2767
3503
 
2768
3504
  [[package]]
2769
3505
  name = "zerocopy"
2770
- version = "0.7.34"
3506
+ version = "0.8.48"
2771
3507
  source = "registry+https://github.com/rust-lang/crates.io-index"
2772
- checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
3508
+ checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
2773
3509
  dependencies = [
2774
3510
  "zerocopy-derive",
2775
3511
  ]
2776
3512
 
2777
3513
  [[package]]
2778
3514
  name = "zerocopy-derive"
2779
- version = "0.7.34"
3515
+ version = "0.8.48"
3516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3517
+ checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
3518
+ dependencies = [
3519
+ "proc-macro2",
3520
+ "quote",
3521
+ "syn 2.0.117",
3522
+ ]
3523
+
3524
+ [[package]]
3525
+ name = "zerofrom"
3526
+ version = "0.1.7"
3527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3528
+ checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
3529
+ dependencies = [
3530
+ "zerofrom-derive",
3531
+ ]
3532
+
3533
+ [[package]]
3534
+ name = "zerofrom-derive"
3535
+ version = "0.1.7"
2780
3536
  source = "registry+https://github.com/rust-lang/crates.io-index"
2781
- checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
3537
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
2782
3538
  dependencies = [
2783
3539
  "proc-macro2",
2784
3540
  "quote",
2785
- "syn 2.0.66",
3541
+ "syn 2.0.117",
3542
+ "synstructure",
2786
3543
  ]
2787
3544
 
3545
+ [[package]]
3546
+ name = "zerotrie"
3547
+ version = "0.2.4"
3548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3549
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
3550
+ dependencies = [
3551
+ "displaydoc",
3552
+ "yoke",
3553
+ "zerofrom",
3554
+ ]
3555
+
3556
+ [[package]]
3557
+ name = "zerovec"
3558
+ version = "0.11.6"
3559
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3560
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
3561
+ dependencies = [
3562
+ "yoke",
3563
+ "zerofrom",
3564
+ "zerovec-derive",
3565
+ ]
3566
+
3567
+ [[package]]
3568
+ name = "zerovec-derive"
3569
+ version = "0.11.3"
3570
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3571
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
3572
+ dependencies = [
3573
+ "proc-macro2",
3574
+ "quote",
3575
+ "syn 2.0.117",
3576
+ ]
3577
+
3578
+ [[package]]
3579
+ name = "zmij"
3580
+ version = "1.0.21"
3581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3582
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
3583
+
2788
3584
  [[package]]
2789
3585
  name = "zstd"
2790
- version = "0.13.1"
3586
+ version = "0.13.3"
2791
3587
  source = "registry+https://github.com/rust-lang/crates.io-index"
2792
- checksum = "2d789b1514203a1120ad2429eae43a7bd32b90976a7bb8a05f7ec02fa88cc23a"
3588
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
2793
3589
  dependencies = [
2794
3590
  "zstd-safe",
2795
3591
  ]
2796
3592
 
2797
3593
  [[package]]
2798
3594
  name = "zstd-safe"
2799
- version = "7.1.0"
3595
+ version = "7.2.4"
2800
3596
  source = "registry+https://github.com/rust-lang/crates.io-index"
2801
- checksum = "1cd99b45c6bc03a018c8b8a86025678c87e55526064e38f9df301989dce7ec0a"
3597
+ checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
2802
3598
  dependencies = [
2803
3599
  "zstd-sys",
2804
3600
  ]
2805
3601
 
2806
3602
  [[package]]
2807
3603
  name = "zstd-sys"
2808
- version = "2.0.11+zstd.1.5.6"
3604
+ version = "2.0.16+zstd.1.5.7"
2809
3605
  source = "registry+https://github.com/rust-lang/crates.io-index"
2810
- checksum = "75652c55c0b6f3e6f12eb786fe1bc960396bf05a1eb3bf1f3691c3610ac2e6d4"
3606
+ checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
2811
3607
  dependencies = [
2812
3608
  "cc",
2813
3609
  "pkg-config",