act-cli 0.3.10__tar.gz → 0.5.0__tar.gz

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.
Files changed (30) hide show
  1. {act_cli-0.3.10 → act_cli-0.5.0}/Cargo.lock +176 -180
  2. {act_cli-0.3.10 → act_cli-0.5.0}/Cargo.toml +3 -3
  3. {act_cli-0.3.10 → act_cli-0.5.0}/PKG-INFO +1 -1
  4. {act_cli-0.3.10 → act_cli-0.5.0}/act-cli/Cargo.toml +14 -4
  5. act_cli-0.5.0/act-cli/build.rs +16 -0
  6. act_cli-0.5.0/act-cli/src/config.rs +445 -0
  7. {act_cli-0.3.10 → act_cli-0.5.0}/act-cli/src/format.rs +1 -0
  8. {act_cli-0.3.10 → act_cli-0.5.0}/act-cli/src/http.rs +5 -5
  9. {act_cli-0.3.10 → act_cli-0.5.0}/act-cli/src/main.rs +58 -26
  10. {act_cli-0.3.10 → act_cli-0.5.0}/act-cli/src/mcp.rs +2 -2
  11. act_cli-0.5.0/act-cli/src/runtime/effective.rs +483 -0
  12. act_cli-0.5.0/act-cli/src/runtime/fs_matcher.rs +228 -0
  13. act_cli-0.5.0/act-cli/src/runtime/fs_policy.rs +599 -0
  14. act_cli-0.5.0/act-cli/src/runtime/http_client.rs +868 -0
  15. act_cli-0.5.0/act-cli/src/runtime/http_policy.rs +436 -0
  16. act_cli-0.3.10/act-cli/src/runtime.rs → act_cli-0.5.0/act-cli/src/runtime/mod.rs +136 -56
  17. act_cli-0.5.0/act-cli/src/runtime/network.rs +430 -0
  18. {act_cli-0.3.10 → act_cli-0.5.0}/act-cli/wit/deps/act-core/act-core.wit +32 -11
  19. {act_cli-0.3.10 → act_cli-0.5.0}/act-cli/wit/deps/act-core/act-events.wit +9 -1
  20. {act_cli-0.3.10 → act_cli-0.5.0}/act-cli/wit/deps/act-core/act-resources.wit +10 -1
  21. act_cli-0.5.0/act-cli/wit/deps.lock +4 -0
  22. {act_cli-0.3.10 → act_cli-0.5.0}/act-cli/wit/world.wit +1 -1
  23. act_cli-0.3.10/act-cli/src/config.rs +0 -594
  24. act_cli-0.3.10/act-cli/wit/deps.lock +0 -4
  25. {act_cli-0.3.10 → act_cli-0.5.0}/README.md +0 -0
  26. {act_cli-0.3.10 → act_cli-0.5.0}/act-cli/README.md +0 -0
  27. {act_cli-0.3.10 → act_cli-0.5.0}/act-cli/src/resolve.rs +0 -0
  28. {act_cli-0.3.10/act-cli/src → act_cli-0.5.0/act-cli/src/runtime}/bindings/mod.rs +0 -0
  29. {act_cli-0.3.10 → act_cli-0.5.0}/act-cli/wit/deps.toml +0 -0
  30. {act_cli-0.3.10 → act_cli-0.5.0}/pyproject.toml +0 -0
@@ -4,12 +4,13 @@ version = 4
4
4
 
5
5
  [[package]]
6
6
  name = "act-build"
