act-cli 0.3.8__tar.gz → 0.3.9__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.
- {act_cli-0.3.8 → act_cli-0.3.9}/Cargo.lock +156 -151
- {act_cli-0.3.8 → act_cli-0.3.9}/Cargo.toml +1 -1
- {act_cli-0.3.8 → act_cli-0.3.9}/PKG-INFO +1 -1
- {act_cli-0.3.8 → act_cli-0.3.9}/act-cli/wit/deps/act-core/act-core.wit +4 -4
- act_cli-0.3.9/act-cli/wit/deps.lock +4 -0
- act_cli-0.3.8/act-cli/wit/deps.lock +0 -4
- {act_cli-0.3.8 → act_cli-0.3.9}/README.md +0 -0
- {act_cli-0.3.8 → act_cli-0.3.9}/act-cli/Cargo.toml +0 -0
- {act_cli-0.3.8 → act_cli-0.3.9}/act-cli/README.md +0 -0
- {act_cli-0.3.8 → act_cli-0.3.9}/act-cli/src/bindings/mod.rs +0 -0
- {act_cli-0.3.8 → act_cli-0.3.9}/act-cli/src/config.rs +0 -0
- {act_cli-0.3.8 → act_cli-0.3.9}/act-cli/src/format.rs +0 -0
- {act_cli-0.3.8 → act_cli-0.3.9}/act-cli/src/http.rs +0 -0
- {act_cli-0.3.8 → act_cli-0.3.9}/act-cli/src/main.rs +0 -0
- {act_cli-0.3.8 → act_cli-0.3.9}/act-cli/src/mcp.rs +0 -0
- {act_cli-0.3.8 → act_cli-0.3.9}/act-cli/src/resolve.rs +0 -0
- {act_cli-0.3.8 → act_cli-0.3.9}/act-cli/src/runtime.rs +0 -0
- {act_cli-0.3.8 → act_cli-0.3.9}/act-cli/wit/deps/act-core/act-events.wit +0 -0
- {act_cli-0.3.8 → act_cli-0.3.9}/act-cli/wit/deps/act-core/act-resources.wit +0 -0
- {act_cli-0.3.8 → act_cli-0.3.9}/act-cli/wit/deps.toml +0 -0
- {act_cli-0.3.8 → act_cli-0.3.9}/act-cli/wit/world.wit +0 -0
- {act_cli-0.3.8 → act_cli-0.3.9}/pyproject.toml +0 -0
|
@@ -4,7 +4,7 @@ version = 4
|
|
|
4
4
|
|
|
5
5
|
[[package]]
|
|
6
6
|
name = "act-build"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.9"
|
|
8
8
|
dependencies = [
|
|
9
9
|
"act-types",
|
|
10
10
|
"anyhow",
|
|
@@ -24,7 +24,7 @@ dependencies = [
|
|
|
24
24
|
|
|
25
25
|
[[package]]
|
|
26
26
|
name = "act-cli"
|
|
27
|
-
version = "0.3.
|
|
27
|
+
version = "0.3.9"
|
|
28
28
|
dependencies = [
|
|
29
29
|
"act-types",
|
|
30
30
|
"anyhow",
|
|
@@ -218,9 +218,9 @@ dependencies = [
|
|
|
218
218
|
|
|
219
219
|
[[package]]
|
|
220
220
|
name = "axum"
|
|
221
|
-
version = "0.8.
|
|
221
|
+
version = "0.8.9"
|
|
222
222
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
223
|
-
checksum = "
|
|
223
|
+
checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
|
|
224
224
|
dependencies = [
|
|
225
225
|
"axum-core",
|
|
226
226
|
"bytes",
|
|
@@ -276,9 +276,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
276
276
|
|
|
277
277
|
[[package]]
|
|
278
278
|
name = "bitflags"
|
|
279
|
-
version = "2.11.
|
|
279
|
+
version = "2.11.1"
|
|
280
280
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
281
|
-
checksum = "
|
|
281
|
+
checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
|
|
282
282
|
|
|
283
283
|
[[package]]
|
|
284
284
|
name = "bitmaps"
|
|
@@ -402,9 +402,9 @@ dependencies = [
|
|
|
402
402
|
|
|
403
403
|
[[package]]
|
|
404
404
|
name = "cc"
|
|
405
|
-
version = "1.2.
|
|
405
|
+
version = "1.2.60"
|
|
406
406
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
407
|
-
checksum = "
|
|
407
|
+
checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20"
|
|
408
408
|
dependencies = [
|
|
409
409
|
"find-msvc-tools",
|
|
410
410
|
"jobserver",
|
|
@@ -628,27 +628,27 @@ dependencies = [
|
|
|
628
628
|
|
|
629
629
|
[[package]]
|
|
630
630
|
name = "cranelift-assembler-x64"
|
|
631
|
-
version = "0.130.
|
|
631
|
+
version = "0.130.1"
|
|
632
632
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
633
|
-
checksum = "
|
|
633
|
+
checksum = "046d4b584c3bb9b5eb500c8f29549bec36be11000f1ba2a927cef3d1a9875691"
|
|
634
634
|
dependencies = [
|
|
635
635
|
"cranelift-assembler-x64-meta",
|
|
636
636
|
]
|
|
637
637
|
|
|
638
638
|
[[package]]
|
|
639
639
|
name = "cranelift-assembler-x64-meta"
|
|
640
|
-
version = "0.130.
|
|
640
|
+
version = "0.130.1"
|
|
641
641
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
642
|
-
checksum = "
|
|
642
|
+
checksum = "b9b194a7870becb1490366fc0ae392ccd188065ff35f8391e77ac659db6fb977"
|
|
643
643
|
dependencies = [
|
|
644
644
|
"cranelift-srcgen",
|
|
645
645
|
]
|
|
646
646
|
|
|
647
647
|
[[package]]
|
|
648
648
|
name = "cranelift-bforest"
|
|
649
|
-
version = "0.130.
|
|
649
|
+
version = "0.130.1"
|
|
650
650
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
651
|
-
checksum = "
|
|
651
|
+
checksum = "bb6a4ab44c6b371e661846b97dab687387a60ac4e2f864e2d4257284aad9e889"
|
|
652
652
|
dependencies = [
|
|
653
653
|
"cranelift-entity",
|
|
654
654
|
"wasmtime-internal-core",
|
|
@@ -656,9 +656,9 @@ dependencies = [
|
|
|
656
656
|
|
|
657
657
|
[[package]]
|
|
658
658
|
name = "cranelift-bitset"
|
|
659
|
-
version = "0.130.
|
|
659
|
+
version = "0.130.1"
|
|
660
660
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
661
|
-
checksum = "
|
|
661
|
+
checksum = "b8b7a44150c2f471a94023482bda1902710746e4bed9f9973d60c5a94319b06d"
|
|
662
662
|
dependencies = [
|
|
663
663
|
"serde",
|
|
664
664
|
"serde_derive",
|
|
@@ -667,9 +667,9 @@ dependencies = [
|
|
|
667
667
|
|
|
668
668
|
[[package]]
|
|
669
669
|
name = "cranelift-codegen"
|
|
670
|
-
version = "0.130.
|
|
670
|
+
version = "0.130.1"
|
|
671
671
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
672
|
-
checksum = "
|
|
672
|
+
checksum = "01b06598133b1dd76758b8b95f8d6747c124124aade50cea96a3d88b962da9fa"
|
|
673
673
|
dependencies = [
|
|
674
674
|
"bumpalo",
|
|
675
675
|
"cranelift-assembler-x64",
|
|
@@ -695,9 +695,9 @@ dependencies = [
|
|
|
695
695
|
|
|
696
696
|
[[package]]
|
|
697
697
|
name = "cranelift-codegen-meta"
|
|
698
|
-
version = "0.130.
|
|
698
|
+
version = "0.130.1"
|
|
699
699
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
700
|
-
checksum = "
|
|
700
|
+
checksum = "6190e2e7bcf0a678da2f715363d34ed530fedf7a2f0ab75edaefef72a70465ff"
|
|
701
701
|
dependencies = [
|
|
702
702
|
"cranelift-assembler-x64-meta",
|
|
703
703
|
"cranelift-codegen-shared",
|
|
@@ -708,24 +708,24 @@ dependencies = [
|
|
|
708
708
|
|
|
709
709
|
[[package]]
|
|
710
710
|
name = "cranelift-codegen-shared"
|
|
711
|
-
version = "0.130.
|
|
711
|
+
version = "0.130.1"
|
|
712
712
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
713
|
-
checksum = "
|
|
713
|
+
checksum = "f583cf203d1aa8b79560e3b01f929bdacf9070b015eec4ea9c46e22a3f83e4a0"
|
|
714
714
|
|
|
715
715
|
[[package]]
|
|
716
716
|
name = "cranelift-control"
|
|
717
|
-
version = "0.130.
|
|
717
|
+
version = "0.130.1"
|
|
718
718
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
719
|
-
checksum = "
|
|
719
|
+
checksum = "803159df35cc398ae54473c150b16d6c77e92ab2948be638488de126a3328fbc"
|
|
720
720
|
dependencies = [
|
|
721
721
|
"arbitrary",
|
|
722
722
|
]
|
|
723
723
|
|
|
724
724
|
[[package]]
|
|
725
725
|
name = "cranelift-entity"
|
|
726
|
-
version = "0.130.
|
|
726
|
+
version = "0.130.1"
|
|
727
727
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
728
|
-
checksum = "
|
|
728
|
+
checksum = "3109e417257082d88087f5bcce677525bdaa8322b88dd7f175ed1a1fd41d546c"
|
|
729
729
|
dependencies = [
|
|
730
730
|
"cranelift-bitset",
|
|
731
731
|
"serde",
|
|
@@ -735,9 +735,9 @@ dependencies = [
|
|
|
735
735
|
|
|
736
736
|
[[package]]
|
|
737
737
|
name = "cranelift-frontend"
|
|
738
|
-
version = "0.130.
|
|
738
|
+
version = "0.130.1"
|
|
739
739
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
740
|
-
checksum = "
|
|
740
|
+
checksum = "14db6b0e0e4994c581092df78d837be2072578f7cb2528f96a6cf895e56dee63"
|
|
741
741
|
dependencies = [
|
|
742
742
|
"cranelift-codegen",
|
|
743
743
|
"log",
|
|
@@ -747,15 +747,15 @@ dependencies = [
|
|
|
747
747
|
|
|
748
748
|
[[package]]
|
|
749
749
|
name = "cranelift-isle"
|
|
750
|
-
version = "0.130.
|
|
750
|
+
version = "0.130.1"
|
|
751
751
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
752
|
-
checksum = "
|
|
752
|
+
checksum = "ec66ea5025c7317383699778282ac98741d68444f956e3b1d7b62f12b7216e67"
|
|
753
753
|
|
|
754
754
|
[[package]]
|
|
755
755
|
name = "cranelift-native"
|
|
756
|
-
version = "0.130.
|
|
756
|
+
version = "0.130.1"
|
|
757
757
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
758
|
-
checksum = "
|
|
758
|
+
checksum = "373ade56438e6232619d85678477d0a88a31b3581936e0503e61e96b546b0800"
|
|
759
759
|
dependencies = [
|
|
760
760
|
"cranelift-codegen",
|
|
761
761
|
"libc",
|
|
@@ -764,9 +764,9 @@ dependencies = [
|
|
|
764
764
|
|
|
765
765
|
[[package]]
|
|
766
766
|
name = "cranelift-srcgen"
|
|
767
|
-
version = "0.130.
|
|
767
|
+
version = "0.130.1"
|
|
768
768
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
769
|
-
checksum = "
|
|
769
|
+
checksum = "ef53619d3cd5c78fd998c6d9420547af26b72e6456f94c2a8a2334cb76b42baa"
|
|
770
770
|
|
|
771
771
|
[[package]]
|
|
772
772
|
name = "crc32fast"
|
|
@@ -1083,9 +1083,9 @@ dependencies = [
|
|
|
1083
1083
|
|
|
1084
1084
|
[[package]]
|
|
1085
1085
|
name = "fastrand"
|
|
1086
|
-
version = "2.4.
|
|
1086
|
+
version = "2.4.1"
|
|
1087
1087
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1088
|
-
checksum = "
|
|
1088
|
+
checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
|
|
1089
1089
|
|
|
1090
1090
|
[[package]]
|
|
1091
1091
|
name = "fd-lock"
|
|
@@ -1319,13 +1319,13 @@ dependencies = [
|
|
|
1319
1319
|
|
|
1320
1320
|
[[package]]
|
|
1321
1321
|
name = "gimli"
|
|
1322
|
-
version = "0.33.
|
|
1322
|
+
version = "0.33.0"
|
|
1323
1323
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1324
|
-
checksum = "
|
|
1324
|
+
checksum = "0bf7f043f89559805f8c7cacc432749b2fa0d0a0a9ee46ce47164ed5ba7f126c"
|
|
1325
1325
|
dependencies = [
|
|
1326
1326
|
"fnv",
|
|
1327
1327
|
"hashbrown 0.16.1",
|
|
1328
|
-
"indexmap 2.
|
|
1328
|
+
"indexmap 2.14.0",
|
|
1329
1329
|
"stable_deref_trait",
|
|
1330
1330
|
]
|
|
1331
1331
|
|
|
@@ -1341,7 +1341,7 @@ dependencies = [
|
|
|
1341
1341
|
"futures-core",
|
|
1342
1342
|
"futures-sink",
|
|
1343
1343
|
"http",
|
|
1344
|
-
"indexmap 2.
|
|
1344
|
+
"indexmap 2.14.0",
|
|
1345
1345
|
"slab",
|
|
1346
1346
|
"tokio",
|
|
1347
1347
|
"tokio-util",
|
|
@@ -1385,6 +1385,12 @@ dependencies = [
|
|
|
1385
1385
|
"serde_core",
|
|
1386
1386
|
]
|
|
1387
1387
|
|
|
1388
|
+
[[package]]
|
|
1389
|
+
name = "hashbrown"
|
|
1390
|
+
version = "0.17.0"
|
|
1391
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1392
|
+
checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
|
|
1393
|
+
|
|
1388
1394
|
[[package]]
|
|
1389
1395
|
name = "heck"
|
|
1390
1396
|
version = "0.5.0"
|
|
@@ -1484,15 +1490,14 @@ dependencies = [
|
|
|
1484
1490
|
|
|
1485
1491
|
[[package]]
|
|
1486
1492
|
name = "hyper-rustls"
|
|
1487
|
-
version = "0.27.
|
|
1493
|
+
version = "0.27.9"
|
|
1488
1494
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1489
|
-
checksum = "
|
|
1495
|
+
checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
|
|
1490
1496
|
dependencies = [
|
|
1491
1497
|
"http",
|
|
1492
1498
|
"hyper",
|
|
1493
1499
|
"hyper-util",
|
|
1494
|
-
"rustls 0.23.
|
|
1495
|
-
"rustls-pki-types",
|
|
1500
|
+
"rustls 0.23.38",
|
|
1496
1501
|
"tokio",
|
|
1497
1502
|
"tokio-rustls 0.26.4",
|
|
1498
1503
|
"tower-service",
|
|
@@ -1687,12 +1692,12 @@ dependencies = [
|
|
|
1687
1692
|
|
|
1688
1693
|
[[package]]
|
|
1689
1694
|
name = "indexmap"
|
|
1690
|
-
version = "2.
|
|
1695
|
+
version = "2.14.0"
|
|
1691
1696
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1692
|
-
checksum = "
|
|
1697
|
+
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
|
|
1693
1698
|
dependencies = [
|
|
1694
1699
|
"equivalent",
|
|
1695
|
-
"hashbrown 0.
|
|
1700
|
+
"hashbrown 0.17.0",
|
|
1696
1701
|
"serde",
|
|
1697
1702
|
"serde_core",
|
|
1698
1703
|
]
|
|
@@ -1839,9 +1844,9 @@ dependencies = [
|
|
|
1839
1844
|
|
|
1840
1845
|
[[package]]
|
|
1841
1846
|
name = "js-sys"
|
|
1842
|
-
version = "0.3.
|
|
1847
|
+
version = "0.3.95"
|
|
1843
1848
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1844
|
-
checksum = "
|
|
1849
|
+
checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca"
|
|
1845
1850
|
dependencies = [
|
|
1846
1851
|
"cfg-if",
|
|
1847
1852
|
"futures-util",
|
|
@@ -1905,9 +1910,9 @@ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
|
1905
1910
|
|
|
1906
1911
|
[[package]]
|
|
1907
1912
|
name = "libc"
|
|
1908
|
-
version = "0.2.
|
|
1913
|
+
version = "0.2.185"
|
|
1909
1914
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1910
|
-
checksum = "
|
|
1915
|
+
checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
|
|
1911
1916
|
|
|
1912
1917
|
[[package]]
|
|
1913
1918
|
name = "libm"
|
|
@@ -1917,14 +1922,14 @@ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
|
|
|
1917
1922
|
|
|
1918
1923
|
[[package]]
|
|
1919
1924
|
name = "libredox"
|
|
1920
|
-
version = "0.1.
|
|
1925
|
+
version = "0.1.16"
|
|
1921
1926
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1922
|
-
checksum = "
|
|
1927
|
+
checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c"
|
|
1923
1928
|
dependencies = [
|
|
1924
1929
|
"bitflags",
|
|
1925
1930
|
"libc",
|
|
1926
1931
|
"plain",
|
|
1927
|
-
"redox_syscall 0.7.
|
|
1932
|
+
"redox_syscall 0.7.4",
|
|
1928
1933
|
]
|
|
1929
1934
|
|
|
1930
1935
|
[[package]]
|
|
@@ -2060,7 +2065,7 @@ checksum = "271638cd5fa9cca89c4c304675ca658efc4e64a66c716b7cfe1afb4b9611dbbc"
|
|
|
2060
2065
|
dependencies = [
|
|
2061
2066
|
"crc32fast",
|
|
2062
2067
|
"hashbrown 0.16.1",
|
|
2063
|
-
"indexmap 2.
|
|
2068
|
+
"indexmap 2.14.0",
|
|
2064
2069
|
"memchr",
|
|
2065
2070
|
]
|
|
2066
2071
|
|
|
@@ -2178,7 +2183,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2178
2183
|
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
|
2179
2184
|
dependencies = [
|
|
2180
2185
|
"fixedbitset",
|
|
2181
|
-
"indexmap 2.
|
|
2186
|
+
"indexmap 2.14.0",
|
|
2182
2187
|
]
|
|
2183
2188
|
|
|
2184
2189
|
[[package]]
|
|
@@ -2189,9 +2194,9 @@ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
|
2189
2194
|
|
|
2190
2195
|
[[package]]
|
|
2191
2196
|
name = "pkg-config"
|
|
2192
|
-
version = "0.3.
|
|
2197
|
+
version = "0.3.33"
|
|
2193
2198
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2194
|
-
checksum = "
|
|
2199
|
+
checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
|
|
2195
2200
|
|
|
2196
2201
|
[[package]]
|
|
2197
2202
|
name = "plain"
|
|
@@ -2284,9 +2289,9 @@ dependencies = [
|
|
|
2284
2289
|
|
|
2285
2290
|
[[package]]
|
|
2286
2291
|
name = "pulley-interpreter"
|
|
2287
|
-
version = "43.0.
|
|
2292
|
+
version = "43.0.1"
|
|
2288
2293
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2289
|
-
checksum = "
|
|
2294
|
+
checksum = "010dec3755eb61b2f1051ecb3611b718460b7a74c131e474de2af20a845938af"
|
|
2290
2295
|
dependencies = [
|
|
2291
2296
|
"cranelift-bitset",
|
|
2292
2297
|
"log",
|
|
@@ -2296,9 +2301,9 @@ dependencies = [
|
|
|
2296
2301
|
|
|
2297
2302
|
[[package]]
|
|
2298
2303
|
name = "pulley-macros"
|
|
2299
|
-
version = "43.0.
|
|
2304
|
+
version = "43.0.1"
|
|
2300
2305
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2301
|
-
checksum = "
|
|
2306
|
+
checksum = "ad360c32e85ca4b083ac0e2b6856e8f11c3d5060dafa7d5dc57b370857fa3018"
|
|
2302
2307
|
dependencies = [
|
|
2303
2308
|
"proc-macro2",
|
|
2304
2309
|
"quote",
|
|
@@ -2317,7 +2322,7 @@ dependencies = [
|
|
|
2317
2322
|
"quinn-proto",
|
|
2318
2323
|
"quinn-udp",
|
|
2319
2324
|
"rustc-hash",
|
|
2320
|
-
"rustls 0.23.
|
|
2325
|
+
"rustls 0.23.38",
|
|
2321
2326
|
"socket2",
|
|
2322
2327
|
"thiserror 2.0.18",
|
|
2323
2328
|
"tokio",
|
|
@@ -2335,10 +2340,10 @@ dependencies = [
|
|
|
2335
2340
|
"bytes",
|
|
2336
2341
|
"getrandom 0.3.4",
|
|
2337
2342
|
"lru-slab",
|
|
2338
|
-
"rand 0.9.
|
|
2343
|
+
"rand 0.9.4",
|
|
2339
2344
|
"ring",
|
|
2340
2345
|
"rustc-hash",
|
|
2341
|
-
"rustls 0.23.
|
|
2346
|
+
"rustls 0.23.38",
|
|
2342
2347
|
"rustls-pki-types",
|
|
2343
2348
|
"slab",
|
|
2344
2349
|
"thiserror 2.0.18",
|
|
@@ -2395,9 +2400,9 @@ dependencies = [
|
|
|
2395
2400
|
|
|
2396
2401
|
[[package]]
|
|
2397
2402
|
name = "rand"
|
|
2398
|
-
version = "0.9.
|
|
2403
|
+
version = "0.9.4"
|
|
2399
2404
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2400
|
-
checksum = "
|
|
2405
|
+
checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
|
|
2401
2406
|
dependencies = [
|
|
2402
2407
|
"rand_chacha 0.9.0",
|
|
2403
2408
|
"rand_core 0.9.5",
|
|
@@ -2452,9 +2457,9 @@ dependencies = [
|
|
|
2452
2457
|
|
|
2453
2458
|
[[package]]
|
|
2454
2459
|
name = "rayon"
|
|
2455
|
-
version = "1.
|
|
2460
|
+
version = "1.12.0"
|
|
2456
2461
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2457
|
-
checksum = "
|
|
2462
|
+
checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
|
|
2458
2463
|
dependencies = [
|
|
2459
2464
|
"either",
|
|
2460
2465
|
"rayon-core",
|
|
@@ -2481,9 +2486,9 @@ dependencies = [
|
|
|
2481
2486
|
|
|
2482
2487
|
[[package]]
|
|
2483
2488
|
name = "redox_syscall"
|
|
2484
|
-
version = "0.7.
|
|
2489
|
+
version = "0.7.4"
|
|
2485
2490
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2486
|
-
checksum = "
|
|
2491
|
+
checksum = "f450ad9c3b1da563fb6948a8e0fb0fb9269711c9c73d9ea1de5058c79c8d643a"
|
|
2487
2492
|
dependencies = [
|
|
2488
2493
|
"bitflags",
|
|
2489
2494
|
]
|
|
@@ -2594,7 +2599,7 @@ dependencies = [
|
|
|
2594
2599
|
"percent-encoding",
|
|
2595
2600
|
"pin-project-lite",
|
|
2596
2601
|
"quinn",
|
|
2597
|
-
"rustls 0.23.
|
|
2602
|
+
"rustls 0.23.38",
|
|
2598
2603
|
"rustls-pki-types",
|
|
2599
2604
|
"rustls-platform-verifier",
|
|
2600
2605
|
"serde",
|
|
@@ -2692,14 +2697,14 @@ dependencies = [
|
|
|
2692
2697
|
|
|
2693
2698
|
[[package]]
|
|
2694
2699
|
name = "rustls"
|
|
2695
|
-
version = "0.23.
|
|
2700
|
+
version = "0.23.38"
|
|
2696
2701
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2697
|
-
checksum = "
|
|
2702
|
+
checksum = "69f9466fb2c14ea04357e91413efb882e2a6d4a406e625449bc0a5d360d53a21"
|
|
2698
2703
|
dependencies = [
|
|
2699
2704
|
"aws-lc-rs",
|
|
2700
2705
|
"once_cell",
|
|
2701
2706
|
"rustls-pki-types",
|
|
2702
|
-
"rustls-webpki 0.103.
|
|
2707
|
+
"rustls-webpki 0.103.12",
|
|
2703
2708
|
"subtle",
|
|
2704
2709
|
"zeroize",
|
|
2705
2710
|
]
|
|
@@ -2737,10 +2742,10 @@ dependencies = [
|
|
|
2737
2742
|
"jni",
|
|
2738
2743
|
"log",
|
|
2739
2744
|
"once_cell",
|
|
2740
|
-
"rustls 0.23.
|
|
2745
|
+
"rustls 0.23.38",
|
|
2741
2746
|
"rustls-native-certs",
|
|
2742
2747
|
"rustls-platform-verifier-android",
|
|
2743
|
-
"rustls-webpki 0.103.
|
|
2748
|
+
"rustls-webpki 0.103.12",
|
|
2744
2749
|
"security-framework",
|
|
2745
2750
|
"security-framework-sys",
|
|
2746
2751
|
"webpki-root-certs",
|
|
@@ -2766,9 +2771,9 @@ dependencies = [
|
|
|
2766
2771
|
|
|
2767
2772
|
[[package]]
|
|
2768
2773
|
name = "rustls-webpki"
|
|
2769
|
-
version = "0.103.
|
|
2774
|
+
version = "0.103.12"
|
|
2770
2775
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2771
|
-
checksum = "
|
|
2776
|
+
checksum = "8279bb85272c9f10811ae6a6c547ff594d6a7f3c6c6b02ee9726d1d0dcfcdd06"
|
|
2772
2777
|
dependencies = [
|
|
2773
2778
|
"aws-lc-rs",
|
|
2774
2779
|
"ring",
|
|
@@ -2954,7 +2959,7 @@ dependencies = [
|
|
|
2954
2959
|
"chrono",
|
|
2955
2960
|
"hex",
|
|
2956
2961
|
"indexmap 1.9.3",
|
|
2957
|
-
"indexmap 2.
|
|
2962
|
+
"indexmap 2.14.0",
|
|
2958
2963
|
"schemars 0.9.0",
|
|
2959
2964
|
"schemars 1.2.1",
|
|
2960
2965
|
"serde_core",
|
|
@@ -2981,7 +2986,7 @@ version = "0.9.34+deprecated"
|
|
|
2981
2986
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2982
2987
|
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
|
|
2983
2988
|
dependencies = [
|
|
2984
|
-
"indexmap 2.
|
|
2989
|
+
"indexmap 2.14.0",
|
|
2985
2990
|
"itoa",
|
|
2986
2991
|
"ryu",
|
|
2987
2992
|
"serde",
|
|
@@ -3317,9 +3322,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
3317
3322
|
|
|
3318
3323
|
[[package]]
|
|
3319
3324
|
name = "tokio"
|
|
3320
|
-
version = "1.
|
|
3325
|
+
version = "1.52.0"
|
|
3321
3326
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3322
|
-
checksum = "
|
|
3327
|
+
checksum = "a91135f59b1cbf38c91e73cf3386fca9bb77915c45ce2771460c9d92f0f3d776"
|
|
3323
3328
|
dependencies = [
|
|
3324
3329
|
"bytes",
|
|
3325
3330
|
"libc",
|
|
@@ -3360,7 +3365,7 @@ version = "0.26.4"
|
|
|
3360
3365
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3361
3366
|
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
|
3362
3367
|
dependencies = [
|
|
3363
|
-
"rustls 0.23.
|
|
3368
|
+
"rustls 0.23.38",
|
|
3364
3369
|
"tokio",
|
|
3365
3370
|
]
|
|
3366
3371
|
|
|
@@ -3394,7 +3399,7 @@ version = "0.9.12+spec-1.1.0"
|
|
|
3394
3399
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3395
3400
|
checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
|
|
3396
3401
|
dependencies = [
|
|
3397
|
-
"indexmap 2.
|
|
3402
|
+
"indexmap 2.14.0",
|
|
3398
3403
|
"serde_core",
|
|
3399
3404
|
"serde_spanned",
|
|
3400
3405
|
"toml_datetime 0.7.5+spec-1.1.0",
|
|
@@ -3409,7 +3414,7 @@ version = "1.1.2+spec-1.1.0"
|
|
|
3409
3414
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3410
3415
|
checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee"
|
|
3411
3416
|
dependencies = [
|
|
3412
|
-
"indexmap 2.
|
|
3417
|
+
"indexmap 2.14.0",
|
|
3413
3418
|
"serde_core",
|
|
3414
3419
|
"serde_spanned",
|
|
3415
3420
|
"toml_datetime 1.1.1+spec-1.1.0",
|
|
@@ -3713,9 +3718,9 @@ dependencies = [
|
|
|
3713
3718
|
|
|
3714
3719
|
[[package]]
|
|
3715
3720
|
name = "wasm-bindgen"
|
|
3716
|
-
version = "0.2.
|
|
3721
|
+
version = "0.2.118"
|
|
3717
3722
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3718
|
-
checksum = "
|
|
3723
|
+
checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89"
|
|
3719
3724
|
dependencies = [
|
|
3720
3725
|
"cfg-if",
|
|
3721
3726
|
"once_cell",
|
|
@@ -3726,9 +3731,9 @@ dependencies = [
|
|
|
3726
3731
|
|
|
3727
3732
|
[[package]]
|
|
3728
3733
|
name = "wasm-bindgen-futures"
|
|
3729
|
-
version = "0.4.
|
|
3734
|
+
version = "0.4.68"
|
|
3730
3735
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3731
|
-
checksum = "
|
|
3736
|
+
checksum = "f371d383f2fb139252e0bfac3b81b265689bf45b6874af544ffa4c975ac1ebf8"
|
|
3732
3737
|
dependencies = [
|
|
3733
3738
|
"js-sys",
|
|
3734
3739
|
"wasm-bindgen",
|
|
@@ -3736,9 +3741,9 @@ dependencies = [
|
|
|
3736
3741
|
|
|
3737
3742
|
[[package]]
|
|
3738
3743
|
name = "wasm-bindgen-macro"
|
|
3739
|
-
version = "0.2.
|
|
3744
|
+
version = "0.2.118"
|
|
3740
3745
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3741
|
-
checksum = "
|
|
3746
|
+
checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed"
|
|
3742
3747
|
dependencies = [
|
|
3743
3748
|
"quote",
|
|
3744
3749
|
"wasm-bindgen-macro-support",
|
|
@@ -3746,9 +3751,9 @@ dependencies = [
|
|
|
3746
3751
|
|
|
3747
3752
|
[[package]]
|
|
3748
3753
|
name = "wasm-bindgen-macro-support"
|
|
3749
|
-
version = "0.2.
|
|
3754
|
+
version = "0.2.118"
|
|
3750
3755
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3751
|
-
checksum = "
|
|
3756
|
+
checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904"
|
|
3752
3757
|
dependencies = [
|
|
3753
3758
|
"bumpalo",
|
|
3754
3759
|
"proc-macro2",
|
|
@@ -3759,9 +3764,9 @@ dependencies = [
|
|
|
3759
3764
|
|
|
3760
3765
|
[[package]]
|
|
3761
3766
|
name = "wasm-bindgen-shared"
|
|
3762
|
-
version = "0.2.
|
|
3767
|
+
version = "0.2.118"
|
|
3763
3768
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3764
|
-
checksum = "
|
|
3769
|
+
checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129"
|
|
3765
3770
|
dependencies = [
|
|
3766
3771
|
"unicode-ident",
|
|
3767
3772
|
]
|
|
@@ -3775,7 +3780,7 @@ dependencies = [
|
|
|
3775
3780
|
"anyhow",
|
|
3776
3781
|
"heck",
|
|
3777
3782
|
"im-rc",
|
|
3778
|
-
"indexmap 2.
|
|
3783
|
+
"indexmap 2.14.0",
|
|
3779
3784
|
"log",
|
|
3780
3785
|
"petgraph",
|
|
3781
3786
|
"serde",
|
|
@@ -3824,7 +3829,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3824
3829
|
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
3825
3830
|
dependencies = [
|
|
3826
3831
|
"anyhow",
|
|
3827
|
-
"indexmap 2.
|
|
3832
|
+
"indexmap 2.14.0",
|
|
3828
3833
|
"wasm-encoder 0.244.0",
|
|
3829
3834
|
"wasmparser 0.244.0",
|
|
3830
3835
|
]
|
|
@@ -3850,7 +3855,7 @@ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
|
3850
3855
|
dependencies = [
|
|
3851
3856
|
"bitflags",
|
|
3852
3857
|
"hashbrown 0.15.5",
|
|
3853
|
-
"indexmap 2.
|
|
3858
|
+
"indexmap 2.14.0",
|
|
3854
3859
|
"semver",
|
|
3855
3860
|
]
|
|
3856
3861
|
|
|
@@ -3862,7 +3867,7 @@ checksum = "4f08c9adee0428b7bddf3890fc27e015ac4b761cc608c822667102b8bfd6995e"
|
|
|
3862
3867
|
dependencies = [
|
|
3863
3868
|
"bitflags",
|
|
3864
3869
|
"hashbrown 0.16.1",
|
|
3865
|
-
"indexmap 2.
|
|
3870
|
+
"indexmap 2.14.0",
|
|
3866
3871
|
"semver",
|
|
3867
3872
|
"serde",
|
|
3868
3873
|
]
|
|
@@ -3875,7 +3880,7 @@ checksum = "71cde4757396defafd25417cfb36aa3161027d06d865b0c24baaae229aac005d"
|
|
|
3875
3880
|
dependencies = [
|
|
3876
3881
|
"bitflags",
|
|
3877
3882
|
"hashbrown 0.16.1",
|
|
3878
|
-
"indexmap 2.
|
|
3883
|
+
"indexmap 2.14.0",
|
|
3879
3884
|
"semver",
|
|
3880
3885
|
"serde",
|
|
3881
3886
|
]
|
|
@@ -3893,9 +3898,9 @@ dependencies = [
|
|
|
3893
3898
|
|
|
3894
3899
|
[[package]]
|
|
3895
3900
|
name = "wasmtime"
|
|
3896
|
-
version = "43.0.
|
|
3901
|
+
version = "43.0.1"
|
|
3897
3902
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3898
|
-
checksum = "
|
|
3903
|
+
checksum = "ce205cd643d661b5ba5ba4717e13730262e8cdbc8f2eacbc7b906d45c1a74026"
|
|
3899
3904
|
dependencies = [
|
|
3900
3905
|
"addr2line",
|
|
3901
3906
|
"async-trait",
|
|
@@ -3947,9 +3952,9 @@ dependencies = [
|
|
|
3947
3952
|
|
|
3948
3953
|
[[package]]
|
|
3949
3954
|
name = "wasmtime-environ"
|
|
3950
|
-
version = "43.0.
|
|
3955
|
+
version = "43.0.1"
|
|
3951
3956
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3952
|
-
checksum = "
|
|
3957
|
+
checksum = "0b8b78abf3677d4a0a5db82e5015b4d085ff3a1b8b472cbb8c70d4b769f019ce"
|
|
3953
3958
|
dependencies = [
|
|
3954
3959
|
"anyhow",
|
|
3955
3960
|
"cpp_demangle",
|
|
@@ -3958,7 +3963,7 @@ dependencies = [
|
|
|
3958
3963
|
"cranelift-entity",
|
|
3959
3964
|
"gimli",
|
|
3960
3965
|
"hashbrown 0.16.1",
|
|
3961
|
-
"indexmap 2.
|
|
3966
|
+
"indexmap 2.14.0",
|
|
3962
3967
|
"log",
|
|
3963
3968
|
"object",
|
|
3964
3969
|
"postcard",
|
|
@@ -3978,9 +3983,9 @@ dependencies = [
|
|
|
3978
3983
|
|
|
3979
3984
|
[[package]]
|
|
3980
3985
|
name = "wasmtime-internal-cache"
|
|
3981
|
-
version = "43.0.
|
|
3986
|
+
version = "43.0.1"
|
|
3982
3987
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3983
|
-
checksum = "
|
|
3988
|
+
checksum = "8e4fd4103ba413c0da2e636f73490c6c8e446d708cbde7573703941bc3d6a448"
|
|
3984
3989
|
dependencies = [
|
|
3985
3990
|
"base64",
|
|
3986
3991
|
"directories-next",
|
|
@@ -3998,9 +4003,9 @@ dependencies = [
|
|
|
3998
4003
|
|
|
3999
4004
|
[[package]]
|
|
4000
4005
|
name = "wasmtime-internal-component-macro"
|
|
4001
|
-
version = "43.0.
|
|
4006
|
+
version = "43.0.1"
|
|
4002
4007
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4003
|
-
checksum = "
|
|
4008
|
+
checksum = "0d3d6914f34be2f9d78d8ee9f422e834dfc204e71ccce697205fae95fed87892"
|
|
4004
4009
|
dependencies = [
|
|
4005
4010
|
"anyhow",
|
|
4006
4011
|
"proc-macro2",
|
|
@@ -4013,15 +4018,15 @@ dependencies = [
|
|
|
4013
4018
|
|
|
4014
4019
|
[[package]]
|
|
4015
4020
|
name = "wasmtime-internal-component-util"
|
|
4016
|
-
version = "43.0.
|
|
4021
|
+
version = "43.0.1"
|
|
4017
4022
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4018
|
-
checksum = "
|
|
4023
|
+
checksum = "3751b0616b914fdd87fe1bf804694a078f321b000338e6476bc48a4d6e454f21"
|
|
4019
4024
|
|
|
4020
4025
|
[[package]]
|
|
4021
4026
|
name = "wasmtime-internal-core"
|
|
4022
|
-
version = "43.0.
|
|
4027
|
+
version = "43.0.1"
|
|
4023
4028
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4024
|
-
checksum = "
|
|
4029
|
+
checksum = "22632b187e1b0716f1b9ac57ad29013bed33175fcb19e10bb6896126f82fac67"
|
|
4025
4030
|
dependencies = [
|
|
4026
4031
|
"anyhow",
|
|
4027
4032
|
"hashbrown 0.16.1",
|
|
@@ -4031,9 +4036,9 @@ dependencies = [
|
|
|
4031
4036
|
|
|
4032
4037
|
[[package]]
|
|
4033
4038
|
name = "wasmtime-internal-cranelift"
|
|
4034
|
-
version = "43.0.
|
|
4039
|
+
version = "43.0.1"
|
|
4035
4040
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4036
|
-
checksum = "
|
|
4041
|
+
checksum = "8b3ca07b3e0bb3429674b173b5800577719d600774dd81bff58f775c0aaa64ee"
|
|
4037
4042
|
dependencies = [
|
|
4038
4043
|
"cfg-if",
|
|
4039
4044
|
"cranelift-codegen",
|
|
@@ -4058,9 +4063,9 @@ dependencies = [
|
|
|
4058
4063
|
|
|
4059
4064
|
[[package]]
|
|
4060
4065
|
name = "wasmtime-internal-fiber"
|
|
4061
|
-
version = "43.0.
|
|
4066
|
+
version = "43.0.1"
|
|
4062
4067
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4063
|
-
checksum = "
|
|
4068
|
+
checksum = "20c8b2c9704eb1f33ead025ec16038277ccb63d0a14c31e99d5b765d7c36da55"
|
|
4064
4069
|
dependencies = [
|
|
4065
4070
|
"cc",
|
|
4066
4071
|
"cfg-if",
|
|
@@ -4073,9 +4078,9 @@ dependencies = [
|
|
|
4073
4078
|
|
|
4074
4079
|
[[package]]
|
|
4075
4080
|
name = "wasmtime-internal-jit-debug"
|
|
4076
|
-
version = "43.0.
|
|
4081
|
+
version = "43.0.1"
|
|
4077
4082
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4078
|
-
checksum = "
|
|
4083
|
+
checksum = "d950310d07391d34369f62c48336ebb14eacbd4d6f772bb5f349c24e838e0664"
|
|
4079
4084
|
dependencies = [
|
|
4080
4085
|
"cc",
|
|
4081
4086
|
"object",
|
|
@@ -4085,9 +4090,9 @@ dependencies = [
|
|
|
4085
4090
|
|
|
4086
4091
|
[[package]]
|
|
4087
4092
|
name = "wasmtime-internal-jit-icache-coherence"
|
|
4088
|
-
version = "43.0.
|
|
4093
|
+
version = "43.0.1"
|
|
4089
4094
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4090
|
-
checksum = "
|
|
4095
|
+
checksum = "3606662c156962d096be3127b8b8ae8ee2f8be3f896dad29259ff01ddb64abfd"
|
|
4091
4096
|
dependencies = [
|
|
4092
4097
|
"cfg-if",
|
|
4093
4098
|
"libc",
|
|
@@ -4097,9 +4102,9 @@ dependencies = [
|
|
|
4097
4102
|
|
|
4098
4103
|
[[package]]
|
|
4099
4104
|
name = "wasmtime-internal-unwinder"
|
|
4100
|
-
version = "43.0.
|
|
4105
|
+
version = "43.0.1"
|
|
4101
4106
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4102
|
-
checksum = "
|
|
4107
|
+
checksum = "75eef0747e52dc545b075f64fd0e0cc237ae738e641266b1970e07e2d744bc32"
|
|
4103
4108
|
dependencies = [
|
|
4104
4109
|
"cfg-if",
|
|
4105
4110
|
"cranelift-codegen",
|
|
@@ -4110,9 +4115,9 @@ dependencies = [
|
|
|
4110
4115
|
|
|
4111
4116
|
[[package]]
|
|
4112
4117
|
name = "wasmtime-internal-versioned-export-macros"
|
|
4113
|
-
version = "43.0.
|
|
4118
|
+
version = "43.0.1"
|
|
4114
4119
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4115
|
-
checksum = "
|
|
4120
|
+
checksum = "d8b0a5dab02a8fb527f547855ecc0e05f9fdc3d5bd57b8b080349408f9a6cece"
|
|
4116
4121
|
dependencies = [
|
|
4117
4122
|
"proc-macro2",
|
|
4118
4123
|
"quote",
|
|
@@ -4121,9 +4126,9 @@ dependencies = [
|
|
|
4121
4126
|
|
|
4122
4127
|
[[package]]
|
|
4123
4128
|
name = "wasmtime-internal-winch"
|
|
4124
|
-
version = "43.0.
|
|
4129
|
+
version = "43.0.1"
|
|
4125
4130
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4126
|
-
checksum = "
|
|
4131
|
+
checksum = "8007342bd12ff400293a817973f7ecd6f1d9a8549a53369a9c1af357166f1f1e"
|
|
4127
4132
|
dependencies = [
|
|
4128
4133
|
"cranelift-codegen",
|
|
4129
4134
|
"gimli",
|
|
@@ -4138,22 +4143,22 @@ dependencies = [
|
|
|
4138
4143
|
|
|
4139
4144
|
[[package]]
|
|
4140
4145
|
name = "wasmtime-internal-wit-bindgen"
|
|
4141
|
-
version = "43.0.
|
|
4146
|
+
version = "43.0.1"
|
|
4142
4147
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4143
|
-
checksum = "
|
|
4148
|
+
checksum = "7900c3e3c1d6e475bc225d73b02d6d5484815f260022e6964dca9558e50dd01a"
|
|
4144
4149
|
dependencies = [
|
|
4145
4150
|
"anyhow",
|
|
4146
4151
|
"bitflags",
|
|
4147
4152
|
"heck",
|
|
4148
|
-
"indexmap 2.
|
|
4153
|
+
"indexmap 2.14.0",
|
|
4149
4154
|
"wit-parser 0.245.1",
|
|
4150
4155
|
]
|
|
4151
4156
|
|
|
4152
4157
|
[[package]]
|
|
4153
4158
|
name = "wasmtime-wasi"
|
|
4154
|
-
version = "43.0.
|
|
4159
|
+
version = "43.0.1"
|
|
4155
4160
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4156
|
-
checksum = "
|
|
4161
|
+
checksum = "ed3e3ddcfad69e9eb025bd19bff70dad45bafe1d6eacd134c0ffdfc4c161d045"
|
|
4157
4162
|
dependencies = [
|
|
4158
4163
|
"async-trait",
|
|
4159
4164
|
"bitflags",
|
|
@@ -4181,9 +4186,9 @@ dependencies = [
|
|
|
4181
4186
|
|
|
4182
4187
|
[[package]]
|
|
4183
4188
|
name = "wasmtime-wasi-http"
|
|
4184
|
-
version = "43.0.
|
|
4189
|
+
version = "43.0.1"
|
|
4185
4190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4186
|
-
checksum = "
|
|
4191
|
+
checksum = "2b286829e05b5d8559d9519f44451e82502739ef48689b66debe96612e2b88df"
|
|
4187
4192
|
dependencies = [
|
|
4188
4193
|
"async-trait",
|
|
4189
4194
|
"bytes",
|
|
@@ -4205,9 +4210,9 @@ dependencies = [
|
|
|
4205
4210
|
|
|
4206
4211
|
[[package]]
|
|
4207
4212
|
name = "wasmtime-wasi-io"
|
|
4208
|
-
version = "43.0.
|
|
4213
|
+
version = "43.0.1"
|
|
4209
4214
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4210
|
-
checksum = "
|
|
4215
|
+
checksum = "3ca5dd3b9f04a851c422d05f333366722742da46bff9369ae0191f32cf83565a"
|
|
4211
4216
|
dependencies = [
|
|
4212
4217
|
"async-trait",
|
|
4213
4218
|
"bytes",
|
|
@@ -4249,9 +4254,9 @@ dependencies = [
|
|
|
4249
4254
|
|
|
4250
4255
|
[[package]]
|
|
4251
4256
|
name = "web-sys"
|
|
4252
|
-
version = "0.3.
|
|
4257
|
+
version = "0.3.95"
|
|
4253
4258
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4254
|
-
checksum = "
|
|
4259
|
+
checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d"
|
|
4255
4260
|
dependencies = [
|
|
4256
4261
|
"js-sys",
|
|
4257
4262
|
"wasm-bindgen",
|
|
@@ -4296,9 +4301,9 @@ dependencies = [
|
|
|
4296
4301
|
|
|
4297
4302
|
[[package]]
|
|
4298
4303
|
name = "wiggle"
|
|
4299
|
-
version = "43.0.
|
|
4304
|
+
version = "43.0.1"
|
|
4300
4305
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4301
|
-
checksum = "
|
|
4306
|
+
checksum = "cc1b1135efc8e5a008971897bea8d41ca56d8d501d4efb807842ae0a1c78f639"
|
|
4302
4307
|
dependencies = [
|
|
4303
4308
|
"bitflags",
|
|
4304
4309
|
"thiserror 2.0.18",
|
|
@@ -4310,9 +4315,9 @@ dependencies = [
|
|
|
4310
4315
|
|
|
4311
4316
|
[[package]]
|
|
4312
4317
|
name = "wiggle-generate"
|
|
4313
|
-
version = "43.0.
|
|
4318
|
+
version = "43.0.1"
|
|
4314
4319
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4315
|
-
checksum = "
|
|
4320
|
+
checksum = "a7bc2b0d50ec8773b44fbfe1da6cb5cc44a92deaf8483233dcf0831e6db33172"
|
|
4316
4321
|
dependencies = [
|
|
4317
4322
|
"heck",
|
|
4318
4323
|
"proc-macro2",
|
|
@@ -4324,9 +4329,9 @@ dependencies = [
|
|
|
4324
4329
|
|
|
4325
4330
|
[[package]]
|
|
4326
4331
|
name = "wiggle-macro"
|
|
4327
|
-
version = "43.0.
|
|
4332
|
+
version = "43.0.1"
|
|
4328
4333
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4329
|
-
checksum = "
|
|
4334
|
+
checksum = "2d6c7d44ea552e1fbfdcd7a2cd83f5c2d1e803d5b1a11e3462c06888b77f455f"
|
|
4330
4335
|
dependencies = [
|
|
4331
4336
|
"proc-macro2",
|
|
4332
4337
|
"quote",
|
|
@@ -4367,9 +4372,9 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
4367
4372
|
|
|
4368
4373
|
[[package]]
|
|
4369
4374
|
name = "winch-codegen"
|
|
4370
|
-
version = "43.0.
|
|
4375
|
+
version = "43.0.1"
|
|
4371
4376
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4372
|
-
checksum = "
|
|
4377
|
+
checksum = "eb9f45f7172a2628c8317766e427babc0a400f9d10b1c0f0b0617c5ed5b79de6"
|
|
4373
4378
|
dependencies = [
|
|
4374
4379
|
"cranelift-assembler-x64",
|
|
4375
4380
|
"cranelift-codegen",
|
|
@@ -4724,7 +4729,7 @@ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
|
|
4724
4729
|
dependencies = [
|
|
4725
4730
|
"anyhow",
|
|
4726
4731
|
"heck",
|
|
4727
|
-
"indexmap 2.
|
|
4732
|
+
"indexmap 2.14.0",
|
|
4728
4733
|
"prettyplease",
|
|
4729
4734
|
"syn",
|
|
4730
4735
|
"wasm-metadata",
|
|
@@ -4755,7 +4760,7 @@ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
|
4755
4760
|
dependencies = [
|
|
4756
4761
|
"anyhow",
|
|
4757
4762
|
"bitflags",
|
|
4758
|
-
"indexmap 2.
|
|
4763
|
+
"indexmap 2.14.0",
|
|
4759
4764
|
"log",
|
|
4760
4765
|
"serde",
|
|
4761
4766
|
"serde_derive",
|
|
@@ -4774,7 +4779,7 @@ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
|
|
4774
4779
|
dependencies = [
|
|
4775
4780
|
"anyhow",
|
|
4776
4781
|
"id-arena",
|
|
4777
|
-
"indexmap 2.
|
|
4782
|
+
"indexmap 2.14.0",
|
|
4778
4783
|
"log",
|
|
4779
4784
|
"semver",
|
|
4780
4785
|
"serde",
|
|
@@ -4793,7 +4798,7 @@ dependencies = [
|
|
|
4793
4798
|
"anyhow",
|
|
4794
4799
|
"hashbrown 0.16.1",
|
|
4795
4800
|
"id-arena",
|
|
4796
|
-
"indexmap 2.
|
|
4801
|
+
"indexmap 2.14.0",
|
|
4797
4802
|
"log",
|
|
4798
4803
|
"semver",
|
|
4799
4804
|
"serde",
|
|
@@ -4,11 +4,11 @@ interface types {
|
|
|
4
4
|
|
|
5
5
|
/// A localizable text value.
|
|
6
6
|
///
|
|
7
|
-
/// - `plain` — an opaque UTF-8 string. If `std
|
|
7
|
+
/// - `plain` — an opaque UTF-8 string. If `std.default-language` is declared
|
|
8
8
|
/// in the `act:component` section, the string is assumed to be in that language.
|
|
9
9
|
/// Otherwise, the language is undefined.
|
|
10
10
|
/// - `localized` — a list of (BCP 47 language-tag, text) pairs.
|
|
11
|
-
/// If `std
|
|
11
|
+
/// If `std.default-language` is declared, SHOULD include an entry for it.
|
|
12
12
|
variant localized-string {
|
|
13
13
|
plain(string),
|
|
14
14
|
localized(list<tuple<string, string>>),
|
|
@@ -97,8 +97,8 @@ interface types {
|
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
/// Component-level metadata (name, version, description, capabilities) is stored
|
|
100
|
-
/// in the `act:component` WASM custom section (CBOR-encoded)
|
|
101
|
-
///
|
|
100
|
+
/// in the `act:component` WASM custom section (CBOR-encoded), not as an exported
|
|
101
|
+
/// function.
|
|
102
102
|
|
|
103
103
|
interface tool-provider {
|
|
104
104
|
use types.{
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
[act-core]
|
|
2
|
+
url = "https://github.com/actcore/act-spec/archive/main.tar.gz"
|
|
3
|
+
sha256 = "2f099c8558f3f64c6d80546386c5dbcbe5e379c3c1e8af16dae378184162f719"
|
|
4
|
+
sha512 = "c721dc6d2247bad5fde0d10e27fd78e96402853d12b6ffdc1fddd209c93fc91b3f289bc07634f5eb6b9ba085884cd12106abaa6a2020d6040ab56f18982ca45f"
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
[act-core]
|
|
2
|
-
url = "https://github.com/actcore/act-spec/archive/main.tar.gz"
|
|
3
|
-
sha256 = "998a4d74ebd283b7d3a6c22abf81aae4e9ff51643ae3813919cb9feb94364859"
|
|
4
|
-
sha512 = "d7aa53a8e2e488dab293c44c3c0c1389ec65046069607a8ae253aaac1bfd6bc82504b06c3273c20311641e524cb6a8718e91875016a3ab62b3ce6f3f1b962064"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|