liter_llm 1.19.2 → 2.0.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/ext/liter_llm_rb/native/Cargo.lock +116 -272
- data/ext/liter_llm_rb/native/Cargo.toml +3 -3
- data/ext/liter_llm_rb/src/lib.rs +4211 -1609
- data/lib/liter_llm/version.rb +2 -2
- metadata +2 -2
|
@@ -8,17 +8,6 @@ version = "2.0.1"
|
|
|
8
8
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
9
|
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
10
10
|
|
|
11
|
-
[[package]]
|
|
12
|
-
name = "ahash"
|
|
13
|
-
version = "0.7.8"
|
|
14
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
15
|
-
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
|
|
16
|
-
dependencies = [
|
|
17
|
-
"getrandom 0.2.17",
|
|
18
|
-
"once_cell",
|
|
19
|
-
"version_check",
|
|
20
|
-
]
|
|
21
|
-
|
|
22
11
|
[[package]]
|
|
23
12
|
name = "ahash"
|
|
24
13
|
version = "0.8.12"
|
|
@@ -80,9 +69,9 @@ checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
|
|
|
80
69
|
|
|
81
70
|
[[package]]
|
|
82
71
|
name = "async-compression"
|
|
83
|
-
version = "0.4.
|
|
72
|
+
version = "0.4.45"
|
|
84
73
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
85
|
-
checksum = "
|
|
74
|
+
checksum = "24a8ec73eb862508b7041723c89386365894b4e7d9f6998bf1b8529e5b0ee254"
|
|
86
75
|
dependencies = [
|
|
87
76
|
"compression-codecs",
|
|
88
77
|
"compression-core",
|
|
@@ -109,7 +98,7 @@ checksum = "82f6aeea286b8eb4dd3431a1be1b59d290ace00f5bfd8e2a159bc2a05e2c1667"
|
|
|
109
98
|
dependencies = [
|
|
110
99
|
"proc-macro2",
|
|
111
100
|
"quote",
|
|
112
|
-
"syn 3.0.
|
|
101
|
+
"syn 3.0.5",
|
|
113
102
|
]
|
|
114
103
|
|
|
115
104
|
[[package]]
|
|
@@ -202,9 +191,9 @@ dependencies = [
|
|
|
202
191
|
|
|
203
192
|
[[package]]
|
|
204
193
|
name = "aws-smithy-runtime-api"
|
|
205
|
-
version = "1.
|
|
194
|
+
version = "1.16.0"
|
|
206
195
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
207
|
-
checksum = "
|
|
196
|
+
checksum = "9c054752dd9e4dc73d0b75748c99ac2d0feafbf2f25c7b0516f03a3534161223"
|
|
208
197
|
dependencies = [
|
|
209
198
|
"aws-smithy-async",
|
|
210
199
|
"aws-smithy-runtime-api-macros",
|
|
@@ -231,9 +220,9 @@ dependencies = [
|
|
|
231
220
|
|
|
232
221
|
[[package]]
|
|
233
222
|
name = "aws-smithy-types"
|
|
234
|
-
version = "1.6.
|
|
223
|
+
version = "1.6.3"
|
|
235
224
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
236
|
-
checksum = "
|
|
225
|
+
checksum = "8f94d16e797ec62cd999fc9d5942b48fa7050c3093ddadff48e4d7528d16fcb9"
|
|
237
226
|
dependencies = [
|
|
238
227
|
"base64-simd",
|
|
239
228
|
"bytes",
|
|
@@ -334,18 +323,6 @@ version = "2.13.1"
|
|
|
334
323
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
335
324
|
checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
|
|
336
325
|
|
|
337
|
-
[[package]]
|
|
338
|
-
name = "bitvec"
|
|
339
|
-
version = "1.1.1"
|
|
340
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
341
|
-
checksum = "ddcec3d12c579d40898fe0a9a358a803c23e9c52ca3c425707f81c9436211837"
|
|
342
|
-
dependencies = [
|
|
343
|
-
"funty",
|
|
344
|
-
"radium",
|
|
345
|
-
"tap",
|
|
346
|
-
"wyz",
|
|
347
|
-
]
|
|
348
|
-
|
|
349
326
|
[[package]]
|
|
350
327
|
name = "block-buffer"
|
|
351
328
|
version = "0.12.1"
|
|
@@ -376,7 +353,7 @@ dependencies = [
|
|
|
376
353
|
"proc-macro-crate",
|
|
377
354
|
"proc-macro2",
|
|
378
355
|
"quote",
|
|
379
|
-
"syn 3.0.
|
|
356
|
+
"syn 3.0.5",
|
|
380
357
|
]
|
|
381
358
|
|
|
382
359
|
[[package]]
|
|
@@ -385,28 +362,6 @@ version = "3.20.3"
|
|
|
385
362
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
386
363
|
checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
|
|
387
364
|
|
|
388
|
-
[[package]]
|
|
389
|
-
name = "bytecheck"
|
|
390
|
-
version = "0.6.12"
|
|
391
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
392
|
-
checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
|
|
393
|
-
dependencies = [
|
|
394
|
-
"bytecheck_derive",
|
|
395
|
-
"ptr_meta",
|
|
396
|
-
"simdutf8",
|
|
397
|
-
]
|
|
398
|
-
|
|
399
|
-
[[package]]
|
|
400
|
-
name = "bytecheck_derive"
|
|
401
|
-
version = "0.6.12"
|
|
402
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
403
|
-
checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
|
|
404
|
-
dependencies = [
|
|
405
|
-
"proc-macro2",
|
|
406
|
-
"quote",
|
|
407
|
-
"syn 1.0.109",
|
|
408
|
-
]
|
|
409
|
-
|
|
410
365
|
[[package]]
|
|
411
366
|
name = "byteorder"
|
|
412
367
|
version = "1.5.0"
|
|
@@ -440,9 +395,9 @@ dependencies = [
|
|
|
440
395
|
|
|
441
396
|
[[package]]
|
|
442
397
|
name = "cc"
|
|
443
|
-
version = "1.4.
|
|
398
|
+
version = "1.4.5"
|
|
444
399
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
445
|
-
checksum = "
|
|
400
|
+
checksum = "005ec2760ca554fae18df7a11195552ec576cd665632a881bc011d5bb2fd4d80"
|
|
446
401
|
dependencies = [
|
|
447
402
|
"find-msvc-tools",
|
|
448
403
|
"shlex 2.0.1",
|
|
@@ -542,9 +497,9 @@ dependencies = [
|
|
|
542
497
|
|
|
543
498
|
[[package]]
|
|
544
499
|
name = "compression-codecs"
|
|
545
|
-
version = "0.4.
|
|
500
|
+
version = "0.4.40"
|
|
546
501
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
547
|
-
checksum = "
|
|
502
|
+
checksum = "100590da849306918656ffbb22576bbdfc1382b50ad10d1d50ec177d3b205fb2"
|
|
548
503
|
dependencies = [
|
|
549
504
|
"compression-core",
|
|
550
505
|
"flate2",
|
|
@@ -553,9 +508,9 @@ dependencies = [
|
|
|
553
508
|
|
|
554
509
|
[[package]]
|
|
555
510
|
name = "compression-core"
|
|
556
|
-
version = "0.4.
|
|
511
|
+
version = "0.4.33"
|
|
557
512
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
558
|
-
checksum = "
|
|
513
|
+
checksum = "6e8ccc4ea9f6acc32d102c0f6d471d11d913ad15f20c04de743374861fa1d414"
|
|
559
514
|
|
|
560
515
|
[[package]]
|
|
561
516
|
name = "console"
|
|
@@ -648,9 +603,9 @@ dependencies = [
|
|
|
648
603
|
|
|
649
604
|
[[package]]
|
|
650
605
|
name = "crossbeam-deque"
|
|
651
|
-
version = "0.8.
|
|
606
|
+
version = "0.8.8"
|
|
652
607
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
653
|
-
checksum = "
|
|
608
|
+
checksum = "622f3fc73690be383c7214310406f28a90e6edeadc3cea882f9d71e495b9711a"
|
|
654
609
|
dependencies = [
|
|
655
610
|
"crossbeam-epoch",
|
|
656
611
|
"crossbeam-utils",
|
|
@@ -658,18 +613,18 @@ dependencies = [
|
|
|
658
613
|
|
|
659
614
|
[[package]]
|
|
660
615
|
name = "crossbeam-epoch"
|
|
661
|
-
version = "0.9.
|
|
616
|
+
version = "0.9.21"
|
|
662
617
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
663
|
-
checksum = "
|
|
618
|
+
checksum = "dc74980687109a3b14c72fd458107bf0baa1da1a1a805e178d15501ba9b86d9d"
|
|
664
619
|
dependencies = [
|
|
665
620
|
"crossbeam-utils",
|
|
666
621
|
]
|
|
667
622
|
|
|
668
623
|
[[package]]
|
|
669
624
|
name = "crossbeam-utils"
|
|
670
|
-
version = "0.8.
|
|
625
|
+
version = "0.8.23"
|
|
671
626
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
672
|
-
checksum = "
|
|
627
|
+
checksum = "a31eee39dddec8330830986fcd7625edb5a24ec90ea038215273bbc3adb08ac6"
|
|
673
628
|
|
|
674
629
|
[[package]]
|
|
675
630
|
name = "crunchy"
|
|
@@ -707,9 +662,9 @@ dependencies = [
|
|
|
707
662
|
|
|
708
663
|
[[package]]
|
|
709
664
|
name = "daachorse"
|
|
710
|
-
version = "
|
|
665
|
+
version = "3.0.3"
|
|
711
666
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
712
|
-
checksum = "
|
|
667
|
+
checksum = "5614204febbc33cc07a2806aa6440b904ac012b68eecc37f4493ea4a76455a3d"
|
|
713
668
|
|
|
714
669
|
[[package]]
|
|
715
670
|
name = "darling"
|
|
@@ -887,7 +842,7 @@ checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
|
|
|
887
842
|
dependencies = [
|
|
888
843
|
"proc-macro2",
|
|
889
844
|
"quote",
|
|
890
|
-
"syn 3.0.
|
|
845
|
+
"syn 3.0.5",
|
|
891
846
|
]
|
|
892
847
|
|
|
893
848
|
[[package]]
|
|
@@ -966,9 +921,9 @@ dependencies = [
|
|
|
966
921
|
|
|
967
922
|
[[package]]
|
|
968
923
|
name = "fastpool"
|
|
969
|
-
version = "1.1.
|
|
924
|
+
version = "1.1.2"
|
|
970
925
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
971
|
-
checksum = "
|
|
926
|
+
checksum = "1fb83c3c24118a8c5ab0b0d7a2a357512dbe79449945affc62ad2499b57fe383"
|
|
972
927
|
dependencies = [
|
|
973
928
|
"asyncband",
|
|
974
929
|
"scopeguard",
|
|
@@ -982,9 +937,9 @@ checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
|
|
|
982
937
|
|
|
983
938
|
[[package]]
|
|
984
939
|
name = "find-msvc-tools"
|
|
985
|
-
version = "0.1.
|
|
940
|
+
version = "0.1.12"
|
|
986
941
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
987
|
-
checksum = "
|
|
942
|
+
checksum = "3e0f1c7c3a72c66fd80abe965175f7523475c0489a87d3ff9d6e8c87d87a9d2d"
|
|
988
943
|
|
|
989
944
|
[[package]]
|
|
990
945
|
name = "flate2"
|
|
@@ -1027,12 +982,6 @@ dependencies = [
|
|
|
1027
982
|
"percent-encoding",
|
|
1028
983
|
]
|
|
1029
984
|
|
|
1030
|
-
[[package]]
|
|
1031
|
-
name = "funty"
|
|
1032
|
-
version = "2.0.0"
|
|
1033
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1034
|
-
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
1035
|
-
|
|
1036
985
|
[[package]]
|
|
1037
986
|
name = "futures"
|
|
1038
987
|
version = "0.3.34"
|
|
@@ -1089,7 +1038,7 @@ checksum = "9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44"
|
|
|
1089
1038
|
dependencies = [
|
|
1090
1039
|
"proc-macro2",
|
|
1091
1040
|
"quote",
|
|
1092
|
-
"syn 3.0.
|
|
1041
|
+
"syn 3.0.5",
|
|
1093
1042
|
]
|
|
1094
1043
|
|
|
1095
1044
|
[[package]]
|
|
@@ -1230,15 +1179,6 @@ dependencies = [
|
|
|
1230
1179
|
"tracing",
|
|
1231
1180
|
]
|
|
1232
1181
|
|
|
1233
|
-
[[package]]
|
|
1234
|
-
name = "hashbrown"
|
|
1235
|
-
version = "0.12.3"
|
|
1236
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1237
|
-
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
1238
|
-
dependencies = [
|
|
1239
|
-
"ahash 0.7.8",
|
|
1240
|
-
]
|
|
1241
|
-
|
|
1242
1182
|
[[package]]
|
|
1243
1183
|
name = "hashbrown"
|
|
1244
1184
|
version = "0.14.5"
|
|
@@ -1348,9 +1288,9 @@ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
|
1348
1288
|
|
|
1349
1289
|
[[package]]
|
|
1350
1290
|
name = "hybrid-array"
|
|
1351
|
-
version = "0.4.
|
|
1291
|
+
version = "0.4.15"
|
|
1352
1292
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1353
|
-
checksum = "
|
|
1293
|
+
checksum = "27f864f10dfb56725ce5ce5472bc52252c8f93a4ab86327122cebf62c5f59a17"
|
|
1354
1294
|
dependencies = [
|
|
1355
1295
|
"typenum",
|
|
1356
1296
|
]
|
|
@@ -1567,9 +1507,9 @@ dependencies = [
|
|
|
1567
1507
|
|
|
1568
1508
|
[[package]]
|
|
1569
1509
|
name = "indexmap"
|
|
1570
|
-
version = "2.14.
|
|
1510
|
+
version = "2.14.2"
|
|
1571
1511
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1572
|
-
checksum = "
|
|
1512
|
+
checksum = "cc4e190f5d26ca7051642629da2c52fc03bde85a03197c99408dcd291734c855"
|
|
1573
1513
|
dependencies = [
|
|
1574
1514
|
"equivalent",
|
|
1575
1515
|
"hashbrown 0.17.1",
|
|
@@ -1590,9 +1530,9 @@ dependencies = [
|
|
|
1590
1530
|
|
|
1591
1531
|
[[package]]
|
|
1592
1532
|
name = "ipnet"
|
|
1593
|
-
version = "2.12.
|
|
1533
|
+
version = "2.12.2"
|
|
1594
1534
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1595
|
-
checksum = "
|
|
1535
|
+
checksum = "791930b43c0d5973160d90a8f3894509f2b273430f5c5c73b668636d0287c5c0"
|
|
1596
1536
|
|
|
1597
1537
|
[[package]]
|
|
1598
1538
|
name = "itertools"
|
|
@@ -1724,9 +1664,9 @@ dependencies = [
|
|
|
1724
1664
|
|
|
1725
1665
|
[[package]]
|
|
1726
1666
|
name = "js-sys"
|
|
1727
|
-
version = "0.3.
|
|
1667
|
+
version = "0.3.105"
|
|
1728
1668
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1729
|
-
checksum = "
|
|
1669
|
+
checksum = "ce57d20d1ea864ce2ac172ab472d409214f4fd359f0b2a2775abdf522e2af99e"
|
|
1730
1670
|
dependencies = [
|
|
1731
1671
|
"cfg-if",
|
|
1732
1672
|
"futures-util",
|
|
@@ -1774,9 +1714,9 @@ dependencies = [
|
|
|
1774
1714
|
|
|
1775
1715
|
[[package]]
|
|
1776
1716
|
name = "libredox"
|
|
1777
|
-
version = "0.1.
|
|
1717
|
+
version = "0.1.23"
|
|
1778
1718
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1779
|
-
checksum = "
|
|
1719
|
+
checksum = "8d8f1ea3f21fd3405dcaf6c9b5c1630af9afc422d9073ea39c5f6d6c772e08ed"
|
|
1780
1720
|
dependencies = [
|
|
1781
1721
|
"libc",
|
|
1782
1722
|
]
|
|
@@ -1795,11 +1735,11 @@ checksum = "47d9d19d1d6efa0109d2f65ff4c85cddd50bd572e5a00127ab10987290bcefae"
|
|
|
1795
1735
|
|
|
1796
1736
|
[[package]]
|
|
1797
1737
|
name = "liter-llm"
|
|
1798
|
-
version = "
|
|
1738
|
+
version = "2.0.0"
|
|
1799
1739
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1800
|
-
checksum = "
|
|
1740
|
+
checksum = "fc69f33b80b2a51efa2c2bd722c876bcbcb8626734a2bf4f29e3ef3c3f8d4a42"
|
|
1801
1741
|
dependencies = [
|
|
1802
|
-
"ahash
|
|
1742
|
+
"ahash",
|
|
1803
1743
|
"arc-swap",
|
|
1804
1744
|
"async-trait",
|
|
1805
1745
|
"aws-credential-types",
|
|
@@ -1814,6 +1754,7 @@ dependencies = [
|
|
|
1814
1754
|
"jsonwebtoken",
|
|
1815
1755
|
"memchr",
|
|
1816
1756
|
"opendal",
|
|
1757
|
+
"opendal-http-transport-reqwest",
|
|
1817
1758
|
"opentelemetry",
|
|
1818
1759
|
"pin-project-lite",
|
|
1819
1760
|
"rand 0.10.2",
|
|
@@ -1830,7 +1771,7 @@ dependencies = [
|
|
|
1830
1771
|
"tokio-util",
|
|
1831
1772
|
"toml",
|
|
1832
1773
|
"tower",
|
|
1833
|
-
"tower-http 0.7.
|
|
1774
|
+
"tower-http 0.7.1",
|
|
1834
1775
|
"tracing",
|
|
1835
1776
|
"tracing-opentelemetry",
|
|
1836
1777
|
"url",
|
|
@@ -1839,7 +1780,7 @@ dependencies = [
|
|
|
1839
1780
|
|
|
1840
1781
|
[[package]]
|
|
1841
1782
|
name = "liter-llm-rb"
|
|
1842
|
-
version = "
|
|
1783
|
+
version = "2.0.0"
|
|
1843
1784
|
dependencies = [
|
|
1844
1785
|
"futures",
|
|
1845
1786
|
"liter-llm",
|
|
@@ -1964,9 +1905,9 @@ dependencies = [
|
|
|
1964
1905
|
|
|
1965
1906
|
[[package]]
|
|
1966
1907
|
name = "mio"
|
|
1967
|
-
version = "1.2.
|
|
1908
|
+
version = "1.2.3"
|
|
1968
1909
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1969
|
-
checksum = "
|
|
1910
|
+
checksum = "4b18443e9c262bfe8fa82f51666e2642c53393f7e5c27b3e1aeab922cff5b9d8"
|
|
1970
1911
|
dependencies = [
|
|
1971
1912
|
"libc",
|
|
1972
1913
|
"wasi",
|
|
@@ -2080,9 +2021,9 @@ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
|
2080
2021
|
|
|
2081
2022
|
[[package]]
|
|
2082
2023
|
name = "opendal"
|
|
2083
|
-
version = "0.
|
|
2024
|
+
version = "0.59.1"
|
|
2084
2025
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2085
|
-
checksum = "
|
|
2026
|
+
checksum = "f950151f9587a51a7bed70a15fa0cff464eae96e41ae7499f97067bdafdf43eb"
|
|
2086
2027
|
dependencies = [
|
|
2087
2028
|
"opendal-core",
|
|
2088
2029
|
"opendal-service-fs",
|
|
@@ -2092,9 +2033,9 @@ dependencies = [
|
|
|
2092
2033
|
|
|
2093
2034
|
[[package]]
|
|
2094
2035
|
name = "opendal-core"
|
|
2095
|
-
version = "0.
|
|
2036
|
+
version = "0.59.1"
|
|
2096
2037
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2097
|
-
checksum = "
|
|
2038
|
+
checksum = "a43405d217dfdfb543f58847336d3af672897dd1939bb7dcf314b63cf364f1c9"
|
|
2098
2039
|
dependencies = [
|
|
2099
2040
|
"anyhow",
|
|
2100
2041
|
"asyncband",
|
|
@@ -2116,11 +2057,25 @@ dependencies = [
|
|
|
2116
2057
|
"web-time",
|
|
2117
2058
|
]
|
|
2118
2059
|
|
|
2060
|
+
[[package]]
|
|
2061
|
+
name = "opendal-http-transport-reqwest"
|
|
2062
|
+
version = "0.59.1"
|
|
2063
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2064
|
+
checksum = "401999057db611e592f883fcf2cbd6754ff37af587deaadd07b8c1398b2b6b06"
|
|
2065
|
+
dependencies = [
|
|
2066
|
+
"bytes",
|
|
2067
|
+
"futures",
|
|
2068
|
+
"http 1.5.0",
|
|
2069
|
+
"http-body 1.1.0",
|
|
2070
|
+
"opendal-core",
|
|
2071
|
+
"reqwest",
|
|
2072
|
+
]
|
|
2073
|
+
|
|
2119
2074
|
[[package]]
|
|
2120
2075
|
name = "opendal-service-fs"
|
|
2121
|
-
version = "0.
|
|
2076
|
+
version = "0.59.1"
|
|
2122
2077
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2123
|
-
checksum = "
|
|
2078
|
+
checksum = "fb9caf04d6d38713299dd4abac984b95ab16ee20e1ff09160f495c5a64644083"
|
|
2124
2079
|
dependencies = [
|
|
2125
2080
|
"bytes",
|
|
2126
2081
|
"log",
|
|
@@ -2132,9 +2087,9 @@ dependencies = [
|
|
|
2132
2087
|
|
|
2133
2088
|
[[package]]
|
|
2134
2089
|
name = "opendal-service-redis"
|
|
2135
|
-
version = "0.
|
|
2090
|
+
version = "0.59.1"
|
|
2136
2091
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2137
|
-
checksum = "
|
|
2092
|
+
checksum = "5cb715624e6f35cb2c7b0a2b36d1213e7ed9a4ee4b09e32ba294f73066ad0db0"
|
|
2138
2093
|
dependencies = [
|
|
2139
2094
|
"bytes",
|
|
2140
2095
|
"fastpool",
|
|
@@ -2147,9 +2102,9 @@ dependencies = [
|
|
|
2147
2102
|
|
|
2148
2103
|
[[package]]
|
|
2149
2104
|
name = "opendal-service-s3"
|
|
2150
|
-
version = "0.
|
|
2105
|
+
version = "0.59.1"
|
|
2151
2106
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2152
|
-
checksum = "
|
|
2107
|
+
checksum = "388b1d39b62535c62803754ebef89808859558697366dbedd0299345887ba461"
|
|
2153
2108
|
dependencies = [
|
|
2154
2109
|
"base64 0.23.1",
|
|
2155
2110
|
"bytes",
|
|
@@ -2348,9 +2303,9 @@ checksum = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85"
|
|
|
2348
2303
|
|
|
2349
2304
|
[[package]]
|
|
2350
2305
|
name = "portable-atomic-util"
|
|
2351
|
-
version = "0.2.
|
|
2306
|
+
version = "0.2.8"
|
|
2352
2307
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2353
|
-
checksum = "
|
|
2308
|
+
checksum = "10ab3eb7f3becc3a1cbc4f2c6f20267996cfc1a6467a873763411b136a122715"
|
|
2354
2309
|
dependencies = [
|
|
2355
2310
|
"portable-atomic",
|
|
2356
2311
|
]
|
|
@@ -2397,26 +2352,6 @@ dependencies = [
|
|
|
2397
2352
|
"unicode-ident",
|
|
2398
2353
|
]
|
|
2399
2354
|
|
|
2400
|
-
[[package]]
|
|
2401
|
-
name = "ptr_meta"
|
|
2402
|
-
version = "0.1.4"
|
|
2403
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2404
|
-
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
|
|
2405
|
-
dependencies = [
|
|
2406
|
-
"ptr_meta_derive",
|
|
2407
|
-
]
|
|
2408
|
-
|
|
2409
|
-
[[package]]
|
|
2410
|
-
name = "ptr_meta_derive"
|
|
2411
|
-
version = "0.1.4"
|
|
2412
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2413
|
-
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
|
|
2414
|
-
dependencies = [
|
|
2415
|
-
"proc-macro2",
|
|
2416
|
-
"quote",
|
|
2417
|
-
"syn 1.0.109",
|
|
2418
|
-
]
|
|
2419
|
-
|
|
2420
2355
|
[[package]]
|
|
2421
2356
|
name = "quick-xml"
|
|
2422
2357
|
version = "0.41.0"
|
|
@@ -2448,12 +2383,6 @@ version = "6.0.0"
|
|
|
2448
2383
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2449
2384
|
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
2450
2385
|
|
|
2451
|
-
[[package]]
|
|
2452
|
-
name = "radium"
|
|
2453
|
-
version = "0.7.0"
|
|
2454
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2455
|
-
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
2456
|
-
|
|
2457
2386
|
[[package]]
|
|
2458
2387
|
name = "rand"
|
|
2459
2388
|
version = "0.8.8"
|
|
@@ -2593,9 +2522,9 @@ checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
|
|
|
2593
2522
|
|
|
2594
2523
|
[[package]]
|
|
2595
2524
|
name = "redis"
|
|
2596
|
-
version = "1.
|
|
2525
|
+
version = "1.7.0"
|
|
2597
2526
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2598
|
-
checksum = "
|
|
2527
|
+
checksum = "2acbc41a996f7652b2ddd9dfd98cc4ff602cfd742ae35382f07f608405ab50ed"
|
|
2599
2528
|
dependencies = [
|
|
2600
2529
|
"arc-swap",
|
|
2601
2530
|
"arcstr",
|
|
@@ -2674,15 +2603,6 @@ version = "0.8.11"
|
|
|
2674
2603
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2675
2604
|
checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
|
|
2676
2605
|
|
|
2677
|
-
[[package]]
|
|
2678
|
-
name = "rend"
|
|
2679
|
-
version = "0.4.2"
|
|
2680
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2681
|
-
checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
|
|
2682
|
-
dependencies = [
|
|
2683
|
-
"bytecheck",
|
|
2684
|
-
]
|
|
2685
|
-
|
|
2686
2606
|
[[package]]
|
|
2687
2607
|
name = "reqsign-aws-core"
|
|
2688
2608
|
version = "3.1.1"
|
|
@@ -2754,11 +2674,11 @@ dependencies = [
|
|
|
2754
2674
|
|
|
2755
2675
|
[[package]]
|
|
2756
2676
|
name = "reqwest"
|
|
2757
|
-
version = "0.13.
|
|
2677
|
+
version = "0.13.5"
|
|
2758
2678
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2759
|
-
checksum = "
|
|
2679
|
+
checksum = "16a1cfa75cc186dd73d5818e510e042e40927bccc9c236b061cea97e1eb08029"
|
|
2760
2680
|
dependencies = [
|
|
2761
|
-
"base64 0.
|
|
2681
|
+
"base64 0.23.1",
|
|
2762
2682
|
"bytes",
|
|
2763
2683
|
"futures-core",
|
|
2764
2684
|
"futures-util",
|
|
@@ -2811,35 +2731,6 @@ dependencies = [
|
|
|
2811
2731
|
"windows-sys 0.52.0",
|
|
2812
2732
|
]
|
|
2813
2733
|
|
|
2814
|
-
[[package]]
|
|
2815
|
-
name = "rkyv"
|
|
2816
|
-
version = "0.7.46"
|
|
2817
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2818
|
-
checksum = "2297bf9c81a3f0dc96bc9521370b88f054168c29826a75e89c55ff196e7ed6a1"
|
|
2819
|
-
dependencies = [
|
|
2820
|
-
"bitvec",
|
|
2821
|
-
"bytecheck",
|
|
2822
|
-
"bytes",
|
|
2823
|
-
"hashbrown 0.12.3",
|
|
2824
|
-
"ptr_meta",
|
|
2825
|
-
"rend",
|
|
2826
|
-
"rkyv_derive",
|
|
2827
|
-
"seahash",
|
|
2828
|
-
"tinyvec",
|
|
2829
|
-
"uuid",
|
|
2830
|
-
]
|
|
2831
|
-
|
|
2832
|
-
[[package]]
|
|
2833
|
-
name = "rkyv_derive"
|
|
2834
|
-
version = "0.7.46"
|
|
2835
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2836
|
-
checksum = "84d7b42d4b8d06048d3ac8db0eb31bcb942cbeb709f0b5f2b2ebde398d3038f5"
|
|
2837
|
-
dependencies = [
|
|
2838
|
-
"proc-macro2",
|
|
2839
|
-
"quote",
|
|
2840
|
-
"syn 1.0.109",
|
|
2841
|
-
]
|
|
2842
|
-
|
|
2843
2734
|
[[package]]
|
|
2844
2735
|
name = "rust-ini"
|
|
2845
2736
|
version = "0.21.3"
|
|
@@ -2852,16 +2743,16 @@ dependencies = [
|
|
|
2852
2743
|
|
|
2853
2744
|
[[package]]
|
|
2854
2745
|
name = "rust_decimal"
|
|
2855
|
-
version = "1.
|
|
2746
|
+
version = "1.43.0"
|
|
2856
2747
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2857
|
-
checksum = "
|
|
2748
|
+
checksum = "7653272e75dcac41dc199fbea6f5797633994fafd339943c06c9af16bf29cd3a"
|
|
2858
2749
|
dependencies = [
|
|
2859
2750
|
"arrayvec",
|
|
2860
2751
|
"borsh",
|
|
2861
2752
|
"bytes",
|
|
2862
2753
|
"num-traits",
|
|
2863
2754
|
"rand 0.8.8",
|
|
2864
|
-
"
|
|
2755
|
+
"rand 0.9.5",
|
|
2865
2756
|
"serde",
|
|
2866
2757
|
"serde_json",
|
|
2867
2758
|
"wasm-bindgen",
|
|
@@ -2897,9 +2788,9 @@ dependencies = [
|
|
|
2897
2788
|
|
|
2898
2789
|
[[package]]
|
|
2899
2790
|
name = "rustls"
|
|
2900
|
-
version = "0.23.
|
|
2791
|
+
version = "0.23.44"
|
|
2901
2792
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2902
|
-
checksum = "
|
|
2793
|
+
checksum = "6725596c3f2c3a0aef021139e145d4eafe314a6623e4680ca83852b2c67ab2ba"
|
|
2903
2794
|
dependencies = [
|
|
2904
2795
|
"log",
|
|
2905
2796
|
"once_cell",
|
|
@@ -3005,12 +2896,6 @@ version = "1.2.0"
|
|
|
3005
2896
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3006
2897
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
3007
2898
|
|
|
3008
|
-
[[package]]
|
|
3009
|
-
name = "seahash"
|
|
3010
|
-
version = "4.1.0"
|
|
3011
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3012
|
-
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
|
|
3013
|
-
|
|
3014
2899
|
[[package]]
|
|
3015
2900
|
name = "secrecy"
|
|
3016
2901
|
version = "0.10.3"
|
|
@@ -3083,7 +2968,7 @@ checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
|
|
|
3083
2968
|
dependencies = [
|
|
3084
2969
|
"proc-macro2",
|
|
3085
2970
|
"quote",
|
|
3086
|
-
"syn 3.0.
|
|
2971
|
+
"syn 3.0.5",
|
|
3087
2972
|
]
|
|
3088
2973
|
|
|
3089
2974
|
[[package]]
|
|
@@ -3236,9 +3121,9 @@ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
|
3236
3121
|
|
|
3237
3122
|
[[package]]
|
|
3238
3123
|
name = "smallvec"
|
|
3239
|
-
version = "1.
|
|
3124
|
+
version = "1.16.0"
|
|
3240
3125
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3241
|
-
checksum = "
|
|
3126
|
+
checksum = "b9be42f50aa861c555654aa3a37f52f4b1074bacf4e48fe0ef7fa584e80f1f0f"
|
|
3242
3127
|
|
|
3243
3128
|
[[package]]
|
|
3244
3129
|
name = "socket2"
|
|
@@ -3303,17 +3188,6 @@ version = "2.6.1"
|
|
|
3303
3188
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3304
3189
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
3305
3190
|
|
|
3306
|
-
[[package]]
|
|
3307
|
-
name = "syn"
|
|
3308
|
-
version = "1.0.109"
|
|
3309
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3310
|
-
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
3311
|
-
dependencies = [
|
|
3312
|
-
"proc-macro2",
|
|
3313
|
-
"quote",
|
|
3314
|
-
"unicode-ident",
|
|
3315
|
-
]
|
|
3316
|
-
|
|
3317
3191
|
[[package]]
|
|
3318
3192
|
name = "syn"
|
|
3319
3193
|
version = "2.0.119"
|
|
@@ -3327,9 +3201,9 @@ dependencies = [
|
|
|
3327
3201
|
|
|
3328
3202
|
[[package]]
|
|
3329
3203
|
name = "syn"
|
|
3330
|
-
version = "3.0.
|
|
3204
|
+
version = "3.0.5"
|
|
3331
3205
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3332
|
-
checksum = "
|
|
3206
|
+
checksum = "12df2e0110f65b775f769bb17ef989067a1d931b2eb822bd4346631eeada89f9"
|
|
3333
3207
|
dependencies = [
|
|
3334
3208
|
"proc-macro2",
|
|
3335
3209
|
"quote",
|
|
@@ -3356,12 +3230,6 @@ dependencies = [
|
|
|
3356
3230
|
"syn 2.0.119",
|
|
3357
3231
|
]
|
|
3358
3232
|
|
|
3359
|
-
[[package]]
|
|
3360
|
-
name = "tap"
|
|
3361
|
-
version = "1.0.1"
|
|
3362
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3363
|
-
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
3364
|
-
|
|
3365
3233
|
[[package]]
|
|
3366
3234
|
name = "tempfile"
|
|
3367
3235
|
version = "3.27.0"
|
|
@@ -3392,7 +3260,7 @@ checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
|
|
|
3392
3260
|
dependencies = [
|
|
3393
3261
|
"proc-macro2",
|
|
3394
3262
|
"quote",
|
|
3395
|
-
"syn 3.0.
|
|
3263
|
+
"syn 3.0.5",
|
|
3396
3264
|
]
|
|
3397
3265
|
|
|
3398
3266
|
[[package]]
|
|
@@ -3453,28 +3321,13 @@ dependencies = [
|
|
|
3453
3321
|
"zerovec",
|
|
3454
3322
|
]
|
|
3455
3323
|
|
|
3456
|
-
[[package]]
|
|
3457
|
-
name = "tinyvec"
|
|
3458
|
-
version = "1.12.0"
|
|
3459
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3460
|
-
checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
|
|
3461
|
-
dependencies = [
|
|
3462
|
-
"tinyvec_macros",
|
|
3463
|
-
]
|
|
3464
|
-
|
|
3465
|
-
[[package]]
|
|
3466
|
-
name = "tinyvec_macros"
|
|
3467
|
-
version = "0.1.1"
|
|
3468
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3469
|
-
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
3470
|
-
|
|
3471
3324
|
[[package]]
|
|
3472
3325
|
name = "tokenizers"
|
|
3473
|
-
version = "0.23.
|
|
3326
|
+
version = "0.23.2"
|
|
3474
3327
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3475
|
-
checksum = "
|
|
3328
|
+
checksum = "7afbf6e88718afcc138bad01d6ccc3051dbbc3b2ce9793d8b8a3aeb610969cfc"
|
|
3476
3329
|
dependencies = [
|
|
3477
|
-
"ahash
|
|
3330
|
+
"ahash",
|
|
3478
3331
|
"compact_str",
|
|
3479
3332
|
"daachorse",
|
|
3480
3333
|
"dary_heap",
|
|
@@ -3527,7 +3380,7 @@ checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
|
|
|
3527
3380
|
dependencies = [
|
|
3528
3381
|
"proc-macro2",
|
|
3529
3382
|
"quote",
|
|
3530
|
-
"syn 3.0.
|
|
3383
|
+
"syn 3.0.5",
|
|
3531
3384
|
]
|
|
3532
3385
|
|
|
3533
3386
|
[[package]]
|
|
@@ -3542,9 +3395,9 @@ dependencies = [
|
|
|
3542
3395
|
|
|
3543
3396
|
[[package]]
|
|
3544
3397
|
name = "tokio-rustls"
|
|
3545
|
-
version = "0.26.
|
|
3398
|
+
version = "0.26.5"
|
|
3546
3399
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3547
|
-
checksum = "
|
|
3400
|
+
checksum = "b0c85f2c3ef0b1cd58b36682f4b17aaa995f0e5db534d85692b4903abce21f67"
|
|
3548
3401
|
dependencies = [
|
|
3549
3402
|
"rustls",
|
|
3550
3403
|
"tokio",
|
|
@@ -3567,9 +3420,9 @@ dependencies = [
|
|
|
3567
3420
|
|
|
3568
3421
|
[[package]]
|
|
3569
3422
|
name = "toml"
|
|
3570
|
-
version = "1.1.
|
|
3423
|
+
version = "1.1.5+spec-1.1.0"
|
|
3571
3424
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3572
|
-
checksum = "
|
|
3425
|
+
checksum = "12c0ba9680044b4ce98d391a62094047eada0d64860b80166c39f4a6b5640785"
|
|
3573
3426
|
dependencies = [
|
|
3574
3427
|
"indexmap",
|
|
3575
3428
|
"serde_core",
|
|
@@ -3654,9 +3507,9 @@ dependencies = [
|
|
|
3654
3507
|
|
|
3655
3508
|
[[package]]
|
|
3656
3509
|
name = "tower-http"
|
|
3657
|
-
version = "0.7.
|
|
3510
|
+
version = "0.7.1"
|
|
3658
3511
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3659
|
-
checksum = "
|
|
3512
|
+
checksum = "08a05a66a4fdd61cbbe0a1d755ffe0ca6aba159dd4820936a0ff8a8278245b9c"
|
|
3660
3513
|
dependencies = [
|
|
3661
3514
|
"async-compression",
|
|
3662
3515
|
"bitflags 2.13.1",
|
|
@@ -3936,9 +3789,9 @@ dependencies = [
|
|
|
3936
3789
|
|
|
3937
3790
|
[[package]]
|
|
3938
3791
|
name = "wasm-bindgen"
|
|
3939
|
-
version = "0.2.
|
|
3792
|
+
version = "0.2.128"
|
|
3940
3793
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3941
|
-
checksum = "
|
|
3794
|
+
checksum = "aecb87a33d3b0c5e3b7aa46336eaf486cffafbd281b195e4c8b80d50df2351bf"
|
|
3942
3795
|
dependencies = [
|
|
3943
3796
|
"cfg-if",
|
|
3944
3797
|
"once_cell",
|
|
@@ -3950,9 +3803,9 @@ dependencies = [
|
|
|
3950
3803
|
|
|
3951
3804
|
[[package]]
|
|
3952
3805
|
name = "wasm-bindgen-futures"
|
|
3953
|
-
version = "0.4.
|
|
3806
|
+
version = "0.4.78"
|
|
3954
3807
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3955
|
-
checksum = "
|
|
3808
|
+
checksum = "6ef4c5d3d2cdf5c54f4231181768f5510842e350db025faf1f7163b1030ed928"
|
|
3956
3809
|
dependencies = [
|
|
3957
3810
|
"js-sys",
|
|
3958
3811
|
"wasm-bindgen",
|
|
@@ -3960,9 +3813,9 @@ dependencies = [
|
|
|
3960
3813
|
|
|
3961
3814
|
[[package]]
|
|
3962
3815
|
name = "wasm-bindgen-macro"
|
|
3963
|
-
version = "0.2.
|
|
3816
|
+
version = "0.2.128"
|
|
3964
3817
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3965
|
-
checksum = "
|
|
3818
|
+
checksum = "a690d511e3c1a8b3a55e33511e3c2c00c78415cd23650f32b808627f5696b9ed"
|
|
3966
3819
|
dependencies = [
|
|
3967
3820
|
"quote",
|
|
3968
3821
|
"wasm-bindgen-macro-support",
|
|
@@ -3970,22 +3823,22 @@ dependencies = [
|
|
|
3970
3823
|
|
|
3971
3824
|
[[package]]
|
|
3972
3825
|
name = "wasm-bindgen-macro-support"
|
|
3973
|
-
version = "0.2.
|
|
3826
|
+
version = "0.2.128"
|
|
3974
3827
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3975
|
-
checksum = "
|
|
3828
|
+
checksum = "411e4887f0071ef2d2164a9d5fdf2d20efbef78fccd3a78b0c10a1dc5295e48a"
|
|
3976
3829
|
dependencies = [
|
|
3977
3830
|
"bumpalo",
|
|
3978
3831
|
"proc-macro2",
|
|
3979
3832
|
"quote",
|
|
3980
|
-
"syn
|
|
3833
|
+
"syn 3.0.5",
|
|
3981
3834
|
"wasm-bindgen-shared",
|
|
3982
3835
|
]
|
|
3983
3836
|
|
|
3984
3837
|
[[package]]
|
|
3985
3838
|
name = "wasm-bindgen-shared"
|
|
3986
|
-
version = "0.2.
|
|
3839
|
+
version = "0.2.128"
|
|
3987
3840
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3988
|
-
checksum = "
|
|
3841
|
+
checksum = "81941cd78d0c92026c33e5e01312845a4cb1e9af3407f9134b100dd03144103e"
|
|
3989
3842
|
dependencies = [
|
|
3990
3843
|
"unicode-ident",
|
|
3991
3844
|
]
|
|
@@ -4005,9 +3858,9 @@ dependencies = [
|
|
|
4005
3858
|
|
|
4006
3859
|
[[package]]
|
|
4007
3860
|
name = "web-sys"
|
|
4008
|
-
version = "0.3.
|
|
3861
|
+
version = "0.3.105"
|
|
4009
3862
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4010
|
-
checksum = "
|
|
3863
|
+
checksum = "9fbddc4a036f00ec4f18c83445bd3115cb306a91da554919a099d9222fe4a7f8"
|
|
4011
3864
|
dependencies = [
|
|
4012
3865
|
"js-sys",
|
|
4013
3866
|
"wasm-bindgen",
|
|
@@ -4326,15 +4179,6 @@ version = "0.6.4"
|
|
|
4326
4179
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4327
4180
|
checksum = "3ad82d2a33cdc9674dc7465672f271e096168fcdbe0f799d9e6db8c5892679dc"
|
|
4328
4181
|
|
|
4329
|
-
[[package]]
|
|
4330
|
-
name = "wyz"
|
|
4331
|
-
version = "0.5.1"
|
|
4332
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4333
|
-
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
4334
|
-
dependencies = [
|
|
4335
|
-
"tap",
|
|
4336
|
-
]
|
|
4337
|
-
|
|
4338
4182
|
[[package]]
|
|
4339
4183
|
name = "xattr"
|
|
4340
4184
|
version = "1.6.1"
|
|
@@ -4376,18 +4220,18 @@ dependencies = [
|
|
|
4376
4220
|
|
|
4377
4221
|
[[package]]
|
|
4378
4222
|
name = "zerocopy"
|
|
4379
|
-
version = "0.8.
|
|
4223
|
+
version = "0.8.57"
|
|
4380
4224
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4381
|
-
checksum = "
|
|
4225
|
+
checksum = "d35102a9f36d089ccae9e4c6802bc118be4487b80aaffc0ab4e0cf5ce92d2873"
|
|
4382
4226
|
dependencies = [
|
|
4383
4227
|
"zerocopy-derive",
|
|
4384
4228
|
]
|
|
4385
4229
|
|
|
4386
4230
|
[[package]]
|
|
4387
4231
|
name = "zerocopy-derive"
|
|
4388
|
-
version = "0.8.
|
|
4232
|
+
version = "0.8.57"
|
|
4389
4233
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4390
|
-
checksum = "
|
|
4234
|
+
checksum = "146c01f5ab44258da43cf276c74a2763db2ff3969c9c652c3f2de07041d0b2bc"
|
|
4391
4235
|
dependencies = [
|
|
4392
4236
|
"proc-macro2",
|
|
4393
4237
|
"quote",
|
|
@@ -4465,7 +4309,7 @@ checksum = "34df6fc39dbd26ddc9c10e6a2984476e13acce22e64e4487636ef494369225da"
|
|
|
4465
4309
|
dependencies = [
|
|
4466
4310
|
"proc-macro2",
|
|
4467
4311
|
"quote",
|
|
4468
|
-
"syn 3.0.
|
|
4312
|
+
"syn 3.0.5",
|
|
4469
4313
|
]
|
|
4470
4314
|
|
|
4471
4315
|
[[package]]
|