app_bridge 0.1.0 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Cargo.lock +164 -857
- data/ext/app_bridge/Cargo.toml +2 -6
- data/ext/app_bridge/extconf.rb +21 -0
- data/lib/app_bridge/version.rb +1 -1
- metadata +4 -4
data/Cargo.lock
CHANGED
@@ -59,73 +59,19 @@ dependencies = [
|
|
59
59
|
"libc",
|
60
60
|
]
|
61
61
|
|
62
|
-
[[package]]
|
63
|
-
name = "anstream"
|
64
|
-
version = "0.6.18"
|
65
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
66
|
-
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
67
|
-
dependencies = [
|
68
|
-
"anstyle",
|
69
|
-
"anstyle-parse",
|
70
|
-
"anstyle-query",
|
71
|
-
"anstyle-wincon",
|
72
|
-
"colorchoice",
|
73
|
-
"is_terminal_polyfill",
|
74
|
-
"utf8parse",
|
75
|
-
]
|
76
|
-
|
77
|
-
[[package]]
|
78
|
-
name = "anstyle"
|
79
|
-
version = "1.0.10"
|
80
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
81
|
-
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
82
|
-
|
83
|
-
[[package]]
|
84
|
-
name = "anstyle-parse"
|
85
|
-
version = "0.2.6"
|
86
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
87
|
-
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
88
|
-
dependencies = [
|
89
|
-
"utf8parse",
|
90
|
-
]
|
91
|
-
|
92
|
-
[[package]]
|
93
|
-
name = "anstyle-query"
|
94
|
-
version = "1.1.2"
|
95
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
96
|
-
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
97
|
-
dependencies = [
|
98
|
-
"windows-sys 0.59.0",
|
99
|
-
]
|
100
|
-
|
101
|
-
[[package]]
|
102
|
-
name = "anstyle-wincon"
|
103
|
-
version = "3.0.7"
|
104
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
105
|
-
checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
|
106
|
-
dependencies = [
|
107
|
-
"anstyle",
|
108
|
-
"once_cell",
|
109
|
-
"windows-sys 0.59.0",
|
110
|
-
]
|
111
|
-
|
112
62
|
[[package]]
|
113
63
|
name = "anyhow"
|
114
|
-
version = "1.0.
|
64
|
+
version = "1.0.96"
|
115
65
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
116
|
-
checksum = "
|
66
|
+
checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4"
|
117
67
|
|
118
68
|
[[package]]
|
119
69
|
name = "app_bridge"
|
120
|
-
version = "0.
|
70
|
+
version = "0.7.0"
|
121
71
|
dependencies = [
|
122
|
-
"anyhow",
|
123
72
|
"magnus",
|
124
73
|
"reqwest",
|
125
|
-
"tokio",
|
126
74
|
"wasmtime",
|
127
|
-
"wasmtime-cli",
|
128
|
-
"wasmtime-component-util",
|
129
75
|
"wasmtime-wasi",
|
130
76
|
]
|
131
77
|
|
@@ -137,9 +83,9 @@ checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
|
|
137
83
|
|
138
84
|
[[package]]
|
139
85
|
name = "async-trait"
|
140
|
-
version = "0.1.
|
86
|
+
version = "0.1.86"
|
141
87
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
142
|
-
checksum = "
|
88
|
+
checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d"
|
143
89
|
dependencies = [
|
144
90
|
"proc-macro2",
|
145
91
|
"quote",
|
@@ -222,9 +168,9 @@ dependencies = [
|
|
222
168
|
|
223
169
|
[[package]]
|
224
170
|
name = "bumpalo"
|
225
|
-
version = "3.
|
171
|
+
version = "3.17.0"
|
226
172
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
227
|
-
checksum = "
|
173
|
+
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
|
228
174
|
dependencies = [
|
229
175
|
"allocator-api2",
|
230
176
|
]
|
@@ -237,9 +183,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
237
183
|
|
238
184
|
[[package]]
|
239
185
|
name = "bytes"
|
240
|
-
version = "1.
|
186
|
+
version = "1.10.0"
|
241
187
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
242
|
-
checksum = "
|
188
|
+
checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9"
|
243
189
|
|
244
190
|
[[package]]
|
245
191
|
name = "cap-fs-ext"
|
@@ -318,31 +264,11 @@ dependencies = [
|
|
318
264
|
"winx",
|
319
265
|
]
|
320
266
|
|
321
|
-
[[package]]
|
322
|
-
name = "capstone"
|
323
|
-
version = "0.12.0"
|
324
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
325
|
-
checksum = "b08ca438d9585a2b216b0c2e88ea51e096286c5f197f7be2526bb515ef775b6c"
|
326
|
-
dependencies = [
|
327
|
-
"capstone-sys",
|
328
|
-
"libc",
|
329
|
-
]
|
330
|
-
|
331
|
-
[[package]]
|
332
|
-
name = "capstone-sys"
|
333
|
-
version = "0.16.0"
|
334
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
335
|
-
checksum = "fe7183271711ffb7c63a6480e4baf480e0140da59eeba9b18fcc8bf3478950e3"
|
336
|
-
dependencies = [
|
337
|
-
"cc",
|
338
|
-
"libc",
|
339
|
-
]
|
340
|
-
|
341
267
|
[[package]]
|
342
268
|
name = "cc"
|
343
|
-
version = "1.2.
|
269
|
+
version = "1.2.15"
|
344
270
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
345
|
-
checksum = "
|
271
|
+
checksum = "c736e259eea577f443d5c86c304f9f4ae0295c43f3ba05c21f1d66b5f06001af"
|
346
272
|
dependencies = [
|
347
273
|
"jobserver",
|
348
274
|
"libc",
|
@@ -375,68 +301,12 @@ dependencies = [
|
|
375
301
|
"libloading",
|
376
302
|
]
|
377
303
|
|
378
|
-
[[package]]
|
379
|
-
name = "clap"
|
380
|
-
version = "4.5.27"
|
381
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
382
|
-
checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796"
|
383
|
-
dependencies = [
|
384
|
-
"clap_builder",
|
385
|
-
"clap_derive",
|
386
|
-
]
|
387
|
-
|
388
|
-
[[package]]
|
389
|
-
name = "clap_builder"
|
390
|
-
version = "4.5.27"
|
391
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
392
|
-
checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7"
|
393
|
-
dependencies = [
|
394
|
-
"anstream",
|
395
|
-
"anstyle",
|
396
|
-
"clap_lex",
|
397
|
-
"strsim",
|
398
|
-
"terminal_size",
|
399
|
-
]
|
400
|
-
|
401
|
-
[[package]]
|
402
|
-
name = "clap_complete"
|
403
|
-
version = "4.5.43"
|
404
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
405
|
-
checksum = "0952013545c9c6dca60f491602655b795c6c062ab180c9cb0bccb83135461861"
|
406
|
-
dependencies = [
|
407
|
-
"clap",
|
408
|
-
]
|
409
|
-
|
410
|
-
[[package]]
|
411
|
-
name = "clap_derive"
|
412
|
-
version = "4.5.24"
|
413
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
414
|
-
checksum = "54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c"
|
415
|
-
dependencies = [
|
416
|
-
"heck",
|
417
|
-
"proc-macro2",
|
418
|
-
"quote",
|
419
|
-
"syn",
|
420
|
-
]
|
421
|
-
|
422
|
-
[[package]]
|
423
|
-
name = "clap_lex"
|
424
|
-
version = "0.7.4"
|
425
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
426
|
-
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
427
|
-
|
428
304
|
[[package]]
|
429
305
|
name = "cobs"
|
430
306
|
version = "0.2.3"
|
431
307
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
432
308
|
checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
|
433
309
|
|
434
|
-
[[package]]
|
435
|
-
name = "colorchoice"
|
436
|
-
version = "1.0.3"
|
437
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
438
|
-
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
439
|
-
|
440
310
|
[[package]]
|
441
311
|
name = "core-foundation"
|
442
312
|
version = "0.9.4"
|
@@ -508,7 +378,7 @@ dependencies = [
|
|
508
378
|
"hashbrown 0.14.5",
|
509
379
|
"log",
|
510
380
|
"regalloc2",
|
511
|
-
"rustc-hash 2.1.
|
381
|
+
"rustc-hash 2.1.1",
|
512
382
|
"serde",
|
513
383
|
"smallvec",
|
514
384
|
"target-lexicon",
|
@@ -695,9 +565,9 @@ dependencies = [
|
|
695
565
|
|
696
566
|
[[package]]
|
697
567
|
name = "either"
|
698
|
-
version = "1.
|
568
|
+
version = "1.14.0"
|
699
569
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
700
|
-
checksum = "
|
570
|
+
checksum = "b7914353092ddf589ad78f25c5c1c21b7f80b0ff8621e7c814c3485b5306da9d"
|
701
571
|
|
702
572
|
[[package]]
|
703
573
|
name = "embedded-io"
|
@@ -720,47 +590,11 @@ dependencies = [
|
|
720
590
|
"cfg-if",
|
721
591
|
]
|
722
592
|
|
723
|
-
[[package]]
|
724
|
-
name = "env_filter"
|
725
|
-
version = "0.1.3"
|
726
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
727
|
-
checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
|
728
|
-
dependencies = [
|
729
|
-
"log",
|
730
|
-
"regex",
|
731
|
-
]
|
732
|
-
|
733
|
-
[[package]]
|
734
|
-
name = "env_logger"
|
735
|
-
version = "0.10.2"
|
736
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
737
|
-
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
|
738
|
-
dependencies = [
|
739
|
-
"humantime",
|
740
|
-
"is-terminal",
|
741
|
-
"log",
|
742
|
-
"regex",
|
743
|
-
"termcolor",
|
744
|
-
]
|
745
|
-
|
746
|
-
[[package]]
|
747
|
-
name = "env_logger"
|
748
|
-
version = "0.11.6"
|
749
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
750
|
-
checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
|
751
|
-
dependencies = [
|
752
|
-
"anstream",
|
753
|
-
"anstyle",
|
754
|
-
"env_filter",
|
755
|
-
"humantime",
|
756
|
-
"log",
|
757
|
-
]
|
758
|
-
|
759
593
|
[[package]]
|
760
594
|
name = "equivalent"
|
761
|
-
version = "1.0.
|
595
|
+
version = "1.0.2"
|
762
596
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
763
|
-
checksum = "
|
597
|
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
764
598
|
|
765
599
|
[[package]]
|
766
600
|
name = "errno"
|
@@ -795,16 +629,6 @@ dependencies = [
|
|
795
629
|
"windows-sys 0.52.0",
|
796
630
|
]
|
797
631
|
|
798
|
-
[[package]]
|
799
|
-
name = "file-per-thread-logger"
|
800
|
-
version = "0.2.0"
|
801
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
802
|
-
checksum = "8a3cc21c33af89af0930c8cae4ade5e6fdc17b5d2c97b3d2e2edb67a1cf683f3"
|
803
|
-
dependencies = [
|
804
|
-
"env_logger 0.10.2",
|
805
|
-
"log",
|
806
|
-
]
|
807
|
-
|
808
632
|
[[package]]
|
809
633
|
name = "fnv"
|
810
634
|
version = "1.0.7"
|
@@ -956,7 +780,19 @@ checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
|
956
780
|
dependencies = [
|
957
781
|
"cfg-if",
|
958
782
|
"libc",
|
959
|
-
"wasi",
|
783
|
+
"wasi 0.11.0+wasi-snapshot-preview1",
|
784
|
+
]
|
785
|
+
|
786
|
+
[[package]]
|
787
|
+
name = "getrandom"
|
788
|
+
version = "0.3.1"
|
789
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
790
|
+
checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
|
791
|
+
dependencies = [
|
792
|
+
"cfg-if",
|
793
|
+
"libc",
|
794
|
+
"wasi 0.13.3+wasi-0.2.2",
|
795
|
+
"windows-targets",
|
960
796
|
]
|
961
797
|
|
962
798
|
[[package]]
|
@@ -978,9 +814,9 @@ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
|
978
814
|
|
979
815
|
[[package]]
|
980
816
|
name = "h2"
|
981
|
-
version = "0.4.
|
817
|
+
version = "0.4.8"
|
982
818
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
983
|
-
checksum = "
|
819
|
+
checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2"
|
984
820
|
dependencies = [
|
985
821
|
"atomic-waker",
|
986
822
|
"bytes",
|
@@ -1020,12 +856,6 @@ version = "0.5.0"
|
|
1020
856
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1021
857
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
1022
858
|
|
1023
|
-
[[package]]
|
1024
|
-
name = "hermit-abi"
|
1025
|
-
version = "0.4.0"
|
1026
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1027
|
-
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
1028
|
-
|
1029
859
|
[[package]]
|
1030
860
|
name = "http"
|
1031
861
|
version = "1.2.0"
|
@@ -1062,27 +892,15 @@ dependencies = [
|
|
1062
892
|
|
1063
893
|
[[package]]
|
1064
894
|
name = "httparse"
|
1065
|
-
version = "1.
|
1066
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1067
|
-
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
1068
|
-
|
1069
|
-
[[package]]
|
1070
|
-
name = "httpdate"
|
1071
|
-
version = "1.0.3"
|
1072
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1073
|
-
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
1074
|
-
|
1075
|
-
[[package]]
|
1076
|
-
name = "humantime"
|
1077
|
-
version = "2.1.0"
|
895
|
+
version = "1.10.0"
|
1078
896
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1079
|
-
checksum = "
|
897
|
+
checksum = "f2d708df4e7140240a16cd6ab0ab65c972d7433ab77819ea693fde9c43811e2a"
|
1080
898
|
|
1081
899
|
[[package]]
|
1082
900
|
name = "hyper"
|
1083
|
-
version = "1.
|
901
|
+
version = "1.6.0"
|
1084
902
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1085
|
-
checksum = "
|
903
|
+
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
|
1086
904
|
dependencies = [
|
1087
905
|
"bytes",
|
1088
906
|
"futures-channel",
|
@@ -1091,7 +909,6 @@ dependencies = [
|
|
1091
909
|
"http",
|
1092
910
|
"http-body",
|
1093
911
|
"httparse",
|
1094
|
-
"httpdate",
|
1095
912
|
"itoa",
|
1096
913
|
"pin-project-lite",
|
1097
914
|
"smallvec",
|
@@ -1109,10 +926,10 @@ dependencies = [
|
|
1109
926
|
"http",
|
1110
927
|
"hyper",
|
1111
928
|
"hyper-util",
|
1112
|
-
"rustls
|
929
|
+
"rustls",
|
1113
930
|
"rustls-pki-types",
|
1114
931
|
"tokio",
|
1115
|
-
"tokio-rustls
|
932
|
+
"tokio-rustls",
|
1116
933
|
"tower-service",
|
1117
934
|
]
|
1118
935
|
|
@@ -1352,23 +1169,6 @@ version = "2.11.0"
|
|
1352
1169
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1353
1170
|
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
1354
1171
|
|
1355
|
-
[[package]]
|
1356
|
-
name = "is-terminal"
|
1357
|
-
version = "0.4.15"
|
1358
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1359
|
-
checksum = "e19b23d53f35ce9f56aebc7d1bb4e6ac1e9c0db7ac85c8d1760c04379edced37"
|
1360
|
-
dependencies = [
|
1361
|
-
"hermit-abi",
|
1362
|
-
"libc",
|
1363
|
-
"windows-sys 0.59.0",
|
1364
|
-
]
|
1365
|
-
|
1366
|
-
[[package]]
|
1367
|
-
name = "is_terminal_polyfill"
|
1368
|
-
version = "1.70.1"
|
1369
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1370
|
-
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
1371
|
-
|
1372
1172
|
[[package]]
|
1373
1173
|
name = "itertools"
|
1374
1174
|
version = "0.12.1"
|
@@ -1441,11 +1241,17 @@ version = "0.2.5"
|
|
1441
1241
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1442
1242
|
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
|
1443
1243
|
|
1244
|
+
[[package]]
|
1245
|
+
name = "leb128fmt"
|
1246
|
+
version = "0.1.0"
|
1247
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1248
|
+
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
1249
|
+
|
1444
1250
|
[[package]]
|
1445
1251
|
name = "libc"
|
1446
|
-
version = "0.2.
|
1252
|
+
version = "0.2.170"
|
1447
1253
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1448
|
-
checksum = "
|
1254
|
+
checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
|
1449
1255
|
|
1450
1256
|
[[package]]
|
1451
1257
|
name = "libloading"
|
@@ -1479,38 +1285,17 @@ version = "0.4.15"
|
|
1479
1285
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1480
1286
|
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
1481
1287
|
|
1482
|
-
[[package]]
|
1483
|
-
name = "listenfd"
|
1484
|
-
version = "1.0.2"
|
1485
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1486
|
-
checksum = "b87bc54a4629b4294d0b3ef041b64c40c611097a677d9dc07b2c67739fe39dba"
|
1487
|
-
dependencies = [
|
1488
|
-
"libc",
|
1489
|
-
"uuid",
|
1490
|
-
"winapi",
|
1491
|
-
]
|
1492
|
-
|
1493
1288
|
[[package]]
|
1494
1289
|
name = "litemap"
|
1495
1290
|
version = "0.7.4"
|
1496
1291
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1497
1292
|
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
1498
1293
|
|
1499
|
-
[[package]]
|
1500
|
-
name = "lock_api"
|
1501
|
-
version = "0.4.12"
|
1502
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1503
|
-
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
1504
|
-
dependencies = [
|
1505
|
-
"autocfg",
|
1506
|
-
"scopeguard",
|
1507
|
-
]
|
1508
|
-
|
1509
1294
|
[[package]]
|
1510
1295
|
name = "log"
|
1511
|
-
version = "0.4.
|
1296
|
+
version = "0.4.26"
|
1512
1297
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1513
|
-
checksum = "
|
1298
|
+
checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
|
1514
1299
|
|
1515
1300
|
[[package]]
|
1516
1301
|
name = "mach2"
|
@@ -1544,15 +1329,6 @@ dependencies = [
|
|
1544
1329
|
"syn",
|
1545
1330
|
]
|
1546
1331
|
|
1547
|
-
[[package]]
|
1548
|
-
name = "matchers"
|
1549
|
-
version = "0.1.0"
|
1550
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1551
|
-
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
1552
|
-
dependencies = [
|
1553
|
-
"regex-automata 0.1.10",
|
1554
|
-
]
|
1555
|
-
|
1556
1332
|
[[package]]
|
1557
1333
|
name = "maybe-owned"
|
1558
1334
|
version = "0.3.4"
|
@@ -1588,9 +1364,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
1588
1364
|
|
1589
1365
|
[[package]]
|
1590
1366
|
name = "miniz_oxide"
|
1591
|
-
version = "0.8.
|
1367
|
+
version = "0.8.5"
|
1592
1368
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1593
|
-
checksum = "
|
1369
|
+
checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
|
1594
1370
|
dependencies = [
|
1595
1371
|
"adler2",
|
1596
1372
|
]
|
@@ -1602,15 +1378,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1602
1378
|
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
1603
1379
|
dependencies = [
|
1604
1380
|
"libc",
|
1605
|
-
"wasi",
|
1381
|
+
"wasi 0.11.0+wasi-snapshot-preview1",
|
1606
1382
|
"windows-sys 0.52.0",
|
1607
1383
|
]
|
1608
1384
|
|
1609
1385
|
[[package]]
|
1610
1386
|
name = "native-tls"
|
1611
|
-
version = "0.2.
|
1387
|
+
version = "0.2.14"
|
1612
1388
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1613
|
-
checksum = "
|
1389
|
+
checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
|
1614
1390
|
dependencies = [
|
1615
1391
|
"libc",
|
1616
1392
|
"log",
|
@@ -1633,16 +1409,6 @@ dependencies = [
|
|
1633
1409
|
"minimal-lexical",
|
1634
1410
|
]
|
1635
1411
|
|
1636
|
-
[[package]]
|
1637
|
-
name = "nu-ansi-term"
|
1638
|
-
version = "0.46.0"
|
1639
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1640
|
-
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
1641
|
-
dependencies = [
|
1642
|
-
"overload",
|
1643
|
-
"winapi",
|
1644
|
-
]
|
1645
|
-
|
1646
1412
|
[[package]]
|
1647
1413
|
name = "object"
|
1648
1414
|
version = "0.36.7"
|
@@ -1657,9 +1423,9 @@ dependencies = [
|
|
1657
1423
|
|
1658
1424
|
[[package]]
|
1659
1425
|
name = "once_cell"
|
1660
|
-
version = "1.20.
|
1426
|
+
version = "1.20.3"
|
1661
1427
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1662
|
-
checksum = "
|
1428
|
+
checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
|
1663
1429
|
|
1664
1430
|
[[package]]
|
1665
1431
|
name = "openssl"
|
@@ -1694,76 +1460,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1694
1460
|
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
1695
1461
|
|
1696
1462
|
[[package]]
|
1697
|
-
name = "openssl-
|
1698
|
-
version = "
|
1463
|
+
name = "openssl-src"
|
1464
|
+
version = "300.4.2+3.4.1"
|
1699
1465
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1700
|
-
checksum = "
|
1466
|
+
checksum = "168ce4e058f975fe43e89d9ccf78ca668601887ae736090aacc23ae353c298e2"
|
1701
1467
|
dependencies = [
|
1702
1468
|
"cc",
|
1703
|
-
"libc",
|
1704
|
-
"pkg-config",
|
1705
|
-
"vcpkg",
|
1706
|
-
]
|
1707
|
-
|
1708
|
-
[[package]]
|
1709
|
-
name = "openvino"
|
1710
|
-
version = "0.8.0"
|
1711
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1712
|
-
checksum = "8f03a664ab0b6917131f5c1a787795fa4d19ad6a334caf9c96284453abdf23fd"
|
1713
|
-
dependencies = [
|
1714
|
-
"openvino-finder",
|
1715
|
-
"openvino-sys",
|
1716
|
-
]
|
1717
|
-
|
1718
|
-
[[package]]
|
1719
|
-
name = "openvino-finder"
|
1720
|
-
version = "0.8.0"
|
1721
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1722
|
-
checksum = "34d6bbb3e00d9ad3cd60bca1341665a9cfb2b6764df37c58d921627368ae32fc"
|
1723
|
-
dependencies = [
|
1724
|
-
"cfg-if",
|
1725
|
-
"log",
|
1726
|
-
]
|
1727
|
-
|
1728
|
-
[[package]]
|
1729
|
-
name = "openvino-sys"
|
1730
|
-
version = "0.8.0"
|
1731
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1732
|
-
checksum = "04315994236727c3573f7e8d8bf857e93ff373ee2e063f08aa78aceac58e3bc5"
|
1733
|
-
dependencies = [
|
1734
|
-
"env_logger 0.11.6",
|
1735
|
-
"libloading",
|
1736
|
-
"once_cell",
|
1737
|
-
"openvino-finder",
|
1738
|
-
]
|
1739
|
-
|
1740
|
-
[[package]]
|
1741
|
-
name = "overload"
|
1742
|
-
version = "0.1.1"
|
1743
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1744
|
-
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
1745
|
-
|
1746
|
-
[[package]]
|
1747
|
-
name = "parking_lot"
|
1748
|
-
version = "0.12.3"
|
1749
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1750
|
-
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
1751
|
-
dependencies = [
|
1752
|
-
"lock_api",
|
1753
|
-
"parking_lot_core",
|
1754
1469
|
]
|
1755
1470
|
|
1756
1471
|
[[package]]
|
1757
|
-
name = "
|
1758
|
-
version = "0.9.
|
1472
|
+
name = "openssl-sys"
|
1473
|
+
version = "0.9.106"
|
1759
1474
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1760
|
-
checksum = "
|
1475
|
+
checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd"
|
1761
1476
|
dependencies = [
|
1762
|
-
"
|
1477
|
+
"cc",
|
1763
1478
|
"libc",
|
1764
|
-
"
|
1765
|
-
"
|
1766
|
-
"
|
1479
|
+
"openssl-src",
|
1480
|
+
"pkg-config",
|
1481
|
+
"vcpkg",
|
1767
1482
|
]
|
1768
1483
|
|
1769
1484
|
[[package]]
|
@@ -1828,9 +1543,9 @@ dependencies = [
|
|
1828
1543
|
|
1829
1544
|
[[package]]
|
1830
1545
|
name = "psm"
|
1831
|
-
version = "0.1.
|
1546
|
+
version = "0.1.25"
|
1832
1547
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1833
|
-
checksum = "
|
1548
|
+
checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
|
1834
1549
|
dependencies = [
|
1835
1550
|
"cc",
|
1836
1551
|
]
|
@@ -1883,7 +1598,7 @@ version = "0.6.4"
|
|
1883
1598
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1884
1599
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
1885
1600
|
dependencies = [
|
1886
|
-
"getrandom",
|
1601
|
+
"getrandom 0.2.15",
|
1887
1602
|
]
|
1888
1603
|
|
1889
1604
|
[[package]]
|
@@ -1908,18 +1623,18 @@ dependencies = [
|
|
1908
1623
|
|
1909
1624
|
[[package]]
|
1910
1625
|
name = "rb-sys"
|
1911
|
-
version = "0.9.
|
1626
|
+
version = "0.9.110"
|
1912
1627
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1913
|
-
checksum = "
|
1628
|
+
checksum = "56cf964f8e44115e50009921ea3d3791b6f74d1ae6d6ed37114fbe03a1cd7308"
|
1914
1629
|
dependencies = [
|
1915
1630
|
"rb-sys-build",
|
1916
1631
|
]
|
1917
1632
|
|
1918
1633
|
[[package]]
|
1919
1634
|
name = "rb-sys-build"
|
1920
|
-
version = "0.9.
|
1635
|
+
version = "0.9.110"
|
1921
1636
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1922
|
-
checksum = "
|
1637
|
+
checksum = "161480347f56473107d4135643b6b1909331eec61445e113b256708a28b691c5"
|
1923
1638
|
dependencies = [
|
1924
1639
|
"bindgen",
|
1925
1640
|
"lazy_static",
|
@@ -1936,22 +1651,13 @@ version = "0.1.2"
|
|
1936
1651
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1937
1652
|
checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
1938
1653
|
|
1939
|
-
[[package]]
|
1940
|
-
name = "redox_syscall"
|
1941
|
-
version = "0.5.8"
|
1942
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1943
|
-
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
|
1944
|
-
dependencies = [
|
1945
|
-
"bitflags",
|
1946
|
-
]
|
1947
|
-
|
1948
1654
|
[[package]]
|
1949
1655
|
name = "redox_users"
|
1950
1656
|
version = "0.4.6"
|
1951
1657
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1952
1658
|
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
1953
1659
|
dependencies = [
|
1954
|
-
"getrandom",
|
1660
|
+
"getrandom 0.2.15",
|
1955
1661
|
"libredox",
|
1956
1662
|
"thiserror",
|
1957
1663
|
]
|
@@ -1966,7 +1672,7 @@ dependencies = [
|
|
1966
1672
|
"bumpalo",
|
1967
1673
|
"hashbrown 0.15.2",
|
1968
1674
|
"log",
|
1969
|
-
"rustc-hash 2.1.
|
1675
|
+
"rustc-hash 2.1.1",
|
1970
1676
|
"smallvec",
|
1971
1677
|
]
|
1972
1678
|
|
@@ -1978,17 +1684,8 @@ checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
|
1978
1684
|
dependencies = [
|
1979
1685
|
"aho-corasick",
|
1980
1686
|
"memchr",
|
1981
|
-
"regex-automata
|
1982
|
-
"regex-syntax
|
1983
|
-
]
|
1984
|
-
|
1985
|
-
[[package]]
|
1986
|
-
name = "regex-automata"
|
1987
|
-
version = "0.1.10"
|
1988
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1989
|
-
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
1990
|
-
dependencies = [
|
1991
|
-
"regex-syntax 0.6.29",
|
1687
|
+
"regex-automata",
|
1688
|
+
"regex-syntax",
|
1992
1689
|
]
|
1993
1690
|
|
1994
1691
|
[[package]]
|
@@ -1999,15 +1696,9 @@ checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
|
1999
1696
|
dependencies = [
|
2000
1697
|
"aho-corasick",
|
2001
1698
|
"memchr",
|
2002
|
-
"regex-syntax
|
1699
|
+
"regex-syntax",
|
2003
1700
|
]
|
2004
1701
|
|
2005
|
-
[[package]]
|
2006
|
-
name = "regex-syntax"
|
2007
|
-
version = "0.6.29"
|
2008
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2009
|
-
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2010
|
-
|
2011
1702
|
[[package]]
|
2012
1703
|
name = "regex-syntax"
|
2013
1704
|
version = "0.8.5"
|
@@ -2061,15 +1752,14 @@ dependencies = [
|
|
2061
1752
|
|
2062
1753
|
[[package]]
|
2063
1754
|
name = "ring"
|
2064
|
-
version = "0.17.
|
1755
|
+
version = "0.17.11"
|
2065
1756
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2066
|
-
checksum = "
|
1757
|
+
checksum = "da5349ae27d3887ca812fb375b45a4fbb36d8d12d2df394968cd86e35683fe73"
|
2067
1758
|
dependencies = [
|
2068
1759
|
"cc",
|
2069
1760
|
"cfg-if",
|
2070
|
-
"getrandom",
|
1761
|
+
"getrandom 0.2.15",
|
2071
1762
|
"libc",
|
2072
|
-
"spin",
|
2073
1763
|
"untrusted",
|
2074
1764
|
"windows-sys 0.52.0",
|
2075
1765
|
]
|
@@ -2088,9 +1778,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
2088
1778
|
|
2089
1779
|
[[package]]
|
2090
1780
|
name = "rustc-hash"
|
2091
|
-
version = "2.1.
|
1781
|
+
version = "2.1.1"
|
2092
1782
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2093
|
-
checksum = "
|
1783
|
+
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
2094
1784
|
|
2095
1785
|
[[package]]
|
2096
1786
|
name = "rustix"
|
@@ -2107,20 +1797,6 @@ dependencies = [
|
|
2107
1797
|
"windows-sys 0.59.0",
|
2108
1798
|
]
|
2109
1799
|
|
2110
|
-
[[package]]
|
2111
|
-
name = "rustls"
|
2112
|
-
version = "0.22.4"
|
2113
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2114
|
-
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
|
2115
|
-
dependencies = [
|
2116
|
-
"log",
|
2117
|
-
"ring",
|
2118
|
-
"rustls-pki-types",
|
2119
|
-
"rustls-webpki",
|
2120
|
-
"subtle",
|
2121
|
-
"zeroize",
|
2122
|
-
]
|
2123
|
-
|
2124
1800
|
[[package]]
|
2125
1801
|
name = "rustls"
|
2126
1802
|
version = "0.23.23"
|
@@ -2168,34 +1844,19 @@ checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
|
|
2168
1844
|
|
2169
1845
|
[[package]]
|
2170
1846
|
name = "ryu"
|
2171
|
-
version = "1.0.
|
1847
|
+
version = "1.0.19"
|
2172
1848
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2173
|
-
checksum = "
|
1849
|
+
checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd"
|
2174
1850
|
|
2175
1851
|
[[package]]
|
2176
|
-
name = "
|
2177
|
-
version = "1.
|
1852
|
+
name = "schannel"
|
1853
|
+
version = "0.1.27"
|
2178
1854
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2179
|
-
checksum = "
|
2180
|
-
dependencies = [
|
2181
|
-
"winapi-util",
|
2182
|
-
]
|
2183
|
-
|
2184
|
-
[[package]]
|
2185
|
-
name = "schannel"
|
2186
|
-
version = "0.1.27"
|
2187
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2188
|
-
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
1855
|
+
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
2189
1856
|
dependencies = [
|
2190
1857
|
"windows-sys 0.59.0",
|
2191
1858
|
]
|
2192
1859
|
|
2193
|
-
[[package]]
|
2194
|
-
name = "scopeguard"
|
2195
|
-
version = "1.2.0"
|
2196
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2197
|
-
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2198
|
-
|
2199
1860
|
[[package]]
|
2200
1861
|
name = "security-framework"
|
2201
1862
|
version = "2.11.1"
|
@@ -2236,18 +1897,18 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
|
|
2236
1897
|
|
2237
1898
|
[[package]]
|
2238
1899
|
name = "serde"
|
2239
|
-
version = "1.0.
|
1900
|
+
version = "1.0.218"
|
2240
1901
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2241
|
-
checksum = "
|
1902
|
+
checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
|
2242
1903
|
dependencies = [
|
2243
1904
|
"serde_derive",
|
2244
1905
|
]
|
2245
1906
|
|
2246
1907
|
[[package]]
|
2247
1908
|
name = "serde_derive"
|
2248
|
-
version = "1.0.
|
1909
|
+
version = "1.0.218"
|
2249
1910
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2250
|
-
checksum = "
|
1911
|
+
checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
|
2251
1912
|
dependencies = [
|
2252
1913
|
"proc-macro2",
|
2253
1914
|
"quote",
|
@@ -2256,9 +1917,9 @@ dependencies = [
|
|
2256
1917
|
|
2257
1918
|
[[package]]
|
2258
1919
|
name = "serde_json"
|
2259
|
-
version = "1.0.
|
1920
|
+
version = "1.0.139"
|
2260
1921
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2261
|
-
checksum = "
|
1922
|
+
checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
|
2262
1923
|
dependencies = [
|
2263
1924
|
"itoa",
|
2264
1925
|
"memchr",
|
@@ -2298,15 +1959,6 @@ dependencies = [
|
|
2298
1959
|
"digest",
|
2299
1960
|
]
|
2300
1961
|
|
2301
|
-
[[package]]
|
2302
|
-
name = "sharded-slab"
|
2303
|
-
version = "0.1.7"
|
2304
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2305
|
-
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2306
|
-
dependencies = [
|
2307
|
-
"lazy_static",
|
2308
|
-
]
|
2309
|
-
|
2310
1962
|
[[package]]
|
2311
1963
|
name = "shell-words"
|
2312
1964
|
version = "1.1.0"
|
@@ -2328,15 +1980,6 @@ version = "1.3.0"
|
|
2328
1980
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2329
1981
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
2330
1982
|
|
2331
|
-
[[package]]
|
2332
|
-
name = "signal-hook-registry"
|
2333
|
-
version = "1.4.2"
|
2334
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2335
|
-
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2336
|
-
dependencies = [
|
2337
|
-
"libc",
|
2338
|
-
]
|
2339
|
-
|
2340
1983
|
[[package]]
|
2341
1984
|
name = "slab"
|
2342
1985
|
version = "0.4.9"
|
@@ -2348,9 +1991,9 @@ dependencies = [
|
|
2348
1991
|
|
2349
1992
|
[[package]]
|
2350
1993
|
name = "smallvec"
|
2351
|
-
version = "1.
|
1994
|
+
version = "1.14.0"
|
2352
1995
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2353
|
-
checksum = "
|
1996
|
+
checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
|
2354
1997
|
dependencies = [
|
2355
1998
|
"serde",
|
2356
1999
|
]
|
@@ -2365,12 +2008,6 @@ dependencies = [
|
|
2365
2008
|
"windows-sys 0.52.0",
|
2366
2009
|
]
|
2367
2010
|
|
2368
|
-
[[package]]
|
2369
|
-
name = "spin"
|
2370
|
-
version = "0.9.8"
|
2371
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2372
|
-
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2373
|
-
|
2374
2011
|
[[package]]
|
2375
2012
|
name = "sptr"
|
2376
2013
|
version = "0.3.2"
|
@@ -2383,12 +2020,6 @@ version = "1.2.0"
|
|
2383
2020
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2384
2021
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
2385
2022
|
|
2386
|
-
[[package]]
|
2387
|
-
name = "strsim"
|
2388
|
-
version = "0.11.1"
|
2389
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2390
|
-
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2391
|
-
|
2392
2023
|
[[package]]
|
2393
2024
|
name = "subtle"
|
2394
2025
|
version = "2.6.1"
|
@@ -2397,9 +2028,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
2397
2028
|
|
2398
2029
|
[[package]]
|
2399
2030
|
name = "syn"
|
2400
|
-
version = "2.0.
|
2031
|
+
version = "2.0.98"
|
2401
2032
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2402
|
-
checksum = "
|
2033
|
+
checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
|
2403
2034
|
dependencies = [
|
2404
2035
|
"proc-macro2",
|
2405
2036
|
"quote",
|
@@ -2465,19 +2096,19 @@ dependencies = [
|
|
2465
2096
|
|
2466
2097
|
[[package]]
|
2467
2098
|
name = "target-lexicon"
|
2468
|
-
version = "0.13.
|
2099
|
+
version = "0.13.2"
|
2469
2100
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2470
|
-
checksum = "
|
2101
|
+
checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
|
2471
2102
|
|
2472
2103
|
[[package]]
|
2473
2104
|
name = "tempfile"
|
2474
|
-
version = "3.
|
2105
|
+
version = "3.17.1"
|
2475
2106
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2476
|
-
checksum = "
|
2107
|
+
checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
|
2477
2108
|
dependencies = [
|
2478
2109
|
"cfg-if",
|
2479
2110
|
"fastrand",
|
2480
|
-
"getrandom",
|
2111
|
+
"getrandom 0.3.1",
|
2481
2112
|
"once_cell",
|
2482
2113
|
"rustix",
|
2483
2114
|
"windows-sys 0.59.0",
|
@@ -2492,16 +2123,6 @@ dependencies = [
|
|
2492
2123
|
"winapi-util",
|
2493
2124
|
]
|
2494
2125
|
|
2495
|
-
[[package]]
|
2496
|
-
name = "terminal_size"
|
2497
|
-
version = "0.4.1"
|
2498
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2499
|
-
checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
|
2500
|
-
dependencies = [
|
2501
|
-
"rustix",
|
2502
|
-
"windows-sys 0.59.0",
|
2503
|
-
]
|
2504
|
-
|
2505
2126
|
[[package]]
|
2506
2127
|
name = "thiserror"
|
2507
2128
|
version = "1.0.69"
|
@@ -2522,16 +2143,6 @@ dependencies = [
|
|
2522
2143
|
"syn",
|
2523
2144
|
]
|
2524
2145
|
|
2525
|
-
[[package]]
|
2526
|
-
name = "thread_local"
|
2527
|
-
version = "1.1.8"
|
2528
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2529
|
-
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2530
|
-
dependencies = [
|
2531
|
-
"cfg-if",
|
2532
|
-
"once_cell",
|
2533
|
-
]
|
2534
|
-
|
2535
2146
|
[[package]]
|
2536
2147
|
name = "tinystr"
|
2537
2148
|
version = "0.7.6"
|
@@ -2552,25 +2163,11 @@ dependencies = [
|
|
2552
2163
|
"bytes",
|
2553
2164
|
"libc",
|
2554
2165
|
"mio",
|
2555
|
-
"parking_lot",
|
2556
2166
|
"pin-project-lite",
|
2557
|
-
"signal-hook-registry",
|
2558
2167
|
"socket2",
|
2559
|
-
"tokio-macros",
|
2560
2168
|
"windows-sys 0.52.0",
|
2561
2169
|
]
|
2562
2170
|
|
2563
|
-
[[package]]
|
2564
|
-
name = "tokio-macros"
|
2565
|
-
version = "2.5.0"
|
2566
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2567
|
-
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
2568
|
-
dependencies = [
|
2569
|
-
"proc-macro2",
|
2570
|
-
"quote",
|
2571
|
-
"syn",
|
2572
|
-
]
|
2573
|
-
|
2574
2171
|
[[package]]
|
2575
2172
|
name = "tokio-native-tls"
|
2576
2173
|
version = "0.3.1"
|
@@ -2581,24 +2178,13 @@ dependencies = [
|
|
2581
2178
|
"tokio",
|
2582
2179
|
]
|
2583
2180
|
|
2584
|
-
[[package]]
|
2585
|
-
name = "tokio-rustls"
|
2586
|
-
version = "0.25.0"
|
2587
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2588
|
-
checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
|
2589
|
-
dependencies = [
|
2590
|
-
"rustls 0.22.4",
|
2591
|
-
"rustls-pki-types",
|
2592
|
-
"tokio",
|
2593
|
-
]
|
2594
|
-
|
2595
2181
|
[[package]]
|
2596
2182
|
name = "tokio-rustls"
|
2597
2183
|
version = "0.26.1"
|
2598
2184
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2599
2185
|
checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
|
2600
2186
|
dependencies = [
|
2601
|
-
"rustls
|
2187
|
+
"rustls",
|
2602
2188
|
"tokio",
|
2603
2189
|
]
|
2604
2190
|
|
@@ -2617,9 +2203,9 @@ dependencies = [
|
|
2617
2203
|
|
2618
2204
|
[[package]]
|
2619
2205
|
name = "toml"
|
2620
|
-
version = "0.8.
|
2206
|
+
version = "0.8.20"
|
2621
2207
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2622
|
-
checksum = "
|
2208
|
+
checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
|
2623
2209
|
dependencies = [
|
2624
2210
|
"serde",
|
2625
2211
|
"serde_spanned",
|
@@ -2638,9 +2224,9 @@ dependencies = [
|
|
2638
2224
|
|
2639
2225
|
[[package]]
|
2640
2226
|
name = "toml_edit"
|
2641
|
-
version = "0.22.
|
2227
|
+
version = "0.22.24"
|
2642
2228
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2643
|
-
checksum = "
|
2229
|
+
checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474"
|
2644
2230
|
dependencies = [
|
2645
2231
|
"indexmap",
|
2646
2232
|
"serde",
|
@@ -2682,7 +2268,6 @@ version = "0.1.41"
|
|
2682
2268
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2683
2269
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
2684
2270
|
dependencies = [
|
2685
|
-
"log",
|
2686
2271
|
"pin-project-lite",
|
2687
2272
|
"tracing-attributes",
|
2688
2273
|
"tracing-core",
|
@@ -2706,35 +2291,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2706
2291
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
2707
2292
|
dependencies = [
|
2708
2293
|
"once_cell",
|
2709
|
-
"valuable",
|
2710
|
-
]
|
2711
|
-
|
2712
|
-
[[package]]
|
2713
|
-
name = "tracing-log"
|
2714
|
-
version = "0.2.0"
|
2715
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2716
|
-
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
2717
|
-
dependencies = [
|
2718
|
-
"log",
|
2719
|
-
"once_cell",
|
2720
|
-
"tracing-core",
|
2721
|
-
]
|
2722
|
-
|
2723
|
-
[[package]]
|
2724
|
-
name = "tracing-subscriber"
|
2725
|
-
version = "0.3.19"
|
2726
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2727
|
-
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
|
2728
|
-
dependencies = [
|
2729
|
-
"matchers",
|
2730
|
-
"nu-ansi-term",
|
2731
|
-
"once_cell",
|
2732
|
-
"regex",
|
2733
|
-
"sharded-slab",
|
2734
|
-
"thread_local",
|
2735
|
-
"tracing",
|
2736
|
-
"tracing-core",
|
2737
|
-
"tracing-log",
|
2738
2294
|
]
|
2739
2295
|
|
2740
2296
|
[[package]]
|
@@ -2756,15 +2312,15 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
2756
2312
|
|
2757
2313
|
[[package]]
|
2758
2314
|
name = "typenum"
|
2759
|
-
version = "1.
|
2315
|
+
version = "1.18.0"
|
2760
2316
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2761
|
-
checksum = "
|
2317
|
+
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
|
2762
2318
|
|
2763
2319
|
[[package]]
|
2764
2320
|
name = "unicode-ident"
|
2765
|
-
version = "1.0.
|
2321
|
+
version = "1.0.17"
|
2766
2322
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2767
|
-
checksum = "
|
2323
|
+
checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe"
|
2768
2324
|
|
2769
2325
|
[[package]]
|
2770
2326
|
name = "unicode-width"
|
@@ -2807,23 +2363,11 @@ version = "1.0.4"
|
|
2807
2363
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2808
2364
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
2809
2365
|
|
2810
|
-
[[package]]
|
2811
|
-
name = "utf8parse"
|
2812
|
-
version = "0.2.2"
|
2813
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2814
|
-
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2815
|
-
|
2816
2366
|
[[package]]
|
2817
2367
|
name = "uuid"
|
2818
|
-
version = "1.
|
2819
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2820
|
-
checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b"
|
2821
|
-
|
2822
|
-
[[package]]
|
2823
|
-
name = "valuable"
|
2824
|
-
version = "0.1.1"
|
2368
|
+
version = "1.14.0"
|
2825
2369
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2826
|
-
checksum = "
|
2370
|
+
checksum = "93d59ca99a559661b96bf898d8fce28ed87935fd2bea9f05983c1464dd6c71b1"
|
2827
2371
|
|
2828
2372
|
[[package]]
|
2829
2373
|
name = "vcpkg"
|
@@ -2837,16 +2381,6 @@ version = "0.9.5"
|
|
2837
2381
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2838
2382
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2839
2383
|
|
2840
|
-
[[package]]
|
2841
|
-
name = "walkdir"
|
2842
|
-
version = "2.5.0"
|
2843
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2844
|
-
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2845
|
-
dependencies = [
|
2846
|
-
"same-file",
|
2847
|
-
"winapi-util",
|
2848
|
-
]
|
2849
|
-
|
2850
2384
|
[[package]]
|
2851
2385
|
name = "want"
|
2852
2386
|
version = "0.3.1"
|
@@ -2863,30 +2397,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2863
2397
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2864
2398
|
|
2865
2399
|
[[package]]
|
2866
|
-
name = "wasi
|
2867
|
-
version = "
|
2400
|
+
name = "wasi"
|
2401
|
+
version = "0.13.3+wasi-0.2.2"
|
2868
2402
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2869
|
-
checksum = "
|
2403
|
+
checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
|
2870
2404
|
dependencies = [
|
2871
|
-
"
|
2872
|
-
"bitflags",
|
2873
|
-
"cap-fs-ext",
|
2874
|
-
"cap-rand",
|
2875
|
-
"cap-std",
|
2876
|
-
"cap-time-ext",
|
2877
|
-
"fs-set-times",
|
2878
|
-
"io-extras",
|
2879
|
-
"io-lifetimes",
|
2880
|
-
"libc",
|
2881
|
-
"log",
|
2882
|
-
"rustix",
|
2883
|
-
"system-interface",
|
2884
|
-
"thiserror",
|
2885
|
-
"tokio",
|
2886
|
-
"tracing",
|
2887
|
-
"wasmtime",
|
2888
|
-
"wiggle",
|
2889
|
-
"windows-sys 0.59.0",
|
2405
|
+
"wit-bindgen-rt",
|
2890
2406
|
]
|
2891
2407
|
|
2892
2408
|
[[package]]
|
@@ -2962,29 +2478,29 @@ dependencies = [
|
|
2962
2478
|
|
2963
2479
|
[[package]]
|
2964
2480
|
name = "wasm-encoder"
|
2965
|
-
version = "0.221.
|
2481
|
+
version = "0.221.3"
|
2966
2482
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2967
|
-
checksum = "
|
2483
|
+
checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
|
2968
2484
|
dependencies = [
|
2969
2485
|
"leb128",
|
2970
|
-
"wasmparser 0.221.
|
2486
|
+
"wasmparser 0.221.3",
|
2971
2487
|
]
|
2972
2488
|
|
2973
2489
|
[[package]]
|
2974
2490
|
name = "wasm-encoder"
|
2975
|
-
version = "0.
|
2491
|
+
version = "0.226.0"
|
2976
2492
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2977
|
-
checksum = "
|
2493
|
+
checksum = "f7d81b727619aec227dce83e7f7420d4e56c79acd044642a356ea045b98d4e13"
|
2978
2494
|
dependencies = [
|
2979
|
-
"
|
2980
|
-
"wasmparser 0.
|
2495
|
+
"leb128fmt",
|
2496
|
+
"wasmparser 0.226.0",
|
2981
2497
|
]
|
2982
2498
|
|
2983
2499
|
[[package]]
|
2984
2500
|
name = "wasmparser"
|
2985
|
-
version = "0.221.
|
2501
|
+
version = "0.221.3"
|
2986
2502
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2987
|
-
checksum = "
|
2503
|
+
checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
|
2988
2504
|
dependencies = [
|
2989
2505
|
"bitflags",
|
2990
2506
|
"hashbrown 0.15.2",
|
@@ -2995,9 +2511,9 @@ dependencies = [
|
|
2995
2511
|
|
2996
2512
|
[[package]]
|
2997
2513
|
name = "wasmparser"
|
2998
|
-
version = "0.
|
2514
|
+
version = "0.226.0"
|
2999
2515
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3000
|
-
checksum = "
|
2516
|
+
checksum = "bc28600dcb2ba68d7e5f1c3ba4195c2bddc918c0243fd702d0b6dbd05689b681"
|
3001
2517
|
dependencies = [
|
3002
2518
|
"bitflags",
|
3003
2519
|
"indexmap",
|
@@ -3006,13 +2522,13 @@ dependencies = [
|
|
3006
2522
|
|
3007
2523
|
[[package]]
|
3008
2524
|
name = "wasmprinter"
|
3009
|
-
version = "0.221.
|
2525
|
+
version = "0.221.3"
|
3010
2526
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3011
|
-
checksum = "
|
2527
|
+
checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
|
3012
2528
|
dependencies = [
|
3013
2529
|
"anyhow",
|
3014
2530
|
"termcolor",
|
3015
|
-
"wasmparser 0.221.
|
2531
|
+
"wasmparser 0.221.3",
|
3016
2532
|
]
|
3017
2533
|
|
3018
2534
|
[[package]]
|
@@ -3054,8 +2570,8 @@ dependencies = [
|
|
3054
2570
|
"sptr",
|
3055
2571
|
"target-lexicon",
|
3056
2572
|
"trait-variant",
|
3057
|
-
"wasm-encoder 0.221.
|
3058
|
-
"wasmparser 0.221.
|
2573
|
+
"wasm-encoder 0.221.3",
|
2574
|
+
"wasmparser 0.221.3",
|
3059
2575
|
"wasmtime-asm-macros",
|
3060
2576
|
"wasmtime-cache",
|
3061
2577
|
"wasmtime-component-macro",
|
@@ -3102,66 +2618,6 @@ dependencies = [
|
|
3102
2618
|
"zstd",
|
3103
2619
|
]
|
3104
2620
|
|
3105
|
-
[[package]]
|
3106
|
-
name = "wasmtime-cli"
|
3107
|
-
version = "29.0.1"
|
3108
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3109
|
-
checksum = "5ba282f1a02d074d718c27b2c877639333b4488c983a5b55e016966ce5bc7736"
|
3110
|
-
dependencies = [
|
3111
|
-
"anyhow",
|
3112
|
-
"async-trait",
|
3113
|
-
"bytes",
|
3114
|
-
"cfg-if",
|
3115
|
-
"clap",
|
3116
|
-
"clap_complete",
|
3117
|
-
"http",
|
3118
|
-
"http-body-util",
|
3119
|
-
"humantime",
|
3120
|
-
"hyper",
|
3121
|
-
"listenfd",
|
3122
|
-
"log",
|
3123
|
-
"rustix",
|
3124
|
-
"serde",
|
3125
|
-
"serde_derive",
|
3126
|
-
"serde_json",
|
3127
|
-
"target-lexicon",
|
3128
|
-
"tempfile",
|
3129
|
-
"tokio",
|
3130
|
-
"tracing",
|
3131
|
-
"trait-variant",
|
3132
|
-
"wasi-common",
|
3133
|
-
"wasmparser 0.221.2",
|
3134
|
-
"wasmtime",
|
3135
|
-
"wasmtime-cache",
|
3136
|
-
"wasmtime-cli-flags",
|
3137
|
-
"wasmtime-cranelift",
|
3138
|
-
"wasmtime-environ",
|
3139
|
-
"wasmtime-explorer",
|
3140
|
-
"wasmtime-wasi",
|
3141
|
-
"wasmtime-wasi-config",
|
3142
|
-
"wasmtime-wasi-http",
|
3143
|
-
"wasmtime-wasi-keyvalue",
|
3144
|
-
"wasmtime-wasi-nn",
|
3145
|
-
"wasmtime-wasi-threads",
|
3146
|
-
"wasmtime-wast",
|
3147
|
-
"wat",
|
3148
|
-
]
|
3149
|
-
|
3150
|
-
[[package]]
|
3151
|
-
name = "wasmtime-cli-flags"
|
3152
|
-
version = "29.0.1"
|
3153
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3154
|
-
checksum = "2707000b4d7be251635bf2b8de9d57b2014ae2dd0d8167615f6c47161d543db8"
|
3155
|
-
dependencies = [
|
3156
|
-
"anyhow",
|
3157
|
-
"clap",
|
3158
|
-
"file-per-thread-logger",
|
3159
|
-
"humantime",
|
3160
|
-
"rayon",
|
3161
|
-
"tracing-subscriber",
|
3162
|
-
"wasmtime",
|
3163
|
-
]
|
3164
|
-
|
3165
2621
|
[[package]]
|
3166
2622
|
name = "wasmtime-component-macro"
|
3167
2623
|
version = "29.0.1"
|
@@ -3203,7 +2659,7 @@ dependencies = [
|
|
3203
2659
|
"smallvec",
|
3204
2660
|
"target-lexicon",
|
3205
2661
|
"thiserror",
|
3206
|
-
"wasmparser 0.221.
|
2662
|
+
"wasmparser 0.221.3",
|
3207
2663
|
"wasmtime-environ",
|
3208
2664
|
"wasmtime-versioned-export-macros",
|
3209
2665
|
]
|
@@ -3229,29 +2685,12 @@ dependencies = [
|
|
3229
2685
|
"serde_derive",
|
3230
2686
|
"smallvec",
|
3231
2687
|
"target-lexicon",
|
3232
|
-
"wasm-encoder 0.221.
|
3233
|
-
"wasmparser 0.221.
|
2688
|
+
"wasm-encoder 0.221.3",
|
2689
|
+
"wasmparser 0.221.3",
|
3234
2690
|
"wasmprinter",
|
3235
2691
|
"wasmtime-component-util",
|
3236
2692
|
]
|
3237
2693
|
|
3238
|
-
[[package]]
|
3239
|
-
name = "wasmtime-explorer"
|
3240
|
-
version = "29.0.1"
|
3241
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3242
|
-
checksum = "d9fce145e13ecd008d37506cf765983423f63ccf51d9fb1959b57af29ceedcc0"
|
3243
|
-
dependencies = [
|
3244
|
-
"anyhow",
|
3245
|
-
"capstone",
|
3246
|
-
"serde",
|
3247
|
-
"serde_derive",
|
3248
|
-
"serde_json",
|
3249
|
-
"target-lexicon",
|
3250
|
-
"wasmprinter",
|
3251
|
-
"wasmtime",
|
3252
|
-
"wasmtime-environ",
|
3253
|
-
]
|
3254
|
-
|
3255
2694
|
[[package]]
|
3256
2695
|
name = "wasmtime-fiber"
|
3257
2696
|
version = "29.0.1"
|
@@ -3347,91 +2786,6 @@ dependencies = [
|
|
3347
2786
|
"windows-sys 0.59.0",
|
3348
2787
|
]
|
3349
2788
|
|
3350
|
-
[[package]]
|
3351
|
-
name = "wasmtime-wasi-config"
|
3352
|
-
version = "29.0.1"
|
3353
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3354
|
-
checksum = "95365b5ff25277c745f56aa8f66f02a47e63da438c9a016d3c15e8746cd6dbd6"
|
3355
|
-
dependencies = [
|
3356
|
-
"anyhow",
|
3357
|
-
"wasmtime",
|
3358
|
-
]
|
3359
|
-
|
3360
|
-
[[package]]
|
3361
|
-
name = "wasmtime-wasi-http"
|
3362
|
-
version = "29.0.1"
|
3363
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3364
|
-
checksum = "6ab36725582dce3cb191e70ef0b6b10d375df83e61c579ee6798b860ce73d94c"
|
3365
|
-
dependencies = [
|
3366
|
-
"anyhow",
|
3367
|
-
"async-trait",
|
3368
|
-
"bytes",
|
3369
|
-
"futures",
|
3370
|
-
"http",
|
3371
|
-
"http-body",
|
3372
|
-
"http-body-util",
|
3373
|
-
"hyper",
|
3374
|
-
"rustls 0.22.4",
|
3375
|
-
"tokio",
|
3376
|
-
"tokio-rustls 0.25.0",
|
3377
|
-
"tracing",
|
3378
|
-
"wasmtime",
|
3379
|
-
"wasmtime-wasi",
|
3380
|
-
"webpki-roots",
|
3381
|
-
]
|
3382
|
-
|
3383
|
-
[[package]]
|
3384
|
-
name = "wasmtime-wasi-keyvalue"
|
3385
|
-
version = "29.0.1"
|
3386
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3387
|
-
checksum = "c6b8dfc7a45c50e9fc775bbe85cff438de73bd36b0b6fc85ae6d3e8d5946c743"
|
3388
|
-
dependencies = [
|
3389
|
-
"anyhow",
|
3390
|
-
"wasmtime",
|
3391
|
-
]
|
3392
|
-
|
3393
|
-
[[package]]
|
3394
|
-
name = "wasmtime-wasi-nn"
|
3395
|
-
version = "29.0.1"
|
3396
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3397
|
-
checksum = "a8b6beb39d9072850119a59367bdab22ab1d2b0dfec79e3d12a497af2931a738"
|
3398
|
-
dependencies = [
|
3399
|
-
"anyhow",
|
3400
|
-
"openvino",
|
3401
|
-
"thiserror",
|
3402
|
-
"tracing",
|
3403
|
-
"walkdir",
|
3404
|
-
"wasmtime",
|
3405
|
-
"wiggle",
|
3406
|
-
"windows",
|
3407
|
-
]
|
3408
|
-
|
3409
|
-
[[package]]
|
3410
|
-
name = "wasmtime-wasi-threads"
|
3411
|
-
version = "29.0.1"
|
3412
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3413
|
-
checksum = "88f2c3c4e035f65bacd7125e6c565a944a02303d62201a65126e0df641378c61"
|
3414
|
-
dependencies = [
|
3415
|
-
"anyhow",
|
3416
|
-
"log",
|
3417
|
-
"rand",
|
3418
|
-
"wasi-common",
|
3419
|
-
"wasmtime",
|
3420
|
-
"wasmtime-wasi",
|
3421
|
-
]
|
3422
|
-
|
3423
|
-
[[package]]
|
3424
|
-
name = "wasmtime-wast"
|
3425
|
-
version = "29.0.1"
|
3426
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3427
|
-
checksum = "ad2eada50db621b52e97291b325dcf3bd73e8227ca6f1e6c67da9626cffabe2b"
|
3428
|
-
dependencies = [
|
3429
|
-
"anyhow",
|
3430
|
-
"log",
|
3431
|
-
"wasmtime",
|
3432
|
-
"wast 221.0.2",
|
3433
|
-
]
|
3434
|
-
|
3435
2789
|
[[package]]
|
3436
2790
|
name = "wasmtime-winch"
|
3437
2791
|
version = "29.0.1"
|
@@ -3443,7 +2797,7 @@ dependencies = [
|
|
3443
2797
|
"gimli",
|
3444
2798
|
"object",
|
3445
2799
|
"target-lexicon",
|
3446
|
-
"wasmparser 0.221.
|
2800
|
+
"wasmparser 0.221.3",
|
3447
2801
|
"wasmtime-cranelift",
|
3448
2802
|
"wasmtime-environ",
|
3449
2803
|
"winch-codegen",
|
@@ -3472,37 +2826,24 @@ dependencies = [
|
|
3472
2826
|
|
3473
2827
|
[[package]]
|
3474
2828
|
name = "wast"
|
3475
|
-
version = "
|
3476
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3477
|
-
checksum = "fcc4470b9de917ba199157d1f0ae104f2ae362be728c43e68c571c7715bd629e"
|
3478
|
-
dependencies = [
|
3479
|
-
"bumpalo",
|
3480
|
-
"leb128",
|
3481
|
-
"memchr",
|
3482
|
-
"unicode-width",
|
3483
|
-
"wasm-encoder 0.221.2",
|
3484
|
-
]
|
3485
|
-
|
3486
|
-
[[package]]
|
3487
|
-
name = "wast"
|
3488
|
-
version = "224.0.0"
|
2829
|
+
version = "226.0.0"
|
3489
2830
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3490
|
-
checksum = "
|
2831
|
+
checksum = "0bb903956d0151eabb6c30a2304dd61e5c8d7182805226120c2b6d611fb09a26"
|
3491
2832
|
dependencies = [
|
3492
2833
|
"bumpalo",
|
3493
|
-
"
|
2834
|
+
"leb128fmt",
|
3494
2835
|
"memchr",
|
3495
2836
|
"unicode-width",
|
3496
|
-
"wasm-encoder 0.
|
2837
|
+
"wasm-encoder 0.226.0",
|
3497
2838
|
]
|
3498
2839
|
|
3499
2840
|
[[package]]
|
3500
2841
|
name = "wat"
|
3501
|
-
version = "1.
|
2842
|
+
version = "1.226.0"
|
3502
2843
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3503
|
-
checksum = "
|
2844
|
+
checksum = "5f89a90ef2c401b8b5b2b704020bfa7a7f69b93c3034c7a4b4a88e21e9966581"
|
3504
2845
|
dependencies = [
|
3505
|
-
"wast
|
2846
|
+
"wast 226.0.0",
|
3506
2847
|
]
|
3507
2848
|
|
3508
2849
|
[[package]]
|
@@ -3515,15 +2856,6 @@ dependencies = [
|
|
3515
2856
|
"wasm-bindgen",
|
3516
2857
|
]
|
3517
2858
|
|
3518
|
-
[[package]]
|
3519
|
-
name = "webpki-roots"
|
3520
|
-
version = "0.26.7"
|
3521
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3522
|
-
checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
|
3523
|
-
dependencies = [
|
3524
|
-
"rustls-pki-types",
|
3525
|
-
]
|
3526
|
-
|
3527
2859
|
[[package]]
|
3528
2860
|
name = "wiggle"
|
3529
2861
|
version = "29.0.1"
|
@@ -3610,23 +2942,11 @@ dependencies = [
|
|
3610
2942
|
"smallvec",
|
3611
2943
|
"target-lexicon",
|
3612
2944
|
"thiserror",
|
3613
|
-
"wasmparser 0.221.
|
2945
|
+
"wasmparser 0.221.3",
|
3614
2946
|
"wasmtime-cranelift",
|
3615
2947
|
"wasmtime-environ",
|
3616
2948
|
]
|
3617
2949
|
|
3618
|
-
[[package]]
|
3619
|
-
name = "windows"
|
3620
|
-
version = "0.52.0"
|
3621
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3622
|
-
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
|
3623
|
-
dependencies = [
|
3624
|
-
"windows-core",
|
3625
|
-
"windows-implement",
|
3626
|
-
"windows-interface",
|
3627
|
-
"windows-targets",
|
3628
|
-
]
|
3629
|
-
|
3630
2950
|
[[package]]
|
3631
2951
|
name = "windows-core"
|
3632
2952
|
version = "0.52.0"
|
@@ -3636,28 +2956,6 @@ dependencies = [
|
|
3636
2956
|
"windows-targets",
|
3637
2957
|
]
|
3638
2958
|
|
3639
|
-
[[package]]
|
3640
|
-
name = "windows-implement"
|
3641
|
-
version = "0.52.0"
|
3642
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3643
|
-
checksum = "12168c33176773b86799be25e2a2ba07c7aab9968b37541f1094dbd7a60c8946"
|
3644
|
-
dependencies = [
|
3645
|
-
"proc-macro2",
|
3646
|
-
"quote",
|
3647
|
-
"syn",
|
3648
|
-
]
|
3649
|
-
|
3650
|
-
[[package]]
|
3651
|
-
name = "windows-interface"
|
3652
|
-
version = "0.52.0"
|
3653
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3654
|
-
checksum = "9d8dc32e0095a7eeccebd0e3f09e9509365ecb3fc6ac4d6f5f14a3f6392942d1"
|
3655
|
-
dependencies = [
|
3656
|
-
"proc-macro2",
|
3657
|
-
"quote",
|
3658
|
-
"syn",
|
3659
|
-
]
|
3660
|
-
|
3661
2959
|
[[package]]
|
3662
2960
|
name = "windows-registry"
|
3663
2961
|
version = "0.2.0"
|
@@ -3772,9 +3070,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
3772
3070
|
|
3773
3071
|
[[package]]
|
3774
3072
|
name = "winnow"
|
3775
|
-
version = "0.
|
3073
|
+
version = "0.7.3"
|
3776
3074
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3777
|
-
checksum = "
|
3075
|
+
checksum = "0e7f4ea97f6f78012141bcdb6a216b2609f0979ada50b20ca5b52dde2eac2bb1"
|
3778
3076
|
dependencies = [
|
3779
3077
|
"memchr",
|
3780
3078
|
]
|
@@ -3789,11 +3087,20 @@ dependencies = [
|
|
3789
3087
|
"windows-sys 0.59.0",
|
3790
3088
|
]
|
3791
3089
|
|
3090
|
+
[[package]]
|
3091
|
+
name = "wit-bindgen-rt"
|
3092
|
+
version = "0.33.0"
|
3093
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3094
|
+
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
|
3095
|
+
dependencies = [
|
3096
|
+
"bitflags",
|
3097
|
+
]
|
3098
|
+
|
3792
3099
|
[[package]]
|
3793
3100
|
name = "wit-parser"
|
3794
|
-
version = "0.221.
|
3101
|
+
version = "0.221.3"
|
3795
3102
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3796
|
-
checksum = "
|
3103
|
+
checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
|
3797
3104
|
dependencies = [
|
3798
3105
|
"anyhow",
|
3799
3106
|
"id-arena",
|
@@ -3804,7 +3111,7 @@ dependencies = [
|
|
3804
3111
|
"serde_derive",
|
3805
3112
|
"serde_json",
|
3806
3113
|
"unicode-xid",
|
3807
|
-
"wasmparser 0.221.
|
3114
|
+
"wasmparser 0.221.3",
|
3808
3115
|
]
|
3809
3116
|
|
3810
3117
|
[[package]]
|
@@ -3927,27 +3234,27 @@ dependencies = [
|
|
3927
3234
|
|
3928
3235
|
[[package]]
|
3929
3236
|
name = "zstd"
|
3930
|
-
version = "0.13.
|
3237
|
+
version = "0.13.3"
|
3931
3238
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3932
|
-
checksum = "
|
3239
|
+
checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
|
3933
3240
|
dependencies = [
|
3934
3241
|
"zstd-safe",
|
3935
3242
|
]
|
3936
3243
|
|
3937
3244
|
[[package]]
|
3938
3245
|
name = "zstd-safe"
|
3939
|
-
version = "7.2.
|
3246
|
+
version = "7.2.3"
|
3940
3247
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3941
|
-
checksum = "
|
3248
|
+
checksum = "f3051792fbdc2e1e143244dc28c60f73d8470e93f3f9cbd0ead44da5ed802722"
|
3942
3249
|
dependencies = [
|
3943
3250
|
"zstd-sys",
|
3944
3251
|
]
|
3945
3252
|
|
3946
3253
|
[[package]]
|
3947
3254
|
name = "zstd-sys"
|
3948
|
-
version = "2.0.
|
3255
|
+
version = "2.0.14+zstd.1.5.7"
|
3949
3256
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3950
|
-
checksum = "
|
3257
|
+
checksum = "8fb060d4926e4ac3a3ad15d864e99ceb5f343c6b34f5bd6d81ae6ed417311be5"
|
3951
3258
|
dependencies = [
|
3952
3259
|
"cc",
|
3953
3260
|
"pkg-config",
|