7
- version = "0.3.10"
7
+ version = "0.5.0"
8
8
  dependencies = [
9
9
  "act-types",
10
10
  "anyhow",
11
11
  "ciborium",
12
12
  "clap",
13
+ "globset",
13
14
  "json-patch",
14
15
  "serde",
15
16
  "serde_json",
@@ -18,24 +19,32 @@ dependencies = [
18
19
  "toml 1.1.2+spec-1.1.0",
19
20
  "tracing",
20
21
  "tracing-subscriber",
21
- "wasm-encoder 0.246.2",
22
- "wasmparser 0.246.2",
22
+ "wasm-encoder 0.247.0",
23
+ "wasmparser 0.247.0",
23
24
  ]
24
25
 
25
26
  [[package]]
26
27
  name = "act-cli"
27
- version = "0.3.10"
28
+ version = "0.5.0"
28
29
  dependencies = [
29
30
  "act-types",
30
31
  "anyhow",
31
32
  "axum",
32
33
  "base64",
34
+ "bytes",
33
35
  "ciborium",
36
+ "cidr",
34
37
  "clap",
35
38
  "dirs",
39
+ "embed-manifest",
36
40
  "futures-util",
41
+ "globset",
42
+ "http",
43
+ "http-body-util",
44
+ "hyper",
37
45
  "indicatif",
38
46
  "oci-client",
47
+ "path-clean",
39
48
  "regex",
40
49
  "reqwest",
41
50
  "serde",
@@ -51,7 +60,7 @@ dependencies = [
51
60
  "tracing",
52
61
  "tracing-subscriber",
53
62
  "url",
54
- "wasmparser 0.246.2",
63
+ "wasmparser 0.247.0",
55
64
  "wasmtime",
56
65
  "wasmtime-wasi",
57
66
  "wasmtime-wasi-http",
@@ -59,9 +68,9 @@ dependencies = [
59
68
 
60
69
  [[package]]
61
70
  name = "act-types"
62
- version = "0.3.0"
71
+ version = "0.5.0"
63
72
  source = "registry+https://github.com/rust-lang/crates.io-index"
64
- checksum = "eb1b9061f74fb4c33ee284d590527a001462e999b8ab63f13ce9cf1bde1ecdf5"
73
+ checksum = "8061ce793866b6430317d2f06f9be9a0db3d08127ad398f133bbd0537824e5ca"
65
74
  dependencies = [
66
75
  "base64",
67
76
  "ciborium",
@@ -196,9 +205,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
196
205
 
197
206
  [[package]]
198
207
  name = "aws-lc-rs"
199
- version = "1.16.2"
208
+ version = "1.16.3"
200
209
  source = "registry+https://github.com/rust-lang/crates.io-index"
201
- checksum = "a054912289d18629dc78375ba2c3726a3afe3ff71b4edba9dedfca0e3446d1fc"
210
+ checksum = "0ec6fb3fe69024a75fa7e1bfb48aa6cf59706a101658ea01bfd33b2b248a038f"
202
211
  dependencies = [
203
212
  "aws-lc-sys",
204
213
  "zeroize",
@@ -206,9 +215,9 @@ dependencies = [
206
215
 
207
216
  [[package]]
208
217
  name = "aws-lc-sys"
209
- version = "0.39.1"
218
+ version = "0.40.0"
210
219
  source = "registry+https://github.com/rust-lang/crates.io-index"
211
- checksum = "83a25cf98105baa966497416dbd42565ce3a8cf8dbfd59803ec9ad46f3126399"
220
+ checksum = "f50037ee5e1e41e7b8f9d161680a725bd1626cb6f8c7e901f91f942850852fe7"
212
221
  dependencies = [
213
222
  "cc",
214
223
  "cmake",
@@ -307,6 +316,16 @@ dependencies = [
307
316
  "hybrid-array",
308
317
  ]
309
318
 
319
+ [[package]]
320
+ name = "bstr"
321
+ version = "1.12.1"
322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
323
+ checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
324
+ dependencies = [
325
+ "memchr",
326
+ "serde",
327
+ ]
328
+
310
329
  [[package]]
311
330
  name = "bumpalo"
312
331
  version = "3.20.2"
@@ -371,7 +390,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
371
390
  checksum = "d8144c22e24bbcf26ade86cb6501a0916c46b7e4787abdb0045a467eb1645a1d"
372
391
  dependencies = [
373
392
  "ambient-authority",
374
- "rand 0.8.5",
393
+ "rand 0.8.6",
375
394
  ]
376
395
 
377
396
  [[package]]
@@ -471,11 +490,17 @@ dependencies = [
471
490
  "half",
472
491
  ]
473
492
 
493
+ [[package]]
494
+ name = "cidr"
495
+ version = "0.3.2"
496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
497
+ checksum = "579504560394e388085d0c080ea587dfa5c15f7e251b4d5247d1e1a61d1d6928"
498
+
474
499
  [[package]]
475
500
  name = "clap"
476
- version = "4.6.0"
501
+ version = "4.6.1"
477
502
  source = "registry+https://github.com/rust-lang/crates.io-index"
478
- checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
503
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
479
504
  dependencies = [
480
505
  "clap_builder",
481
506
  "clap_derive",
@@ -495,9 +520,9 @@ dependencies = [
495
520
 
496
521
  [[package]]
497
522
  name = "clap_derive"
498
- version = "4.6.0"
523
+ version = "4.6.1"
499
524
  source = "registry+https://github.com/rust-lang/crates.io-index"
500
- checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a"
525
+ checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
501
526
  dependencies = [
502
527
  "heck",
503
528
  "proc-macro2",
@@ -565,11 +590,12 @@ checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
565
590
 
566
591
  [[package]]
567
592
  name = "const_format"
568
- version = "0.2.35"
593
+ version = "0.2.36"
569
594
  source = "registry+https://github.com/rust-lang/crates.io-index"
570
- checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
595
+ checksum = "4481a617ad9a412be3b97c5d403fef8ed023103368908b9c50af598ff467cc1e"
571
596
  dependencies = [
572
597
  "const_format_proc_macros",
598
+ "konst",
573
599
  ]
574
600
 
575
601
  [[package]]
@@ -1038,6 +1064,12 @@ version = "1.15.0"
1038
1064
  source = "registry+https://github.com/rust-lang/crates.io-index"
1039
1065
  checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
1040
1066
 
1067
+ [[package]]
1068
+ name = "embed-manifest"
1069
+ version = "1.5.0"
1070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1071
+ checksum = "94cdc65b1cf9e871453ce2f86f5aaec24ff2eaa36a1fa3e02e441dddc3613b99"
1072
+
1041
1073
  [[package]]
1042
1074
  name = "embedded-io"
1043
1075
  version = "0.4.0"
@@ -1173,6 +1205,7 @@ checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
1173
1205
  dependencies = [
1174
1206
  "futures-channel",
1175
1207
  "futures-core",
1208
+ "futures-executor",
1176
1209
  "futures-io",
1177
1210
  "futures-sink",
1178
1211
  "futures-task",
@@ -1195,6 +1228,17 @@ version = "0.3.32"
1195
1228
  source = "registry+https://github.com/rust-lang/crates.io-index"
1196
1229
  checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
1197
1230
 
1231
+ [[package]]
1232
+ name = "futures-executor"
1233
+ version = "0.3.32"
1234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1235
+ checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
1236
+ dependencies = [
1237
+ "futures-core",
1238
+ "futures-task",
1239
+ "futures-util",
1240
+ ]
1241
+
1198
1242
  [[package]]
1199
1243
  name = "futures-io"
1200
1244
  version = "0.3.32"
@@ -1329,6 +1373,19 @@ dependencies = [
1329
1373
  "stable_deref_trait",
1330
1374
  ]
1331
1375
 
1376
+ [[package]]
1377
+ name = "globset"
1378
+ version = "0.4.18"
1379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1380
+ checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
1381
+ dependencies = [
1382
+ "aho-corasick",
1383
+ "bstr",
1384
+ "log",
1385
+ "regex-automata",
1386
+ "regex-syntax",
1387
+ ]
1388
+
1332
1389
  [[package]]
1333
1390
  name = "h2"
1334
1391
  version = "0.4.13"
@@ -1348,6 +1405,34 @@ dependencies = [
1348
1405
  "tracing",
1349
1406
  ]
1350
1407
 
1408
+ [[package]]
1409
+ name = "h3"
1410
+ version = "0.0.8"
1411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1412
+ checksum = "10872b55cfb02a821b69dc7cf8dc6a71d6af25eb9a79662bec4a9d016056b3be"
1413
+ dependencies = [
1414
+ "bytes",
1415
+ "fastrand",
1416
+ "futures-util",
1417
+ "http",
1418
+ "pin-project-lite",
1419
+ "tokio",
1420
+ ]
1421
+
1422
+ [[package]]
1423
+ name = "h3-quinn"
1424
+ version = "0.0.10"
1425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1426
+ checksum = "8b2e732c8d91a74731663ac8479ab505042fbf547b9a207213ab7fbcbfc4f8b4"
1427
+ dependencies = [
1428
+ "bytes",
1429
+ "futures",
1430
+ "h3",
1431
+ "quinn",
1432
+ "tokio",
1433
+ "tokio-util",
1434
+ ]
1435
+
1351
1436
  [[package]]
1352
1437
  name = "half"
1353
1438
  version = "2.7.1"
@@ -1390,6 +1475,11 @@ name = "hashbrown"
1390
1475
  version = "0.17.0"
1391
1476
  source = "registry+https://github.com/rust-lang/crates.io-index"
1392
1477
  checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
1478
+ dependencies = [
1479
+ "foldhash 0.2.0",
1480
+ "serde",
1481
+ "serde_core",
1482
+ ]
1393
1483
 
1394
1484
  [[package]]
1395
1485
  name = "heck"
@@ -1497,9 +1587,9 @@ dependencies = [
1497
1587
  "http",
1498
1588
  "hyper",
1499
1589
  "hyper-util",
1500
- "rustls 0.23.38",
1590
+ "rustls",
1501
1591
  "tokio",
1502
- "tokio-rustls 0.26.4",
1592
+ "tokio-rustls",
1503
1593
  "tower-service",
1504
1594
  ]
1505
1595
 
@@ -1891,16 +1981,25 @@ dependencies = [
1891
1981
  ]
1892
1982
 
1893
1983
  [[package]]
1894
- name = "lazy_static"
1895
- version = "1.5.0"
1984
+ name = "konst"
1985
+ version = "0.2.20"
1896
1986
  source = "registry+https://github.com/rust-lang/crates.io-index"
1897
- checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1987
+ checksum = "128133ed7824fcd73d6e7b17957c5eb7bacb885649bd8c69708b2331a10bcefb"
1988
+ dependencies = [
1989
+ "konst_macro_rules",
1990
+ ]
1898
1991
 
1899
1992
  [[package]]
1900
- name = "leb128"
1901
- version = "0.2.5"
1993
+ name = "konst_macro_rules"
1994
+ version = "0.2.19"
1902
1995
  source = "registry+https://github.com/rust-lang/crates.io-index"
1903
- checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
1996
+ checksum = "a4933f3f57a8e9d9da04db23fb153356ecaf00cbd14aee46279c33dc80925c37"
1997
+
1998
+ [[package]]
1999
+ name = "lazy_static"
2000
+ version = "1.5.0"
2001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2002
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1904
2003
 
1905
2004
  [[package]]
1906
2005
  name = "leb128fmt"
@@ -2170,6 +2269,12 @@ dependencies = [
2170
2269
  "windows-link",
2171
2270
  ]
2172
2271
 
2272
+ [[package]]
2273
+ name = "path-clean"
2274
+ version = "1.0.1"
2275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2276
+ checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef"
2277
+
2173
2278
  [[package]]
2174
2279
  name = "percent-encoding"
2175
2280
  version = "2.3.2"
@@ -2318,11 +2423,12 @@ checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
2318
2423
  dependencies = [
2319
2424
  "bytes",
2320
2425
  "cfg_aliases",
2426
+ "futures-io",
2321
2427
  "pin-project-lite",
2322
2428
  "quinn-proto",
2323
2429
  "quinn-udp",
2324
2430
  "rustc-hash",
2325
- "rustls 0.23.38",
2431
+ "rustls",
2326
2432
  "socket2",
2327
2433
  "thiserror 2.0.18",
2328
2434
  "tokio",
@@ -2343,7 +2449,7 @@ dependencies = [
2343
2449
  "rand 0.9.4",
2344
2450
  "ring",
2345
2451
  "rustc-hash",
2346
- "rustls 0.23.38",
2452
+ "rustls",
2347
2453
  "rustls-pki-types",
2348
2454
  "slab",
2349
2455
  "thiserror 2.0.18",
@@ -2389,9 +2495,9 @@ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
2389
2495
 
2390
2496
  [[package]]
2391
2497
  name = "rand"
2392
- version = "0.8.5"
2498
+ version = "0.8.6"
2393
2499
  source = "registry+https://github.com/rust-lang/crates.io-index"
2394
- checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2500
+ checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
2395
2501
  dependencies = [
2396
2502
  "libc",
2397
2503
  "rand_chacha 0.3.1",
@@ -2537,13 +2643,13 @@ dependencies = [
2537
2643
 
2538
2644
  [[package]]
2539
2645
  name = "regalloc2"
2540
- version = "0.15.0"
2646
+ version = "0.15.1"
2541
2647
  source = "registry+https://github.com/rust-lang/crates.io-index"
2542
- checksum = "952ddbfc6f9f64d006c3efd8c9851a6ba2f2b944ba94730db255d55006e0ffda"
2648
+ checksum = "de2c52737737f8609e94f975dee22854a2d5c125772d4b1cf292120f4d45c186"
2543
2649
  dependencies = [
2544
2650
  "allocator-api2",
2545
2651
  "bumpalo",
2546
- "hashbrown 0.15.5",
2652
+ "hashbrown 0.17.0",
2547
2653
  "log",
2548
2654
  "rustc-hash",
2549
2655
  "smallvec",
@@ -2588,6 +2694,9 @@ dependencies = [
2588
2694
  "bytes",
2589
2695
  "futures-core",
2590
2696
  "futures-util",
2697
+ "h2",
2698
+ "h3",
2699
+ "h3-quinn",
2591
2700
  "http",
2592
2701
  "http-body",
2593
2702
  "http-body-util",
@@ -2599,7 +2708,7 @@ dependencies = [
2599
2708
  "percent-encoding",
2600
2709
  "pin-project-lite",
2601
2710
  "quinn",
2602
- "rustls 0.23.38",
2711
+ "rustls",
2603
2712
  "rustls-pki-types",
2604
2713
  "rustls-platform-verifier",
2605
2714
  "serde",
@@ -2607,7 +2716,7 @@ dependencies = [
2607
2716
  "serde_urlencoded",
2608
2717
  "sync_wrapper",
2609
2718
  "tokio",
2610
- "tokio-rustls 0.26.4",
2719
+ "tokio-rustls",
2611
2720
  "tokio-util",
2612
2721
  "tower",
2613
2722
  "tower-http",
@@ -2681,20 +2790,6 @@ dependencies = [
2681
2790
  "rustix 1.1.4",
2682
2791
  ]
2683
2792
 
2684
- [[package]]
2685
- name = "rustls"
2686
- version = "0.22.4"
2687
- source = "registry+https://github.com/rust-lang/crates.io-index"
2688
- checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
2689
- dependencies = [
2690
- "log",
2691
- "ring",
2692
- "rustls-pki-types",
2693
- "rustls-webpki 0.102.8",
2694
- "subtle",
2695
- "zeroize",
2696
- ]
2697
-
2698
2793
  [[package]]
2699
2794
  name = "rustls"
2700
2795
  version = "0.23.38"
@@ -2704,7 +2799,7 @@ dependencies = [
2704
2799
  "aws-lc-rs",
2705
2800
  "once_cell",
2706
2801
  "rustls-pki-types",
2707
- "rustls-webpki 0.103.12",
2802
+ "rustls-webpki",
2708
2803
  "subtle",
2709
2804
  "zeroize",
2710
2805
  ]
@@ -2742,10 +2837,10 @@ dependencies = [
2742
2837
  "jni",
2743
2838
  "log",
2744
2839
  "once_cell",
2745
- "rustls 0.23.38",
2840
+ "rustls",
2746
2841
  "rustls-native-certs",
2747
2842
  "rustls-platform-verifier-android",
2748
- "rustls-webpki 0.103.12",
2843
+ "rustls-webpki",
2749
2844
  "security-framework",
2750
2845
  "security-framework-sys",
2751
2846
  "webpki-root-certs",
@@ -2758,17 +2853,6 @@ version = "0.1.1"
2758
2853
  source = "registry+https://github.com/rust-lang/crates.io-index"
2759
2854
  checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
2760
2855
 
2761
- [[package]]
2762
- name = "rustls-webpki"
2763
- version = "0.102.8"
2764
- source = "registry+https://github.com/rust-lang/crates.io-index"
2765
- checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
2766
- dependencies = [
2767
- "ring",
2768
- "rustls-pki-types",
2769
- "untrusted",
2770
- ]
2771
-
2772
2856
  [[package]]
2773
2857
  name = "rustls-webpki"
2774
2858
  version = "0.103.12"
@@ -3322,9 +3406,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3322
3406
 
3323
3407
  [[package]]
3324
3408
  name = "tokio"
3325
- version = "1.52.0"
3409
+ version = "1.52.1"
3326
3410
  source = "registry+https://github.com/rust-lang/crates.io-index"
3327
- checksum = "a91135f59b1cbf38c91e73cf3386fca9bb77915c45ce2771460c9d92f0f3d776"
3411
+ checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6"
3328
3412
  dependencies = [
3329
3413
  "bytes",
3330
3414
  "libc",
@@ -3348,24 +3432,13 @@ dependencies = [
3348
3432
  "syn",
3349
3433
  ]
3350
3434
 
3351
- [[package]]
3352
- name = "tokio-rustls"
3353
- version = "0.25.0"
3354
- source = "registry+https://github.com/rust-lang/crates.io-index"
3355
- checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
3356
- dependencies = [
3357
- "rustls 0.22.4",
3358
- "rustls-pki-types",
3359
- "tokio",
3360
- ]
3361
-
3362
3435
  [[package]]
3363
3436
  name = "tokio-rustls"
3364
3437
  version = "0.26.4"
3365
3438
  source = "registry+https://github.com/rust-lang/crates.io-index"
3366
3439
  checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
3367
3440
  dependencies = [
3368
- "rustls 0.23.38",
3441
+ "rustls",
3369
3442
  "tokio",
3370
3443
  ]
3371
3444
 
@@ -3653,9 +3726,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
3653
3726
 
3654
3727
  [[package]]
3655
3728
  name = "uuid"
3656
- version = "1.23.0"
3729
+ version = "1.23.1"
3657
3730
  source = "registry+https://github.com/rust-lang/crates.io-index"
3658
- checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9"
3731
+ checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76"
3659
3732
  dependencies = [
3660
3733
  "js-sys",
3661
3734
  "wasm-bindgen",
@@ -3700,11 +3773,11 @@ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3700
3773
 
3701
3774
  [[package]]
3702
3775
  name = "wasip2"
3703
- version = "1.0.2+wasi-0.2.9"
3776
+ version = "1.0.3+wasi-0.2.9"
3704
3777
  source = "registry+https://github.com/rust-lang/crates.io-index"
3705
- checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
3778
+ checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
3706
3779
  dependencies = [
3707
- "wit-bindgen",
3780
+ "wit-bindgen 0.57.1",
3708
3781
  ]
3709
3782
 
3710
3783
  [[package]]
@@ -3713,7 +3786,7 @@ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
3713
3786
  source = "registry+https://github.com/rust-lang/crates.io-index"
3714
3787
  checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
3715
3788
  dependencies = [
3716
- "wit-bindgen",
3789
+ "wit-bindgen 0.51.0",
3717
3790
  ]
3718
3791
 
3719
3792
  [[package]]
@@ -3814,12 +3887,12 @@ dependencies = [
3814
3887
 
3815
3888
  [[package]]
3816
3889
  name = "wasm-encoder"
3817
- version = "0.246.2"
3890
+ version = "0.247.0"
3818
3891
  source = "registry+https://github.com/rust-lang/crates.io-index"
3819
- checksum = "61fb705ce81adde29d2a8e99d87995e39a6e927358c91398f374474746070ef7"
3892
+ checksum = "30b6733b8b91d010a6ac5b0fb237dc46a19650bc4c67db66857e2e787d437204"
3820
3893
  dependencies = [
3821
3894
  "leb128fmt",
3822
- "wasmparser 0.246.2",
3895
+ "wasmparser 0.247.0",
3823
3896
  ]
3824
3897
 
3825
3898
  [[package]]
@@ -3874,12 +3947,12 @@ dependencies = [
3874
3947
 
3875
3948
  [[package]]
3876
3949
  name = "wasmparser"
3877
- version = "0.246.2"
3950
+ version = "0.247.0"
3878
3951
  source = "registry+https://github.com/rust-lang/crates.io-index"
3879
- checksum = "71cde4757396defafd25417cfb36aa3161027d06d865b0c24baaae229aac005d"
3952
+ checksum = "8e6fb4c2bee46c5ea4d40f8cdb5c131725cd976718ec56f1c8e82fbde5fa2a80"
3880
3953
  dependencies = [
3881
3954
  "bitflags",
3882
- "hashbrown 0.16.1",
3955
+ "hashbrown 0.17.0",
3883
3956
  "indexmap 2.14.0",
3884
3957
  "semver",
3885
3958
  "serde",
@@ -4180,7 +4253,6 @@ dependencies = [
4180
4253
  "url",
4181
4254
  "wasmtime",
4182
4255
  "wasmtime-wasi-io",
4183
- "wiggle",
4184
4256
  "windows-sys 0.61.2",
4185
4257
  ]
4186
4258
 
@@ -4197,15 +4269,12 @@ dependencies = [
4197
4269
  "http-body",
4198
4270
  "http-body-util",
4199
4271
  "hyper",
4200
- "rustls 0.22.4",
4201
4272
  "tokio",
4202
- "tokio-rustls 0.25.0",
4203
4273
  "tokio-util",
4204
4274
  "tracing",
4205
4275
  "wasmtime",
4206
4276
  "wasmtime-wasi",
4207
4277
  "wasmtime-wasi-io",
4208
- "webpki-roots 0.26.11",
4209
4278
  ]
4210
4279
 
4211
4280
  [[package]]
@@ -4223,33 +4292,24 @@ dependencies = [
4223
4292
 
4224
4293
  [[package]]
4225
4294
  name = "wast"
4226
- version = "35.0.2"
4227
- source = "registry+https://github.com/rust-lang/crates.io-index"
4228
- checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
4229
- dependencies = [
4230
- "leb128",
4231
- ]
4232
-
4233
- [[package]]
4234
- name = "wast"
4235
- version = "246.0.2"
4295
+ version = "247.0.0"
4236
4296
  source = "registry+https://github.com/rust-lang/crates.io-index"
4237
- checksum = "fe3fe8e3bf88ad96d031b4181ddbd64634b17cb0d06dfc3de589ef43591a9a62"
4297
+ checksum = "579d2d47eb33b0cdf9b14723cb115f1e1b7d6e77aac6f0816e5b7c7aeaa418ff"
4238
4298
  dependencies = [
4239
4299
  "bumpalo",
4240
4300
  "leb128fmt",
4241
4301
  "memchr",
4242
4302
  "unicode-width",
4243
- "wasm-encoder 0.246.2",
4303
+ "wasm-encoder 0.247.0",
4244
4304
  ]
4245
4305
 
4246
4306
  [[package]]
4247
4307
  name = "wat"
4248
- version = "1.246.2"
4308
+ version = "1.247.0"
4249
4309
  source = "registry+https://github.com/rust-lang/crates.io-index"
4250
- checksum = "4bd7fda1199b94fff395c2d19a153f05dbe7807630316fa9673367666fd2ad8c"
4310
+ checksum = "f3f4091c56437e86f2b57fa2fac72c4f528957a605b3f44f7c0b3b19a17ac5ee"
4251
4311
  dependencies = [
4252
- "wast 246.0.2",
4312
+ "wast",
4253
4313
  ]
4254
4314
 
4255
4315
  [[package]]
@@ -4274,71 +4334,13 @@ dependencies = [
4274
4334
 
4275
4335
  [[package]]
4276
4336
  name = "webpki-root-certs"
4277
- version = "1.0.6"
4278
- source = "registry+https://github.com/rust-lang/crates.io-index"
4279
- checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca"
4280
- dependencies = [
4281
- "rustls-pki-types",
4282
- ]
4283
-
4284
- [[package]]
4285
- name = "webpki-roots"
4286
- version = "0.26.11"
4287
- source = "registry+https://github.com/rust-lang/crates.io-index"
4288
- checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
4289
- dependencies = [
4290
- "webpki-roots 1.0.6",
4291
- ]
4292
-
4293
- [[package]]
4294
- name = "webpki-roots"
4295
- version = "1.0.6"
4337
+ version = "1.0.7"
4296
4338
  source = "registry+https://github.com/rust-lang/crates.io-index"
4297
- checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed"
4339
+ checksum = "f31141ce3fc3e300ae89b78c0dd67f9708061d1d2eda54b8209346fd6be9a92c"
4298
4340
  dependencies = [
4299
4341
  "rustls-pki-types",
4300
4342
  ]
4301
4343
 
4302
- [[package]]
4303
- name = "wiggle"
4304
- version = "43.0.1"
4305
- source = "registry+https://github.com/rust-lang/crates.io-index"
4306
- checksum = "cc1b1135efc8e5a008971897bea8d41ca56d8d501d4efb807842ae0a1c78f639"
4307
- dependencies = [
4308
- "bitflags",
4309
- "thiserror 2.0.18",
4310
- "tracing",
4311
- "wasmtime",
4312
- "wasmtime-environ",
4313
- "wiggle-macro",
4314
- ]
4315
-
4316
- [[package]]
4317
- name = "wiggle-generate"
4318
- version = "43.0.1"
4319
- source = "registry+https://github.com/rust-lang/crates.io-index"
4320
- checksum = "a7bc2b0d50ec8773b44fbfe1da6cb5cc44a92deaf8483233dcf0831e6db33172"
4321
- dependencies = [
4322
- "heck",
4323
- "proc-macro2",
4324
- "quote",
4325
- "syn",
4326
- "wasmtime-environ",
4327
- "witx",
4328
- ]
4329
-
4330
- [[package]]
4331
- name = "wiggle-macro"
4332
- version = "43.0.1"
4333
- source = "registry+https://github.com/rust-lang/crates.io-index"
4334
- checksum = "2d6c7d44ea552e1fbfdcd7a2cd83f5c2d1e803d5b1a11e3462c06888b77f455f"
4335
- dependencies = [
4336
- "proc-macro2",
4337
- "quote",
4338
- "syn",
4339
- "wiggle-generate",
4340
- ]
4341
-
4342
4344
  [[package]]
4343
4345
  name = "winapi"
4344
4346
  version = "0.3.9"
@@ -4710,6 +4712,12 @@ dependencies = [
4710
4712
  "wit-bindgen-rust-macro",
4711
4713
  ]
4712
4714
 
4715
+ [[package]]
4716
+ name = "wit-bindgen"
4717
+ version = "0.57.1"
4718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4719
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
4720
+
4713
4721
  [[package]]
4714
4722
  name = "wit-bindgen-core"
4715
4723
  version = "0.51.0"
@@ -4808,18 +4816,6 @@ dependencies = [
4808
4816
  "wasmparser 0.245.1",
4809
4817
  ]
4810
4818
 
4811
- [[package]]
4812
- name = "witx"
4813
- version = "0.9.1"
4814
- source = "registry+https://github.com/rust-lang/crates.io-index"
4815
- checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
4816
- dependencies = [
4817
- "anyhow",
4818
- "log",
4819
- "thiserror 1.0.69",
4820
- "wast 35.0.2",
4821
- ]
4822
-
4823
4819
  [[package]]
4824
4820
  name = "writeable"
4825
4821
  version = "0.6.3"