rev. 4805821007b36babc2f111b702a20b4ef52b6c60
@@ -199,199 +276,276 @@
199 199 | "gloo-timers",
|
200 200 | "kv-log-macro",
|
201 201 | "log",
|
202 202 | "memchr",
|
203 203 | "once_cell",
|
204 204 | "pin-project-lite",
|
205 205 | "pin-utils",
|
206 206 | "slab",
|
207 207 | "wasm-bindgen-futures",
|
208 208 | ]
|
209 209 |
|
210 210 | [[package]]
|
211 211 | name = "async-stream"
|
212 212 | version = "0.3.6"
|
213 213 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
214 214 | checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
215 215 | dependencies = [
|
216 216 | "async-stream-impl",
|
217 217 | "futures-core",
|
218 218 | "pin-project-lite",
|
219 219 | ]
|
220 220 |
|
221 221 | [[package]]
|
222 222 | name = "async-stream-impl"
|
223 223 | version = "0.3.6"
|
224 224 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
225 225 | checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
226 226 | dependencies = [
|
227 227 | "proc-macro2",
|
228 228 | "quote",
|
229 - | "syn 2.0.104",
|
229 + | "syn 2.0.105",
|
230 230 | ]
|
231 231 |
|
232 232 | [[package]]
|
233 233 | name = "async-task"
|
234 234 | version = "4.7.1"
|
235 235 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
236 236 | checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
237 237 |
|
238 238 | [[package]]
|
239 239 | name = "async-trait"
|
240 240 | version = "0.1.88"
|
241 241 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
242 242 | checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
|
243 243 | dependencies = [
|
244 244 | "proc-macro2",
|
245 245 | "quote",
|
246 - | "syn 2.0.104",
|
246 + | "syn 2.0.105",
|
247 247 | ]
|
248 248 |
|
249 249 | [[package]]
|
250 250 | name = "atomic-waker"
|
251 251 | version = "1.1.2"
|
252 252 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
253 253 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
254 254 |
|
255 255 | [[package]]
|
256 256 | name = "atty"
|
257 257 | version = "0.2.14"
|
258 258 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
259 259 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
260 260 | dependencies = [
|
261 261 | "hermit-abi 0.1.19",
|
262 262 | "libc",
|
263 263 | "winapi",
|
264 264 | ]
|
265 265 |
|
266 266 | [[package]]
|
267 267 | name = "autocfg"
|
268 268 | version = "1.5.0"
|
269 269 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
270 270 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
271 271 |
|
272 272 | [[package]]
|
273 273 | name = "aws-lc-fips-sys"
|
274 274 | version = "0.13.7"
|
275 275 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
276 276 | checksum = "2608e5a7965cc9d58c56234d346c9c89b824c4c8652b6f047b3bd0a777c0644f"
|
@@ -455,455 +549,549 @@
455 455 | "serde",
|
456 456 | "serde_json",
|
457 457 | "tokio",
|
458 458 | "tokio-rustls 0.26.2",
|
459 459 | "tower 0.5.2",
|
460 460 | "tracing",
|
461 461 | ]
|
462 462 |
|
463 463 | [[package]]
|
464 464 | name = "aws-smithy-http-server"
|
465 465 | version = "0.65.5"
|
466 466 | dependencies = [
|
467 467 | "aws-smithy-cbor",
|
468 468 | "aws-smithy-http",
|
469 469 | "aws-smithy-json",
|
470 470 | "aws-smithy-runtime-api",
|
471 471 | "aws-smithy-types",
|
472 472 | "aws-smithy-xml",
|
473 473 | "bytes",
|
474 474 | "futures-util",
|
475 475 | "http 0.2.12",
|
476 476 | "http-body 0.4.6",
|
477 477 | "hyper 0.14.32",
|
478 478 | "lambda_http",
|
479 479 | "mime",
|
480 480 | "nom",
|
481 481 | "pin-project-lite",
|
482 482 | "pretty_assertions",
|
483 483 | "regex",
|
484 484 | "serde_urlencoded",
|
485 - | "thiserror 2.0.12",
|
485 + | "thiserror 2.0.14",
|
486 486 | "tokio",
|
487 487 | "tower 0.4.13",
|
488 488 | "tower-http",
|
489 489 | "tracing",
|
490 490 | "uuid",
|
491 491 | ]
|
492 492 |
|
493 493 | [[package]]
|
494 494 | name = "aws-smithy-http-server-python"
|
495 495 | version = "0.66.1"
|
496 496 | dependencies = [
|
497 497 | "aws-smithy-http",
|
498 498 | "aws-smithy-http-server",
|
499 499 | "aws-smithy-json",
|
500 500 | "aws-smithy-types",
|
501 501 | "aws-smithy-xml",
|
502 502 | "bytes",
|
503 503 | "futures",
|
504 504 | "futures-util",
|
505 505 | "http 0.2.12",
|
506 506 | "hyper 0.14.32",
|
507 507 | "hyper-rustls 0.24.2",
|
508 508 | "lambda_http",
|
509 509 | "num_cpus",
|
510 510 | "parking_lot",
|
511 511 | "pin-project-lite",
|
512 512 | "pretty_assertions",
|
513 513 | "pyo3",
|
514 514 | "pyo3-asyncio",
|
515 515 | "rcgen",
|
516 516 | "rustls-pemfile 1.0.4",
|
517 517 | "signal-hook",
|
518 518 | "socket2 0.5.10",
|
519 - | "thiserror 2.0.12",
|
519 + | "thiserror 2.0.14",
|
520 520 | "tls-listener",
|
521 521 | "tokio",
|
522 522 | "tokio-rustls 0.24.1",
|
523 523 | "tokio-stream",
|
524 524 | "tokio-test",
|
525 525 | "tower 0.4.13",
|
526 526 | "tower-test",
|
527 527 | "tracing",
|
528 528 | "tracing-appender",
|
529 529 | "tracing-subscriber",
|
530 530 | ]
|
531 531 |
|
532 532 | [[package]]
|
533 533 | name = "aws-smithy-http-tower"
|
534 534 | version = "0.60.3"
|
535 535 |
|
536 536 | [[package]]
|
537 537 | name = "aws-smithy-json"
|
538 538 | version = "0.61.4"
|
539 539 | dependencies = [
|
540 540 | "aws-smithy-types",
|
541 541 | "proptest",
|
542 542 | "serde_json",
|
543 543 | ]
|
544 544 |
|
545 545 | [[package]]
|
546 546 | name = "aws-smithy-mocks"
|
547 547 | version = "0.1.1"
|
548 548 | dependencies = [
|
549 549 | "aws-smithy-async",
|
@@ -574,574 +634,634 @@
574 574 |
|
575 575 | [[package]]
|
576 576 | name = "aws-smithy-observability-otel"
|
577 577 | version = "0.1.1"
|
578 578 | dependencies = [
|
579 579 | "async-global-executor",
|
580 580 | "async-task",
|
581 581 | "aws-smithy-observability",
|
582 582 | "criterion",
|
583 583 | "opentelemetry",
|
584 584 | "opentelemetry_sdk",
|
585 585 | "stats_alloc",
|
586 586 | "tokio",
|
587 587 | "value-bag",
|
588 588 | ]
|
589 589 |
|
590 590 | [[package]]
|
591 591 | name = "aws-smithy-protocol-test"
|
592 592 | version = "0.63.4"
|
593 593 | dependencies = [
|
594 594 | "assert-json-diff",
|
595 595 | "aws-smithy-runtime-api",
|
596 596 | "base64-simd",
|
597 597 | "cbor-diag",
|
598 598 | "ciborium",
|
599 599 | "http 0.2.12",
|
600 600 | "pretty_assertions",
|
601 601 | "regex-lite",
|
602 602 | "roxmltree",
|
603 603 | "serde_json",
|
604 - | "thiserror 2.0.12",
|
604 + | "thiserror 2.0.14",
|
605 605 | ]
|
606 606 |
|
607 607 | [[package]]
|
608 608 | name = "aws-smithy-query"
|
609 609 | version = "0.60.7"
|
610 610 | dependencies = [
|
611 611 | "aws-smithy-types",
|
612 612 | "urlencoding",
|
613 613 | ]
|
614 614 |
|
615 615 | [[package]]
|
616 616 | name = "aws-smithy-runtime"
|
617 617 | version = "1.8.6"
|
618 618 | dependencies = [
|
619 619 | "approx",
|
620 620 | "aws-smithy-async",
|
621 621 | "aws-smithy-http",
|
622 622 | "aws-smithy-http-client",
|
623 623 | "aws-smithy-observability",
|
624 624 | "aws-smithy-runtime-api",
|
625 625 | "aws-smithy-types",
|
626 626 | "bytes",
|
627 627 | "fastrand",
|
628 628 | "futures-util",
|
629 629 | "http 0.2.12",
|
630 630 | "http 1.3.1",
|
631 631 | "http-body 0.4.6",
|
632 632 | "http-body 1.0.1",
|
633 633 | "hyper 0.14.32",
|
634 634 | "pin-project-lite",
|
@@ -781,781 +841,841 @@
781 781 |
|
782 782 | [[package]]
|
783 783 | name = "base64-simd"
|
784 784 | version = "0.8.0"
|
785 785 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
786 786 | checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
|
787 787 | dependencies = [
|
788 788 | "outref",
|
789 789 | "vsimd",
|
790 790 | ]
|
791 791 |
|
792 792 | [[package]]
|
793 793 | name = "bindgen"
|
794 794 | version = "0.69.5"
|
795 795 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
796 796 | checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
797 797 | dependencies = [
|
798 798 | "bitflags 2.9.1",
|
799 799 | "cexpr",
|
800 800 | "clang-sys",
|
801 801 | "itertools 0.12.1",
|
802 802 | "lazy_static",
|
803 803 | "lazycell",
|
804 804 | "log",
|
805 805 | "prettyplease",
|
806 806 | "proc-macro2",
|
807 807 | "quote",
|
808 808 | "regex",
|
809 809 | "rustc-hash",
|
810 810 | "shlex",
|
811 - | "syn 2.0.104",
|
811 + | "syn 2.0.105",
|
812 812 | "which",
|
813 813 | ]
|
814 814 |
|
815 815 | [[package]]
|
816 816 | name = "bit-set"
|
817 817 | version = "0.8.0"
|
818 818 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
819 819 | checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
|
820 820 | dependencies = [
|
821 821 | "bit-vec",
|
822 822 | ]
|
823 823 |
|
824 824 | [[package]]
|
825 825 | name = "bit-vec"
|
826 826 | version = "0.8.0"
|
827 827 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
828 828 | checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
|
829 829 |
|
830 830 | [[package]]
|
831 831 | name = "bitflags"
|
832 832 | version = "1.3.2"
|
833 833 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
834 834 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
835 835 |
|
836 836 | [[package]]
|
837 837 | name = "bitflags"
|
838 838 | version = "2.9.1"
|
839 839 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
840 840 | checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
|
841 841 |
|
@@ -895,895 +957,957 @@
895 895 | "either",
|
896 896 | ]
|
897 897 |
|
898 898 | [[package]]
|
899 899 | name = "cast"
|
900 900 | version = "0.3.0"
|
901 901 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
902 902 | checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
903 903 |
|
904 904 | [[package]]
|
905 905 | name = "cbor-diag"
|
906 906 | version = "0.1.12"
|
907 907 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
908 908 | checksum = "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429"
|
909 909 | dependencies = [
|
910 910 | "bs58",
|
911 911 | "chrono",
|
912 912 | "data-encoding",
|
913 913 | "half",
|
914 914 | "nom",
|
915 915 | "num-bigint",
|
916 916 | "num-rational",
|
917 917 | "num-traits",
|
918 918 | "separator",
|
919 919 | "url",
|
920 920 | "uuid",
|
921 921 | ]
|
922 922 |
|
923 923 | [[package]]
|
924 924 | name = "cc"
|
925 - | version = "1.2.31"
|
925 + | version = "1.2.32"
|
926 926 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
927 - | checksum = "c3a42d84bb6b69d3a8b3eaacf0d88f179e1929695e1ad012b6cf64d9caaa5fd2"
|
927 + | checksum = "2352e5597e9c544d5e6d9c95190d5d27738ade584fa8db0a16e130e5c2b5296e"
|
928 928 | dependencies = [
|
929 929 | "jobserver",
|
930 930 | "libc",
|
931 931 | "shlex",
|
932 932 | ]
|
933 933 |
|
934 934 | [[package]]
|
935 935 | name = "cexpr"
|
936 936 | version = "0.6.0"
|
937 937 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
938 938 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
939 939 | dependencies = [
|
940 940 | "nom",
|
941 941 | ]
|
942 942 |
|
943 943 | [[package]]
|
944 944 | name = "cfg-if"
|
945 945 | version = "1.0.1"
|
946 946 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
947 947 | checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
|
948 948 |
|
949 949 | [[package]]
|
950 950 | name = "chrono"
|
951 951 | version = "0.4.41"
|
952 952 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
953 953 | checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
|
954 954 | dependencies = [
|
955 955 | "num-traits",
|
956 956 | ]
|
957 957 |
|
@@ -983,983 +1054,1054 @@
983 983 | ]
|
984 984 |
|
985 985 | [[package]]
|
986 986 | name = "clang-sys"
|
987 987 | version = "1.8.1"
|
988 988 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
989 989 | checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
990 990 | dependencies = [
|
991 991 | "glob",
|
992 992 | "libc",
|
993 993 | "libloading",
|
994 994 | ]
|
995 995 |
|
996 996 | [[package]]
|
997 997 | name = "clap"
|
998 998 | version = "3.2.25"
|
999 999 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1000 1000 | checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
|
1001 1001 | dependencies = [
|
1002 1002 | "atty",
|
1003 1003 | "bitflags 1.3.2",
|
1004 1004 | "clap_lex 0.2.4",
|
1005 1005 | "indexmap 1.9.3",
|
1006 1006 | "strsim",
|
1007 1007 | "termcolor",
|
1008 1008 | "textwrap",
|
1009 1009 | ]
|
1010 1010 |
|
1011 1011 | [[package]]
|
1012 1012 | name = "clap"
|
1013 - | version = "4.5.43"
|
1013 + | version = "4.5.45"
|
1014 1014 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1015 - | checksum = "50fd97c9dc2399518aa331917ac6f274280ec5eb34e555dd291899745c48ec6f"
|
1015 + | checksum = "1fc0e74a703892159f5ae7d3aac52c8e6c392f5ae5f359c70b5881d60aaac318"
|
1016 1016 | dependencies = [
|
1017 1017 | "clap_builder",
|
1018 1018 | ]
|
1019 1019 |
|
1020 1020 | [[package]]
|
1021 1021 | name = "clap_builder"
|
1022 - | version = "4.5.43"
|
1022 + | version = "4.5.44"
|
1023 1023 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1024 - | checksum = "c35b5830294e1fa0462034af85cc95225a4cb07092c088c55bda3147cfcd8f65"
|
1024 + | checksum = "b3e7f4214277f3c7aa526a59dd3fbe306a370daee1f8b7b8c987069cd8e888a8"
|
1025 1025 | dependencies = [
|
1026 1026 | "anstyle",
|
1027 1027 | "clap_lex 0.7.5",
|
1028 1028 | ]
|
1029 1029 |
|
1030 1030 | [[package]]
|
1031 1031 | name = "clap_lex"
|
1032 1032 | version = "0.2.4"
|
1033 1033 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1034 1034 | checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
1035 1035 | dependencies = [
|
1036 1036 | "os_str_bytes",
|
1037 1037 | ]
|
1038 1038 |
|
1039 1039 | [[package]]
|
1040 1040 | name = "clap_lex"
|
1041 1041 | version = "0.7.5"
|
1042 1042 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1043 1043 | checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
|
1044 1044 |
|
1045 1045 | [[package]]
|
1046 1046 | name = "cmake"
|
1047 1047 | version = "0.1.54"
|
1048 1048 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1049 1049 | checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
|
1050 1050 | dependencies = [
|
1051 1051 | "cc",
|
1052 1052 | ]
|
1053 1053 |
|
1054 1054 | [[package]]
|
@@ -1114,1114 +1174,1174 @@
1114 1114 | name = "crc-fast"
|
1115 1115 | version = "1.3.0"
|
1116 1116 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1117 1117 | checksum = "6bf62af4cc77d8fe1c22dde4e721d87f2f54056139d8c412e1366b740305f56f"
|
1118 1118 | dependencies = [
|
1119 1119 | "crc",
|
1120 1120 | "digest",
|
1121 1121 | "libc",
|
1122 1122 | "rand 0.9.2",
|
1123 1123 | "regex",
|
1124 1124 | ]
|
1125 1125 |
|
1126 1126 | [[package]]
|
1127 1127 | name = "crc32fast"
|
1128 1128 | version = "1.5.0"
|
1129 1129 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1130 1130 | checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
1131 1131 | dependencies = [
|
1132 1132 | "cfg-if",
|
1133 1133 | ]
|
1134 1134 |
|
1135 1135 | [[package]]
|
1136 1136 | name = "criterion"
|
1137 1137 | version = "0.5.1"
|
1138 1138 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1139 1139 | checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
|
1140 1140 | dependencies = [
|
1141 1141 | "anes",
|
1142 1142 | "cast",
|
1143 1143 | "ciborium",
|
1144 - | "clap 4.5.43",
|
1144 + | "clap 4.5.45",
|
1145 1145 | "criterion-plot",
|
1146 1146 | "futures",
|
1147 1147 | "is-terminal",
|
1148 1148 | "itertools 0.10.5",
|
1149 1149 | "num-traits",
|
1150 1150 | "once_cell",
|
1151 1151 | "oorandom",
|
1152 1152 | "plotters",
|
1153 1153 | "rayon",
|
1154 1154 | "regex",
|
1155 1155 | "serde",
|
1156 1156 | "serde_derive",
|
1157 1157 | "serde_json",
|
1158 1158 | "tinytemplate",
|
1159 1159 | "tokio",
|
1160 1160 | "walkdir",
|
1161 1161 | ]
|
1162 1162 |
|
1163 1163 | [[package]]
|
1164 1164 | name = "criterion-plot"
|
1165 1165 | version = "0.5.0"
|
1166 1166 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1167 1167 | checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
1168 1168 | dependencies = [
|
1169 1169 | "cast",
|
1170 1170 | "itertools 0.10.5",
|
1171 1171 | ]
|
1172 1172 |
|
1173 1173 | [[package]]
|
1174 1174 | name = "crossbeam-channel"
|
@@ -1216,1216 +1303,1303 @@
1216 1216 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1217 1217 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
1218 1218 | dependencies = [
|
1219 1219 | "generic-array",
|
1220 1220 | "typenum",
|
1221 1221 | ]
|
1222 1222 |
|
1223 1223 | [[package]]
|
1224 1224 | name = "data-encoding"
|
1225 1225 | version = "2.9.0"
|
1226 1226 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1227 1227 | checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
|
1228 1228 |
|
1229 1229 | [[package]]
|
1230 1230 | name = "deranged"
|
1231 1231 | version = "0.4.0"
|
1232 1232 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1233 1233 | checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
|
1234 1234 | dependencies = [
|
1235 1235 | "powerfmt",
|
1236 1236 | ]
|
1237 1237 |
|
1238 1238 | [[package]]
|
1239 1239 | name = "derive_arbitrary"
|
1240 1240 | version = "1.4.1"
|
1241 1241 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1242 1242 | checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800"
|
1243 1243 | dependencies = [
|
1244 1244 | "proc-macro2",
|
1245 1245 | "quote",
|
1246 - | "syn 2.0.104",
|
1246 + | "syn 2.0.105",
|
1247 1247 | ]
|
1248 1248 |
|
1249 1249 | [[package]]
|
1250 1250 | name = "diff"
|
1251 1251 | version = "0.1.13"
|
1252 1252 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1253 1253 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
1254 1254 |
|
1255 1255 | [[package]]
|
1256 1256 | name = "digest"
|
1257 1257 | version = "0.10.7"
|
1258 1258 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1259 1259 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
1260 1260 | dependencies = [
|
1261 1261 | "block-buffer",
|
1262 1262 | "crypto-common",
|
1263 1263 | ]
|
1264 1264 |
|
1265 1265 | [[package]]
|
1266 1266 | name = "displaydoc"
|
1267 1267 | version = "0.2.5"
|
1268 1268 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1269 1269 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
1270 1270 | dependencies = [
|
1271 1271 | "proc-macro2",
|
1272 1272 | "quote",
|
1273 - | "syn 2.0.104",
|
1273 + | "syn 2.0.105",
|
1274 1274 | ]
|
1275 1275 |
|
1276 1276 | [[package]]
|
1277 1277 | name = "dunce"
|
1278 1278 | version = "1.0.5"
|
1279 1279 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1280 1280 | checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
1281 1281 |
|
1282 1282 | [[package]]
|
1283 1283 | name = "either"
|
1284 1284 | version = "1.15.0"
|
1285 1285 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1286 1286 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
1287 1287 |
|
1288 1288 | [[package]]
|
1289 1289 | name = "encoding_rs"
|
1290 1290 | version = "0.8.35"
|
1291 1291 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1292 1292 | checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
1293 1293 | dependencies = [
|
1294 1294 | "cfg-if",
|
1295 1295 | ]
|
1296 1296 |
|
1297 1297 | [[package]]
|
1298 1298 | name = "equivalent"
|
1299 1299 | version = "1.0.2"
|
1300 1300 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1301 1301 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
1302 1302 |
|
1303 1303 | [[package]]
|
@@ -1416,1416 +1476,1476 @@
1416 1416 | "futures-util",
|
1417 1417 | ]
|
1418 1418 |
|
1419 1419 | [[package]]
|
1420 1420 | name = "futures-io"
|
1421 1421 | version = "0.3.31"
|
1422 1422 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1423 1423 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
1424 1424 |
|
1425 1425 | [[package]]
|
1426 1426 | name = "futures-lite"
|
1427 1427 | version = "2.6.1"
|
1428 1428 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1429 1429 | checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
|
1430 1430 | dependencies = [
|
1431 1431 | "fastrand",
|
1432 1432 | "futures-core",
|
1433 1433 | "futures-io",
|
1434 1434 | "parking",
|
1435 1435 | "pin-project-lite",
|
1436 1436 | ]
|
1437 1437 |
|
1438 1438 | [[package]]
|
1439 1439 | name = "futures-macro"
|
1440 1440 | version = "0.3.31"
|
1441 1441 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1442 1442 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
1443 1443 | dependencies = [
|
1444 1444 | "proc-macro2",
|
1445 1445 | "quote",
|
1446 - | "syn 2.0.104",
|
1446 + | "syn 2.0.105",
|
1447 1447 | ]
|
1448 1448 |
|
1449 1449 | [[package]]
|
1450 1450 | name = "futures-sink"
|
1451 1451 | version = "0.3.31"
|
1452 1452 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1453 1453 | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
1454 1454 |
|
1455 1455 | [[package]]
|
1456 1456 | name = "futures-task"
|
1457 1457 | version = "0.3.31"
|
1458 1458 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1459 1459 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
1460 1460 |
|
1461 1461 | [[package]]
|
1462 1462 | name = "futures-util"
|
1463 1463 | version = "0.3.31"
|
1464 1464 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1465 1465 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
1466 1466 | dependencies = [
|
1467 1467 | "futures-channel",
|
1468 1468 | "futures-core",
|
1469 1469 | "futures-io",
|
1470 1470 | "futures-macro",
|
1471 1471 | "futures-sink",
|
1472 1472 | "futures-task",
|
1473 1473 | "memchr",
|
1474 1474 | "pin-project-lite",
|
1475 1475 | "pin-utils",
|
1476 1476 | "slab",
|
@@ -1490,1490 +1552,1552 @@
1490 1490 | name = "getrandom"
|
1491 1491 | version = "0.2.16"
|
1492 1492 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1493 1493 | checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
1494 1494 | dependencies = [
|
1495 1495 | "cfg-if",
|
1496 1496 | "libc",
|
1497 1497 | "wasi 0.11.1+wasi-snapshot-preview1",
|
1498 1498 | ]
|
1499 1499 |
|
1500 1500 | [[package]]
|
1501 1501 | name = "getrandom"
|
1502 1502 | version = "0.3.3"
|
1503 1503 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1504 1504 | checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
|
1505 1505 | dependencies = [
|
1506 1506 | "cfg-if",
|
1507 1507 | "libc",
|
1508 1508 | "r-efi",
|
1509 1509 | "wasi 0.14.2+wasi-0.2.4",
|
1510 1510 | ]
|
1511 1511 |
|
1512 1512 | [[package]]
|
1513 1513 | name = "gimli"
|
1514 1514 | version = "0.31.1"
|
1515 1515 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1516 1516 | checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
1517 1517 |
|
1518 1518 | [[package]]
|
1519 1519 | name = "glob"
|
1520 - | version = "0.3.2"
|
1520 + | version = "0.3.3"
|
1521 1521 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1522 - | checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
1522 + | checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
1523 1523 |
|
1524 1524 | [[package]]
|
1525 1525 | name = "gloo-timers"
|
1526 1526 | version = "0.3.0"
|
1527 1527 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1528 1528 | checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
|
1529 1529 | dependencies = [
|
1530 1530 | "futures-channel",
|
1531 1531 | "futures-core",
|
1532 1532 | "js-sys",
|
1533 1533 | "wasm-bindgen",
|
1534 1534 | ]
|
1535 1535 |
|
1536 1536 | [[package]]
|
1537 1537 | name = "h2"
|
1538 1538 | version = "0.3.27"
|
1539 1539 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1540 1540 | checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
|
1541 1541 | dependencies = [
|
1542 1542 | "bytes",
|
1543 1543 | "fnv",
|
1544 1544 | "futures-core",
|
1545 1545 | "futures-sink",
|
1546 1546 | "futures-util",
|
1547 1547 | "http 0.2.12",
|
1548 1548 | "indexmap 2.10.0",
|
1549 1549 | "slab",
|
1550 1550 | "tokio",
|
1551 1551 | "tokio-util",
|
1552 1552 | "tracing",
|
@@ -1562,1562 +1624,1624 @@
1562 1562 | "bytes",
|
1563 1563 | "fnv",
|
1564 1564 | "futures-core",
|
1565 1565 | "futures-sink",
|
1566 1566 | "http 1.3.1",
|
1567 1567 | "indexmap 2.10.0",
|
1568 1568 | "slab",
|
1569 1569 | "tokio",
|
1570 1570 | "tokio-util",
|
1571 1571 | "tracing",
|
1572 1572 | ]
|
1573 1573 |
|
1574 1574 | [[package]]
|
1575 1575 | name = "half"
|
1576 1576 | version = "2.6.0"
|
1577 1577 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1578 1578 | checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
|
1579 1579 | dependencies = [
|
1580 1580 | "cfg-if",
|
1581 1581 | "crunchy",
|
1582 1582 | ]
|
1583 1583 |
|
1584 1584 | [[package]]
|
1585 1585 | name = "hashbrown"
|
1586 1586 | version = "0.12.3"
|
1587 1587 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1588 1588 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
1589 1589 |
|
1590 1590 | [[package]]
|
1591 1591 | name = "hashbrown"
|
1592 - | version = "0.15.4"
|
1592 + | version = "0.15.5"
|
1593 1593 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1594 - | checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
|
1594 + | checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
1595 1595 |
|
1596 1596 | [[package]]
|
1597 1597 | name = "heck"
|
1598 1598 | version = "0.4.1"
|
1599 1599 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1600 1600 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
1601 1601 |
|
1602 1602 | [[package]]
|
1603 1603 | name = "hermit-abi"
|
1604 1604 | version = "0.1.19"
|
1605 1605 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1606 1606 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
1607 1607 | dependencies = [
|
1608 1608 | "libc",
|
1609 1609 | ]
|
1610 1610 |
|
1611 1611 | [[package]]
|
1612 1612 | name = "hermit-abi"
|
1613 1613 | version = "0.5.2"
|
1614 1614 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1615 1615 | checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
|
1616 1616 |
|
1617 1617 | [[package]]
|
1618 1618 | name = "hex"
|
1619 1619 | version = "0.4.3"
|
1620 1620 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1621 1621 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
1622 1622 |
|
1623 1623 | [[package]]
|
1624 1624 | name = "home"
|
@@ -1914,1914 +1974,1974 @@
1914 1914 | "utf8_iter",
|
1915 1915 | ]
|
1916 1916 |
|
1917 1917 | [[package]]
|
1918 1918 | name = "idna_adapter"
|
1919 1919 | version = "1.2.1"
|
1920 1920 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1921 1921 | checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
1922 1922 | dependencies = [
|
1923 1923 | "icu_normalizer",
|
1924 1924 | "icu_properties",
|
1925 1925 | ]
|
1926 1926 |
|
1927 1927 | [[package]]
|
1928 1928 | name = "indexmap"
|
1929 1929 | version = "1.9.3"
|
1930 1930 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1931 1931 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
1932 1932 | dependencies = [
|
1933 1933 | "autocfg",
|
1934 1934 | "hashbrown 0.12.3",
|
1935 1935 | ]
|
1936 1936 |
|
1937 1937 | [[package]]
|
1938 1938 | name = "indexmap"
|
1939 1939 | version = "2.10.0"
|
1940 1940 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1941 1941 | checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
|
1942 1942 | dependencies = [
|
1943 1943 | "equivalent",
|
1944 - | "hashbrown 0.15.4",
|
1944 + | "hashbrown 0.15.5",
|
1945 1945 | "serde",
|
1946 1946 | ]
|
1947 1947 |
|
1948 1948 | [[package]]
|
1949 1949 | name = "indoc"
|
1950 1950 | version = "2.0.6"
|
1951 1951 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1952 1952 | checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
|
1953 1953 |
|
1954 1954 | [[package]]
|
1955 1955 | name = "inlineable"
|
1956 1956 | version = "0.1.0"
|
1957 1957 | dependencies = [
|
1958 1958 | "aws-smithy-cbor",
|
1959 1959 | "aws-smithy-compression",
|
1960 1960 | "aws-smithy-http",
|
1961 1961 | "aws-smithy-json",
|
1962 1962 | "aws-smithy-runtime",
|
1963 1963 | "aws-smithy-runtime-api",
|
1964 1964 | "aws-smithy-types",
|
1965 1965 | "aws-smithy-xml",
|
1966 1966 | "bytes",
|
1967 1967 | "fastrand",
|
1968 1968 | "futures-util",
|
1969 1969 | "http 0.2.12",
|
1970 1970 | "http-body 0.4.6",
|
1971 1971 | "md-5",
|
1972 1972 | "percent-encoding",
|
1973 1973 | "pin-project-lite",
|
1974 1974 | "proptest",
|
@@ -2135,2135 +2197,2197 @@
2135 2135 | "tower 0.4.13",
|
2136 2136 | "tracing",
|
2137 2137 | ]
|
2138 2138 |
|
2139 2139 | [[package]]
|
2140 2140 | name = "lambda_runtime_api_client"
|
2141 2141 | version = "0.8.0"
|
2142 2142 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2143 2143 | checksum = "690c5ae01f3acac8c9c3348b556fc443054e9b7f1deaf53e9ebab716282bf0ed"
|
2144 2144 | dependencies = [
|
2145 2145 | "http 0.2.12",
|
2146 2146 | "hyper 0.14.32",
|
2147 2147 | "tokio",
|
2148 2148 | "tower-service",
|
2149 2149 | ]
|
2150 2150 |
|
2151 2151 | [[package]]
|
2152 2152 | name = "lazy_static"
|
2153 2153 | version = "1.5.0"
|
2154 2154 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2155 2155 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2156 2156 |
|
2157 2157 | [[package]]
|
2158 2158 | name = "lazycell"
|
2159 2159 | version = "1.3.0"
|
2160 2160 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2161 2161 | checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2162 2162 |
|
2163 2163 | [[package]]
|
2164 2164 | name = "libc"
|
2165 - | version = "0.2.174"
|
2165 + | version = "0.2.175"
|
2166 2166 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2167 - | checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
|
2167 + | checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
|
2168 2168 |
|
2169 2169 | [[package]]
|
2170 2170 | name = "libloading"
|
2171 2171 | version = "0.8.8"
|
2172 2172 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2173 2173 | checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
|
2174 2174 | dependencies = [
|
2175 2175 | "cfg-if",
|
2176 2176 | "windows-targets 0.53.3",
|
2177 2177 | ]
|
2178 2178 |
|
2179 2179 | [[package]]
|
2180 2180 | name = "libmimalloc-sys"
|
2181 2181 | version = "0.1.43"
|
2182 2182 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2183 2183 | checksum = "bf88cd67e9de251c1781dbe2f641a1a3ad66eaae831b8a2c38fbdc5ddae16d4d"
|
2184 2184 | dependencies = [
|
2185 2185 | "cc",
|
2186 2186 | "libc",
|
2187 2187 | ]
|
2188 2188 |
|
2189 2189 | [[package]]
|
2190 2190 | name = "linux-raw-sys"
|
2191 2191 | version = "0.4.15"
|
2192 2192 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2193 2193 | checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
2194 2194 |
|
2195 2195 | [[package]]
|
2196 2196 | name = "linux-raw-sys"
|
2197 2197 | version = "0.9.4"
|
@@ -2263,2263 +2323,2323 @@
2263 2263 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2264 2264 | checksum = "b1791cbe101e95af5764f06f20f6760521f7158f69dbf9d6baf941ee1bf6bc40"
|
2265 2265 | dependencies = [
|
2266 2266 | "libmimalloc-sys",
|
2267 2267 | ]
|
2268 2268 |
|
2269 2269 | [[package]]
|
2270 2270 | name = "mime"
|
2271 2271 | version = "0.3.17"
|
2272 2272 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2273 2273 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2274 2274 |
|
2275 2275 | [[package]]
|
2276 2276 | name = "minicbor"
|
2277 2277 | version = "0.24.2"
|
2278 2278 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2279 2279 | checksum = "5f8e213c36148d828083ae01948eed271d03f95f7e72571fa242d78184029af2"
|
2280 2280 | dependencies = [
|
2281 2281 | "half",
|
2282 2282 | "minicbor-derive",
|
2283 2283 | ]
|
2284 2284 |
|
2285 2285 | [[package]]
|
2286 2286 | name = "minicbor-derive"
|
2287 2287 | version = "0.15.3"
|
2288 2288 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2289 2289 | checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
|
2290 2290 | dependencies = [
|
2291 2291 | "proc-macro2",
|
2292 2292 | "quote",
|
2293 - | "syn 2.0.104",
|
2293 + | "syn 2.0.105",
|
2294 2294 | ]
|
2295 2295 |
|
2296 2296 | [[package]]
|
2297 2297 | name = "minimal-lexical"
|
2298 2298 | version = "0.2.1"
|
2299 2299 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2300 2300 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2301 2301 |
|
2302 2302 | [[package]]
|
2303 2303 | name = "miniz_oxide"
|
2304 2304 | version = "0.8.9"
|
2305 2305 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2306 2306 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
2307 2307 | dependencies = [
|
2308 2308 | "adler2",
|
2309 2309 | ]
|
2310 2310 |
|
2311 2311 | [[package]]
|
2312 2312 | name = "mio"
|
2313 2313 | version = "1.0.4"
|
2314 2314 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2315 2315 | checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
|
2316 2316 | dependencies = [
|
2317 2317 | "libc",
|
2318 2318 | "wasi 0.11.1+wasi-snapshot-preview1",
|
2319 2319 | "windows-sys 0.59.0",
|
2320 2320 | ]
|
2321 2321 |
|
2322 2322 | [[package]]
|
2323 2323 | name = "nom"
|
@@ -2509,2509 +2569,2569 @@
2509 2509 | version = "1.1.1"
|
2510 2510 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2511 2511 | checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
|
2512 2512 | dependencies = [
|
2513 2513 | "base64 0.13.1",
|
2514 2514 | ]
|
2515 2515 |
|
2516 2516 | [[package]]
|
2517 2517 | name = "percent-encoding"
|
2518 2518 | version = "2.3.1"
|
2519 2519 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2520 2520 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2521 2521 |
|
2522 2522 | [[package]]
|
2523 2523 | name = "pin-project"
|
2524 2524 | version = "1.1.10"
|
2525 2525 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2526 2526 | checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
|
2527 2527 | dependencies = [
|
2528 2528 | "pin-project-internal",
|
2529 2529 | ]
|
2530 2530 |
|
2531 2531 | [[package]]
|
2532 2532 | name = "pin-project-internal"
|
2533 2533 | version = "1.1.10"
|
2534 2534 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2535 2535 | checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
|
2536 2536 | dependencies = [
|
2537 2537 | "proc-macro2",
|
2538 2538 | "quote",
|
2539 - | "syn 2.0.104",
|
2539 + | "syn 2.0.105",
|
2540 2540 | ]
|
2541 2541 |
|
2542 2542 | [[package]]
|
2543 2543 | name = "pin-project-lite"
|
2544 2544 | version = "0.2.16"
|
2545 2545 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2546 2546 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
2547 2547 |
|
2548 2548 | [[package]]
|
2549 2549 | name = "pin-utils"
|
2550 2550 | version = "0.1.0"
|
2551 2551 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2552 2552 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2553 2553 |
|
2554 2554 | [[package]]
|
2555 2555 | name = "piper"
|
2556 2556 | version = "0.2.4"
|
2557 2557 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2558 2558 | checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
|
2559 2559 | dependencies = [
|
2560 2560 | "atomic-waker",
|
2561 2561 | "fastrand",
|
2562 2562 | "futures-io",
|
2563 2563 | ]
|
2564 2564 |
|
2565 2565 | [[package]]
|
2566 2566 | name = "plotters"
|
2567 2567 | version = "0.3.7"
|
2568 2568 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2569 2569 | checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
|
@@ -2624,2624 +2691,2691 @@
2624 2624 | version = "0.2.0"
|
2625 2625 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2626 2626 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
2627 2627 |
|
2628 2628 | [[package]]
|
2629 2629 | name = "ppv-lite86"
|
2630 2630 | version = "0.2.21"
|
2631 2631 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2632 2632 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
2633 2633 | dependencies = [
|
2634 2634 | "zerocopy",
|
2635 2635 | ]
|
2636 2636 |
|
2637 2637 | [[package]]
|
2638 2638 | name = "pretty_assertions"
|
2639 2639 | version = "1.4.1"
|
2640 2640 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2641 2641 | checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
|
2642 2642 | dependencies = [
|
2643 2643 | "diff",
|
2644 2644 | "yansi",
|
2645 2645 | ]
|
2646 2646 |
|
2647 2647 | [[package]]
|
2648 2648 | name = "prettyplease"
|
2649 2649 | version = "0.2.36"
|
2650 2650 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2651 2651 | checksum = "ff24dfcda44452b9816fff4cd4227e1bb73ff5a2f1bc1105aa92fb8565ce44d2"
|
2652 2652 | dependencies = [
|
2653 2653 | "proc-macro2",
|
2654 - | "syn 2.0.104",
|
2654 + | "syn 2.0.105",
|
2655 2655 | ]
|
2656 2656 |
|
2657 2657 | [[package]]
|
2658 2658 | name = "proc-macro2"
|
2659 - | version = "1.0.95"
|
2659 + | version = "1.0.97"
|
2660 2660 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2661 - | checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
2661 + | checksum = "d61789d7719defeb74ea5fe81f2fdfdbd28a803847077cecce2ff14e1472f6f1"
|
2662 2662 | dependencies = [
|
2663 2663 | "unicode-ident",
|
2664 2664 | ]
|
2665 2665 |
|
2666 2666 | [[package]]
|
2667 2667 | name = "proptest"
|
2668 2668 | version = "1.7.0"
|
2669 2669 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2670 2670 | checksum = "6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f"
|
2671 2671 | dependencies = [
|
2672 2672 | "bit-set",
|
2673 2673 | "bit-vec",
|
2674 2674 | "bitflags 2.9.1",
|
2675 2675 | "lazy_static",
|
2676 2676 | "num-traits",
|
2677 2677 | "rand 0.9.2",
|
2678 2678 | "rand_chacha 0.9.0",
|
2679 2679 | "rand_xorshift",
|
2680 2680 | "regex-syntax 0.8.5",
|
2681 2681 | "rusty-fork",
|
2682 2682 | "tempfile",
|
2683 2683 | "unarray",
|
2684 2684 | ]
|
2685 2685 |
|
2686 2686 | [[package]]
|
2687 2687 | name = "pyo3"
|
2688 2688 | version = "0.20.3"
|
2689 2689 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2690 2690 | checksum = "53bdbb96d49157e65d45cc287af5f32ffadd5f4761438b527b055fb0d4bb8233"
|
2691 2691 | dependencies = [
|
@@ -2731,2731 +2804,2804 @@
2731 2731 |
|
2732 2732 | [[package]]
|
2733 2733 | name = "pyo3-build-config"
|
2734 2734 | version = "0.20.3"
|
2735 2735 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2736 2736 | checksum = "deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7"
|
2737 2737 | dependencies = [
|
2738 2738 | "once_cell",
|
2739 2739 | "target-lexicon",
|
2740 2740 | ]
|
2741 2741 |
|
2742 2742 | [[package]]
|
2743 2743 | name = "pyo3-ffi"
|
2744 2744 | version = "0.20.3"
|
2745 2745 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2746 2746 | checksum = "62b42531d03e08d4ef1f6e85a2ed422eb678b8cd62b762e53891c05faf0d4afa"
|
2747 2747 | dependencies = [
|
2748 2748 | "libc",
|
2749 2749 | "pyo3-build-config",
|
2750 2750 | ]
|
2751 2751 |
|
2752 2752 | [[package]]
|
2753 2753 | name = "pyo3-macros"
|
2754 2754 | version = "0.20.3"
|
2755 2755 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2756 2756 | checksum = "7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158"
|
2757 2757 | dependencies = [
|
2758 2758 | "proc-macro2",
|
2759 2759 | "pyo3-macros-backend",
|
2760 2760 | "quote",
|
2761 - | "syn 2.0.104",
|
2761 + | "syn 2.0.105",
|
2762 2762 | ]
|
2763 2763 |
|
2764 2764 | [[package]]
|
2765 2765 | name = "pyo3-macros-backend"
|
2766 2766 | version = "0.20.3"
|
2767 2767 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2768 2768 | checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185"
|
2769 2769 | dependencies = [
|
2770 2770 | "heck",
|
2771 2771 | "proc-macro2",
|
2772 2772 | "pyo3-build-config",
|
2773 2773 | "quote",
|
2774 - | "syn 2.0.104",
|
2774 + | "syn 2.0.105",
|
2775 2775 | ]
|
2776 2776 |
|
2777 2777 | [[package]]
|
2778 2778 | name = "query_map"
|
2779 2779 | version = "0.7.0"
|
2780 2780 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2781 2781 | checksum = "5eab6b8b1074ef3359a863758dae650c7c0c6027927a085b7af911c8e0bf3a15"
|
2782 2782 | dependencies = [
|
2783 2783 | "form_urlencoded",
|
2784 2784 | "serde",
|
2785 2785 | "serde_derive",
|
2786 2786 | ]
|
2787 2787 |
|
2788 2788 | [[package]]
|
2789 2789 | name = "quick-error"
|
2790 2790 | version = "1.2.3"
|
2791 2791 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2792 2792 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2793 2793 |
|
2794 2794 | [[package]]
|
2795 2795 | name = "quote"
|
2796 2796 | version = "1.0.40"
|
2797 2797 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2798 2798 | checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
2799 2799 | dependencies = [
|
2800 2800 | "proc-macro2",
|
2801 2801 | ]
|
2802 2802 |
|
2803 2803 | [[package]]
|
2804 2804 | name = "r-efi"
|
@@ -2849,2849 +2921,2921 @@
2849 2849 |
|
2850 2850 | [[package]]
|
2851 2851 | name = "rand_core"
|
2852 2852 | version = "0.6.4"
|
2853 2853 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2854 2854 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2855 2855 | dependencies = [
|
2856 2856 | "getrandom 0.2.16",
|
2857 2857 | ]
|
2858 2858 |
|
2859 2859 | [[package]]
|
2860 2860 | name = "rand_core"
|
2861 2861 | version = "0.9.3"
|
2862 2862 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2863 2863 | checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
|
2864 2864 | dependencies = [
|
2865 2865 | "getrandom 0.3.3",
|
2866 2866 | ]
|
2867 2867 |
|
2868 2868 | [[package]]
|
2869 2869 | name = "rand_xorshift"
|
2870 2870 | version = "0.4.0"
|
2871 2871 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2872 2872 | checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
|
2873 2873 | dependencies = [
|
2874 2874 | "rand_core 0.9.3",
|
2875 2875 | ]
|
2876 2876 |
|
2877 2877 | [[package]]
|
2878 2878 | name = "rayon"
|
2879 - | version = "1.10.0"
|
2879 + | version = "1.11.0"
|
2880 2880 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2881 - | checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
2881 + | checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
|
2882 2882 | dependencies = [
|
2883 2883 | "either",
|
2884 2884 | "rayon-core",
|
2885 2885 | ]
|
2886 2886 |
|
2887 2887 | [[package]]
|
2888 2888 | name = "rayon-core"
|
2889 - | version = "1.12.1"
|
2889 + | version = "1.13.0"
|
2890 2890 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2891 - | checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2891 + | checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
2892 2892 | dependencies = [
|
2893 2893 | "crossbeam-deque",
|
2894 2894 | "crossbeam-utils",
|
2895 2895 | ]
|
2896 2896 |
|
2897 2897 | [[package]]
|
2898 2898 | name = "rcgen"
|
2899 2899 | version = "0.10.0"
|
2900 2900 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2901 2901 | checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"
|
2902 2902 | dependencies = [
|
2903 2903 | "pem",
|
2904 2904 | "ring 0.16.20",
|
2905 2905 | "time",
|
2906 2906 | "yasna",
|
2907 2907 | ]
|
2908 2908 |
|
2909 2909 | [[package]]
|
2910 2910 | name = "redox_syscall"
|
2911 2911 | version = "0.5.17"
|
2912 2912 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2913 2913 | checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
|
2914 2914 | dependencies = [
|
2915 2915 | "bitflags 2.9.1",
|
2916 2916 | ]
|
2917 2917 |
|
2918 2918 | [[package]]
|
2919 2919 | name = "regex"
|
2920 2920 | version = "1.11.1"
|
2921 2921 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -3117,3117 +3179,3179 @@
3117 3117 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3118 3118 | checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
|
3119 3119 | dependencies = [
|
3120 3120 | "zeroize",
|
3121 3121 | ]
|
3122 3122 |
|
3123 3123 | [[package]]
|
3124 3124 | name = "rustls-webpki"
|
3125 3125 | version = "0.101.7"
|
3126 3126 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3127 3127 | checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
3128 3128 | dependencies = [
|
3129 3129 | "ring 0.17.14",
|
3130 3130 | "untrusted 0.9.0",
|
3131 3131 | ]
|
3132 3132 |
|
3133 3133 | [[package]]
|
3134 3134 | name = "rustls-webpki"
|
3135 3135 | version = "0.103.4"
|
3136 3136 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3137 3137 | checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
|
3138 3138 | dependencies = [
|
3139 3139 | "aws-lc-rs",
|
3140 3140 | "ring 0.17.14",
|
3141 3141 | "rustls-pki-types",
|
3142 3142 | "untrusted 0.9.0",
|
3143 3143 | ]
|
3144 3144 |
|
3145 3145 | [[package]]
|
3146 3146 | name = "rustversion"
|
3147 - | version = "1.0.21"
|
3147 + | version = "1.0.22"
|
3148 3148 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3149 - | checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
|
3149 + | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
3150 3150 |
|
3151 3151 | [[package]]
|
3152 3152 | name = "rusty-fork"
|
3153 3153 | version = "0.3.0"
|
3154 3154 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3155 3155 | checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
|
3156 3156 | dependencies = [
|
3157 3157 | "fnv",
|
3158 3158 | "quick-error",
|
3159 3159 | "tempfile",
|
3160 3160 | "wait-timeout",
|
3161 3161 | ]
|
3162 3162 |
|
3163 3163 | [[package]]
|
3164 3164 | name = "ryu"
|
3165 3165 | version = "1.0.20"
|
3166 3166 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3167 3167 | checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
3168 3168 |
|
3169 3169 | [[package]]
|
3170 3170 | name = "s2n-tls"
|
3171 3171 | version = "0.3.12"
|
3172 3172 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3173 3173 | checksum = "bca784a7bd2303b31dee13fe5d8617bd27c9e983342b6f07277d7bc07a2f32ea"
|
3174 3174 | dependencies = [
|
3175 3175 | "errno",
|
3176 3176 | "hex",
|
3177 3177 | "libc",
|
3178 3178 | "pin-project-lite",
|
3179 3179 | "s2n-tls-sys",
|
@@ -3298,3298 +3418,3418 @@
3298 3298 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3299 3299 | checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
|
3300 3300 | dependencies = [
|
3301 3301 | "core-foundation-sys",
|
3302 3302 | "libc",
|
3303 3303 | ]
|
3304 3304 |
|
3305 3305 | [[package]]
|
3306 3306 | name = "separator"
|
3307 3307 | version = "0.4.1"
|
3308 3308 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3309 3309 | checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
|
3310 3310 |
|
3311 3311 | [[package]]
|
3312 3312 | name = "serde"
|
3313 3313 | version = "1.0.219"
|
3314 3314 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3315 3315 | checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
3316 3316 | dependencies = [
|
3317 3317 | "serde_derive",
|
3318 3318 | ]
|
3319 3319 |
|
3320 3320 | [[package]]
|
3321 3321 | name = "serde_derive"
|
3322 3322 | version = "1.0.219"
|
3323 3323 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3324 3324 | checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
3325 3325 | dependencies = [
|
3326 3326 | "proc-macro2",
|
3327 3327 | "quote",
|
3328 - | "syn 2.0.104",
|
3328 + | "syn 2.0.105",
|
3329 3329 | ]
|
3330 3330 |
|
3331 3331 | [[package]]
|
3332 3332 | name = "serde_json"
|
3333 3333 | version = "1.0.142"
|
3334 3334 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3335 3335 | checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7"
|
3336 3336 | dependencies = [
|
3337 3337 | "indexmap 2.10.0",
|
3338 3338 | "itoa",
|
3339 3339 | "memchr",
|
3340 3340 | "ryu",
|
3341 3341 | "serde",
|
3342 3342 | ]
|
3343 3343 |
|
3344 3344 | [[package]]
|
3345 3345 | name = "serde_path_to_error"
|
3346 3346 | version = "0.1.17"
|
3347 3347 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3348 3348 | checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
|
3349 3349 | dependencies = [
|
3350 3350 | "itoa",
|
3351 3351 | "serde",
|
3352 3352 | ]
|
3353 3353 |
|
3354 3354 | [[package]]
|
3355 3355 | name = "serde_urlencoded"
|
3356 3356 | version = "0.7.1"
|
3357 3357 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3358 3358 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
3359 3359 | dependencies = [
|
3360 3360 | "form_urlencoded",
|
3361 3361 | "itoa",
|
3362 3362 | "ryu",
|
3363 3363 | "serde",
|
3364 3364 | ]
|
3365 3365 |
|
3366 3366 | [[package]]
|
3367 3367 | name = "serial_test"
|
3368 3368 | version = "3.2.0"
|
3369 3369 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3370 3370 | checksum = "1b258109f244e1d6891bf1053a55d63a5cd4f8f4c30cf9a1280989f80e7a1fa9"
|
3371 3371 | dependencies = [
|
3372 3372 | "futures",
|
3373 3373 | "log",
|
3374 3374 | "once_cell",
|
3375 3375 | "parking_lot",
|
3376 3376 | "scc",
|
3377 3377 | "serial_test_derive",
|
3378 3378 | ]
|
3379 3379 |
|
3380 3380 | [[package]]
|
3381 3381 | name = "serial_test_derive"
|
3382 3382 | version = "3.2.0"
|
3383 3383 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3384 3384 | checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef"
|
3385 3385 | dependencies = [
|
3386 3386 | "proc-macro2",
|
3387 3387 | "quote",
|
3388 - | "syn 2.0.104",
|
3388 + | "syn 2.0.105",
|
3389 3389 | ]
|
3390 3390 |
|
3391 3391 | [[package]]
|
3392 3392 | name = "sha1"
|
3393 3393 | version = "0.10.6"
|
3394 3394 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3395 3395 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
3396 3396 | dependencies = [
|
3397 3397 | "cfg-if",
|
3398 3398 | "cpufeatures",
|
3399 3399 | "digest",
|
3400 3400 | ]
|
3401 3401 |
|
3402 3402 | [[package]]
|
3403 3403 | name = "sha2"
|
3404 3404 | version = "0.10.9"
|
3405 3405 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3406 3406 | checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
3407 3407 | dependencies = [
|
3408 3408 | "cfg-if",
|
3409 3409 | "cpufeatures",
|
3410 3410 | "digest",
|
3411 3411 | ]
|
3412 3412 |
|
3413 3413 | [[package]]
|
3414 3414 | name = "sharded-slab"
|
3415 3415 | version = "0.1.7"
|
3416 3416 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3417 3417 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
3418 3418 | dependencies = [
|
@@ -3420,3420 +3482,3482 @@
3420 3420 | ]
|
3421 3421 |
|
3422 3422 | [[package]]
|
3423 3423 | name = "shlex"
|
3424 3424 | version = "1.3.0"
|
3425 3425 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3426 3426 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
3427 3427 |
|
3428 3428 | [[package]]
|
3429 3429 | name = "signal-hook"
|
3430 3430 | version = "0.3.18"
|
3431 3431 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3432 3432 | checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
|
3433 3433 | dependencies = [
|
3434 3434 | "cc",
|
3435 3435 | "libc",
|
3436 3436 | "signal-hook-registry",
|
3437 3437 | ]
|
3438 3438 |
|
3439 3439 | [[package]]
|
3440 3440 | name = "signal-hook-registry"
|
3441 3441 | version = "1.4.6"
|
3442 3442 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3443 3443 | checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
|
3444 3444 | dependencies = [
|
3445 3445 | "libc",
|
3446 3446 | ]
|
3447 3447 |
|
3448 3448 | [[package]]
|
3449 3449 | name = "slab"
|
3450 - | version = "0.4.10"
|
3450 + | version = "0.4.11"
|
3451 3451 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3452 - | checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
|
3452 + | checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
|
3453 3453 |
|
3454 3454 | [[package]]
|
3455 3455 | name = "smallvec"
|
3456 3456 | version = "1.15.1"
|
3457 3457 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3458 3458 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
3459 3459 |
|
3460 3460 | [[package]]
|
3461 3461 | name = "socket2"
|
3462 3462 | version = "0.5.10"
|
3463 3463 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3464 3464 | checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
|
3465 3465 | dependencies = [
|
3466 3466 | "libc",
|
3467 3467 | "windows-sys 0.52.0",
|
3468 3468 | ]
|
3469 3469 |
|
3470 3470 | [[package]]
|
3471 3471 | name = "socket2"
|
3472 3472 | version = "0.6.0"
|
3473 3473 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3474 3474 | checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
|
3475 3475 | dependencies = [
|
3476 3476 | "libc",
|
3477 3477 | "windows-sys 0.59.0",
|
3478 3478 | ]
|
3479 3479 |
|
3480 3480 | [[package]]
|
3481 3481 | name = "spin"
|
3482 3482 | version = "0.5.2"
|
@@ -3493,3493 +3570,3570 @@
3493 3493 | name = "stats_alloc"
|
3494 3494 | version = "0.1.10"
|
3495 3495 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3496 3496 | checksum = "5c0e04424e733e69714ca1bbb9204c1a57f09f5493439520f9f68c132ad25eec"
|
3497 3497 |
|
3498 3498 | [[package]]
|
3499 3499 | name = "strsim"
|
3500 3500 | version = "0.10.0"
|
3501 3501 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3502 3502 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
3503 3503 |
|
3504 3504 | [[package]]
|
3505 3505 | name = "subtle"
|
3506 3506 | version = "2.6.1"
|
3507 3507 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3508 3508 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
3509 3509 |
|
3510 3510 | [[package]]
|
3511 3511 | name = "syn"
|
3512 3512 | version = "1.0.109"
|
3513 3513 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3514 3514 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
3515 3515 | dependencies = [
|
3516 3516 | "proc-macro2",
|
3517 3517 | "quote",
|
3518 3518 | "unicode-ident",
|
3519 3519 | ]
|
3520 3520 |
|
3521 3521 | [[package]]
|
3522 3522 | name = "syn"
|
3523 - | version = "2.0.104"
|
3523 + | version = "2.0.105"
|
3524 3524 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3525 - | checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
|
3525 + | checksum = "7bc3fcb250e53458e712715cf74285c1f889686520d79294a9ef3bd7aa1fc619"
|
3526 3526 | dependencies = [
|
3527 3527 | "proc-macro2",
|
3528 3528 | "quote",
|
3529 3529 | "unicode-ident",
|
3530 3530 | ]
|
3531 3531 |
|
3532 3532 | [[package]]
|
3533 3533 | name = "synstructure"
|
3534 3534 | version = "0.13.2"
|
3535 3535 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3536 3536 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
3537 3537 | dependencies = [
|
3538 3538 | "proc-macro2",
|
3539 3539 | "quote",
|
3540 - | "syn 2.0.104",
|
3540 + | "syn 2.0.105",
|
3541 3541 | ]
|
3542 3542 |
|
3543 3543 | [[package]]
|
3544 3544 | name = "system-configuration"
|
3545 3545 | version = "0.6.1"
|
3546 3546 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3547 3547 | checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
3548 3548 | dependencies = [
|
3549 3549 | "bitflags 2.9.1",
|
3550 3550 | "core-foundation 0.9.4",
|
3551 3551 | "system-configuration-sys",
|
3552 3552 | ]
|
3553 3553 |
|
3554 3554 | [[package]]
|
3555 3555 | name = "system-configuration-sys"
|
3556 3556 | version = "0.6.0"
|
3557 3557 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3558 3558 | checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
3559 3559 | dependencies = [
|
3560 3560 | "core-foundation-sys",
|
3561 3561 | "libc",
|
3562 3562 | ]
|
3563 3563 |
|
3564 3564 | [[package]]
|
3565 3565 | name = "target-lexicon"
|
3566 3566 | version = "0.12.16"
|
3567 3567 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3568 3568 | checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
3569 3569 |
|
3570 3570 | [[package]]
|
@@ -3579,3579 +3665,3665 @@
3579 3579 | "rustix 1.0.8",
|
3580 3580 | "windows-sys 0.59.0",
|
3581 3581 | ]
|
3582 3582 |
|
3583 3583 | [[package]]
|
3584 3584 | name = "termcolor"
|
3585 3585 | version = "1.4.1"
|
3586 3586 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3587 3587 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
3588 3588 | dependencies = [
|
3589 3589 | "winapi-util",
|
3590 3590 | ]
|
3591 3591 |
|
3592 3592 | [[package]]
|
3593 3593 | name = "textwrap"
|
3594 3594 | version = "0.16.2"
|
3595 3595 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3596 3596 | checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
|
3597 3597 |
|
3598 3598 | [[package]]
|
3599 3599 | name = "thiserror"
|
3600 3600 | version = "1.0.69"
|
3601 3601 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3602 3602 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
3603 3603 | dependencies = [
|
3604 3604 | "thiserror-impl 1.0.69",
|
3605 3605 | ]
|
3606 3606 |
|
3607 3607 | [[package]]
|
3608 3608 | name = "thiserror"
|
3609 - | version = "2.0.12"
|
3609 + | version = "2.0.14"
|
3610 3610 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3611 - | checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
3611 + | checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e"
|
3612 3612 | dependencies = [
|
3613 - | "thiserror-impl 2.0.12",
|
3613 + | "thiserror-impl 2.0.14",
|
3614 3614 | ]
|
3615 3615 |
|
3616 3616 | [[package]]
|
3617 3617 | name = "thiserror-impl"
|
3618 3618 | version = "1.0.69"
|
3619 3619 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3620 3620 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
3621 3621 | dependencies = [
|
3622 3622 | "proc-macro2",
|
3623 3623 | "quote",
|
3624 - | "syn 2.0.104",
|
3624 + | "syn 2.0.105",
|
3625 3625 | ]
|
3626 3626 |
|
3627 3627 | [[package]]
|
3628 3628 | name = "thiserror-impl"
|
3629 - | version = "2.0.12"
|
3629 + | version = "2.0.14"
|
3630 3630 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3631 - | checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
3631 + | checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227"
|
3632 3632 | dependencies = [
|
3633 3633 | "proc-macro2",
|
3634 3634 | "quote",
|
3635 - | "syn 2.0.104",
|
3635 + | "syn 2.0.105",
|
3636 3636 | ]
|
3637 3637 |
|
3638 3638 | [[package]]
|
3639 3639 | name = "thread_local"
|
3640 3640 | version = "1.1.9"
|
3641 3641 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3642 3642 | checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
3643 3643 | dependencies = [
|
3644 3644 | "cfg-if",
|
3645 3645 | ]
|
3646 3646 |
|
3647 3647 | [[package]]
|
3648 3648 | name = "time"
|
3649 3649 | version = "0.3.41"
|
3650 3650 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3651 3651 | checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
|
3652 3652 | dependencies = [
|
3653 3653 | "deranged",
|
3654 3654 | "itoa",
|
3655 3655 | "num-conv",
|
3656 3656 | "powerfmt",
|
3657 3657 | "serde",
|
3658 3658 | "time-core",
|
3659 3659 | "time-macros",
|
3660 3660 | ]
|
3661 3661 |
|
3662 3662 | [[package]]
|
3663 3663 | name = "time-core"
|
3664 3664 | version = "0.1.4"
|
3665 3665 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -3725,3725 +3785,3785 @@
3725 3725 | ]
|
3726 3726 |
|
3727 3727 | [[package]]
|
3728 3728 | name = "tokio"
|
3729 3729 | version = "1.47.1"
|
3730 3730 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3731 3731 | checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
|
3732 3732 | dependencies = [
|
3733 3733 | "backtrace",
|
3734 3734 | "bytes",
|
3735 3735 | "io-uring",
|
3736 3736 | "libc",
|
3737 3737 | "mio",
|
3738 3738 | "parking_lot",
|
3739 3739 | "pin-project-lite",
|
3740 3740 | "signal-hook-registry",
|
3741 3741 | "slab",
|
3742 3742 | "socket2 0.6.0",
|
3743 3743 | "tokio-macros",
|
3744 3744 | "windows-sys 0.59.0",
|
3745 3745 | ]
|
3746 3746 |
|
3747 3747 | [[package]]
|
3748 3748 | name = "tokio-macros"
|
3749 3749 | version = "2.5.0"
|
3750 3750 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3751 3751 | checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
3752 3752 | dependencies = [
|
3753 3753 | "proc-macro2",
|
3754 3754 | "quote",
|
3755 - | "syn 2.0.104",
|
3755 + | "syn 2.0.105",
|
3756 3756 | ]
|
3757 3757 |
|
3758 3758 | [[package]]
|
3759 3759 | name = "tokio-rustls"
|
3760 3760 | version = "0.24.1"
|
3761 3761 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3762 3762 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
3763 3763 | dependencies = [
|
3764 3764 | "rustls 0.21.12",
|
3765 3765 | "tokio",
|
3766 3766 | ]
|
3767 3767 |
|
3768 3768 | [[package]]
|
3769 3769 | name = "tokio-rustls"
|
3770 3770 | version = "0.26.2"
|
3771 3771 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3772 3772 | checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
|
3773 3773 | dependencies = [
|
3774 3774 | "rustls 0.23.31",
|
3775 3775 | "tokio",
|
3776 3776 | ]
|
3777 3777 |
|
3778 3778 | [[package]]
|
3779 3779 | name = "tokio-stream"
|
3780 3780 | version = "0.1.17"
|
3781 3781 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3782 3782 | checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
3783 3783 | dependencies = [
|
3784 3784 | "futures-core",
|
3785 3785 | "pin-project-lite",
|
@@ -3887,3887 +3947,3947 @@
3887 3887 | version = "0.1.41"
|
3888 3888 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3889 3889 | checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
3890 3890 | dependencies = [
|
3891 3891 | "log",
|
3892 3892 | "pin-project-lite",
|
3893 3893 | "tracing-attributes",
|
3894 3894 | "tracing-core",
|
3895 3895 | ]
|
3896 3896 |
|
3897 3897 | [[package]]
|
3898 3898 | name = "tracing-appender"
|
3899 3899 | version = "0.2.3"
|
3900 3900 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3901 3901 | checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
|
3902 3902 | dependencies = [
|
3903 3903 | "crossbeam-channel",
|
3904 3904 | "thiserror 1.0.69",
|
3905 3905 | "time",
|
3906 3906 | "tracing-subscriber",
|
3907 3907 | ]
|
3908 3908 |
|
3909 3909 | [[package]]
|
3910 3910 | name = "tracing-attributes"
|
3911 3911 | version = "0.1.30"
|
3912 3912 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3913 3913 | checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
|
3914 3914 | dependencies = [
|
3915 3915 | "proc-macro2",
|
3916 3916 | "quote",
|
3917 - | "syn 2.0.104",
|
3917 + | "syn 2.0.105",
|
3918 3918 | ]
|
3919 3919 |
|
3920 3920 | [[package]]
|
3921 3921 | name = "tracing-core"
|
3922 3922 | version = "0.1.34"
|
3923 3923 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3924 3924 | checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
|
3925 3925 | dependencies = [
|
3926 3926 | "once_cell",
|
3927 3927 | "valuable",
|
3928 3928 | ]
|
3929 3929 |
|
3930 3930 | [[package]]
|
3931 3931 | name = "tracing-log"
|
3932 3932 | version = "0.2.0"
|
3933 3933 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3934 3934 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
3935 3935 | dependencies = [
|
3936 3936 | "log",
|
3937 3937 | "once_cell",
|
3938 3938 | "tracing-core",
|
3939 3939 | ]
|
3940 3940 |
|
3941 3941 | [[package]]
|
3942 3942 | name = "tracing-serde"
|
3943 3943 | version = "0.2.0"
|
3944 3944 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3945 3945 | checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
|
3946 3946 | dependencies = [
|
3947 3947 | "serde",
|
@@ -3960,3960 +4020,4020 @@
3960 3960 | "regex",
|
3961 3961 | "serde",
|
3962 3962 | "serde_json",
|
3963 3963 | "sharded-slab",
|
3964 3964 | "smallvec",
|
3965 3965 | "thread_local",
|
3966 3966 | "tracing",
|
3967 3967 | "tracing-core",
|
3968 3968 | "tracing-log",
|
3969 3969 | "tracing-serde",
|
3970 3970 | ]
|
3971 3971 |
|
3972 3972 | [[package]]
|
3973 3973 | name = "tracing-test"
|
3974 3974 | version = "0.2.5"
|
3975 3975 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3976 3976 | checksum = "557b891436fe0d5e0e363427fc7f217abf9ccd510d5136549847bdcbcd011d68"
|
3977 3977 | dependencies = [
|
3978 3978 | "tracing-core",
|
3979 3979 | "tracing-subscriber",
|
3980 3980 | "tracing-test-macro",
|
3981 3981 | ]
|
3982 3982 |
|
3983 3983 | [[package]]
|
3984 3984 | name = "tracing-test-macro"
|
3985 3985 | version = "0.2.5"
|
3986 3986 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3987 3987 | checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
|
3988 3988 | dependencies = [
|
3989 3989 | "quote",
|
3990 - | "syn 2.0.104",
|
3990 + | "syn 2.0.105",
|
3991 3991 | ]
|
3992 3992 |
|
3993 3993 | [[package]]
|
3994 3994 | name = "try-lock"
|
3995 3995 | version = "0.2.5"
|
3996 3996 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3997 3997 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
3998 3998 |
|
3999 3999 | [[package]]
|
4000 4000 | name = "typenum"
|
4001 4001 | version = "1.18.0"
|
4002 4002 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4003 4003 | checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
|
4004 4004 |
|
4005 4005 | [[package]]
|
4006 4006 | name = "unarray"
|
4007 4007 | version = "0.1.4"
|
4008 4008 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4009 4009 | checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
4010 4010 |
|
4011 4011 | [[package]]
|
4012 4012 | name = "unicode-ident"
|
4013 4013 | version = "1.0.18"
|
4014 4014 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4015 4015 | checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
4016 4016 |
|
4017 4017 | [[package]]
|
4018 4018 | name = "unindent"
|
4019 4019 | version = "0.2.4"
|
4020 4020 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -4030,4030 +4092,4092 @@
4030 4030 | name = "untrusted"
|
4031 4031 | version = "0.9.0"
|
4032 4032 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4033 4033 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
4034 4034 |
|
4035 4035 | [[package]]
|
4036 4036 | name = "url"
|
4037 4037 | version = "2.5.4"
|
4038 4038 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4039 4039 | checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
4040 4040 | dependencies = [
|
4041 4041 | "form_urlencoded",
|
4042 4042 | "idna",
|
4043 4043 | "percent-encoding",
|
4044 4044 | ]
|
4045 4045 |
|
4046 4046 | [[package]]
|
4047 4047 | name = "urlencoding"
|
4048 4048 | version = "2.1.3"
|
4049 4049 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4050 4050 | checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
4051 4051 |
|
4052 4052 | [[package]]
|
4053 4053 | name = "utf8_iter"
|
4054 4054 | version = "1.0.4"
|
4055 4055 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4056 4056 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
4057 4057 |
|
4058 4058 | [[package]]
|
4059 4059 | name = "uuid"
|
4060 - | version = "1.17.0"
|
4060 + | version = "1.18.0"
|
4061 4061 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4062 - | checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
|
4062 + | checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be"
|
4063 4063 | dependencies = [
|
4064 4064 | "getrandom 0.3.3",
|
4065 4065 | "js-sys",
|
4066 4066 | "rand 0.9.2",
|
4067 4067 | "wasm-bindgen",
|
4068 4068 | ]
|
4069 4069 |
|
4070 4070 | [[package]]
|
4071 4071 | name = "valuable"
|
4072 4072 | version = "0.1.1"
|
4073 4073 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4074 4074 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
4075 4075 |
|
4076 4076 | [[package]]
|
4077 4077 | name = "value-bag"
|
4078 4078 | version = "1.11.1"
|
4079 4079 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4080 4080 | checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
|
4081 4081 |
|
4082 4082 | [[package]]
|
4083 4083 | name = "version_check"
|
4084 4084 | version = "0.9.5"
|
4085 4085 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4086 4086 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
4087 4087 |
|
4088 4088 | [[package]]
|
4089 4089 | name = "vsimd"
|
4090 4090 | version = "0.8.0"
|
4091 4091 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4092 4092 | checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
@@ -4138,4138 +4233,4233 @@
4138 4138 | name = "wasi"
|
4139 4139 | version = "0.14.2+wasi-0.2.4"
|
4140 4140 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4141 4141 | checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
|
4142 4142 | dependencies = [
|
4143 4143 | "wit-bindgen-rt",
|
4144 4144 | ]
|
4145 4145 |
|
4146 4146 | [[package]]
|
4147 4147 | name = "wasm-bindgen"
|
4148 4148 | version = "0.2.100"
|
4149 4149 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4150 4150 | checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
4151 4151 | dependencies = [
|
4152 4152 | "cfg-if",
|
4153 4153 | "once_cell",
|
4154 4154 | "rustversion",
|
4155 4155 | "wasm-bindgen-macro",
|
4156 4156 | ]
|
4157 4157 |
|
4158 4158 | [[package]]
|
4159 4159 | name = "wasm-bindgen-backend"
|
4160 4160 | version = "0.2.100"
|
4161 4161 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4162 4162 | checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
4163 4163 | dependencies = [
|
4164 4164 | "bumpalo",
|
4165 4165 | "log",
|
4166 4166 | "proc-macro2",
|
4167 4167 | "quote",
|
4168 - | "syn 2.0.104",
|
4168 + | "syn 2.0.105",
|
4169 4169 | "wasm-bindgen-shared",
|
4170 4170 | ]
|
4171 4171 |
|
4172 4172 | [[package]]
|
4173 4173 | name = "wasm-bindgen-futures"
|
4174 4174 | version = "0.4.50"
|
4175 4175 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4176 4176 | checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
|
4177 4177 | dependencies = [
|
4178 4178 | "cfg-if",
|
4179 4179 | "js-sys",
|
4180 4180 | "once_cell",
|
4181 4181 | "wasm-bindgen",
|
4182 4182 | "web-sys",
|
4183 4183 | ]
|
4184 4184 |
|
4185 4185 | [[package]]
|
4186 4186 | name = "wasm-bindgen-macro"
|
4187 4187 | version = "0.2.100"
|
4188 4188 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4189 4189 | checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
4190 4190 | dependencies = [
|
4191 4191 | "quote",
|
4192 4192 | "wasm-bindgen-macro-support",
|
4193 4193 | ]
|
4194 4194 |
|
4195 4195 | [[package]]
|
4196 4196 | name = "wasm-bindgen-macro-support"
|
4197 4197 | version = "0.2.100"
|
4198 4198 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4199 4199 | checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
4200 4200 | dependencies = [
|
4201 4201 | "proc-macro2",
|
4202 4202 | "quote",
|
4203 - | "syn 2.0.104",
|
4203 + | "syn 2.0.105",
|
4204 4204 | "wasm-bindgen-backend",
|
4205 4205 | "wasm-bindgen-shared",
|
4206 4206 | ]
|
4207 4207 |
|
4208 4208 | [[package]]
|
4209 4209 | name = "wasm-bindgen-shared"
|
4210 4210 | version = "0.2.100"
|
4211 4211 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4212 4212 | checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
4213 4213 | dependencies = [
|
4214 4214 | "unicode-ident",
|
4215 4215 | ]
|
4216 4216 |
|
4217 4217 | [[package]]
|
4218 4218 | name = "web-sys"
|
4219 4219 | version = "0.3.77"
|
4220 4220 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4221 4221 | checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
|
4222 4222 | dependencies = [
|
4223 4223 | "js-sys",
|
4224 4224 | "wasm-bindgen",
|
4225 4225 | ]
|
4226 4226 |
|
4227 4227 | [[package]]
|
4228 4228 | name = "which"
|
4229 4229 | version = "4.4.2"
|
4230 4230 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4231 4231 | checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
4232 4232 | dependencies = [
|
4233 4233 | "either",
|
@@ -4496,4496 +4608,4608 @@
4496 4496 |
|
4497 4497 | [[package]]
|
4498 4498 | name = "yasna"
|
4499 4499 | version = "0.5.2"
|
4500 4500 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4501 4501 | checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
|
4502 4502 | dependencies = [
|
4503 4503 | "time",
|
4504 4504 | ]
|
4505 4505 |
|
4506 4506 | [[package]]
|
4507 4507 | name = "yoke"
|
4508 4508 | version = "0.8.0"
|
4509 4509 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4510 4510 | checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
|
4511 4511 | dependencies = [
|
4512 4512 | "serde",
|
4513 4513 | "stable_deref_trait",
|
4514 4514 | "yoke-derive",
|
4515 4515 | "zerofrom",
|
4516 4516 | ]
|
4517 4517 |
|
4518 4518 | [[package]]
|
4519 4519 | name = "yoke-derive"
|
4520 4520 | version = "0.8.0"
|
4521 4521 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4522 4522 | checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
|
4523 4523 | dependencies = [
|
4524 4524 | "proc-macro2",
|
4525 4525 | "quote",
|
4526 - | "syn 2.0.104",
|
4526 + | "syn 2.0.105",
|
4527 4527 | "synstructure",
|
4528 4528 | ]
|
4529 4529 |
|
4530 4530 | [[package]]
|
4531 4531 | name = "zerocopy"
|
4532 4532 | version = "0.8.26"
|
4533 4533 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4534 4534 | checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
|
4535 4535 | dependencies = [
|
4536 4536 | "zerocopy-derive",
|
4537 4537 | ]
|
4538 4538 |
|
4539 4539 | [[package]]
|
4540 4540 | name = "zerocopy-derive"
|
4541 4541 | version = "0.8.26"
|
4542 4542 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4543 4543 | checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
|
4544 4544 | dependencies = [
|
4545 4545 | "proc-macro2",
|
4546 4546 | "quote",
|
4547 - | "syn 2.0.104",
|
4547 + | "syn 2.0.105",
|
4548 4548 | ]
|
4549 4549 |
|
4550 4550 | [[package]]
|
4551 4551 | name = "zerofrom"
|
4552 4552 | version = "0.1.6"
|
4553 4553 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4554 4554 | checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
4555 4555 | dependencies = [
|
4556 4556 | "zerofrom-derive",
|
4557 4557 | ]
|
4558 4558 |
|
4559 4559 | [[package]]
|
4560 4560 | name = "zerofrom-derive"
|
4561 4561 | version = "0.1.6"
|
4562 4562 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4563 4563 | checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
4564 4564 | dependencies = [
|
4565 4565 | "proc-macro2",
|
4566 4566 | "quote",
|
4567 - | "syn 2.0.104",
|
4567 + | "syn 2.0.105",
|
4568 4568 | "synstructure",
|
4569 4569 | ]
|
4570 4570 |
|
4571 4571 | [[package]]
|
4572 4572 | name = "zeroize"
|
4573 4573 | version = "1.8.1"
|
4574 4574 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4575 4575 | checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
4576 4576 |
|
4577 4577 | [[package]]
|
4578 4578 | name = "zerotrie"
|
4579 4579 | version = "0.2.2"
|
4580 4580 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4581 4581 | checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
|
4582 4582 | dependencies = [
|
4583 4583 | "displaydoc",
|
4584 4584 | "yoke",
|
4585 4585 | "zerofrom",
|
4586 4586 | ]
|
4587 4587 |
|
4588 4588 | [[package]]
|
4589 4589 | name = "zerovec"
|
4590 4590 | version = "0.11.4"
|
4591 4591 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4592 4592 | checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
|
4593 4593 | dependencies = [
|
4594 4594 | "yoke",
|
4595 4595 | "zerofrom",
|
4596 4596 | "zerovec-derive",
|
4597 4597 | ]
|
4598 4598 |
|
4599 4599 | [[package]]
|
4600 4600 | name = "zerovec-derive"
|
4601 4601 | version = "0.11.1"
|
4602 4602 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4603 4603 | checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
|
4604 4604 | dependencies = [
|
4605 4605 | "proc-macro2",
|
4606 4606 | "quote",
|
4607 - | "syn 2.0.104",
|
4607 + | "syn 2.0.105",
|
4608 4608 | ]
|