jsonschema_rs 0.45.1 → 0.46.1
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/CHANGELOG.md +22 -1
- data/Cargo.toml +2 -2
- data/ext/jsonschema/Cargo.lock +153 -208
- data/ext/jsonschema/Cargo.toml +3 -3
- data/lib/jsonschema/version.rb +1 -1
- data/sig/jsonschema.rbs +50 -0
- data/src/lib.rs +138 -13
- data/src/options.rs +7 -4
- data/src/registry.rs +184 -25
- data/src/validator_map.rs +92 -0
- metadata +2 -1
data/ext/jsonschema/Cargo.lock
CHANGED
|
@@ -51,16 +51,14 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
51
51
|
|
|
52
52
|
[[package]]
|
|
53
53
|
name = "bindgen"
|
|
54
|
-
version = "0.
|
|
54
|
+
version = "0.72.1"
|
|
55
55
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
56
|
-
checksum = "
|
|
56
|
+
checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
|
|
57
57
|
dependencies = [
|
|
58
58
|
"bitflags",
|
|
59
59
|
"cexpr",
|
|
60
60
|
"clang-sys",
|
|
61
61
|
"itertools",
|
|
62
|
-
"lazy_static",
|
|
63
|
-
"lazycell",
|
|
64
62
|
"proc-macro2",
|
|
65
63
|
"quote",
|
|
66
64
|
"regex",
|
|
@@ -86,9 +84,9 @@ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
|
|
|
86
84
|
|
|
87
85
|
[[package]]
|
|
88
86
|
name = "bitflags"
|
|
89
|
-
version = "2.11.
|
|
87
|
+
version = "2.11.1"
|
|
90
88
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
91
|
-
checksum = "
|
|
89
|
+
checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
|
|
92
90
|
|
|
93
91
|
[[package]]
|
|
94
92
|
name = "borrow-or-share"
|
|
@@ -116,9 +114,9 @@ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
|
|
116
114
|
|
|
117
115
|
[[package]]
|
|
118
116
|
name = "cc"
|
|
119
|
-
version = "1.2.
|
|
117
|
+
version = "1.2.60"
|
|
120
118
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
121
|
-
checksum = "
|
|
119
|
+
checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20"
|
|
122
120
|
dependencies = [
|
|
123
121
|
"find-msvc-tools",
|
|
124
122
|
"shlex",
|
|
@@ -389,6 +387,12 @@ dependencies = [
|
|
|
389
387
|
"foldhash",
|
|
390
388
|
]
|
|
391
389
|
|
|
390
|
+
[[package]]
|
|
391
|
+
name = "hashbrown"
|
|
392
|
+
version = "0.17.0"
|
|
393
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
394
|
+
checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
|
|
395
|
+
|
|
392
396
|
[[package]]
|
|
393
397
|
name = "http"
|
|
394
398
|
version = "1.4.0"
|
|
@@ -430,9 +434,9 @@ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
|
430
434
|
|
|
431
435
|
[[package]]
|
|
432
436
|
name = "hyper"
|
|
433
|
-
version = "1.
|
|
437
|
+
version = "1.9.0"
|
|
434
438
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
435
|
-
checksum = "
|
|
439
|
+
checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
|
|
436
440
|
dependencies = [
|
|
437
441
|
"atomic-waker",
|
|
438
442
|
"bytes",
|
|
@@ -444,7 +448,6 @@ dependencies = [
|
|
|
444
448
|
"httparse",
|
|
445
449
|
"itoa",
|
|
446
450
|
"pin-project-lite",
|
|
447
|
-
"pin-utils",
|
|
448
451
|
"smallvec",
|
|
449
452
|
"tokio",
|
|
450
453
|
"want",
|
|
@@ -452,15 +455,14 @@ dependencies = [
|
|
|
452
455
|
|
|
453
456
|
[[package]]
|
|
454
457
|
name = "hyper-rustls"
|
|
455
|
-
version = "0.27.
|
|
458
|
+
version = "0.27.9"
|
|
456
459
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
457
|
-
checksum = "
|
|
460
|
+
checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
|
|
458
461
|
dependencies = [
|
|
459
462
|
"http",
|
|
460
463
|
"hyper",
|
|
461
464
|
"hyper-util",
|
|
462
465
|
"rustls",
|
|
463
|
-
"rustls-pki-types",
|
|
464
466
|
"tokio",
|
|
465
467
|
"tokio-rustls",
|
|
466
468
|
"tower-service",
|
|
@@ -491,12 +493,13 @@ dependencies = [
|
|
|
491
493
|
|
|
492
494
|
[[package]]
|
|
493
495
|
name = "icu_collections"
|
|
494
|
-
version = "2.
|
|
496
|
+
version = "2.2.0"
|
|
495
497
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
496
|
-
checksum = "
|
|
498
|
+
checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
|
|
497
499
|
dependencies = [
|
|
498
500
|
"displaydoc",
|
|
499
501
|
"potential_utf",
|
|
502
|
+
"utf8_iter",
|
|
500
503
|
"yoke",
|
|
501
504
|
"zerofrom",
|
|
502
505
|
"zerovec",
|
|
@@ -504,9 +507,9 @@ dependencies = [
|
|
|
504
507
|
|
|
505
508
|
[[package]]
|
|
506
509
|
name = "icu_locale_core"
|
|
507
|
-
version = "2.
|
|
510
|
+
version = "2.2.0"
|
|
508
511
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
509
|
-
checksum = "
|
|
512
|
+
checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
|
|
510
513
|
dependencies = [
|
|
511
514
|
"displaydoc",
|
|
512
515
|
"litemap",
|
|
@@ -517,9 +520,9 @@ dependencies = [
|
|
|
517
520
|
|
|
518
521
|
[[package]]
|
|
519
522
|
name = "icu_normalizer"
|
|
520
|
-
version = "2.
|
|
523
|
+
version = "2.2.0"
|
|
521
524
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
522
|
-
checksum = "
|
|
525
|
+
checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
|
|
523
526
|
dependencies = [
|
|
524
527
|
"icu_collections",
|
|
525
528
|
"icu_normalizer_data",
|
|
@@ -531,15 +534,15 @@ dependencies = [
|
|
|
531
534
|
|
|
532
535
|
[[package]]
|
|
533
536
|
name = "icu_normalizer_data"
|
|
534
|
-
version = "2.
|
|
537
|
+
version = "2.2.0"
|
|
535
538
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
536
|
-
checksum = "
|
|
539
|
+
checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
|
|
537
540
|
|
|
538
541
|
[[package]]
|
|
539
542
|
name = "icu_properties"
|
|
540
|
-
version = "2.
|
|
543
|
+
version = "2.2.0"
|
|
541
544
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
542
|
-
checksum = "
|
|
545
|
+
checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
|
|
543
546
|
dependencies = [
|
|
544
547
|
"icu_collections",
|
|
545
548
|
"icu_locale_core",
|
|
@@ -551,15 +554,15 @@ dependencies = [
|
|
|
551
554
|
|
|
552
555
|
[[package]]
|
|
553
556
|
name = "icu_properties_data"
|
|
554
|
-
version = "2.
|
|
557
|
+
version = "2.2.0"
|
|
555
558
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
556
|
-
checksum = "
|
|
559
|
+
checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
|
|
557
560
|
|
|
558
561
|
[[package]]
|
|
559
562
|
name = "icu_provider"
|
|
560
|
-
version = "2.
|
|
563
|
+
version = "2.2.0"
|
|
561
564
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
562
|
-
checksum = "
|
|
565
|
+
checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
|
|
563
566
|
dependencies = [
|
|
564
567
|
"displaydoc",
|
|
565
568
|
"icu_locale_core",
|
|
@@ -593,12 +596,12 @@ dependencies = [
|
|
|
593
596
|
|
|
594
597
|
[[package]]
|
|
595
598
|
name = "indexmap"
|
|
596
|
-
version = "2.
|
|
599
|
+
version = "2.14.0"
|
|
597
600
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
598
|
-
checksum = "
|
|
601
|
+
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
|
|
599
602
|
dependencies = [
|
|
600
603
|
"equivalent",
|
|
601
|
-
"hashbrown",
|
|
604
|
+
"hashbrown 0.17.0",
|
|
602
605
|
]
|
|
603
606
|
|
|
604
607
|
[[package]]
|
|
@@ -609,9 +612,9 @@ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
|
|
|
609
612
|
|
|
610
613
|
[[package]]
|
|
611
614
|
name = "iri-string"
|
|
612
|
-
version = "0.7.
|
|
615
|
+
version = "0.7.12"
|
|
613
616
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
614
|
-
checksum = "
|
|
617
|
+
checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20"
|
|
615
618
|
dependencies = [
|
|
616
619
|
"memchr",
|
|
617
620
|
"serde",
|
|
@@ -619,18 +622,18 @@ dependencies = [
|
|
|
619
622
|
|
|
620
623
|
[[package]]
|
|
621
624
|
name = "itertools"
|
|
622
|
-
version = "0.
|
|
625
|
+
version = "0.13.0"
|
|
623
626
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
624
|
-
checksum = "
|
|
627
|
+
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
625
628
|
dependencies = [
|
|
626
629
|
"either",
|
|
627
630
|
]
|
|
628
631
|
|
|
629
632
|
[[package]]
|
|
630
633
|
name = "itoa"
|
|
631
|
-
version = "1.0.
|
|
634
|
+
version = "1.0.18"
|
|
632
635
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
633
|
-
checksum = "
|
|
636
|
+
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
634
637
|
|
|
635
638
|
[[package]]
|
|
636
639
|
name = "jni"
|
|
@@ -641,7 +644,7 @@ dependencies = [
|
|
|
641
644
|
"cesu8",
|
|
642
645
|
"cfg-if",
|
|
643
646
|
"combine",
|
|
644
|
-
"jni-sys",
|
|
647
|
+
"jni-sys 0.3.1",
|
|
645
648
|
"log",
|
|
646
649
|
"thiserror",
|
|
647
650
|
"walkdir",
|
|
@@ -650,25 +653,49 @@ dependencies = [
|
|
|
650
653
|
|
|
651
654
|
[[package]]
|
|
652
655
|
name = "jni-sys"
|
|
653
|
-
version = "0.3.
|
|
656
|
+
version = "0.3.1"
|
|
657
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
658
|
+
checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
|
|
659
|
+
dependencies = [
|
|
660
|
+
"jni-sys 0.4.1",
|
|
661
|
+
]
|
|
662
|
+
|
|
663
|
+
[[package]]
|
|
664
|
+
name = "jni-sys"
|
|
665
|
+
version = "0.4.1"
|
|
654
666
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
655
|
-
checksum = "
|
|
667
|
+
checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
|
|
668
|
+
dependencies = [
|
|
669
|
+
"jni-sys-macros",
|
|
670
|
+
]
|
|
671
|
+
|
|
672
|
+
[[package]]
|
|
673
|
+
name = "jni-sys-macros"
|
|
674
|
+
version = "0.4.1"
|
|
675
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
676
|
+
checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
|
|
677
|
+
dependencies = [
|
|
678
|
+
"quote",
|
|
679
|
+
"syn",
|
|
680
|
+
]
|
|
656
681
|
|
|
657
682
|
[[package]]
|
|
658
683
|
name = "js-sys"
|
|
659
|
-
version = "0.3.
|
|
684
|
+
version = "0.3.95"
|
|
660
685
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
661
|
-
checksum = "
|
|
686
|
+
checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca"
|
|
662
687
|
dependencies = [
|
|
688
|
+
"cfg-if",
|
|
689
|
+
"futures-util",
|
|
663
690
|
"once_cell",
|
|
664
691
|
"wasm-bindgen",
|
|
665
692
|
]
|
|
666
693
|
|
|
667
694
|
[[package]]
|
|
668
695
|
name = "jsonschema"
|
|
669
|
-
version = "0.
|
|
696
|
+
version = "0.46.1"
|
|
670
697
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
671
|
-
checksum = "
|
|
698
|
+
checksum = "2d87ef9a314ee37b69ef9ab130d3159f04287dda52151b064752842065e0db2e"
|
|
672
699
|
dependencies = [
|
|
673
700
|
"ahash",
|
|
674
701
|
"bytecount",
|
|
@@ -696,7 +723,7 @@ dependencies = [
|
|
|
696
723
|
|
|
697
724
|
[[package]]
|
|
698
725
|
name = "jsonschema-rb-ext"
|
|
699
|
-
version = "0.
|
|
726
|
+
version = "0.46.1"
|
|
700
727
|
dependencies = [
|
|
701
728
|
"jsonschema",
|
|
702
729
|
"magnus",
|
|
@@ -712,17 +739,11 @@ version = "1.5.0"
|
|
|
712
739
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
713
740
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
714
741
|
|
|
715
|
-
[[package]]
|
|
716
|
-
name = "lazycell"
|
|
717
|
-
version = "1.3.0"
|
|
718
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
719
|
-
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
720
|
-
|
|
721
742
|
[[package]]
|
|
722
743
|
name = "libc"
|
|
723
|
-
version = "0.2.
|
|
744
|
+
version = "0.2.185"
|
|
724
745
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
725
|
-
checksum = "
|
|
746
|
+
checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
|
|
726
747
|
|
|
727
748
|
[[package]]
|
|
728
749
|
name = "libloading"
|
|
@@ -736,9 +757,9 @@ dependencies = [
|
|
|
736
757
|
|
|
737
758
|
[[package]]
|
|
738
759
|
name = "litemap"
|
|
739
|
-
version = "0.8.
|
|
760
|
+
version = "0.8.2"
|
|
740
761
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
741
|
-
checksum = "
|
|
762
|
+
checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
|
|
742
763
|
|
|
743
764
|
[[package]]
|
|
744
765
|
name = "lock_api"
|
|
@@ -784,6 +805,12 @@ version = "2.8.0"
|
|
|
784
805
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
785
806
|
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
|
786
807
|
|
|
808
|
+
[[package]]
|
|
809
|
+
name = "micromap"
|
|
810
|
+
version = "0.3.0"
|
|
811
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
812
|
+
checksum = "c2a86d3146ed3995b5913c414f6664344b9617457320782e64f0bb44afd49d74"
|
|
813
|
+
|
|
787
814
|
[[package]]
|
|
788
815
|
name = "minimal-lexical"
|
|
789
816
|
version = "0.2.1"
|
|
@@ -792,9 +819,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
792
819
|
|
|
793
820
|
[[package]]
|
|
794
821
|
name = "mio"
|
|
795
|
-
version = "1.
|
|
822
|
+
version = "1.2.0"
|
|
796
823
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
797
|
-
checksum = "
|
|
824
|
+
checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
|
|
798
825
|
dependencies = [
|
|
799
826
|
"libc",
|
|
800
827
|
"wasi",
|
|
@@ -892,9 +919,9 @@ dependencies = [
|
|
|
892
919
|
|
|
893
920
|
[[package]]
|
|
894
921
|
name = "once_cell"
|
|
895
|
-
version = "1.21.
|
|
922
|
+
version = "1.21.4"
|
|
896
923
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
897
|
-
checksum = "
|
|
924
|
+
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
898
925
|
|
|
899
926
|
[[package]]
|
|
900
927
|
name = "openssl-probe"
|
|
@@ -943,17 +970,11 @@ version = "0.2.17"
|
|
|
943
970
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
944
971
|
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
945
972
|
|
|
946
|
-
[[package]]
|
|
947
|
-
name = "pin-utils"
|
|
948
|
-
version = "0.1.0"
|
|
949
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
950
|
-
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
951
|
-
|
|
952
973
|
[[package]]
|
|
953
974
|
name = "potential_utf"
|
|
954
|
-
version = "0.1.
|
|
975
|
+
version = "0.1.5"
|
|
955
976
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
956
|
-
checksum = "
|
|
977
|
+
checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
|
|
957
978
|
dependencies = [
|
|
958
979
|
"zerovec",
|
|
959
980
|
]
|
|
@@ -969,9 +990,9 @@ dependencies = [
|
|
|
969
990
|
|
|
970
991
|
[[package]]
|
|
971
992
|
name = "quote"
|
|
972
|
-
version = "1.0.
|
|
993
|
+
version = "1.0.45"
|
|
973
994
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
974
|
-
checksum = "
|
|
995
|
+
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
|
975
996
|
dependencies = [
|
|
976
997
|
"proc-macro2",
|
|
977
998
|
]
|
|
@@ -984,18 +1005,18 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
|
984
1005
|
|
|
985
1006
|
[[package]]
|
|
986
1007
|
name = "rb-sys"
|
|
987
|
-
version = "0.9.
|
|
1008
|
+
version = "0.9.126"
|
|
988
1009
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
989
|
-
checksum = "
|
|
1010
|
+
checksum = "284799e73e899fe946fd77c7211b83bff61a1356e039ade7a2516a779e3212d0"
|
|
990
1011
|
dependencies = [
|
|
991
1012
|
"rb-sys-build",
|
|
992
1013
|
]
|
|
993
1014
|
|
|
994
1015
|
[[package]]
|
|
995
1016
|
name = "rb-sys-build"
|
|
996
|
-
version = "0.9.
|
|
1017
|
+
version = "0.9.126"
|
|
997
1018
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
998
|
-
checksum = "
|
|
1019
|
+
checksum = "855fc1ad8943d12c89ef12f9147f1cc531f5bf19fb744112fdd317bb6ee7b5c5"
|
|
999
1020
|
dependencies = [
|
|
1000
1021
|
"bindgen",
|
|
1001
1022
|
"lazy_static",
|
|
@@ -1043,14 +1064,16 @@ dependencies = [
|
|
|
1043
1064
|
|
|
1044
1065
|
[[package]]
|
|
1045
1066
|
name = "referencing"
|
|
1046
|
-
version = "0.
|
|
1067
|
+
version = "0.46.1"
|
|
1047
1068
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1048
|
-
checksum = "
|
|
1069
|
+
checksum = "aee6970bf1974cd719a1f4e8bc5a8051a33740194b7246430441cff79faff66d"
|
|
1049
1070
|
dependencies = [
|
|
1050
1071
|
"ahash",
|
|
1051
1072
|
"fluent-uri",
|
|
1052
1073
|
"getrandom 0.3.4",
|
|
1053
|
-
"hashbrown",
|
|
1074
|
+
"hashbrown 0.16.1",
|
|
1075
|
+
"itoa",
|
|
1076
|
+
"micromap",
|
|
1054
1077
|
"parking_lot",
|
|
1055
1078
|
"percent-encoding",
|
|
1056
1079
|
"serde_json",
|
|
@@ -1140,15 +1163,15 @@ dependencies = [
|
|
|
1140
1163
|
|
|
1141
1164
|
[[package]]
|
|
1142
1165
|
name = "rustc-hash"
|
|
1143
|
-
version = "
|
|
1166
|
+
version = "2.1.2"
|
|
1144
1167
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1145
|
-
checksum = "
|
|
1168
|
+
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
|
|
1146
1169
|
|
|
1147
1170
|
[[package]]
|
|
1148
1171
|
name = "rustls"
|
|
1149
|
-
version = "0.23.
|
|
1172
|
+
version = "0.23.38"
|
|
1150
1173
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1151
|
-
checksum = "
|
|
1174
|
+
checksum = "69f9466fb2c14ea04357e91413efb882e2a6d4a406e625449bc0a5d360d53a21"
|
|
1152
1175
|
dependencies = [
|
|
1153
1176
|
"once_cell",
|
|
1154
1177
|
"ring",
|
|
@@ -1208,9 +1231,9 @@ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
|
|
|
1208
1231
|
|
|
1209
1232
|
[[package]]
|
|
1210
1233
|
name = "rustls-webpki"
|
|
1211
|
-
version = "0.103.
|
|
1234
|
+
version = "0.103.12"
|
|
1212
1235
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1213
|
-
checksum = "
|
|
1236
|
+
checksum = "8279bb85272c9f10811ae6a6c547ff594d6a7f3c6c6b02ee9726d1d0dcfcdd06"
|
|
1214
1237
|
dependencies = [
|
|
1215
1238
|
"ring",
|
|
1216
1239
|
"rustls-pki-types",
|
|
@@ -1234,9 +1257,9 @@ dependencies = [
|
|
|
1234
1257
|
|
|
1235
1258
|
[[package]]
|
|
1236
1259
|
name = "schannel"
|
|
1237
|
-
version = "0.1.
|
|
1260
|
+
version = "0.1.29"
|
|
1238
1261
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1239
|
-
checksum = "
|
|
1262
|
+
checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
|
|
1240
1263
|
dependencies = [
|
|
1241
1264
|
"windows-sys 0.61.2",
|
|
1242
1265
|
]
|
|
@@ -1345,12 +1368,12 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
|
1345
1368
|
|
|
1346
1369
|
[[package]]
|
|
1347
1370
|
name = "socket2"
|
|
1348
|
-
version = "0.6.
|
|
1371
|
+
version = "0.6.3"
|
|
1349
1372
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1350
|
-
checksum = "
|
|
1373
|
+
checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
|
|
1351
1374
|
dependencies = [
|
|
1352
1375
|
"libc",
|
|
1353
|
-
"windows-sys 0.
|
|
1376
|
+
"windows-sys 0.61.2",
|
|
1354
1377
|
]
|
|
1355
1378
|
|
|
1356
1379
|
[[package]]
|
|
@@ -1418,9 +1441,9 @@ dependencies = [
|
|
|
1418
1441
|
|
|
1419
1442
|
[[package]]
|
|
1420
1443
|
name = "tinystr"
|
|
1421
|
-
version = "0.8.
|
|
1444
|
+
version = "0.8.3"
|
|
1422
1445
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1423
|
-
checksum = "
|
|
1446
|
+
checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
|
|
1424
1447
|
dependencies = [
|
|
1425
1448
|
"displaydoc",
|
|
1426
1449
|
"zerovec",
|
|
@@ -1428,9 +1451,9 @@ dependencies = [
|
|
|
1428
1451
|
|
|
1429
1452
|
[[package]]
|
|
1430
1453
|
name = "tokio"
|
|
1431
|
-
version = "1.
|
|
1454
|
+
version = "1.52.1"
|
|
1432
1455
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1433
|
-
checksum = "
|
|
1456
|
+
checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6"
|
|
1434
1457
|
dependencies = [
|
|
1435
1458
|
"bytes",
|
|
1436
1459
|
"libc",
|
|
@@ -1618,18 +1641,18 @@ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
|
1618
1641
|
|
|
1619
1642
|
[[package]]
|
|
1620
1643
|
name = "wasip2"
|
|
1621
|
-
version = "1.0.
|
|
1644
|
+
version = "1.0.3+wasi-0.2.9"
|
|
1622
1645
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1623
|
-
checksum = "
|
|
1646
|
+
checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
|
|
1624
1647
|
dependencies = [
|
|
1625
1648
|
"wit-bindgen",
|
|
1626
1649
|
]
|
|
1627
1650
|
|
|
1628
1651
|
[[package]]
|
|
1629
1652
|
name = "wasm-bindgen"
|
|
1630
|
-
version = "0.2.
|
|
1653
|
+
version = "0.2.118"
|
|
1631
1654
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1632
|
-
checksum = "
|
|
1655
|
+
checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89"
|
|
1633
1656
|
dependencies = [
|
|
1634
1657
|
"cfg-if",
|
|
1635
1658
|
"once_cell",
|
|
@@ -1640,23 +1663,19 @@ dependencies = [
|
|
|
1640
1663
|
|
|
1641
1664
|
[[package]]
|
|
1642
1665
|
name = "wasm-bindgen-futures"
|
|
1643
|
-
version = "0.4.
|
|
1666
|
+
version = "0.4.68"
|
|
1644
1667
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1645
|
-
checksum = "
|
|
1668
|
+
checksum = "f371d383f2fb139252e0bfac3b81b265689bf45b6874af544ffa4c975ac1ebf8"
|
|
1646
1669
|
dependencies = [
|
|
1647
|
-
"cfg-if",
|
|
1648
|
-
"futures-util",
|
|
1649
1670
|
"js-sys",
|
|
1650
|
-
"once_cell",
|
|
1651
1671
|
"wasm-bindgen",
|
|
1652
|
-
"web-sys",
|
|
1653
1672
|
]
|
|
1654
1673
|
|
|
1655
1674
|
[[package]]
|
|
1656
1675
|
name = "wasm-bindgen-macro"
|
|
1657
|
-
version = "0.2.
|
|
1676
|
+
version = "0.2.118"
|
|
1658
1677
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1659
|
-
checksum = "
|
|
1678
|
+
checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed"
|
|
1660
1679
|
dependencies = [
|
|
1661
1680
|
"quote",
|
|
1662
1681
|
"wasm-bindgen-macro-support",
|
|
@@ -1664,9 +1683,9 @@ dependencies = [
|
|
|
1664
1683
|
|
|
1665
1684
|
[[package]]
|
|
1666
1685
|
name = "wasm-bindgen-macro-support"
|
|
1667
|
-
version = "0.2.
|
|
1686
|
+
version = "0.2.118"
|
|
1668
1687
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1669
|
-
checksum = "
|
|
1688
|
+
checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904"
|
|
1670
1689
|
dependencies = [
|
|
1671
1690
|
"bumpalo",
|
|
1672
1691
|
"proc-macro2",
|
|
@@ -1677,18 +1696,18 @@ dependencies = [
|
|
|
1677
1696
|
|
|
1678
1697
|
[[package]]
|
|
1679
1698
|
name = "wasm-bindgen-shared"
|
|
1680
|
-
version = "0.2.
|
|
1699
|
+
version = "0.2.118"
|
|
1681
1700
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1682
|
-
checksum = "
|
|
1701
|
+
checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129"
|
|
1683
1702
|
dependencies = [
|
|
1684
1703
|
"unicode-ident",
|
|
1685
1704
|
]
|
|
1686
1705
|
|
|
1687
1706
|
[[package]]
|
|
1688
1707
|
name = "web-sys"
|
|
1689
|
-
version = "0.3.
|
|
1708
|
+
version = "0.3.95"
|
|
1690
1709
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1691
|
-
checksum = "
|
|
1710
|
+
checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d"
|
|
1692
1711
|
dependencies = [
|
|
1693
1712
|
"js-sys",
|
|
1694
1713
|
"wasm-bindgen",
|
|
@@ -1696,9 +1715,9 @@ dependencies = [
|
|
|
1696
1715
|
|
|
1697
1716
|
[[package]]
|
|
1698
1717
|
name = "webpki-root-certs"
|
|
1699
|
-
version = "1.0.
|
|
1718
|
+
version = "1.0.7"
|
|
1700
1719
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1701
|
-
checksum = "
|
|
1720
|
+
checksum = "f31141ce3fc3e300ae89b78c0dd67f9708061d1d2eda54b8209346fd6be9a92c"
|
|
1702
1721
|
dependencies = [
|
|
1703
1722
|
"rustls-pki-types",
|
|
1704
1723
|
]
|
|
@@ -1736,15 +1755,6 @@ dependencies = [
|
|
|
1736
1755
|
"windows-targets 0.52.6",
|
|
1737
1756
|
]
|
|
1738
1757
|
|
|
1739
|
-
[[package]]
|
|
1740
|
-
name = "windows-sys"
|
|
1741
|
-
version = "0.60.2"
|
|
1742
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1743
|
-
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
1744
|
-
dependencies = [
|
|
1745
|
-
"windows-targets 0.53.5",
|
|
1746
|
-
]
|
|
1747
|
-
|
|
1748
1758
|
[[package]]
|
|
1749
1759
|
name = "windows-sys"
|
|
1750
1760
|
version = "0.61.2"
|
|
@@ -1778,30 +1788,13 @@ dependencies = [
|
|
|
1778
1788
|
"windows_aarch64_gnullvm 0.52.6",
|
|
1779
1789
|
"windows_aarch64_msvc 0.52.6",
|
|
1780
1790
|
"windows_i686_gnu 0.52.6",
|
|
1781
|
-
"windows_i686_gnullvm
|
|
1791
|
+
"windows_i686_gnullvm",
|
|
1782
1792
|
"windows_i686_msvc 0.52.6",
|
|
1783
1793
|
"windows_x86_64_gnu 0.52.6",
|
|
1784
1794
|
"windows_x86_64_gnullvm 0.52.6",
|
|
1785
1795
|
"windows_x86_64_msvc 0.52.6",
|
|
1786
1796
|
]
|
|
1787
1797
|
|
|
1788
|
-
[[package]]
|
|
1789
|
-
name = "windows-targets"
|
|
1790
|
-
version = "0.53.5"
|
|
1791
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1792
|
-
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
|
1793
|
-
dependencies = [
|
|
1794
|
-
"windows-link",
|
|
1795
|
-
"windows_aarch64_gnullvm 0.53.1",
|
|
1796
|
-
"windows_aarch64_msvc 0.53.1",
|
|
1797
|
-
"windows_i686_gnu 0.53.1",
|
|
1798
|
-
"windows_i686_gnullvm 0.53.1",
|
|
1799
|
-
"windows_i686_msvc 0.53.1",
|
|
1800
|
-
"windows_x86_64_gnu 0.53.1",
|
|
1801
|
-
"windows_x86_64_gnullvm 0.53.1",
|
|
1802
|
-
"windows_x86_64_msvc 0.53.1",
|
|
1803
|
-
]
|
|
1804
|
-
|
|
1805
1798
|
[[package]]
|
|
1806
1799
|
name = "windows_aarch64_gnullvm"
|
|
1807
1800
|
version = "0.42.2"
|
|
@@ -1814,12 +1807,6 @@ version = "0.52.6"
|
|
|
1814
1807
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1815
1808
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
1816
1809
|
|
|
1817
|
-
[[package]]
|
|
1818
|
-
name = "windows_aarch64_gnullvm"
|
|
1819
|
-
version = "0.53.1"
|
|
1820
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1821
|
-
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
|
1822
|
-
|
|
1823
1810
|
[[package]]
|
|
1824
1811
|
name = "windows_aarch64_msvc"
|
|
1825
1812
|
version = "0.42.2"
|
|
@@ -1832,12 +1819,6 @@ version = "0.52.6"
|
|
|
1832
1819
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1833
1820
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
1834
1821
|
|
|
1835
|
-
[[package]]
|
|
1836
|
-
name = "windows_aarch64_msvc"
|
|
1837
|
-
version = "0.53.1"
|
|
1838
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1839
|
-
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
|
1840
|
-
|
|
1841
1822
|
[[package]]
|
|
1842
1823
|
name = "windows_i686_gnu"
|
|
1843
1824
|
version = "0.42.2"
|
|
@@ -1850,24 +1831,12 @@ version = "0.52.6"
|
|
|
1850
1831
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1851
1832
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
1852
1833
|
|
|
1853
|
-
[[package]]
|
|
1854
|
-
name = "windows_i686_gnu"
|
|
1855
|
-
version = "0.53.1"
|
|
1856
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1857
|
-
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
|
1858
|
-
|
|
1859
1834
|
[[package]]
|
|
1860
1835
|
name = "windows_i686_gnullvm"
|
|
1861
1836
|
version = "0.52.6"
|
|
1862
1837
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1863
1838
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
1864
1839
|
|
|
1865
|
-
[[package]]
|
|
1866
|
-
name = "windows_i686_gnullvm"
|
|
1867
|
-
version = "0.53.1"
|
|
1868
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1869
|
-
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
|
1870
|
-
|
|
1871
1840
|
[[package]]
|
|
1872
1841
|
name = "windows_i686_msvc"
|
|
1873
1842
|
version = "0.42.2"
|
|
@@ -1880,12 +1849,6 @@ version = "0.52.6"
|
|
|
1880
1849
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1881
1850
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
1882
1851
|
|
|
1883
|
-
[[package]]
|
|
1884
|
-
name = "windows_i686_msvc"
|
|
1885
|
-
version = "0.53.1"
|
|
1886
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1887
|
-
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
|
1888
|
-
|
|
1889
1852
|
[[package]]
|
|
1890
1853
|
name = "windows_x86_64_gnu"
|
|
1891
1854
|
version = "0.42.2"
|
|
@@ -1898,12 +1861,6 @@ version = "0.52.6"
|
|
|
1898
1861
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1899
1862
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
1900
1863
|
|
|
1901
|
-
[[package]]
|
|
1902
|
-
name = "windows_x86_64_gnu"
|
|
1903
|
-
version = "0.53.1"
|
|
1904
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1905
|
-
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
|
1906
|
-
|
|
1907
1864
|
[[package]]
|
|
1908
1865
|
name = "windows_x86_64_gnullvm"
|
|
1909
1866
|
version = "0.42.2"
|
|
@@ -1916,12 +1873,6 @@ version = "0.52.6"
|
|
|
1916
1873
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1917
1874
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
1918
1875
|
|
|
1919
|
-
[[package]]
|
|
1920
|
-
name = "windows_x86_64_gnullvm"
|
|
1921
|
-
version = "0.53.1"
|
|
1922
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1923
|
-
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
|
1924
|
-
|
|
1925
1876
|
[[package]]
|
|
1926
1877
|
name = "windows_x86_64_msvc"
|
|
1927
1878
|
version = "0.42.2"
|
|
@@ -1934,29 +1885,23 @@ version = "0.52.6"
|
|
|
1934
1885
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1935
1886
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
1936
1887
|
|
|
1937
|
-
[[package]]
|
|
1938
|
-
name = "windows_x86_64_msvc"
|
|
1939
|
-
version = "0.53.1"
|
|
1940
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1941
|
-
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
1942
|
-
|
|
1943
1888
|
[[package]]
|
|
1944
1889
|
name = "wit-bindgen"
|
|
1945
|
-
version = "0.
|
|
1890
|
+
version = "0.57.1"
|
|
1946
1891
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1947
|
-
checksum = "
|
|
1892
|
+
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
|
|
1948
1893
|
|
|
1949
1894
|
[[package]]
|
|
1950
1895
|
name = "writeable"
|
|
1951
|
-
version = "0.6.
|
|
1896
|
+
version = "0.6.3"
|
|
1952
1897
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1953
|
-
checksum = "
|
|
1898
|
+
checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
|
|
1954
1899
|
|
|
1955
1900
|
[[package]]
|
|
1956
1901
|
name = "yoke"
|
|
1957
|
-
version = "0.8.
|
|
1902
|
+
version = "0.8.2"
|
|
1958
1903
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1959
|
-
checksum = "
|
|
1904
|
+
checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
|
|
1960
1905
|
dependencies = [
|
|
1961
1906
|
"stable_deref_trait",
|
|
1962
1907
|
"yoke-derive",
|
|
@@ -1965,9 +1910,9 @@ dependencies = [
|
|
|
1965
1910
|
|
|
1966
1911
|
[[package]]
|
|
1967
1912
|
name = "yoke-derive"
|
|
1968
|
-
version = "0.8.
|
|
1913
|
+
version = "0.8.2"
|
|
1969
1914
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1970
|
-
checksum = "
|
|
1915
|
+
checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
|
|
1971
1916
|
dependencies = [
|
|
1972
1917
|
"proc-macro2",
|
|
1973
1918
|
"quote",
|
|
@@ -1977,18 +1922,18 @@ dependencies = [
|
|
|
1977
1922
|
|
|
1978
1923
|
[[package]]
|
|
1979
1924
|
name = "zerocopy"
|
|
1980
|
-
version = "0.8.
|
|
1925
|
+
version = "0.8.48"
|
|
1981
1926
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1982
|
-
checksum = "
|
|
1927
|
+
checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
|
|
1983
1928
|
dependencies = [
|
|
1984
1929
|
"zerocopy-derive",
|
|
1985
1930
|
]
|
|
1986
1931
|
|
|
1987
1932
|
[[package]]
|
|
1988
1933
|
name = "zerocopy-derive"
|
|
1989
|
-
version = "0.8.
|
|
1934
|
+
version = "0.8.48"
|
|
1990
1935
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1991
|
-
checksum = "
|
|
1936
|
+
checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
|
|
1992
1937
|
dependencies = [
|
|
1993
1938
|
"proc-macro2",
|
|
1994
1939
|
"quote",
|
|
@@ -1997,18 +1942,18 @@ dependencies = [
|
|
|
1997
1942
|
|
|
1998
1943
|
[[package]]
|
|
1999
1944
|
name = "zerofrom"
|
|
2000
|
-
version = "0.1.
|
|
1945
|
+
version = "0.1.7"
|
|
2001
1946
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2002
|
-
checksum = "
|
|
1947
|
+
checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
|
|
2003
1948
|
dependencies = [
|
|
2004
1949
|
"zerofrom-derive",
|
|
2005
1950
|
]
|
|
2006
1951
|
|
|
2007
1952
|
[[package]]
|
|
2008
1953
|
name = "zerofrom-derive"
|
|
2009
|
-
version = "0.1.
|
|
1954
|
+
version = "0.1.7"
|
|
2010
1955
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2011
|
-
checksum = "
|
|
1956
|
+
checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
|
|
2012
1957
|
dependencies = [
|
|
2013
1958
|
"proc-macro2",
|
|
2014
1959
|
"quote",
|
|
@@ -2024,9 +1969,9 @@ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
|
|
2024
1969
|
|
|
2025
1970
|
[[package]]
|
|
2026
1971
|
name = "zerotrie"
|
|
2027
|
-
version = "0.2.
|
|
1972
|
+
version = "0.2.4"
|
|
2028
1973
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2029
|
-
checksum = "
|
|
1974
|
+
checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
|
|
2030
1975
|
dependencies = [
|
|
2031
1976
|
"displaydoc",
|
|
2032
1977
|
"yoke",
|
|
@@ -2035,9 +1980,9 @@ dependencies = [
|
|
|
2035
1980
|
|
|
2036
1981
|
[[package]]
|
|
2037
1982
|
name = "zerovec"
|
|
2038
|
-
version = "0.11.
|
|
1983
|
+
version = "0.11.6"
|
|
2039
1984
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2040
|
-
checksum = "
|
|
1985
|
+
checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
|
|
2041
1986
|
dependencies = [
|
|
2042
1987
|
"yoke",
|
|
2043
1988
|
"zerofrom",
|
|
@@ -2046,9 +1991,9 @@ dependencies = [
|
|
|
2046
1991
|
|
|
2047
1992
|
[[package]]
|
|
2048
1993
|
name = "zerovec-derive"
|
|
2049
|
-
version = "0.11.
|
|
1994
|
+
version = "0.11.3"
|
|
2050
1995
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2051
|
-
checksum = "
|
|
1996
|
+
checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
|
|
2052
1997
|
dependencies = [
|
|
2053
1998
|
"proc-macro2",
|
|
2054
1999
|
"quote",
|