crawlberg 1.1.4 → 1.3.3
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/README.md +5 -0
- data/ext/crawlberg_rb/native/Cargo.lock +159 -189
- data/ext/crawlberg_rb/native/Cargo.toml +19 -2
- data/ext/crawlberg_rb/native/extconf.rb +5 -0
- data/ext/crawlberg_rb/src/lib.rs +531 -79
- data/lib/crawlberg/native.rb +143 -83
- data/lib/crawlberg/version.rb +3 -3
- data/lib/crawlberg.rb +2 -2
- data/sig/types.rbs +458 -434
- metadata +2 -3
- data/lib/crawlberg_rb.so +0 -0
|
@@ -24,9 +24,9 @@ dependencies = [
|
|
|
24
24
|
|
|
25
25
|
[[package]]
|
|
26
26
|
name = "aho-corasick"
|
|
27
|
-
version = "1.1.
|
|
27
|
+
version = "1.1.5"
|
|
28
28
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
29
|
-
checksum = "
|
|
29
|
+
checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba"
|
|
30
30
|
dependencies = [
|
|
31
31
|
"memchr",
|
|
32
32
|
]
|
|
@@ -46,17 +46,11 @@ dependencies = [
|
|
|
46
46
|
"alloc-no-stdlib",
|
|
47
47
|
]
|
|
48
48
|
|
|
49
|
-
[[package]]
|
|
50
|
-
name = "allocator-api2"
|
|
51
|
-
version = "0.2.21"
|
|
52
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
53
|
-
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
54
|
-
|
|
55
49
|
[[package]]
|
|
56
50
|
name = "android_system_properties"
|
|
57
|
-
version = "0.1.
|
|
51
|
+
version = "0.1.6"
|
|
58
52
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
59
|
-
checksum = "
|
|
53
|
+
checksum = "ae221649c9976a6f6c56ae1facf410f3ddb33cc661c4b7b61020a912d4237fbc"
|
|
60
54
|
dependencies = [
|
|
61
55
|
"libc",
|
|
62
56
|
]
|
|
@@ -70,12 +64,6 @@ dependencies = [
|
|
|
70
64
|
"rustversion",
|
|
71
65
|
]
|
|
72
66
|
|
|
73
|
-
[[package]]
|
|
74
|
-
name = "arrayref"
|
|
75
|
-
version = "0.3.9"
|
|
76
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
77
|
-
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
|
|
78
|
-
|
|
79
67
|
[[package]]
|
|
80
68
|
name = "arrayvec"
|
|
81
69
|
version = "0.7.8"
|
|
@@ -105,9 +93,9 @@ dependencies = [
|
|
|
105
93
|
|
|
106
94
|
[[package]]
|
|
107
95
|
name = "async-trait"
|
|
108
|
-
version = "0.1.
|
|
96
|
+
version = "0.1.92"
|
|
109
97
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
110
|
-
checksum = "
|
|
98
|
+
checksum = "82f6aeea286b8eb4dd3431a1be1b59d290ace00f5bfd8e2a159bc2a05e2c1667"
|
|
111
99
|
dependencies = [
|
|
112
100
|
"proc-macro2",
|
|
113
101
|
"quote",
|
|
@@ -145,9 +133,9 @@ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
|
145
133
|
|
|
146
134
|
[[package]]
|
|
147
135
|
name = "aws-lc-rs"
|
|
148
|
-
version = "1.
|
|
136
|
+
version = "1.18.0"
|
|
149
137
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
150
|
-
checksum = "
|
|
138
|
+
checksum = "ce2b2dcc879c3bae0d371e77c99f2238400ef24ec001394befa67b6e543add9e"
|
|
151
139
|
dependencies = [
|
|
152
140
|
"aws-lc-sys",
|
|
153
141
|
"zeroize",
|
|
@@ -155,9 +143,9 @@ dependencies = [
|
|
|
155
143
|
|
|
156
144
|
[[package]]
|
|
157
145
|
name = "aws-lc-sys"
|
|
158
|
-
version = "0.
|
|
146
|
+
version = "0.44.0"
|
|
159
147
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
160
|
-
checksum = "
|
|
148
|
+
checksum = "f09fae7be8bb3174e05c6afdb34199e6dc0c7c04ba9fa237b1967adfbde27483"
|
|
161
149
|
dependencies = [
|
|
162
150
|
"cc",
|
|
163
151
|
"cmake",
|
|
@@ -174,9 +162,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
174
162
|
|
|
175
163
|
[[package]]
|
|
176
164
|
name = "base64"
|
|
177
|
-
version = "0.23.
|
|
165
|
+
version = "0.23.1"
|
|
178
166
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
179
|
-
checksum = "
|
|
167
|
+
checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5"
|
|
180
168
|
|
|
181
169
|
[[package]]
|
|
182
170
|
name = "bindgen"
|
|
@@ -204,11 +192,10 @@ checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
|
|
|
204
192
|
|
|
205
193
|
[[package]]
|
|
206
194
|
name = "blake3"
|
|
207
|
-
version = "1.8.
|
|
195
|
+
version = "1.8.7"
|
|
208
196
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
209
|
-
checksum = "
|
|
197
|
+
checksum = "6d9e454fc11f76977dc803893aff6304ed33d6a26efae8696573bea74baa27ae"
|
|
210
198
|
dependencies = [
|
|
211
|
-
"arrayref",
|
|
212
199
|
"arrayvec",
|
|
213
200
|
"cc",
|
|
214
201
|
"cfg-if",
|
|
@@ -227,9 +214,9 @@ dependencies = [
|
|
|
227
214
|
|
|
228
215
|
[[package]]
|
|
229
216
|
name = "block-buffer"
|
|
230
|
-
version = "0.12.
|
|
217
|
+
version = "0.12.1"
|
|
231
218
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
232
|
-
checksum = "
|
|
219
|
+
checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
|
|
233
220
|
dependencies = [
|
|
234
221
|
"hybrid-array",
|
|
235
222
|
]
|
|
@@ -281,9 +268,9 @@ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
|
|
|
281
268
|
|
|
282
269
|
[[package]]
|
|
283
270
|
name = "cc"
|
|
284
|
-
version = "1.4.
|
|
271
|
+
version = "1.4.4"
|
|
285
272
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
286
|
-
checksum = "
|
|
273
|
+
checksum = "0ad534f4357a5264cce5019c989cf66a4f0dc4e0d1b1d15f8aacec0ff7360273"
|
|
287
274
|
dependencies = [
|
|
288
275
|
"find-msvc-tools",
|
|
289
276
|
"jobserver",
|
|
@@ -403,9 +390,9 @@ dependencies = [
|
|
|
403
390
|
|
|
404
391
|
[[package]]
|
|
405
392
|
name = "clang-sys"
|
|
406
|
-
version = "1.
|
|
393
|
+
version = "1.9.1"
|
|
407
394
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
408
|
-
checksum = "
|
|
395
|
+
checksum = "157a8ba7b480713b56f4c09fd13fc3e0a22a5dfab8097ba61cbc5feef950788a"
|
|
409
396
|
dependencies = [
|
|
410
397
|
"glob",
|
|
411
398
|
"libc",
|
|
@@ -489,9 +476,9 @@ checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
|
|
|
489
476
|
|
|
490
477
|
[[package]]
|
|
491
478
|
name = "cookie"
|
|
492
|
-
version = "0.18.
|
|
479
|
+
version = "0.18.2"
|
|
493
480
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
494
|
-
checksum = "
|
|
481
|
+
checksum = "1a373e3602691c3cdea496d2f0ee5935151e6168fe87739483c463db1b2f2f87"
|
|
495
482
|
dependencies = [
|
|
496
483
|
"percent-encoding",
|
|
497
484
|
"time",
|
|
@@ -562,15 +549,16 @@ dependencies = [
|
|
|
562
549
|
|
|
563
550
|
[[package]]
|
|
564
551
|
name = "crawlberg"
|
|
565
|
-
version = "1.
|
|
552
|
+
version = "1.3.3"
|
|
566
553
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
567
|
-
checksum = "
|
|
554
|
+
checksum = "af1a2a5cc2327d1e047277c081c53922bfa76cabd2d80a0181de708ed6bf5d8d"
|
|
568
555
|
dependencies = [
|
|
569
556
|
"ahash",
|
|
570
557
|
"aho-corasick",
|
|
571
558
|
"arc-swap",
|
|
572
559
|
"astral-tl",
|
|
573
560
|
"async-trait",
|
|
561
|
+
"base64 0.23.1",
|
|
574
562
|
"blake3",
|
|
575
563
|
"chromiumoxide",
|
|
576
564
|
"chrono",
|
|
@@ -600,11 +588,12 @@ dependencies = [
|
|
|
600
588
|
"tower",
|
|
601
589
|
"tracing",
|
|
602
590
|
"url",
|
|
591
|
+
"web-time",
|
|
603
592
|
]
|
|
604
593
|
|
|
605
594
|
[[package]]
|
|
606
595
|
name = "crawlberg-rb"
|
|
607
|
-
version = "1.
|
|
596
|
+
version = "1.3.3"
|
|
608
597
|
dependencies = [
|
|
609
598
|
"crawlberg",
|
|
610
599
|
"futures",
|
|
@@ -648,9 +637,9 @@ dependencies = [
|
|
|
648
637
|
|
|
649
638
|
[[package]]
|
|
650
639
|
name = "crypto-common"
|
|
651
|
-
version = "0.2.
|
|
640
|
+
version = "0.2.2"
|
|
652
641
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
653
|
-
checksum = "
|
|
642
|
+
checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
|
|
654
643
|
dependencies = [
|
|
655
644
|
"hybrid-array",
|
|
656
645
|
]
|
|
@@ -671,9 +660,9 @@ dependencies = [
|
|
|
671
660
|
|
|
672
661
|
[[package]]
|
|
673
662
|
name = "data-encoding"
|
|
674
|
-
version = "2.11.
|
|
663
|
+
version = "2.11.1"
|
|
675
664
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
676
|
-
checksum = "
|
|
665
|
+
checksum = "4583a4551df46e2792f82ceeac45e850d2e2d5debba0b91f102385cda5b11f06"
|
|
677
666
|
|
|
678
667
|
[[package]]
|
|
679
668
|
name = "deranged"
|
|
@@ -693,13 +682,13 @@ dependencies = [
|
|
|
693
682
|
|
|
694
683
|
[[package]]
|
|
695
684
|
name = "digest"
|
|
696
|
-
version = "0.11.
|
|
685
|
+
version = "0.11.3"
|
|
697
686
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
698
|
-
checksum = "
|
|
687
|
+
checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
|
|
699
688
|
dependencies = [
|
|
700
|
-
"block-buffer 0.12.
|
|
689
|
+
"block-buffer 0.12.1",
|
|
701
690
|
"const-oid",
|
|
702
|
-
"crypto-common 0.2.
|
|
691
|
+
"crypto-common 0.2.2",
|
|
703
692
|
]
|
|
704
693
|
|
|
705
694
|
[[package]]
|
|
@@ -751,9 +740,9 @@ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
|
|
751
740
|
|
|
752
741
|
[[package]]
|
|
753
742
|
name = "either"
|
|
754
|
-
version = "1.
|
|
743
|
+
version = "1.18.0"
|
|
755
744
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
756
|
-
checksum = "
|
|
745
|
+
checksum = "252afb9ae5eaa683babdc6a068b3f5726eb19e05070c731f9b2a23a7c3e8ed34"
|
|
757
746
|
|
|
758
747
|
[[package]]
|
|
759
748
|
name = "encoding_rs"
|
|
@@ -797,9 +786,9 @@ dependencies = [
|
|
|
797
786
|
|
|
798
787
|
[[package]]
|
|
799
788
|
name = "find-msvc-tools"
|
|
800
|
-
version = "0.1.
|
|
789
|
+
version = "0.1.11"
|
|
801
790
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
802
|
-
checksum = "
|
|
791
|
+
checksum = "d45db016d36b838f563236e9193d0ee6ce38f3f68b6c94e914b4929c96bbb890"
|
|
803
792
|
|
|
804
793
|
[[package]]
|
|
805
794
|
name = "flate2"
|
|
@@ -817,12 +806,6 @@ version = "1.0.7"
|
|
|
817
806
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
818
807
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
819
808
|
|
|
820
|
-
[[package]]
|
|
821
|
-
name = "foldhash"
|
|
822
|
-
version = "0.2.0"
|
|
823
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
824
|
-
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
|
|
825
|
-
|
|
826
809
|
[[package]]
|
|
827
810
|
name = "form_urlencoded"
|
|
828
811
|
version = "1.2.2"
|
|
@@ -849,9 +832,9 @@ dependencies = [
|
|
|
849
832
|
|
|
850
833
|
[[package]]
|
|
851
834
|
name = "futures"
|
|
852
|
-
version = "0.3.
|
|
835
|
+
version = "0.3.34"
|
|
853
836
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
854
|
-
checksum = "
|
|
837
|
+
checksum = "9a31d2a3fbaaeb2af2368bbdd904aa8e812d3c04a1ee10d3171f52d556e5d0a3"
|
|
855
838
|
dependencies = [
|
|
856
839
|
"futures-channel",
|
|
857
840
|
"futures-core",
|
|
@@ -864,9 +847,9 @@ dependencies = [
|
|
|
864
847
|
|
|
865
848
|
[[package]]
|
|
866
849
|
name = "futures-channel"
|
|
867
|
-
version = "0.3.
|
|
850
|
+
version = "0.3.34"
|
|
868
851
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
869
|
-
checksum = "
|
|
852
|
+
checksum = "b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4"
|
|
870
853
|
dependencies = [
|
|
871
854
|
"futures-core",
|
|
872
855
|
"futures-sink",
|
|
@@ -874,15 +857,15 @@ dependencies = [
|
|
|
874
857
|
|
|
875
858
|
[[package]]
|
|
876
859
|
name = "futures-core"
|
|
877
|
-
version = "0.3.
|
|
860
|
+
version = "0.3.34"
|
|
878
861
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
879
|
-
checksum = "
|
|
862
|
+
checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e"
|
|
880
863
|
|
|
881
864
|
[[package]]
|
|
882
865
|
name = "futures-executor"
|
|
883
|
-
version = "0.3.
|
|
866
|
+
version = "0.3.34"
|
|
884
867
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
885
|
-
checksum = "
|
|
868
|
+
checksum = "031b47cf1a3c6cc8bc2fc76cd437f521619387907d469316e7c0bc278f1f5432"
|
|
886
869
|
dependencies = [
|
|
887
870
|
"futures-core",
|
|
888
871
|
"futures-task",
|
|
@@ -891,44 +874,44 @@ dependencies = [
|
|
|
891
874
|
|
|
892
875
|
[[package]]
|
|
893
876
|
name = "futures-io"
|
|
894
|
-
version = "0.3.
|
|
877
|
+
version = "0.3.34"
|
|
895
878
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
896
|
-
checksum = "
|
|
879
|
+
checksum = "53c0fa8157de1303bfffdaa1cc2a673bfffb60102f76b0ef4441659124373fed"
|
|
897
880
|
|
|
898
881
|
[[package]]
|
|
899
882
|
name = "futures-macro"
|
|
900
|
-
version = "0.3.
|
|
883
|
+
version = "0.3.34"
|
|
901
884
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
902
|
-
checksum = "
|
|
885
|
+
checksum = "9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44"
|
|
903
886
|
dependencies = [
|
|
904
887
|
"proc-macro2",
|
|
905
888
|
"quote",
|
|
906
|
-
"syn
|
|
889
|
+
"syn 3.0.3",
|
|
907
890
|
]
|
|
908
891
|
|
|
909
892
|
[[package]]
|
|
910
893
|
name = "futures-sink"
|
|
911
|
-
version = "0.3.
|
|
894
|
+
version = "0.3.34"
|
|
912
895
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
913
|
-
checksum = "
|
|
896
|
+
checksum = "1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d"
|
|
914
897
|
|
|
915
898
|
[[package]]
|
|
916
899
|
name = "futures-task"
|
|
917
|
-
version = "0.3.
|
|
900
|
+
version = "0.3.34"
|
|
918
901
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
919
|
-
checksum = "
|
|
902
|
+
checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd"
|
|
920
903
|
|
|
921
904
|
[[package]]
|
|
922
905
|
name = "futures-timer"
|
|
923
|
-
version = "3.0.
|
|
906
|
+
version = "3.0.4"
|
|
924
907
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
925
|
-
checksum = "
|
|
908
|
+
checksum = "af43fadb8a98512d547e37b4e92e0ced13e205c061b87b4623eff01d918d6968"
|
|
926
909
|
|
|
927
910
|
[[package]]
|
|
928
911
|
name = "futures-util"
|
|
929
|
-
version = "0.3.
|
|
912
|
+
version = "0.3.34"
|
|
930
913
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
931
|
-
checksum = "
|
|
914
|
+
checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc"
|
|
932
915
|
dependencies = [
|
|
933
916
|
"futures-channel",
|
|
934
917
|
"futures-core",
|
|
@@ -1010,9 +993,9 @@ checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b"
|
|
|
1010
993
|
|
|
1011
994
|
[[package]]
|
|
1012
995
|
name = "h2"
|
|
1013
|
-
version = "0.4.
|
|
996
|
+
version = "0.4.18"
|
|
1014
997
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1015
|
-
checksum = "
|
|
998
|
+
checksum = "839c0e8a181239723652be9062bb56ca5bf5f64011f73b623f6f4fc59086a228"
|
|
1016
999
|
dependencies = [
|
|
1017
1000
|
"atomic-waker",
|
|
1018
1001
|
"bytes",
|
|
@@ -1038,11 +1021,6 @@ name = "hashbrown"
|
|
|
1038
1021
|
version = "0.17.1"
|
|
1039
1022
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1040
1023
|
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
|
|
1041
|
-
dependencies = [
|
|
1042
|
-
"allocator-api2",
|
|
1043
|
-
"equivalent",
|
|
1044
|
-
"foldhash",
|
|
1045
|
-
]
|
|
1046
1024
|
|
|
1047
1025
|
[[package]]
|
|
1048
1026
|
name = "heck"
|
|
@@ -1052,24 +1030,23 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
1052
1030
|
|
|
1053
1031
|
[[package]]
|
|
1054
1032
|
name = "html-escape"
|
|
1055
|
-
version = "0.2.
|
|
1033
|
+
version = "0.2.15"
|
|
1056
1034
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1057
|
-
checksum = "
|
|
1035
|
+
checksum = "c9356095b4b41197bba32173600e1582792cda618f65d12f68e2e77d273413c5"
|
|
1058
1036
|
|
|
1059
1037
|
[[package]]
|
|
1060
1038
|
name = "html-to-markdown-rs"
|
|
1061
|
-
version = "3.
|
|
1039
|
+
version = "3.11.2"
|
|
1062
1040
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1063
|
-
checksum = "
|
|
1041
|
+
checksum = "718ba0514ab76ad0caccf199863df9fb94ed0b7196ae39505900826d4f7441ab"
|
|
1064
1042
|
dependencies = [
|
|
1065
1043
|
"ahash",
|
|
1066
1044
|
"astral-tl",
|
|
1067
|
-
"base64 0.23.
|
|
1045
|
+
"base64 0.23.1",
|
|
1068
1046
|
"bitflags",
|
|
1069
1047
|
"html-escape",
|
|
1070
1048
|
"html5ever",
|
|
1071
1049
|
"image",
|
|
1072
|
-
"lru",
|
|
1073
1050
|
"memchr",
|
|
1074
1051
|
"once_cell",
|
|
1075
1052
|
"phf 0.14.0",
|
|
@@ -1077,6 +1054,7 @@ dependencies = [
|
|
|
1077
1054
|
"serde",
|
|
1078
1055
|
"serde_json",
|
|
1079
1056
|
"thiserror",
|
|
1057
|
+
"tracing",
|
|
1080
1058
|
]
|
|
1081
1059
|
|
|
1082
1060
|
[[package]]
|
|
@@ -1111,9 +1089,9 @@ dependencies = [
|
|
|
1111
1089
|
|
|
1112
1090
|
[[package]]
|
|
1113
1091
|
name = "http-body-util"
|
|
1114
|
-
version = "0.1.
|
|
1092
|
+
version = "0.1.5"
|
|
1115
1093
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1116
|
-
checksum = "
|
|
1094
|
+
checksum = "23169fe34a5fbcdd3f3862e78fb9b6fccd5f02a6dc6f732547005d45631ce71c"
|
|
1117
1095
|
dependencies = [
|
|
1118
1096
|
"bytes",
|
|
1119
1097
|
"futures-core",
|
|
@@ -1130,9 +1108,9 @@ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
|
1130
1108
|
|
|
1131
1109
|
[[package]]
|
|
1132
1110
|
name = "hybrid-array"
|
|
1133
|
-
version = "0.4.
|
|
1111
|
+
version = "0.4.14"
|
|
1134
1112
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1135
|
-
checksum = "
|
|
1113
|
+
checksum = "707114b52a152fa7bdb290cd7cd5912d9467273b6d74e21b8d81aca1f8533f6b"
|
|
1136
1114
|
dependencies = [
|
|
1137
1115
|
"typenum",
|
|
1138
1116
|
]
|
|
@@ -1224,9 +1202,9 @@ dependencies = [
|
|
|
1224
1202
|
|
|
1225
1203
|
[[package]]
|
|
1226
1204
|
name = "icu_collections"
|
|
1227
|
-
version = "2.
|
|
1205
|
+
version = "2.3.0"
|
|
1228
1206
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1229
|
-
checksum = "
|
|
1207
|
+
checksum = "fa68d21081c4a05d5a901a1c62add574c77048b6a1c67be3b50ce0b60d4ca513"
|
|
1230
1208
|
dependencies = [
|
|
1231
1209
|
"displaydoc",
|
|
1232
1210
|
"potential_utf",
|
|
@@ -1238,9 +1216,9 @@ dependencies = [
|
|
|
1238
1216
|
|
|
1239
1217
|
[[package]]
|
|
1240
1218
|
name = "icu_locale_core"
|
|
1241
|
-
version = "2.
|
|
1219
|
+
version = "2.3.0"
|
|
1242
1220
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1243
|
-
checksum = "
|
|
1221
|
+
checksum = "d56e28588da92eee5c3201a6eff33fabdd49b62269c8938d4ff050ce4d900deb"
|
|
1244
1222
|
dependencies = [
|
|
1245
1223
|
"displaydoc",
|
|
1246
1224
|
"litemap",
|
|
@@ -1251,9 +1229,9 @@ dependencies = [
|
|
|
1251
1229
|
|
|
1252
1230
|
[[package]]
|
|
1253
1231
|
name = "icu_normalizer"
|
|
1254
|
-
version = "2.
|
|
1232
|
+
version = "2.3.0"
|
|
1255
1233
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1256
|
-
checksum = "
|
|
1234
|
+
checksum = "12f9cf5f235641ed274641dd81c3f28d870e276763d0797aeeab72317b1c646f"
|
|
1257
1235
|
dependencies = [
|
|
1258
1236
|
"icu_collections",
|
|
1259
1237
|
"icu_normalizer_data",
|
|
@@ -1265,16 +1243,17 @@ dependencies = [
|
|
|
1265
1243
|
|
|
1266
1244
|
[[package]]
|
|
1267
1245
|
name = "icu_normalizer_data"
|
|
1268
|
-
version = "2.
|
|
1246
|
+
version = "2.3.0"
|
|
1269
1247
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1270
|
-
checksum = "
|
|
1248
|
+
checksum = "1563da1ed3e0b3bf3d74c9b85917ac9c56464d2f57242270c09c9e752f8021a0"
|
|
1271
1249
|
|
|
1272
1250
|
[[package]]
|
|
1273
1251
|
name = "icu_properties"
|
|
1274
|
-
version = "2.
|
|
1252
|
+
version = "2.3.0"
|
|
1275
1253
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1276
|
-
checksum = "
|
|
1254
|
+
checksum = "7e7ca276ad3145661a65914e6daf131ca5120cd3dcee8f8f3214b8875184a148"
|
|
1277
1255
|
dependencies = [
|
|
1256
|
+
"displaydoc",
|
|
1278
1257
|
"icu_collections",
|
|
1279
1258
|
"icu_locale_core",
|
|
1280
1259
|
"icu_properties_data",
|
|
@@ -1285,15 +1264,15 @@ dependencies = [
|
|
|
1285
1264
|
|
|
1286
1265
|
[[package]]
|
|
1287
1266
|
name = "icu_properties_data"
|
|
1288
|
-
version = "2.
|
|
1267
|
+
version = "2.3.0"
|
|
1289
1268
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1290
|
-
checksum = "
|
|
1269
|
+
checksum = "e590f038c1464a96894fd6d10127e90a8be4509f56ff7ecef851b15cee0b7caa"
|
|
1291
1270
|
|
|
1292
1271
|
[[package]]
|
|
1293
1272
|
name = "icu_provider"
|
|
1294
|
-
version = "2.
|
|
1273
|
+
version = "2.3.1"
|
|
1295
1274
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1296
|
-
checksum = "
|
|
1275
|
+
checksum = "d27bbb9d3abbefac45d55f647c9de1d44aafcd1186eb91879afef17c396c3e73"
|
|
1297
1276
|
dependencies = [
|
|
1298
1277
|
"displaydoc",
|
|
1299
1278
|
"icu_locale_core",
|
|
@@ -1365,9 +1344,9 @@ dependencies = [
|
|
|
1365
1344
|
|
|
1366
1345
|
[[package]]
|
|
1367
1346
|
name = "inotify"
|
|
1368
|
-
version = "0.11.
|
|
1347
|
+
version = "0.11.5"
|
|
1369
1348
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1370
|
-
checksum = "
|
|
1349
|
+
checksum = "4cc00ea907cab49550b7da656f80ebb97be1b997d931fbcd28d39734e17ce592"
|
|
1371
1350
|
dependencies = [
|
|
1372
1351
|
"bitflags",
|
|
1373
1352
|
"inotify-sys",
|
|
@@ -1376,18 +1355,18 @@ dependencies = [
|
|
|
1376
1355
|
|
|
1377
1356
|
[[package]]
|
|
1378
1357
|
name = "inotify-sys"
|
|
1379
|
-
version = "0.1.
|
|
1358
|
+
version = "0.1.8"
|
|
1380
1359
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1381
|
-
checksum = "
|
|
1360
|
+
checksum = "c033f80b2c113cdf91ab7a33faa9cbc014726dcad99880c8609af2a370edf37d"
|
|
1382
1361
|
dependencies = [
|
|
1383
1362
|
"libc",
|
|
1384
1363
|
]
|
|
1385
1364
|
|
|
1386
1365
|
[[package]]
|
|
1387
1366
|
name = "ipnet"
|
|
1388
|
-
version = "2.12.
|
|
1367
|
+
version = "2.12.1"
|
|
1389
1368
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1390
|
-
checksum = "
|
|
1369
|
+
checksum = "6a756c3fac73139e83f14c2d742155dd2b78d3ee56597b419a0579b7bdd6dd78"
|
|
1391
1370
|
|
|
1392
1371
|
[[package]]
|
|
1393
1372
|
name = "itertools"
|
|
@@ -1465,9 +1444,9 @@ dependencies = [
|
|
|
1465
1444
|
|
|
1466
1445
|
[[package]]
|
|
1467
1446
|
name = "js-sys"
|
|
1468
|
-
version = "0.3.
|
|
1447
|
+
version = "0.3.104"
|
|
1469
1448
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1470
|
-
checksum = "
|
|
1449
|
+
checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a"
|
|
1471
1450
|
dependencies = [
|
|
1472
1451
|
"cfg-if",
|
|
1473
1452
|
"futures-util",
|
|
@@ -1476,9 +1455,9 @@ dependencies = [
|
|
|
1476
1455
|
|
|
1477
1456
|
[[package]]
|
|
1478
1457
|
name = "kqueue"
|
|
1479
|
-
version = "1.
|
|
1458
|
+
version = "1.2.1"
|
|
1480
1459
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1481
|
-
checksum = "
|
|
1460
|
+
checksum = "8d763e5b24120b4ddf50de6c92308156765aabfbbccebf401da7cff2d70a41ea"
|
|
1482
1461
|
dependencies = [
|
|
1483
1462
|
"kqueue-sys",
|
|
1484
1463
|
"libc",
|
|
@@ -1518,18 +1497,18 @@ dependencies = [
|
|
|
1518
1497
|
|
|
1519
1498
|
[[package]]
|
|
1520
1499
|
name = "libredox"
|
|
1521
|
-
version = "0.1.
|
|
1500
|
+
version = "0.1.20"
|
|
1522
1501
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1523
|
-
checksum = "
|
|
1502
|
+
checksum = "28d0a00925a9f930d679b6789b721e3a7f9ed110f41b86d2497caa780c3a070a"
|
|
1524
1503
|
dependencies = [
|
|
1525
1504
|
"libc",
|
|
1526
1505
|
]
|
|
1527
1506
|
|
|
1528
1507
|
[[package]]
|
|
1529
1508
|
name = "litemap"
|
|
1530
|
-
version = "0.8.
|
|
1509
|
+
version = "0.8.3"
|
|
1531
1510
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1532
|
-
checksum = "
|
|
1511
|
+
checksum = "47d9d19d1d6efa0109d2f65ff4c85cddd50bd572e5a00127ab10987290bcefae"
|
|
1533
1512
|
|
|
1534
1513
|
[[package]]
|
|
1535
1514
|
name = "litrs"
|
|
@@ -1552,15 +1531,6 @@ version = "0.4.33"
|
|
|
1552
1531
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1553
1532
|
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
|
|
1554
1533
|
|
|
1555
|
-
[[package]]
|
|
1556
|
-
name = "lru"
|
|
1557
|
-
version = "0.18.1"
|
|
1558
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1559
|
-
checksum = "0b6180140927ee907000b0aa540091f6ea512ead4447c92b8fc35bc72788a5a6"
|
|
1560
|
-
dependencies = [
|
|
1561
|
-
"hashbrown 0.17.1",
|
|
1562
|
-
]
|
|
1563
|
-
|
|
1564
1534
|
[[package]]
|
|
1565
1535
|
name = "lru-slab"
|
|
1566
1536
|
version = "0.1.2"
|
|
@@ -1737,9 +1707,9 @@ dependencies = [
|
|
|
1737
1707
|
|
|
1738
1708
|
[[package]]
|
|
1739
1709
|
name = "opentelemetry-semantic-conventions"
|
|
1740
|
-
version = "0.32.
|
|
1710
|
+
version = "0.32.1"
|
|
1741
1711
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1742
|
-
checksum = "
|
|
1712
|
+
checksum = "c913ac17a6c451661ee255f4625d143e51647ae78ebd969b75e41c4442f4fe47"
|
|
1743
1713
|
|
|
1744
1714
|
[[package]]
|
|
1745
1715
|
name = "option-ext"
|
|
@@ -1866,9 +1836,9 @@ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
|
1866
1836
|
|
|
1867
1837
|
[[package]]
|
|
1868
1838
|
name = "pkg-config"
|
|
1869
|
-
version = "0.3.
|
|
1839
|
+
version = "0.3.34"
|
|
1870
1840
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1871
|
-
checksum = "
|
|
1841
|
+
checksum = "f6b464fbc74e149a392436b17d523f769e057cb6877f6a5c4618bc6f11800548"
|
|
1872
1842
|
|
|
1873
1843
|
[[package]]
|
|
1874
1844
|
name = "png"
|
|
@@ -1885,9 +1855,9 @@ dependencies = [
|
|
|
1885
1855
|
|
|
1886
1856
|
[[package]]
|
|
1887
1857
|
name = "potential_utf"
|
|
1888
|
-
version = "0.1.
|
|
1858
|
+
version = "0.1.6"
|
|
1889
1859
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1890
|
-
checksum = "
|
|
1860
|
+
checksum = "d83eb9bc6d8e5cf568e7a1101d60ee05e81ed50ea106026f3d18deeb046d7661"
|
|
1891
1861
|
dependencies = [
|
|
1892
1862
|
"zerovec",
|
|
1893
1863
|
]
|
|
@@ -1981,9 +1951,9 @@ dependencies = [
|
|
|
1981
1951
|
|
|
1982
1952
|
[[package]]
|
|
1983
1953
|
name = "quinn-proto"
|
|
1984
|
-
version = "0.11.
|
|
1954
|
+
version = "0.11.17"
|
|
1985
1955
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1986
|
-
checksum = "
|
|
1956
|
+
checksum = "04759210543be93709136e28212294a659ef5001836ff4eab4d663e4529bba83"
|
|
1987
1957
|
dependencies = [
|
|
1988
1958
|
"aws-lc-rs",
|
|
1989
1959
|
"bytes",
|
|
@@ -2103,9 +2073,9 @@ dependencies = [
|
|
|
2103
2073
|
|
|
2104
2074
|
[[package]]
|
|
2105
2075
|
name = "rb-sys-build"
|
|
2106
|
-
version = "0.9.
|
|
2076
|
+
version = "0.9.130"
|
|
2107
2077
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2108
|
-
checksum = "
|
|
2078
|
+
checksum = "05be6f9c86fe5482808162826f6c047d093b3670582296c770de1d94f8066694"
|
|
2109
2079
|
dependencies = [
|
|
2110
2080
|
"bindgen",
|
|
2111
2081
|
"lazy_static",
|
|
@@ -2156,9 +2126,9 @@ dependencies = [
|
|
|
2156
2126
|
|
|
2157
2127
|
[[package]]
|
|
2158
2128
|
name = "regex-automata"
|
|
2159
|
-
version = "0.4.
|
|
2129
|
+
version = "0.4.18"
|
|
2160
2130
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2161
|
-
checksum = "
|
|
2131
|
+
checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2"
|
|
2162
2132
|
dependencies = [
|
|
2163
2133
|
"aho-corasick",
|
|
2164
2134
|
"memchr",
|
|
@@ -2305,9 +2275,9 @@ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
|
|
|
2305
2275
|
|
|
2306
2276
|
[[package]]
|
|
2307
2277
|
name = "rustls-webpki"
|
|
2308
|
-
version = "0.103.
|
|
2278
|
+
version = "0.103.14"
|
|
2309
2279
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2310
|
-
checksum = "
|
|
2280
|
+
checksum = "0527518605e68109d875e248ea259b6758801cf165e4b2c2733ae3b51f12535a"
|
|
2311
2281
|
dependencies = [
|
|
2312
2282
|
"aws-lc-rs",
|
|
2313
2283
|
"ring",
|
|
@@ -2434,9 +2404,9 @@ dependencies = [
|
|
|
2434
2404
|
|
|
2435
2405
|
[[package]]
|
|
2436
2406
|
name = "sha1"
|
|
2437
|
-
version = "0.10.
|
|
2407
|
+
version = "0.10.7"
|
|
2438
2408
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2439
|
-
checksum = "
|
|
2409
|
+
checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8"
|
|
2440
2410
|
dependencies = [
|
|
2441
2411
|
"cfg-if",
|
|
2442
2412
|
"cpufeatures 0.2.17",
|
|
@@ -2451,7 +2421,7 @@ checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
|
|
|
2451
2421
|
dependencies = [
|
|
2452
2422
|
"cfg-if",
|
|
2453
2423
|
"cpufeatures 0.3.0",
|
|
2454
|
-
"digest 0.11.
|
|
2424
|
+
"digest 0.11.3",
|
|
2455
2425
|
]
|
|
2456
2426
|
|
|
2457
2427
|
[[package]]
|
|
@@ -2642,18 +2612,18 @@ dependencies = [
|
|
|
2642
2612
|
|
|
2643
2613
|
[[package]]
|
|
2644
2614
|
name = "thiserror"
|
|
2645
|
-
version = "2.0.
|
|
2615
|
+
version = "2.0.20"
|
|
2646
2616
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2647
|
-
checksum = "
|
|
2617
|
+
checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
|
|
2648
2618
|
dependencies = [
|
|
2649
2619
|
"thiserror-impl",
|
|
2650
2620
|
]
|
|
2651
2621
|
|
|
2652
2622
|
[[package]]
|
|
2653
2623
|
name = "thiserror-impl"
|
|
2654
|
-
version = "2.0.
|
|
2624
|
+
version = "2.0.20"
|
|
2655
2625
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2656
|
-
checksum = "
|
|
2626
|
+
checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
|
|
2657
2627
|
dependencies = [
|
|
2658
2628
|
"proc-macro2",
|
|
2659
2629
|
"quote",
|
|
@@ -2662,9 +2632,9 @@ dependencies = [
|
|
|
2662
2632
|
|
|
2663
2633
|
[[package]]
|
|
2664
2634
|
name = "time"
|
|
2665
|
-
version = "0.3.
|
|
2635
|
+
version = "0.3.55"
|
|
2666
2636
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2667
|
-
checksum = "
|
|
2637
|
+
checksum = "cdb87b95ec50ddfa440816d227a17b2ccbdda963a316a727fda0fc4334f7d134"
|
|
2668
2638
|
dependencies = [
|
|
2669
2639
|
"deranged",
|
|
2670
2640
|
"num-conv",
|
|
@@ -2701,9 +2671,9 @@ dependencies = [
|
|
|
2701
2671
|
|
|
2702
2672
|
[[package]]
|
|
2703
2673
|
name = "tinystr"
|
|
2704
|
-
version = "0.8.
|
|
2674
|
+
version = "0.8.4"
|
|
2705
2675
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2706
|
-
checksum = "
|
|
2676
|
+
checksum = "b1e27c91459209c2986af3dcf603a5a74a4368754ce37414f59acc971167f643"
|
|
2707
2677
|
dependencies = [
|
|
2708
2678
|
"displaydoc",
|
|
2709
2679
|
"zerovec",
|
|
@@ -2933,9 +2903,9 @@ dependencies = [
|
|
|
2933
2903
|
|
|
2934
2904
|
[[package]]
|
|
2935
2905
|
name = "typenum"
|
|
2936
|
-
version = "1.20.
|
|
2906
|
+
version = "1.20.1"
|
|
2937
2907
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2938
|
-
checksum = "
|
|
2908
|
+
checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
|
|
2939
2909
|
|
|
2940
2910
|
[[package]]
|
|
2941
2911
|
name = "unicode-ident"
|
|
@@ -3015,9 +2985,9 @@ dependencies = [
|
|
|
3015
2985
|
|
|
3016
2986
|
[[package]]
|
|
3017
2987
|
name = "wasm-bindgen"
|
|
3018
|
-
version = "0.2.
|
|
2988
|
+
version = "0.2.127"
|
|
3019
2989
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3020
|
-
checksum = "
|
|
2990
|
+
checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70"
|
|
3021
2991
|
dependencies = [
|
|
3022
2992
|
"cfg-if",
|
|
3023
2993
|
"once_cell",
|
|
@@ -3028,9 +2998,9 @@ dependencies = [
|
|
|
3028
2998
|
|
|
3029
2999
|
[[package]]
|
|
3030
3000
|
name = "wasm-bindgen-futures"
|
|
3031
|
-
version = "0.4.
|
|
3001
|
+
version = "0.4.77"
|
|
3032
3002
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3033
|
-
checksum = "
|
|
3003
|
+
checksum = "6b7777d5cc23d0e91404e53ce2d5e8ec7acae3026b16233dba62cd3246457950"
|
|
3034
3004
|
dependencies = [
|
|
3035
3005
|
"js-sys",
|
|
3036
3006
|
"wasm-bindgen",
|
|
@@ -3038,9 +3008,9 @@ dependencies = [
|
|
|
3038
3008
|
|
|
3039
3009
|
[[package]]
|
|
3040
3010
|
name = "wasm-bindgen-macro"
|
|
3041
|
-
version = "0.2.
|
|
3011
|
+
version = "0.2.127"
|
|
3042
3012
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3043
|
-
checksum = "
|
|
3013
|
+
checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1"
|
|
3044
3014
|
dependencies = [
|
|
3045
3015
|
"quote",
|
|
3046
3016
|
"wasm-bindgen-macro-support",
|
|
@@ -3048,9 +3018,9 @@ dependencies = [
|
|
|
3048
3018
|
|
|
3049
3019
|
[[package]]
|
|
3050
3020
|
name = "wasm-bindgen-macro-support"
|
|
3051
|
-
version = "0.2.
|
|
3021
|
+
version = "0.2.127"
|
|
3052
3022
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3053
|
-
checksum = "
|
|
3023
|
+
checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284"
|
|
3054
3024
|
dependencies = [
|
|
3055
3025
|
"bumpalo",
|
|
3056
3026
|
"proc-macro2",
|
|
@@ -3061,18 +3031,18 @@ dependencies = [
|
|
|
3061
3031
|
|
|
3062
3032
|
[[package]]
|
|
3063
3033
|
name = "wasm-bindgen-shared"
|
|
3064
|
-
version = "0.2.
|
|
3034
|
+
version = "0.2.127"
|
|
3065
3035
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3066
|
-
checksum = "
|
|
3036
|
+
checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf"
|
|
3067
3037
|
dependencies = [
|
|
3068
3038
|
"unicode-ident",
|
|
3069
3039
|
]
|
|
3070
3040
|
|
|
3071
3041
|
[[package]]
|
|
3072
3042
|
name = "web-sys"
|
|
3073
|
-
version = "0.3.
|
|
3043
|
+
version = "0.3.104"
|
|
3074
3044
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3075
|
-
checksum = "
|
|
3045
|
+
checksum = "c435338968042f4f59a557f690a253676d47ce13ceb55d70100e7facf6620a30"
|
|
3076
3046
|
dependencies = [
|
|
3077
3047
|
"js-sys",
|
|
3078
3048
|
"wasm-bindgen",
|
|
@@ -3090,9 +3060,9 @@ dependencies = [
|
|
|
3090
3060
|
|
|
3091
3061
|
[[package]]
|
|
3092
3062
|
name = "web_atoms"
|
|
3093
|
-
version = "0.2.
|
|
3063
|
+
version = "0.2.6"
|
|
3094
3064
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3095
|
-
checksum = "
|
|
3065
|
+
checksum = "ba8b815c1b593dc0baf78dd0f4fc8fdb2de53198fb1163738093e9a311c33fb3"
|
|
3096
3066
|
dependencies = [
|
|
3097
3067
|
"phf 0.13.1",
|
|
3098
3068
|
"phf_codegen",
|
|
@@ -3117,9 +3087,9 @@ checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
|
|
|
3117
3087
|
|
|
3118
3088
|
[[package]]
|
|
3119
3089
|
name = "which"
|
|
3120
|
-
version = "8.0.
|
|
3090
|
+
version = "8.0.5"
|
|
3121
3091
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3122
|
-
checksum = "
|
|
3092
|
+
checksum = "8f3ef584124b911bcc3875c2f1472e80f24361ceb789bd1c62b3e9a3df9ff43c"
|
|
3123
3093
|
dependencies = [
|
|
3124
3094
|
"libc",
|
|
3125
3095
|
]
|
|
@@ -3373,9 +3343,9 @@ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
|
|
|
3373
3343
|
|
|
3374
3344
|
[[package]]
|
|
3375
3345
|
name = "writeable"
|
|
3376
|
-
version = "0.6.
|
|
3346
|
+
version = "0.6.4"
|
|
3377
3347
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3378
|
-
checksum = "
|
|
3348
|
+
checksum = "3ad82d2a33cdc9674dc7465672f271e096168fcdbe0f799d9e6db8c5892679dc"
|
|
3379
3349
|
|
|
3380
3350
|
[[package]]
|
|
3381
3351
|
name = "yoke"
|
|
@@ -3402,18 +3372,18 @@ dependencies = [
|
|
|
3402
3372
|
|
|
3403
3373
|
[[package]]
|
|
3404
3374
|
name = "zerocopy"
|
|
3405
|
-
version = "0.8.
|
|
3375
|
+
version = "0.8.56"
|
|
3406
3376
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3407
|
-
checksum = "
|
|
3377
|
+
checksum = "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb"
|
|
3408
3378
|
dependencies = [
|
|
3409
3379
|
"zerocopy-derive",
|
|
3410
3380
|
]
|
|
3411
3381
|
|
|
3412
3382
|
[[package]]
|
|
3413
3383
|
name = "zerocopy-derive"
|
|
3414
|
-
version = "0.8.
|
|
3384
|
+
version = "0.8.56"
|
|
3415
3385
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3416
|
-
checksum = "
|
|
3386
|
+
checksum = "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1"
|
|
3417
3387
|
dependencies = [
|
|
3418
3388
|
"proc-macro2",
|
|
3419
3389
|
"quote",
|
|
@@ -3449,9 +3419,9 @@ checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
|
|
|
3449
3419
|
|
|
3450
3420
|
[[package]]
|
|
3451
3421
|
name = "zerotrie"
|
|
3452
|
-
version = "0.2.
|
|
3422
|
+
version = "0.2.5"
|
|
3453
3423
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3454
|
-
checksum = "
|
|
3424
|
+
checksum = "4ea269c3bd32f0a32c321907a2ae912ba6f4649bb0fc764a15627e99a7095a3f"
|
|
3455
3425
|
dependencies = [
|
|
3456
3426
|
"displaydoc",
|
|
3457
3427
|
"yoke",
|
|
@@ -3460,9 +3430,9 @@ dependencies = [
|
|
|
3460
3430
|
|
|
3461
3431
|
[[package]]
|
|
3462
3432
|
name = "zerovec"
|
|
3463
|
-
version = "0.11.
|
|
3433
|
+
version = "0.11.8"
|
|
3464
3434
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3465
|
-
checksum = "
|
|
3435
|
+
checksum = "bb0464e17806c1d976d5cba29399c7f08e516e279e2ba493f63123b5fca67dd8"
|
|
3466
3436
|
dependencies = [
|
|
3467
3437
|
"yoke",
|
|
3468
3438
|
"zerofrom",
|
|
@@ -3471,13 +3441,13 @@ dependencies = [
|
|
|
3471
3441
|
|
|
3472
3442
|
[[package]]
|
|
3473
3443
|
name = "zerovec-derive"
|
|
3474
|
-
version = "0.11.
|
|
3444
|
+
version = "0.11.6"
|
|
3475
3445
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3476
|
-
checksum = "
|
|
3446
|
+
checksum = "34df6fc39dbd26ddc9c10e6a2984476e13acce22e64e4487636ef494369225da"
|
|
3477
3447
|
dependencies = [
|
|
3478
3448
|
"proc-macro2",
|
|
3479
3449
|
"quote",
|
|
3480
|
-
"syn
|
|
3450
|
+
"syn 3.0.3",
|
|
3481
3451
|
]
|
|
3482
3452
|
|
|
3483
3453
|
[[package]]
|
|
@@ -3488,9 +3458,9 @@ checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
|
|
|
3488
3458
|
|
|
3489
3459
|
[[package]]
|
|
3490
3460
|
name = "zune-core"
|
|
3491
|
-
version = "0.5.
|
|
3461
|
+
version = "0.5.3"
|
|
3492
3462
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3493
|
-
checksum = "
|
|
3463
|
+
checksum = "d56377fd46368984a170bc5aac5567e52ca5da874caa60bea39fcbca78fb658b"
|
|
3494
3464
|
|
|
3495
3465
|
[[package]]
|
|
3496
3466
|
name = "zune-jpeg"
|