css_inline 0.19.0 → 0.20.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 +162 -164
- data/README.md +3 -1
- data/ext/css_inline/Cargo.lock +162 -164
- data/ext/css_inline/Cargo.toml +2 -2
- data/ext/css_inline/src/lib.rs +10 -0
- metadata +2 -2
data/ext/css_inline/Cargo.lock
CHANGED
|
@@ -57,21 +57,21 @@ checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
|
|
57
57
|
|
|
58
58
|
[[package]]
|
|
59
59
|
name = "bumpalo"
|
|
60
|
-
version = "3.19.
|
|
60
|
+
version = "3.19.1"
|
|
61
61
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
62
|
-
checksum = "
|
|
62
|
+
checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
|
|
63
63
|
|
|
64
64
|
[[package]]
|
|
65
65
|
name = "bytes"
|
|
66
|
-
version = "1.
|
|
66
|
+
version = "1.11.1"
|
|
67
67
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
68
|
-
checksum = "
|
|
68
|
+
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
|
69
69
|
|
|
70
70
|
[[package]]
|
|
71
71
|
name = "cc"
|
|
72
|
-
version = "1.2.
|
|
72
|
+
version = "1.2.55"
|
|
73
73
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
74
|
-
checksum = "
|
|
74
|
+
checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29"
|
|
75
75
|
dependencies = [
|
|
76
76
|
"find-msvc-tools",
|
|
77
77
|
"shlex",
|
|
@@ -136,13 +136,14 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
|
136
136
|
|
|
137
137
|
[[package]]
|
|
138
138
|
name = "css-inline"
|
|
139
|
-
version = "0.
|
|
139
|
+
version = "0.20.0"
|
|
140
140
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
141
|
-
checksum = "
|
|
141
|
+
checksum = "cd805d099f55672ddb5caeb96375dbcc647919c73617073ba96951f6a9d30a94"
|
|
142
142
|
dependencies = [
|
|
143
143
|
"cssparser",
|
|
144
144
|
"html5ever",
|
|
145
145
|
"lru",
|
|
146
|
+
"memchr",
|
|
146
147
|
"precomputed-hash",
|
|
147
148
|
"reqwest",
|
|
148
149
|
"rustc-hash 2.1.1",
|
|
@@ -153,7 +154,7 @@ dependencies = [
|
|
|
153
154
|
|
|
154
155
|
[[package]]
|
|
155
156
|
name = "css-inline-ruby"
|
|
156
|
-
version = "0.
|
|
157
|
+
version = "0.20.0"
|
|
157
158
|
dependencies = [
|
|
158
159
|
"css-inline",
|
|
159
160
|
"magnus",
|
|
@@ -185,21 +186,22 @@ dependencies = [
|
|
|
185
186
|
|
|
186
187
|
[[package]]
|
|
187
188
|
name = "derive_more"
|
|
188
|
-
version = "2.
|
|
189
|
+
version = "2.1.1"
|
|
189
190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
190
|
-
checksum = "
|
|
191
|
+
checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
|
|
191
192
|
dependencies = [
|
|
192
193
|
"derive_more-impl",
|
|
193
194
|
]
|
|
194
195
|
|
|
195
196
|
[[package]]
|
|
196
197
|
name = "derive_more-impl"
|
|
197
|
-
version = "2.
|
|
198
|
+
version = "2.1.1"
|
|
198
199
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
199
|
-
checksum = "
|
|
200
|
+
checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
|
|
200
201
|
dependencies = [
|
|
201
202
|
"proc-macro2",
|
|
202
203
|
"quote",
|
|
204
|
+
"rustc_version",
|
|
203
205
|
"syn",
|
|
204
206
|
]
|
|
205
207
|
|
|
@@ -216,9 +218,9 @@ dependencies = [
|
|
|
216
218
|
|
|
217
219
|
[[package]]
|
|
218
220
|
name = "dtoa"
|
|
219
|
-
version = "1.0.
|
|
221
|
+
version = "1.0.11"
|
|
220
222
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
221
|
-
checksum = "
|
|
223
|
+
checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590"
|
|
222
224
|
|
|
223
225
|
[[package]]
|
|
224
226
|
name = "dtoa-short"
|
|
@@ -249,15 +251,9 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
|
249
251
|
|
|
250
252
|
[[package]]
|
|
251
253
|
name = "find-msvc-tools"
|
|
252
|
-
version = "0.1.
|
|
253
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
254
|
-
checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
|
|
255
|
-
|
|
256
|
-
[[package]]
|
|
257
|
-
name = "fnv"
|
|
258
|
-
version = "1.0.7"
|
|
254
|
+
version = "0.1.9"
|
|
259
255
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
260
|
-
checksum = "
|
|
256
|
+
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
|
|
261
257
|
|
|
262
258
|
[[package]]
|
|
263
259
|
name = "foldhash"
|
|
@@ -274,16 +270,6 @@ dependencies = [
|
|
|
274
270
|
"percent-encoding",
|
|
275
271
|
]
|
|
276
272
|
|
|
277
|
-
[[package]]
|
|
278
|
-
name = "futf"
|
|
279
|
-
version = "0.1.5"
|
|
280
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
281
|
-
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
|
|
282
|
-
dependencies = [
|
|
283
|
-
"mac",
|
|
284
|
-
"new_debug_unreachable",
|
|
285
|
-
]
|
|
286
|
-
|
|
287
273
|
[[package]]
|
|
288
274
|
name = "futures-channel"
|
|
289
275
|
version = "0.3.31"
|
|
@@ -336,9 +322,9 @@ dependencies = [
|
|
|
336
322
|
|
|
337
323
|
[[package]]
|
|
338
324
|
name = "getrandom"
|
|
339
|
-
version = "0.2.
|
|
325
|
+
version = "0.2.17"
|
|
340
326
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
341
|
-
checksum = "
|
|
327
|
+
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
|
342
328
|
dependencies = [
|
|
343
329
|
"cfg-if",
|
|
344
330
|
"js-sys",
|
|
@@ -369,9 +355,9 @@ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
|
|
369
355
|
|
|
370
356
|
[[package]]
|
|
371
357
|
name = "hashbrown"
|
|
372
|
-
version = "0.16.
|
|
358
|
+
version = "0.16.1"
|
|
373
359
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
374
|
-
checksum = "
|
|
360
|
+
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
375
361
|
dependencies = [
|
|
376
362
|
"allocator-api2",
|
|
377
363
|
"equivalent",
|
|
@@ -380,9 +366,9 @@ dependencies = [
|
|
|
380
366
|
|
|
381
367
|
[[package]]
|
|
382
368
|
name = "html5ever"
|
|
383
|
-
version = "0.
|
|
369
|
+
version = "0.38.0"
|
|
384
370
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
385
|
-
checksum = "
|
|
371
|
+
checksum = "1054432bae2f14e0061e33d23402fbaa67a921d319d56adc6bcf887ddad1cbc2"
|
|
386
372
|
dependencies = [
|
|
387
373
|
"log",
|
|
388
374
|
"markup5ever",
|
|
@@ -390,12 +376,11 @@ dependencies = [
|
|
|
390
376
|
|
|
391
377
|
[[package]]
|
|
392
378
|
name = "http"
|
|
393
|
-
version = "1.
|
|
379
|
+
version = "1.4.0"
|
|
394
380
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
395
|
-
checksum = "
|
|
381
|
+
checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
|
|
396
382
|
dependencies = [
|
|
397
383
|
"bytes",
|
|
398
|
-
"fnv",
|
|
399
384
|
"itoa",
|
|
400
385
|
]
|
|
401
386
|
|
|
@@ -430,9 +415,9 @@ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
|
430
415
|
|
|
431
416
|
[[package]]
|
|
432
417
|
name = "hyper"
|
|
433
|
-
version = "1.
|
|
418
|
+
version = "1.8.1"
|
|
434
419
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
435
|
-
checksum = "
|
|
420
|
+
checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
|
|
436
421
|
dependencies = [
|
|
437
422
|
"atomic-waker",
|
|
438
423
|
"bytes",
|
|
@@ -468,14 +453,13 @@ dependencies = [
|
|
|
468
453
|
|
|
469
454
|
[[package]]
|
|
470
455
|
name = "hyper-util"
|
|
471
|
-
version = "0.1.
|
|
456
|
+
version = "0.1.20"
|
|
472
457
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
473
|
-
checksum = "
|
|
458
|
+
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
|
|
474
459
|
dependencies = [
|
|
475
460
|
"base64",
|
|
476
461
|
"bytes",
|
|
477
462
|
"futures-channel",
|
|
478
|
-
"futures-core",
|
|
479
463
|
"futures-util",
|
|
480
464
|
"http",
|
|
481
465
|
"http-body",
|
|
@@ -538,9 +522,9 @@ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
|
|
|
538
522
|
|
|
539
523
|
[[package]]
|
|
540
524
|
name = "icu_properties"
|
|
541
|
-
version = "2.1.
|
|
525
|
+
version = "2.1.2"
|
|
542
526
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
543
|
-
checksum = "
|
|
527
|
+
checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
|
|
544
528
|
dependencies = [
|
|
545
529
|
"icu_collections",
|
|
546
530
|
"icu_locale_core",
|
|
@@ -552,9 +536,9 @@ dependencies = [
|
|
|
552
536
|
|
|
553
537
|
[[package]]
|
|
554
538
|
name = "icu_properties_data"
|
|
555
|
-
version = "2.1.
|
|
539
|
+
version = "2.1.2"
|
|
556
540
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
557
|
-
checksum = "
|
|
541
|
+
checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
|
|
558
542
|
|
|
559
543
|
[[package]]
|
|
560
544
|
name = "icu_provider"
|
|
@@ -600,9 +584,9 @@ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
|
|
600
584
|
|
|
601
585
|
[[package]]
|
|
602
586
|
name = "iri-string"
|
|
603
|
-
version = "0.7.
|
|
587
|
+
version = "0.7.10"
|
|
604
588
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
605
|
-
checksum = "
|
|
589
|
+
checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
|
|
606
590
|
dependencies = [
|
|
607
591
|
"memchr",
|
|
608
592
|
"serde",
|
|
@@ -619,15 +603,15 @@ dependencies = [
|
|
|
619
603
|
|
|
620
604
|
[[package]]
|
|
621
605
|
name = "itoa"
|
|
622
|
-
version = "1.0.
|
|
606
|
+
version = "1.0.17"
|
|
623
607
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
624
|
-
checksum = "
|
|
608
|
+
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
|
|
625
609
|
|
|
626
610
|
[[package]]
|
|
627
611
|
name = "js-sys"
|
|
628
|
-
version = "0.3.
|
|
612
|
+
version = "0.3.85"
|
|
629
613
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
630
|
-
checksum = "
|
|
614
|
+
checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
|
|
631
615
|
dependencies = [
|
|
632
616
|
"once_cell",
|
|
633
617
|
"wasm-bindgen",
|
|
@@ -647,9 +631,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
647
631
|
|
|
648
632
|
[[package]]
|
|
649
633
|
name = "libc"
|
|
650
|
-
version = "0.2.
|
|
634
|
+
version = "0.2.180"
|
|
651
635
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
652
|
-
checksum = "
|
|
636
|
+
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
|
|
653
637
|
|
|
654
638
|
[[package]]
|
|
655
639
|
name = "libloading"
|
|
@@ -678,15 +662,15 @@ dependencies = [
|
|
|
678
662
|
|
|
679
663
|
[[package]]
|
|
680
664
|
name = "log"
|
|
681
|
-
version = "0.4.
|
|
665
|
+
version = "0.4.29"
|
|
682
666
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
683
|
-
checksum = "
|
|
667
|
+
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
684
668
|
|
|
685
669
|
[[package]]
|
|
686
670
|
name = "lru"
|
|
687
|
-
version = "0.16.
|
|
671
|
+
version = "0.16.3"
|
|
688
672
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
689
|
-
checksum = "
|
|
673
|
+
checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593"
|
|
690
674
|
dependencies = [
|
|
691
675
|
"hashbrown",
|
|
692
676
|
]
|
|
@@ -697,12 +681,6 @@ version = "0.1.2"
|
|
|
697
681
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
698
682
|
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
|
699
683
|
|
|
700
|
-
[[package]]
|
|
701
|
-
name = "mac"
|
|
702
|
-
version = "0.1.1"
|
|
703
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
704
|
-
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
705
|
-
|
|
706
684
|
[[package]]
|
|
707
685
|
name = "magnus"
|
|
708
686
|
version = "0.8.2"
|
|
@@ -728,9 +706,9 @@ dependencies = [
|
|
|
728
706
|
|
|
729
707
|
[[package]]
|
|
730
708
|
name = "markup5ever"
|
|
731
|
-
version = "0.
|
|
709
|
+
version = "0.38.0"
|
|
732
710
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
733
|
-
checksum = "
|
|
711
|
+
checksum = "8983d30f2915feeaaab2d6babdd6bc7e9ed1a00b66b5e6d74df19aa9c0e91862"
|
|
734
712
|
dependencies = [
|
|
735
713
|
"log",
|
|
736
714
|
"tendril",
|
|
@@ -739,9 +717,9 @@ dependencies = [
|
|
|
739
717
|
|
|
740
718
|
[[package]]
|
|
741
719
|
name = "memchr"
|
|
742
|
-
version = "2.
|
|
720
|
+
version = "2.8.0"
|
|
743
721
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
744
|
-
checksum = "
|
|
722
|
+
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
|
745
723
|
|
|
746
724
|
[[package]]
|
|
747
725
|
name = "minimal-lexical"
|
|
@@ -751,9 +729,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
751
729
|
|
|
752
730
|
[[package]]
|
|
753
731
|
name = "mio"
|
|
754
|
-
version = "1.1.
|
|
732
|
+
version = "1.1.1"
|
|
755
733
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
756
|
-
checksum = "
|
|
734
|
+
checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
|
|
757
735
|
dependencies = [
|
|
758
736
|
"libc",
|
|
759
737
|
"wasi",
|
|
@@ -902,9 +880,9 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
902
880
|
|
|
903
881
|
[[package]]
|
|
904
882
|
name = "proc-macro2"
|
|
905
|
-
version = "1.0.
|
|
883
|
+
version = "1.0.106"
|
|
906
884
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
907
|
-
checksum = "
|
|
885
|
+
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
908
886
|
dependencies = [
|
|
909
887
|
"unicode-ident",
|
|
910
888
|
]
|
|
@@ -966,9 +944,9 @@ dependencies = [
|
|
|
966
944
|
|
|
967
945
|
[[package]]
|
|
968
946
|
name = "quote"
|
|
969
|
-
version = "1.0.
|
|
947
|
+
version = "1.0.44"
|
|
970
948
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
971
|
-
checksum = "
|
|
949
|
+
checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
|
|
972
950
|
dependencies = [
|
|
973
951
|
"proc-macro2",
|
|
974
952
|
]
|
|
@@ -1001,9 +979,9 @@ dependencies = [
|
|
|
1001
979
|
|
|
1002
980
|
[[package]]
|
|
1003
981
|
name = "rand_core"
|
|
1004
|
-
version = "0.9.
|
|
982
|
+
version = "0.9.5"
|
|
1005
983
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1006
|
-
checksum = "
|
|
984
|
+
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
|
|
1007
985
|
dependencies = [
|
|
1008
986
|
"getrandom 0.3.4",
|
|
1009
987
|
]
|
|
@@ -1030,18 +1008,18 @@ dependencies = [
|
|
|
1030
1008
|
|
|
1031
1009
|
[[package]]
|
|
1032
1010
|
name = "rb-sys"
|
|
1033
|
-
version = "0.9.
|
|
1011
|
+
version = "0.9.124"
|
|
1034
1012
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1035
|
-
checksum = "
|
|
1013
|
+
checksum = "c85c4188462601e2aa1469def389c17228566f82ea72f137ed096f21591bc489"
|
|
1036
1014
|
dependencies = [
|
|
1037
1015
|
"rb-sys-build",
|
|
1038
1016
|
]
|
|
1039
1017
|
|
|
1040
1018
|
[[package]]
|
|
1041
1019
|
name = "rb-sys-build"
|
|
1042
|
-
version = "0.9.
|
|
1020
|
+
version = "0.9.124"
|
|
1043
1021
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1044
|
-
checksum = "
|
|
1022
|
+
checksum = "568068db4102230882e6d4ae8de6632e224ca75fe5970f6e026a04e91ed635d3"
|
|
1045
1023
|
dependencies = [
|
|
1046
1024
|
"bindgen",
|
|
1047
1025
|
"lazy_static",
|
|
@@ -1054,9 +1032,9 @@ dependencies = [
|
|
|
1054
1032
|
|
|
1055
1033
|
[[package]]
|
|
1056
1034
|
name = "rb-sys-env"
|
|
1057
|
-
version = "0.2.
|
|
1035
|
+
version = "0.2.3"
|
|
1058
1036
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1059
|
-
checksum = "
|
|
1037
|
+
checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
|
|
1060
1038
|
|
|
1061
1039
|
[[package]]
|
|
1062
1040
|
name = "redox_syscall"
|
|
@@ -1069,9 +1047,9 @@ dependencies = [
|
|
|
1069
1047
|
|
|
1070
1048
|
[[package]]
|
|
1071
1049
|
name = "regex"
|
|
1072
|
-
version = "1.12.
|
|
1050
|
+
version = "1.12.3"
|
|
1073
1051
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1074
|
-
checksum = "
|
|
1052
|
+
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
|
1075
1053
|
dependencies = [
|
|
1076
1054
|
"aho-corasick",
|
|
1077
1055
|
"memchr",
|
|
@@ -1081,9 +1059,9 @@ dependencies = [
|
|
|
1081
1059
|
|
|
1082
1060
|
[[package]]
|
|
1083
1061
|
name = "regex-automata"
|
|
1084
|
-
version = "0.4.
|
|
1062
|
+
version = "0.4.14"
|
|
1085
1063
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1086
|
-
checksum = "
|
|
1064
|
+
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
|
1087
1065
|
dependencies = [
|
|
1088
1066
|
"aho-corasick",
|
|
1089
1067
|
"memchr",
|
|
@@ -1092,15 +1070,15 @@ dependencies = [
|
|
|
1092
1070
|
|
|
1093
1071
|
[[package]]
|
|
1094
1072
|
name = "regex-syntax"
|
|
1095
|
-
version = "0.8.
|
|
1073
|
+
version = "0.8.9"
|
|
1096
1074
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1097
|
-
checksum = "
|
|
1075
|
+
checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
|
|
1098
1076
|
|
|
1099
1077
|
[[package]]
|
|
1100
1078
|
name = "reqwest"
|
|
1101
|
-
version = "0.12.
|
|
1079
|
+
version = "0.12.28"
|
|
1102
1080
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1103
|
-
checksum = "
|
|
1081
|
+
checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
|
|
1104
1082
|
dependencies = [
|
|
1105
1083
|
"base64",
|
|
1106
1084
|
"bytes",
|
|
@@ -1144,7 +1122,7 @@ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
|
1144
1122
|
dependencies = [
|
|
1145
1123
|
"cc",
|
|
1146
1124
|
"cfg-if",
|
|
1147
|
-
"getrandom 0.2.
|
|
1125
|
+
"getrandom 0.2.17",
|
|
1148
1126
|
"libc",
|
|
1149
1127
|
"untrusted",
|
|
1150
1128
|
"windows-sys 0.52.0",
|
|
@@ -1162,11 +1140,20 @@ version = "2.1.1"
|
|
|
1162
1140
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1163
1141
|
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
|
1164
1142
|
|
|
1143
|
+
[[package]]
|
|
1144
|
+
name = "rustc_version"
|
|
1145
|
+
version = "0.4.1"
|
|
1146
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1147
|
+
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
1148
|
+
dependencies = [
|
|
1149
|
+
"semver",
|
|
1150
|
+
]
|
|
1151
|
+
|
|
1165
1152
|
[[package]]
|
|
1166
1153
|
name = "rustls"
|
|
1167
|
-
version = "0.23.
|
|
1154
|
+
version = "0.23.36"
|
|
1168
1155
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1169
|
-
checksum = "
|
|
1156
|
+
checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b"
|
|
1170
1157
|
dependencies = [
|
|
1171
1158
|
"once_cell",
|
|
1172
1159
|
"ring",
|
|
@@ -1178,9 +1165,9 @@ dependencies = [
|
|
|
1178
1165
|
|
|
1179
1166
|
[[package]]
|
|
1180
1167
|
name = "rustls-pki-types"
|
|
1181
|
-
version = "1.
|
|
1168
|
+
version = "1.14.0"
|
|
1182
1169
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1183
|
-
checksum = "
|
|
1170
|
+
checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
|
|
1184
1171
|
dependencies = [
|
|
1185
1172
|
"web-time",
|
|
1186
1173
|
"zeroize",
|
|
@@ -1188,9 +1175,9 @@ dependencies = [
|
|
|
1188
1175
|
|
|
1189
1176
|
[[package]]
|
|
1190
1177
|
name = "rustls-webpki"
|
|
1191
|
-
version = "0.103.
|
|
1178
|
+
version = "0.103.9"
|
|
1192
1179
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1193
|
-
checksum = "
|
|
1180
|
+
checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
|
|
1194
1181
|
dependencies = [
|
|
1195
1182
|
"ring",
|
|
1196
1183
|
"rustls-pki-types",
|
|
@@ -1205,9 +1192,9 @@ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
|
1205
1192
|
|
|
1206
1193
|
[[package]]
|
|
1207
1194
|
name = "ryu"
|
|
1208
|
-
version = "1.0.
|
|
1195
|
+
version = "1.0.22"
|
|
1209
1196
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1210
|
-
checksum = "
|
|
1197
|
+
checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984"
|
|
1211
1198
|
|
|
1212
1199
|
[[package]]
|
|
1213
1200
|
name = "scopeguard"
|
|
@@ -1217,9 +1204,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
1217
1204
|
|
|
1218
1205
|
[[package]]
|
|
1219
1206
|
name = "selectors"
|
|
1220
|
-
version = "0.
|
|
1207
|
+
version = "0.35.0"
|
|
1221
1208
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1222
|
-
checksum = "
|
|
1209
|
+
checksum = "93fdfed56cd634f04fe8b9ddf947ae3dc493483e819593d2ba17df9ad05db8b2"
|
|
1223
1210
|
dependencies = [
|
|
1224
1211
|
"bitflags",
|
|
1225
1212
|
"cssparser",
|
|
@@ -1234,6 +1221,12 @@ dependencies = [
|
|
|
1234
1221
|
"smallvec",
|
|
1235
1222
|
]
|
|
1236
1223
|
|
|
1224
|
+
[[package]]
|
|
1225
|
+
name = "semver"
|
|
1226
|
+
version = "1.0.27"
|
|
1227
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1228
|
+
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
|
|
1229
|
+
|
|
1237
1230
|
[[package]]
|
|
1238
1231
|
name = "seq-macro"
|
|
1239
1232
|
version = "0.3.6"
|
|
@@ -1272,15 +1265,15 @@ dependencies = [
|
|
|
1272
1265
|
|
|
1273
1266
|
[[package]]
|
|
1274
1267
|
name = "serde_json"
|
|
1275
|
-
version = "1.0.
|
|
1268
|
+
version = "1.0.149"
|
|
1276
1269
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1277
|
-
checksum = "
|
|
1270
|
+
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
|
1278
1271
|
dependencies = [
|
|
1279
1272
|
"itoa",
|
|
1280
1273
|
"memchr",
|
|
1281
|
-
"ryu",
|
|
1282
1274
|
"serde",
|
|
1283
1275
|
"serde_core",
|
|
1276
|
+
"zmij",
|
|
1284
1277
|
]
|
|
1285
1278
|
|
|
1286
1279
|
[[package]]
|
|
@@ -1306,9 +1299,9 @@ dependencies = [
|
|
|
1306
1299
|
|
|
1307
1300
|
[[package]]
|
|
1308
1301
|
name = "shell-words"
|
|
1309
|
-
version = "1.1.
|
|
1302
|
+
version = "1.1.1"
|
|
1310
1303
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1311
|
-
checksum = "
|
|
1304
|
+
checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
|
|
1312
1305
|
|
|
1313
1306
|
[[package]]
|
|
1314
1307
|
name = "shlex"
|
|
@@ -1318,15 +1311,15 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
1318
1311
|
|
|
1319
1312
|
[[package]]
|
|
1320
1313
|
name = "siphasher"
|
|
1321
|
-
version = "1.0.
|
|
1314
|
+
version = "1.0.2"
|
|
1322
1315
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1323
|
-
checksum = "
|
|
1316
|
+
checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
|
|
1324
1317
|
|
|
1325
1318
|
[[package]]
|
|
1326
1319
|
name = "slab"
|
|
1327
|
-
version = "0.4.
|
|
1320
|
+
version = "0.4.12"
|
|
1328
1321
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1329
|
-
checksum = "
|
|
1322
|
+
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
1330
1323
|
|
|
1331
1324
|
[[package]]
|
|
1332
1325
|
name = "smallvec"
|
|
@@ -1336,9 +1329,9 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
|
1336
1329
|
|
|
1337
1330
|
[[package]]
|
|
1338
1331
|
name = "socket2"
|
|
1339
|
-
version = "0.6.
|
|
1332
|
+
version = "0.6.2"
|
|
1340
1333
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1341
|
-
checksum = "
|
|
1334
|
+
checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0"
|
|
1342
1335
|
dependencies = [
|
|
1343
1336
|
"libc",
|
|
1344
1337
|
"windows-sys 0.60.2",
|
|
@@ -1360,7 +1353,6 @@ dependencies = [
|
|
|
1360
1353
|
"parking_lot",
|
|
1361
1354
|
"phf_shared",
|
|
1362
1355
|
"precomputed-hash",
|
|
1363
|
-
"serde",
|
|
1364
1356
|
]
|
|
1365
1357
|
|
|
1366
1358
|
[[package]]
|
|
@@ -1383,9 +1375,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
1383
1375
|
|
|
1384
1376
|
[[package]]
|
|
1385
1377
|
name = "syn"
|
|
1386
|
-
version = "2.0.
|
|
1378
|
+
version = "2.0.114"
|
|
1387
1379
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1388
|
-
checksum = "
|
|
1380
|
+
checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
|
|
1389
1381
|
dependencies = [
|
|
1390
1382
|
"proc-macro2",
|
|
1391
1383
|
"quote",
|
|
@@ -1414,29 +1406,28 @@ dependencies = [
|
|
|
1414
1406
|
|
|
1415
1407
|
[[package]]
|
|
1416
1408
|
name = "tendril"
|
|
1417
|
-
version = "0.
|
|
1409
|
+
version = "0.5.0"
|
|
1418
1410
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1419
|
-
checksum = "
|
|
1411
|
+
checksum = "c4790fc369d5a530f4b544b094e31388b9b3a37c0f4652ade4505945f5660d24"
|
|
1420
1412
|
dependencies = [
|
|
1421
|
-
"
|
|
1422
|
-
"mac",
|
|
1413
|
+
"new_debug_unreachable",
|
|
1423
1414
|
"utf-8",
|
|
1424
1415
|
]
|
|
1425
1416
|
|
|
1426
1417
|
[[package]]
|
|
1427
1418
|
name = "thiserror"
|
|
1428
|
-
version = "2.0.
|
|
1419
|
+
version = "2.0.18"
|
|
1429
1420
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1430
|
-
checksum = "
|
|
1421
|
+
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
|
1431
1422
|
dependencies = [
|
|
1432
1423
|
"thiserror-impl",
|
|
1433
1424
|
]
|
|
1434
1425
|
|
|
1435
1426
|
[[package]]
|
|
1436
1427
|
name = "thiserror-impl"
|
|
1437
|
-
version = "2.0.
|
|
1428
|
+
version = "2.0.18"
|
|
1438
1429
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1439
|
-
checksum = "
|
|
1430
|
+
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
|
1440
1431
|
dependencies = [
|
|
1441
1432
|
"proc-macro2",
|
|
1442
1433
|
"quote",
|
|
@@ -1470,9 +1461,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
1470
1461
|
|
|
1471
1462
|
[[package]]
|
|
1472
1463
|
name = "tokio"
|
|
1473
|
-
version = "1.
|
|
1464
|
+
version = "1.49.0"
|
|
1474
1465
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1475
|
-
checksum = "
|
|
1466
|
+
checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
|
|
1476
1467
|
dependencies = [
|
|
1477
1468
|
"bytes",
|
|
1478
1469
|
"libc",
|
|
@@ -1494,9 +1485,9 @@ dependencies = [
|
|
|
1494
1485
|
|
|
1495
1486
|
[[package]]
|
|
1496
1487
|
name = "tower"
|
|
1497
|
-
version = "0.5.
|
|
1488
|
+
version = "0.5.3"
|
|
1498
1489
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1499
|
-
checksum = "
|
|
1490
|
+
checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
|
|
1500
1491
|
dependencies = [
|
|
1501
1492
|
"futures-core",
|
|
1502
1493
|
"futures-util",
|
|
@@ -1509,9 +1500,9 @@ dependencies = [
|
|
|
1509
1500
|
|
|
1510
1501
|
[[package]]
|
|
1511
1502
|
name = "tower-http"
|
|
1512
|
-
version = "0.6.
|
|
1503
|
+
version = "0.6.8"
|
|
1513
1504
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1514
|
-
checksum = "
|
|
1505
|
+
checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
|
|
1515
1506
|
dependencies = [
|
|
1516
1507
|
"bitflags",
|
|
1517
1508
|
"bytes",
|
|
@@ -1539,9 +1530,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
|
1539
1530
|
|
|
1540
1531
|
[[package]]
|
|
1541
1532
|
name = "tracing"
|
|
1542
|
-
version = "0.1.
|
|
1533
|
+
version = "0.1.44"
|
|
1543
1534
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1544
|
-
checksum = "
|
|
1535
|
+
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
|
1545
1536
|
dependencies = [
|
|
1546
1537
|
"pin-project-lite",
|
|
1547
1538
|
"tracing-core",
|
|
@@ -1549,9 +1540,9 @@ dependencies = [
|
|
|
1549
1540
|
|
|
1550
1541
|
[[package]]
|
|
1551
1542
|
name = "tracing-core"
|
|
1552
|
-
version = "0.1.
|
|
1543
|
+
version = "0.1.36"
|
|
1553
1544
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1554
|
-
checksum = "
|
|
1545
|
+
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
|
1555
1546
|
dependencies = [
|
|
1556
1547
|
"once_cell",
|
|
1557
1548
|
]
|
|
@@ -1576,9 +1567,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
1576
1567
|
|
|
1577
1568
|
[[package]]
|
|
1578
1569
|
name = "url"
|
|
1579
|
-
version = "2.5.
|
|
1570
|
+
version = "2.5.8"
|
|
1580
1571
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1581
|
-
checksum = "
|
|
1572
|
+
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
|
|
1582
1573
|
dependencies = [
|
|
1583
1574
|
"form_urlencoded",
|
|
1584
1575
|
"idna",
|
|
@@ -1615,18 +1606,18 @@ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
|
1615
1606
|
|
|
1616
1607
|
[[package]]
|
|
1617
1608
|
name = "wasip2"
|
|
1618
|
-
version = "1.0.
|
|
1609
|
+
version = "1.0.2+wasi-0.2.9"
|
|
1619
1610
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1620
|
-
checksum = "
|
|
1611
|
+
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
|
|
1621
1612
|
dependencies = [
|
|
1622
1613
|
"wit-bindgen",
|
|
1623
1614
|
]
|
|
1624
1615
|
|
|
1625
1616
|
[[package]]
|
|
1626
1617
|
name = "wasm-bindgen"
|
|
1627
|
-
version = "0.2.
|
|
1618
|
+
version = "0.2.108"
|
|
1628
1619
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1629
|
-
checksum = "
|
|
1620
|
+
checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
|
|
1630
1621
|
dependencies = [
|
|
1631
1622
|
"cfg-if",
|
|
1632
1623
|
"once_cell",
|
|
@@ -1637,11 +1628,12 @@ dependencies = [
|
|
|
1637
1628
|
|
|
1638
1629
|
[[package]]
|
|
1639
1630
|
name = "wasm-bindgen-futures"
|
|
1640
|
-
version = "0.4.
|
|
1631
|
+
version = "0.4.58"
|
|
1641
1632
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1642
|
-
checksum = "
|
|
1633
|
+
checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f"
|
|
1643
1634
|
dependencies = [
|
|
1644
1635
|
"cfg-if",
|
|
1636
|
+
"futures-util",
|
|
1645
1637
|
"js-sys",
|
|
1646
1638
|
"once_cell",
|
|
1647
1639
|
"wasm-bindgen",
|
|
@@ -1650,9 +1642,9 @@ dependencies = [
|
|
|
1650
1642
|
|
|
1651
1643
|
[[package]]
|
|
1652
1644
|
name = "wasm-bindgen-macro"
|
|
1653
|
-
version = "0.2.
|
|
1645
|
+
version = "0.2.108"
|
|
1654
1646
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1655
|
-
checksum = "
|
|
1647
|
+
checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
|
|
1656
1648
|
dependencies = [
|
|
1657
1649
|
"quote",
|
|
1658
1650
|
"wasm-bindgen-macro-support",
|
|
@@ -1660,9 +1652,9 @@ dependencies = [
|
|
|
1660
1652
|
|
|
1661
1653
|
[[package]]
|
|
1662
1654
|
name = "wasm-bindgen-macro-support"
|
|
1663
|
-
version = "0.2.
|
|
1655
|
+
version = "0.2.108"
|
|
1664
1656
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1665
|
-
checksum = "
|
|
1657
|
+
checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
|
|
1666
1658
|
dependencies = [
|
|
1667
1659
|
"bumpalo",
|
|
1668
1660
|
"proc-macro2",
|
|
@@ -1673,18 +1665,18 @@ dependencies = [
|
|
|
1673
1665
|
|
|
1674
1666
|
[[package]]
|
|
1675
1667
|
name = "wasm-bindgen-shared"
|
|
1676
|
-
version = "0.2.
|
|
1668
|
+
version = "0.2.108"
|
|
1677
1669
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1678
|
-
checksum = "
|
|
1670
|
+
checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
|
|
1679
1671
|
dependencies = [
|
|
1680
1672
|
"unicode-ident",
|
|
1681
1673
|
]
|
|
1682
1674
|
|
|
1683
1675
|
[[package]]
|
|
1684
1676
|
name = "web-sys"
|
|
1685
|
-
version = "0.3.
|
|
1677
|
+
version = "0.3.85"
|
|
1686
1678
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1687
|
-
checksum = "
|
|
1679
|
+
checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598"
|
|
1688
1680
|
dependencies = [
|
|
1689
1681
|
"js-sys",
|
|
1690
1682
|
"wasm-bindgen",
|
|
@@ -1702,9 +1694,9 @@ dependencies = [
|
|
|
1702
1694
|
|
|
1703
1695
|
[[package]]
|
|
1704
1696
|
name = "web_atoms"
|
|
1705
|
-
version = "0.2.
|
|
1697
|
+
version = "0.2.3"
|
|
1706
1698
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1707
|
-
checksum = "
|
|
1699
|
+
checksum = "57a9779e9f04d2ac1ce317aee707aa2f6b773afba7b931222bff6983843b1576"
|
|
1708
1700
|
dependencies = [
|
|
1709
1701
|
"phf",
|
|
1710
1702
|
"phf_codegen",
|
|
@@ -1714,9 +1706,9 @@ dependencies = [
|
|
|
1714
1706
|
|
|
1715
1707
|
[[package]]
|
|
1716
1708
|
name = "webpki-roots"
|
|
1717
|
-
version = "1.0.
|
|
1709
|
+
version = "1.0.6"
|
|
1718
1710
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1719
|
-
checksum = "
|
|
1711
|
+
checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed"
|
|
1720
1712
|
dependencies = [
|
|
1721
1713
|
"rustls-pki-types",
|
|
1722
1714
|
]
|
|
@@ -1885,9 +1877,9 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
|
1885
1877
|
|
|
1886
1878
|
[[package]]
|
|
1887
1879
|
name = "wit-bindgen"
|
|
1888
|
-
version = "0.
|
|
1880
|
+
version = "0.51.0"
|
|
1889
1881
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1890
|
-
checksum = "
|
|
1882
|
+
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
1891
1883
|
|
|
1892
1884
|
[[package]]
|
|
1893
1885
|
name = "writeable"
|
|
@@ -1920,18 +1912,18 @@ dependencies = [
|
|
|
1920
1912
|
|
|
1921
1913
|
[[package]]
|
|
1922
1914
|
name = "zerocopy"
|
|
1923
|
-
version = "0.8.
|
|
1915
|
+
version = "0.8.39"
|
|
1924
1916
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1925
|
-
checksum = "
|
|
1917
|
+
checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a"
|
|
1926
1918
|
dependencies = [
|
|
1927
1919
|
"zerocopy-derive",
|
|
1928
1920
|
]
|
|
1929
1921
|
|
|
1930
1922
|
[[package]]
|
|
1931
1923
|
name = "zerocopy-derive"
|
|
1932
|
-
version = "0.8.
|
|
1924
|
+
version = "0.8.39"
|
|
1933
1925
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1934
|
-
checksum = "
|
|
1926
|
+
checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517"
|
|
1935
1927
|
dependencies = [
|
|
1936
1928
|
"proc-macro2",
|
|
1937
1929
|
"quote",
|
|
@@ -1997,3 +1989,9 @@ dependencies = [
|
|
|
1997
1989
|
"quote",
|
|
1998
1990
|
"syn",
|
|
1999
1991
|
]
|
|
1992
|
+
|
|
1993
|
+
[[package]]
|
|
1994
|
+
name = "zmij"
|
|
1995
|
+
version = "1.0.19"
|
|
1996
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1997
|
+
checksum = "3ff05f8caa9038894637571ae6b9e29466c1f4f829d26c9b28f869a29cbe3445"
|