rev. 84092442d1315426ce75c650379552d981680678
@@ -238,238 +326,326 @@
238 238 | "proc-macro2",
|
239 239 | "quote",
|
240 240 | "syn 2.0.114",
|
241 241 | ]
|
242 242 |
|
243 243 | [[package]]
|
244 244 | name = "atomic-waker"
|
245 245 | version = "1.1.2"
|
246 246 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
247 247 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
248 248 |
|
249 249 | [[package]]
|
250 250 | name = "atty"
|
251 251 | version = "0.2.14"
|
252 252 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
253 253 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
254 254 | dependencies = [
|
255 255 | "hermit-abi 0.1.19",
|
256 256 | "libc",
|
257 257 | "winapi",
|
258 258 | ]
|
259 259 |
|
260 260 | [[package]]
|
261 261 | name = "autocfg"
|
262 262 | version = "1.5.0"
|
263 263 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
264 264 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
265 265 |
|
266 266 | [[package]]
|
267 267 | name = "aws-lc-fips-sys"
|
268 - | version = "0.13.10"
|
268 + | version = "0.13.11"
|
269 269 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
270 - | checksum = "57900537c00a0565a35b63c4c281b372edfc9744b072fd4a3b414350a8f5ed48"
|
270 + | checksum = "df6ea8e07e2df15b9f09f2ac5ee2977369b06d116f0c4eb5fa4ad443b73c7f53"
|
271 271 | dependencies = [
|
272 272 | "bindgen",
|
273 273 | "cc",
|
274 274 | "cmake",
|
275 275 | "dunce",
|
276 276 | "fs_extra",
|
277 277 | "regex",
|
278 278 | ]
|
279 279 |
|
280 280 | [[package]]
|
281 281 | name = "aws-lc-rs"
|
282 - | version = "1.15.2"
|
282 + | version = "1.15.4"
|
283 283 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
284 - | checksum = "6a88aab2464f1f25453baa7a07c84c5b7684e274054ba06817f382357f77a288"
|
284 + | checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
|
285 285 | dependencies = [
|
286 286 | "aws-lc-fips-sys",
|
287 287 | "aws-lc-sys",
|
288 288 | "untrusted 0.7.1",
|
289 289 | "zeroize",
|
290 290 | ]
|
291 291 |
|
292 292 | [[package]]
|
293 293 | name = "aws-lc-sys"
|
294 - | version = "0.35.0"
|
294 + | version = "0.37.0"
|
295 295 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
296 - | checksum = "b45afffdee1e7c9126814751f88dddc747f41d91da16c9551a0f1e8a11e788a1"
|
296 + | checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
|
297 297 | dependencies = [
|
298 298 | "cc",
|
299 299 | "cmake",
|
300 300 | "dunce",
|
301 301 | "fs_extra",
|
302 302 | ]
|
303 303 |
|
304 304 | [[package]]
|
305 305 | name = "aws-smithy-async"
|
306 306 | version = "1.2.8"
|
307 307 | dependencies = [
|
308 308 | "futures-util",
|
309 309 | "pin-project-lite",
|
310 310 | "pin-utils",
|
311 311 | "tokio",
|
312 312 | "tokio-test",
|
313 313 | ]
|
314 314 |
|
315 315 | [[package]]
|
316 316 | name = "aws-smithy-cbor"
|
317 317 | version = "0.61.4"
|
318 318 | dependencies = [
|
319 319 | "aws-smithy-types",
|
320 320 | "criterion",
|
321 321 | "minicbor",
|
322 322 | ]
|
323 323 |
|
324 324 | [[package]]
|
325 325 | name = "aws-smithy-checksums"
|
326 326 | version = "0.64.0"
|
@@ -447,447 +549,549 @@
447 447 | "rustls-pki-types",
|
448 448 | "s2n-tls",
|
449 449 | "s2n-tls-hyper",
|
450 450 | "s2n-tls-tokio",
|
451 451 | "serde",
|
452 452 | "serde_json",
|
453 453 | "serial_test",
|
454 454 | "tokio",
|
455 455 | "tokio-rustls 0.26.4",
|
456 456 | "tower 0.5.3",
|
457 457 | "tracing",
|
458 458 | ]
|
459 459 |
|
460 460 | [[package]]
|
461 461 | name = "aws-smithy-http-server"
|
462 462 | version = "0.66.0"
|
463 463 | dependencies = [
|
464 464 | "aws-smithy-cbor",
|
465 465 | "aws-smithy-http",
|
466 466 | "aws-smithy-json",
|
467 467 | "aws-smithy-runtime-api",
|
468 468 | "aws-smithy-types",
|
469 469 | "aws-smithy-xml",
|
470 470 | "bytes",
|
471 471 | "futures-util",
|
472 472 | "http 1.4.0",
|
473 473 | "http-body 1.0.1",
|
474 474 | "http-body-util",
|
475 475 | "hyper 1.8.1",
|
476 476 | "hyper-util",
|
477 - | "lambda_http 1.0.1",
|
477 + | "lambda_http 1.0.2",
|
478 478 | "mime",
|
479 479 | "nom",
|
480 480 | "pin-project-lite",
|
481 481 | "pretty_assertions",
|
482 482 | "regex",
|
483 483 | "serde_urlencoded",
|
484 - | "thiserror 2.0.17",
|
484 + | "thiserror 2.0.18",
|
485 485 | "tokio",
|
486 486 | "tower 0.4.13",
|
487 487 | "tower-http 0.6.8",
|
488 488 | "tracing",
|
489 489 | "tracing-subscriber",
|
490 490 | "uuid",
|
491 491 | ]
|
492 492 |
|
493 493 | [[package]]
|
494 494 | name = "aws-smithy-http-server-python"
|
495 495 | version = "0.66.7"
|
496 496 | dependencies = [
|
497 497 | "aws-smithy-http",
|
498 498 | "aws-smithy-json",
|
499 499 | "aws-smithy-legacy-http-server",
|
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 0.8.4",
|
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.17",
|
519 + | "thiserror 2.0.18",
|
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-json"
|
534 534 | version = "0.62.0"
|
535 535 | dependencies = [
|
536 536 | "aws-smithy-types",
|
537 537 | "proptest",
|
538 538 | "serde_json",
|
539 539 | ]
|
540 540 |
|
541 541 | [[package]]
|
542 542 | name = "aws-smithy-legacy-http"
|
543 543 | version = "0.62.7"
|
544 544 | dependencies = [
|
545 545 | "async-stream",
|
546 546 | "aws-smithy-eventstream",
|
547 547 | "aws-smithy-runtime-api",
|
548 548 | "aws-smithy-types",
|
549 549 | "bytes",
|
@@ -557,557 +676,676 @@
557 557 | "percent-encoding",
|
558 558 | "pin-project-lite",
|
559 559 | "pin-utils",
|
560 560 | "proptest",
|
561 561 | "tokio",
|
562 562 | "tracing",
|
563 563 | ]
|
564 564 |
|
565 565 | [[package]]
|
566 566 | name = "aws-smithy-legacy-http-server"
|
567 567 | version = "0.65.11"
|
568 568 | dependencies = [
|
569 569 | "aws-smithy-cbor",
|
570 570 | "aws-smithy-json",
|
571 571 | "aws-smithy-legacy-http",
|
572 572 | "aws-smithy-runtime-api",
|
573 573 | "aws-smithy-types",
|
574 574 | "aws-smithy-xml",
|
575 575 | "bytes",
|
576 576 | "futures-util",
|
577 577 | "http 0.2.12",
|
578 578 | "http-body 0.4.6",
|
579 579 | "hyper 0.14.32",
|
580 580 | "lambda_http 0.8.4",
|
581 581 | "mime",
|
582 582 | "nom",
|
583 583 | "pin-project-lite",
|
584 584 | "pretty_assertions",
|
585 585 | "regex",
|
586 586 | "serde_urlencoded",
|
587 - | "thiserror 2.0.17",
|
587 + | "thiserror 2.0.18",
|
588 588 | "tokio",
|
589 589 | "tower 0.4.13",
|
590 590 | "tower-http 0.3.5",
|
591 591 | "tracing",
|
592 592 | "uuid",
|
593 593 | ]
|
594 594 |
|
595 595 | [[package]]
|
596 596 | name = "aws-smithy-mocks"
|
597 597 | version = "0.2.4"
|
598 598 | dependencies = [
|
599 599 | "aws-smithy-async",
|
600 600 | "aws-smithy-http-client",
|
601 601 | "aws-smithy-runtime",
|
602 602 | "aws-smithy-runtime-api",
|
603 603 | "aws-smithy-types",
|
604 604 | "http 1.4.0",
|
605 605 | "tokio",
|
606 606 | ]
|
607 607 |
|
608 608 | [[package]]
|
609 609 | name = "aws-smithy-observability"
|
610 610 | version = "0.2.1"
|
611 611 | dependencies = [
|
612 612 | "aws-smithy-runtime-api",
|
613 613 | "serial_test",
|
614 614 | ]
|
615 615 |
|
616 616 | [[package]]
|
617 617 | name = "aws-smithy-observability-otel"
|
618 618 | version = "0.1.5"
|
619 619 | dependencies = [
|
620 620 | "async-global-executor",
|
621 621 | "async-task",
|
622 622 | "aws-smithy-observability",
|
623 623 | "criterion",
|
624 624 | "opentelemetry",
|
625 625 | "opentelemetry_sdk",
|
626 626 | "stats_alloc",
|
627 627 | "tokio",
|
628 628 | "value-bag",
|
629 629 | ]
|
630 630 |
|
631 631 | [[package]]
|
632 632 | name = "aws-smithy-protocol-test"
|
633 633 | version = "0.63.8"
|
634 634 | dependencies = [
|
635 635 | "assert-json-diff",
|
636 636 | "aws-smithy-runtime-api",
|
637 637 | "base64-simd",
|
638 638 | "cbor-diag",
|
639 639 | "ciborium",
|
640 640 | "http 0.2.12",
|
641 641 | "http 1.4.0",
|
642 642 | "pretty_assertions",
|
643 643 | "regex-lite",
|
644 644 | "roxmltree",
|
645 645 | "serde_json",
|
646 - | "thiserror 2.0.17",
|
646 + | "thiserror 2.0.18",
|
647 647 | ]
|
648 648 |
|
649 649 | [[package]]
|
650 650 | name = "aws-smithy-query"
|
651 651 | version = "0.60.10"
|
652 652 | dependencies = [
|
653 653 | "aws-smithy-types",
|
654 654 | "urlencoding",
|
655 655 | ]
|
656 656 |
|
657 657 | [[package]]
|
658 658 | name = "aws-smithy-runtime"
|
659 659 | version = "1.10.0"
|
660 660 | dependencies = [
|
661 661 | "approx",
|
662 662 | "aws-smithy-async",
|
663 663 | "aws-smithy-http",
|
664 664 | "aws-smithy-http-client",
|
665 665 | "aws-smithy-observability",
|
666 666 | "aws-smithy-runtime-api",
|
667 667 | "aws-smithy-types",
|
668 668 | "bytes",
|
669 669 | "fastrand",
|
670 670 | "futures-util",
|
671 671 | "http 0.2.12",
|
672 672 | "http 1.4.0",
|
673 673 | "http-body 0.4.6",
|
674 674 | "http-body 1.0.1",
|
675 675 | "http-body-util",
|
676 676 | "hyper 0.14.32",
|
@@ -758,758 +820,820 @@
758 758 | ]
|
759 759 |
|
760 760 | [[package]]
|
761 761 | name = "aws-smithy-xml"
|
762 762 | version = "0.60.13"
|
763 763 | dependencies = [
|
764 764 | "aws-smithy-protocol-test",
|
765 765 | "base64 0.13.1",
|
766 766 | "proptest",
|
767 767 | "xmlparser",
|
768 768 | ]
|
769 769 |
|
770 770 | [[package]]
|
771 771 | name = "aws_lambda_events"
|
772 772 | version = "0.12.1"
|
773 773 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
774 774 | checksum = "03611508dd1e514e311caec235b581c99a4cb66fa1771bd502819eed69894f12"
|
775 775 | dependencies = [
|
776 776 | "base64 0.21.7",
|
777 777 | "bytes",
|
778 778 | "http 0.2.12",
|
779 779 | "http-body 0.4.6",
|
780 780 | "http-serde 1.1.3",
|
781 781 | "query_map",
|
782 782 | "serde",
|
783 783 | "serde_json",
|
784 784 | ]
|
785 785 |
|
786 786 | [[package]]
|
787 787 | name = "aws_lambda_events"
|
788 - | version = "1.0.1"
|
788 + | version = "1.0.3"
|
789 789 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
790 - | checksum = "ac59c9b189a3bd75146633e1c87f35fb727f53b03c7f331af789ff1293a9f350"
|
790 + | checksum = "ca106ceeb46420f22b33b863f8a667214afbf6b0457bc209f8c97de2282bedae"
|
791 791 | dependencies = [
|
792 792 | "base64 0.22.1",
|
793 793 | "bytes",
|
794 794 | "http 1.4.0",
|
795 795 | "http-body 1.0.1",
|
796 796 | "http-serde 2.1.1",
|
797 797 | "query_map",
|
798 798 | "serde",
|
799 799 | "serde_json",
|
800 800 | ]
|
801 801 |
|
802 802 | [[package]]
|
803 803 | name = "base64"
|
804 804 | version = "0.13.1"
|
805 805 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
806 806 | checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
807 807 |
|
808 808 | [[package]]
|
809 809 | name = "base64"
|
810 810 | version = "0.20.0"
|
811 811 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
812 812 | checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5"
|
813 813 |
|
814 814 | [[package]]
|
815 815 | name = "base64"
|
816 816 | version = "0.21.7"
|
817 817 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
818 818 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
819 819 |
|
820 820 | [[package]]
|
@@ -936,936 +1096,1096 @@
936 936 | "either",
|
937 937 | ]
|
938 938 |
|
939 939 | [[package]]
|
940 940 | name = "cast"
|
941 941 | version = "0.3.0"
|
942 942 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
943 943 | checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
944 944 |
|
945 945 | [[package]]
|
946 946 | name = "cbor-diag"
|
947 947 | version = "0.1.12"
|
948 948 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
949 949 | checksum = "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429"
|
950 950 | dependencies = [
|
951 951 | "bs58",
|
952 952 | "chrono",
|
953 953 | "data-encoding",
|
954 954 | "half",
|
955 955 | "nom",
|
956 956 | "num-bigint",
|
957 957 | "num-rational",
|
958 958 | "num-traits",
|
959 959 | "separator",
|
960 960 | "url",
|
961 961 | "uuid",
|
962 962 | ]
|
963 963 |
|
964 964 | [[package]]
|
965 965 | name = "cc"
|
966 - | version = "1.2.52"
|
966 + | version = "1.2.54"
|
967 967 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
968 - | checksum = "cd4932aefd12402b36c60956a4fe0035421f544799057659ff86f923657aada3"
|
968 + | checksum = "6354c81bbfd62d9cfa9cb3c773c2b7b2a3a482d569de977fd0e961f6e7c00583"
|
969 969 | dependencies = [
|
970 970 | "find-msvc-tools",
|
971 971 | "jobserver",
|
972 972 | "libc",
|
973 973 | "shlex",
|
974 974 | ]
|
975 975 |
|
976 976 | [[package]]
|
977 977 | name = "cexpr"
|
978 978 | version = "0.6.0"
|
979 979 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
980 980 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
981 981 | dependencies = [
|
982 982 | "nom",
|
983 983 | ]
|
984 984 |
|
985 985 | [[package]]
|
986 986 | name = "cfg-if"
|
987 987 | version = "1.0.4"
|
988 988 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
989 989 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
990 990 |
|
991 991 | [[package]]
|
992 992 | name = "chrono"
|
993 - | version = "0.4.42"
|
993 + | version = "0.4.43"
|
994 994 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
995 - | checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
|
995 + | checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
|
996 996 | dependencies = [
|
997 997 | "num-traits",
|
998 998 | ]
|
999 999 |
|
1000 1000 | [[package]]
|
1001 1001 | name = "ciborium"
|
1002 1002 | version = "0.2.2"
|
1003 1003 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1004 1004 | checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
|
1005 1005 | dependencies = [
|
1006 1006 | "ciborium-io",
|
1007 1007 | "ciborium-ll",
|
1008 1008 | "serde",
|
1009 1009 | ]
|
1010 1010 |
|
1011 1011 | [[package]]
|
1012 1012 | name = "ciborium-io"
|
1013 1013 | version = "0.2.2"
|
1014 1014 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1015 1015 | checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
1016 1016 |
|
1017 1017 | [[package]]
|
1018 1018 | name = "ciborium-ll"
|
1019 1019 | version = "0.2.2"
|
1020 1020 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1021 1021 | checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
1022 1022 | dependencies = [
|
1023 1023 | "ciborium-io",
|
1024 1024 | "half",
|
1025 1025 | ]
|
1026 1026 |
|
1027 1027 | [[package]]
|
1028 1028 | name = "clang-sys"
|
1029 1029 | version = "1.8.1"
|
1030 1030 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1031 1031 | checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
1032 1032 | dependencies = [
|
1033 1033 | "glob",
|
1034 1034 | "libc",
|
1035 1035 | "libloading",
|
1036 1036 | ]
|
1037 1037 |
|
1038 1038 | [[package]]
|
1039 1039 | name = "clap"
|
1040 1040 | version = "3.2.25"
|
1041 1041 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1042 1042 | checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
|
1043 1043 | dependencies = [
|
1044 1044 | "atty",
|
1045 1045 | "bitflags 1.3.2",
|
1046 1046 | "clap_lex 0.2.4",
|
1047 1047 | "indexmap 1.9.3",
|
1048 1048 | "strsim",
|
1049 1049 | "termcolor",
|
1050 1050 | "textwrap",
|
1051 1051 | ]
|
1052 1052 |
|
1053 1053 | [[package]]
|
1054 1054 | name = "clap"
|
1055 - | version = "4.5.54"
|
1055 + | version = "4.5.56"
|
1056 1056 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1057 - | checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394"
|
1057 + | checksum = "a75ca66430e33a14957acc24c5077b503e7d374151b2b4b3a10c83b4ceb4be0e"
|
1058 1058 | dependencies = [
|
1059 1059 | "clap_builder",
|
1060 1060 | ]
|
1061 1061 |
|
1062 1062 | [[package]]
|
1063 1063 | name = "clap_builder"
|
1064 - | version = "4.5.54"
|
1064 + | version = "4.5.56"
|
1065 1065 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1066 - | checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00"
|
1066 + | checksum = "793207c7fa6300a0608d1080b858e5fdbe713cdc1c8db9fb17777d8a13e63df0"
|
1067 1067 | dependencies = [
|
1068 1068 | "anstyle",
|
1069 1069 | "clap_lex 0.7.7",
|
1070 1070 | ]
|
1071 1071 |
|
1072 1072 | [[package]]
|
1073 1073 | name = "clap_lex"
|
1074 1074 | version = "0.2.4"
|
1075 1075 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1076 1076 | checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
1077 1077 | dependencies = [
|
1078 1078 | "os_str_bytes",
|
1079 1079 | ]
|
1080 1080 |
|
1081 1081 | [[package]]
|
1082 1082 | name = "clap_lex"
|
1083 1083 | version = "0.7.7"
|
1084 1084 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1085 1085 | checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
|
1086 1086 |
|
1087 1087 | [[package]]
|
1088 1088 | name = "cmake"
|
1089 1089 | version = "0.1.57"
|
1090 1090 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1091 1091 | checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d"
|
1092 1092 | dependencies = [
|
1093 1093 | "cc",
|
1094 1094 | ]
|
1095 1095 |
|
1096 1096 | [[package]]
|
@@ -1112,1112 +1215,1217 @@
1112 1112 | "libc",
|
1113 1113 | ]
|
1114 1114 |
|
1115 1115 | [[package]]
|
1116 1116 | name = "core-foundation"
|
1117 1117 | version = "0.10.1"
|
1118 1118 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1119 1119 | checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
|
1120 1120 | dependencies = [
|
1121 1121 | "core-foundation-sys",
|
1122 1122 | "libc",
|
1123 1123 | ]
|
1124 1124 |
|
1125 1125 | [[package]]
|
1126 1126 | name = "core-foundation-sys"
|
1127 1127 | version = "0.8.7"
|
1128 1128 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1129 1129 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
1130 1130 |
|
1131 1131 | [[package]]
|
1132 1132 | name = "cpufeatures"
|
1133 1133 | version = "0.2.17"
|
1134 1134 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1135 1135 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
1136 1136 | dependencies = [
|
1137 1137 | "libc",
|
1138 1138 | ]
|
1139 1139 |
|
1140 1140 | [[package]]
|
1141 1141 | name = "crc"
|
1142 - | version = "3.3.0"
|
1142 + | version = "3.4.0"
|
1143 1143 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1144 - | checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
|
1144 + | checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
|
1145 1145 | dependencies = [
|
1146 1146 | "crc-catalog",
|
1147 1147 | ]
|
1148 1148 |
|
1149 1149 | [[package]]
|
1150 1150 | name = "crc-catalog"
|
1151 1151 | version = "2.4.0"
|
1152 1152 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1153 1153 | checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
|
1154 1154 |
|
1155 1155 | [[package]]
|
1156 1156 | name = "crc-fast"
|
1157 - | version = "1.9.0"
|
1157 + | version = "1.4.0"
|
1158 1158 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1159 - | checksum = "2fd92aca2c6001b1bf5ba0ff84ee74ec8501b52bbef0cac80bf25a6c1d87a83d"
|
1159 + | checksum = "ec9f79df9b0383475ae6df8fcf35d4e29528441706385339daf0fe3f4cce040b"
|
1160 1160 | dependencies = [
|
1161 1161 | "crc",
|
1162 1162 | "digest",
|
1163 + | "libc",
|
1164 + | "rand 0.9.2",
|
1165 + | "regex",
|
1163 1166 | "rustversion",
|
1164 - | "spin 0.10.0",
|
1165 1167 | ]
|
1166 1168 |
|
1167 1169 | [[package]]
|
1168 1170 | name = "crc32fast"
|
1169 1171 | version = "1.5.0"
|
1170 1172 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1171 1173 | checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
1172 1174 | dependencies = [
|
1173 1175 | "cfg-if",
|
1174 1176 | ]
|
1175 1177 |
|
1176 1178 | [[package]]
|
1177 1179 | name = "criterion"
|
1178 1180 | version = "0.5.1"
|
1179 1181 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1180 1182 | checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
|
1181 1183 | dependencies = [
|
1182 1184 | "anes",
|
1183 1185 | "cast",
|
1184 1186 | "ciborium",
|
1185 - | "clap 4.5.54",
|
1187 + | "clap 4.5.56",
|
1186 1188 | "criterion-plot",
|
1187 1189 | "futures",
|
1188 1190 | "is-terminal",
|
1189 1191 | "itertools 0.10.5",
|
1190 1192 | "num-traits",
|
1191 1193 | "once_cell",
|
1192 1194 | "oorandom",
|
1193 1195 | "plotters",
|
1194 1196 | "rayon",
|
1195 1197 | "regex",
|
1196 1198 | "serde",
|
1197 1199 | "serde_derive",
|
1198 1200 | "serde_json",
|
1199 1201 | "tinytemplate",
|
1200 1202 | "tokio",
|
1201 1203 | "walkdir",
|
1202 1204 | ]
|
1203 1205 |
|
1204 1206 | [[package]]
|
1205 1207 | name = "criterion-plot"
|
1206 1208 | version = "0.5.0"
|
1207 1209 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1208 1210 | checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
1209 1211 | dependencies = [
|
1210 1212 | "cast",
|
1211 1213 | "itertools 0.10.5",
|
1212 1214 | ]
|
1213 1215 |
|
1214 1216 | [[package]]
|
1215 1217 | name = "critical-section"
|
@@ -1377,1379 +1439,1441 @@
1377 1379 |
|
1378 1380 | [[package]]
|
1379 1381 | name = "event-listener"
|
1380 1382 | version = "5.4.1"
|
1381 1383 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1382 1384 | checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
|
1383 1385 | dependencies = [
|
1384 1386 | "concurrent-queue",
|
1385 1387 | "parking",
|
1386 1388 | "pin-project-lite",
|
1387 1389 | ]
|
1388 1390 |
|
1389 1391 | [[package]]
|
1390 1392 | name = "event-listener-strategy"
|
1391 1393 | version = "0.5.4"
|
1392 1394 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1393 1395 | checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
|
1394 1396 | dependencies = [
|
1395 1397 | "event-listener 5.4.1",
|
1396 1398 | "pin-project-lite",
|
1397 1399 | ]
|
1398 1400 |
|
1399 1401 | [[package]]
|
1400 1402 | name = "fastrand"
|
1401 1403 | version = "2.3.0"
|
1402 1404 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1403 1405 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
1404 1406 |
|
1405 1407 | [[package]]
|
1406 1408 | name = "find-msvc-tools"
|
1407 - | version = "0.1.7"
|
1409 + | version = "0.1.8"
|
1408 1410 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1409 - | checksum = "f449e6c6c08c865631d4890cfacf252b3d396c9bcc83adb6623cdb02a8336c41"
|
1411 + | checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db"
|
1410 1412 |
|
1411 1413 | [[package]]
|
1412 1414 | name = "flate2"
|
1413 1415 | version = "1.1.8"
|
1414 1416 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1415 1417 | checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
|
1416 1418 | dependencies = [
|
1417 1419 | "crc32fast",
|
1418 1420 | "miniz_oxide",
|
1419 1421 | ]
|
1420 1422 |
|
1421 1423 | [[package]]
|
1422 1424 | name = "fnv"
|
1423 1425 | version = "1.0.7"
|
1424 1426 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1425 1427 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
1426 1428 |
|
1427 1429 | [[package]]
|
1428 1430 | name = "form_urlencoded"
|
1429 1431 | version = "1.2.2"
|
1430 1432 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1431 1433 | checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
1432 1434 | dependencies = [
|
1433 1435 | "percent-encoding",
|
1434 1436 | ]
|
1435 1437 |
|
1436 1438 | [[package]]
|
1437 1439 | name = "fs_extra"
|
1438 1440 | version = "1.3.0"
|
1439 1441 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -1677,1679 +1760,1762 @@
1677 1679 | [[package]]
|
1678 1680 | name = "hermit-abi"
|
1679 1681 | version = "0.5.2"
|
1680 1682 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1681 1683 | checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
|
1682 1684 |
|
1683 1685 | [[package]]
|
1684 1686 | name = "hex"
|
1685 1687 | version = "0.4.3"
|
1686 1688 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1687 1689 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
1688 1690 |
|
1689 1691 | [[package]]
|
1690 1692 | name = "hickory-proto"
|
1691 1693 | version = "0.25.2"
|
1692 1694 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1693 1695 | checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
|
1694 1696 | dependencies = [
|
1695 1697 | "async-trait",
|
1696 1698 | "cfg-if",
|
1697 1699 | "data-encoding",
|
1698 1700 | "enum-as-inner",
|
1699 1701 | "futures-channel",
|
1700 1702 | "futures-io",
|
1701 1703 | "futures-util",
|
1702 1704 | "idna",
|
1703 1705 | "ipnet",
|
1704 1706 | "once_cell",
|
1705 1707 | "rand 0.9.2",
|
1706 1708 | "ring 0.17.14",
|
1707 - | "thiserror 2.0.17",
|
1709 + | "thiserror 2.0.18",
|
1708 1710 | "tinyvec",
|
1709 1711 | "tokio",
|
1710 1712 | "tracing",
|
1711 1713 | "url",
|
1712 1714 | ]
|
1713 1715 |
|
1714 1716 | [[package]]
|
1715 1717 | name = "hickory-resolver"
|
1716 1718 | version = "0.25.2"
|
1717 1719 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1718 1720 | checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
|
1719 1721 | dependencies = [
|
1720 1722 | "cfg-if",
|
1721 1723 | "futures-util",
|
1722 1724 | "hickory-proto",
|
1723 1725 | "ipconfig",
|
1724 1726 | "moka",
|
1725 1727 | "once_cell",
|
1726 1728 | "parking_lot",
|
1727 1729 | "rand 0.9.2",
|
1728 1730 | "resolv-conf",
|
1729 1731 | "smallvec",
|
1730 - | "thiserror 2.0.17",
|
1732 + | "thiserror 2.0.18",
|
1731 1733 | "tokio",
|
1732 1734 | "tracing",
|
1733 1735 | ]
|
1734 1736 |
|
1735 1737 | [[package]]
|
1736 1738 | name = "http"
|
1737 1739 | version = "0.2.12"
|
1738 1740 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1739 1741 | checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
1740 1742 | dependencies = [
|
1741 1743 | "bytes",
|
1742 1744 | "fnv",
|
1743 1745 | "itoa",
|
1744 1746 | ]
|
1745 1747 |
|
1746 1748 | [[package]]
|
1747 1749 | name = "http"
|
1748 1750 | version = "1.4.0"
|
1749 1751 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1750 1752 | checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
|
1751 1753 | dependencies = [
|
1752 1754 | "bytes",
|
1753 1755 | "itoa",
|
1754 1756 | ]
|
1755 1757 |
|
1756 1758 | [[package]]
|
1757 1759 | name = "http-body"
|
1758 1760 | version = "0.4.6"
|
1759 1761 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1760 1762 | checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
@@ -1896,1898 +1956,1958 @@
1896 1898 | dependencies = [
|
1897 1899 | "http 1.4.0",
|
1898 1900 | "hyper 1.8.1",
|
1899 1901 | "hyper-util",
|
1900 1902 | "rustls 0.23.36",
|
1901 1903 | "rustls-native-certs 0.8.3",
|
1902 1904 | "rustls-pki-types",
|
1903 1905 | "tokio",
|
1904 1906 | "tokio-rustls 0.26.4",
|
1905 1907 | "tower-service",
|
1906 1908 | ]
|
1907 1909 |
|
1908 1910 | [[package]]
|
1909 1911 | name = "hyper-util"
|
1910 1912 | version = "0.1.19"
|
1911 1913 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1912 1914 | checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
|
1913 1915 | dependencies = [
|
1914 1916 | "base64 0.22.1",
|
1915 1917 | "bytes",
|
1916 1918 | "futures-channel",
|
1917 1919 | "futures-core",
|
1918 1920 | "futures-util",
|
1919 1921 | "http 1.4.0",
|
1920 1922 | "http-body 1.0.1",
|
1921 1923 | "hyper 1.8.1",
|
1922 1924 | "ipnet",
|
1923 1925 | "libc",
|
1924 1926 | "percent-encoding",
|
1925 1927 | "pin-project-lite",
|
1926 - | "socket2 0.6.1",
|
1928 + | "socket2 0.6.2",
|
1927 1929 | "system-configuration",
|
1928 1930 | "tokio",
|
1929 1931 | "tower-layer",
|
1930 1932 | "tower-service",
|
1931 1933 | "tracing",
|
1932 1934 | "windows-registry",
|
1933 1935 | ]
|
1934 1936 |
|
1935 1937 | [[package]]
|
1936 1938 | name = "icu_collections"
|
1937 1939 | version = "2.1.1"
|
1938 1940 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1939 1941 | checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
|
1940 1942 | dependencies = [
|
1941 1943 | "displaydoc",
|
1942 1944 | "potential_utf",
|
1943 1945 | "yoke",
|
1944 1946 | "zerofrom",
|
1945 1947 | "zerovec",
|
1946 1948 | ]
|
1947 1949 |
|
1948 1950 | [[package]]
|
1949 1951 | name = "icu_locale_core"
|
1950 1952 | version = "2.1.1"
|
1951 1953 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1952 1954 | checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
|
1953 1955 | dependencies = [
|
1954 1956 | "displaydoc",
|
1955 1957 | "litemap",
|
1956 1958 | "tinystr",
|
@@ -2162,2164 +2353,2355 @@
2162 2164 | version = "0.5.4+5.3.0-patched"
|
2163 2165 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2164 2166 | checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
|
2165 2167 | dependencies = [
|
2166 2168 | "cc",
|
2167 2169 | "libc",
|
2168 2170 | ]
|
2169 2171 |
|
2170 2172 | [[package]]
|
2171 2173 | name = "jemallocator"
|
2172 2174 | version = "0.5.4"
|
2173 2175 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2174 2176 | checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc"
|
2175 2177 | dependencies = [
|
2176 2178 | "jemalloc-sys",
|
2177 2179 | "libc",
|
2178 2180 | ]
|
2179 2181 |
|
2180 2182 | [[package]]
|
2181 2183 | name = "jobserver"
|
2182 2184 | version = "0.1.34"
|
2183 2185 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2184 2186 | checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
|
2185 2187 | dependencies = [
|
2186 2188 | "getrandom 0.3.4",
|
2187 2189 | "libc",
|
2188 2190 | ]
|
2189 2191 |
|
2190 2192 | [[package]]
|
2191 2193 | name = "js-sys"
|
2192 - | version = "0.3.83"
|
2194 + | version = "0.3.85"
|
2193 2195 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2194 - | checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
|
2196 + | checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
|
2195 2197 | dependencies = [
|
2196 2198 | "once_cell",
|
2197 2199 | "wasm-bindgen",
|
2198 2200 | ]
|
2199 2201 |
|
2200 2202 | [[package]]
|
2201 2203 | name = "kv-log-macro"
|
2202 2204 | version = "1.0.7"
|
2203 2205 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2204 2206 | checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
2205 2207 | dependencies = [
|
2206 2208 | "log",
|
2207 2209 | ]
|
2208 2210 |
|
2209 2211 | [[package]]
|
2210 2212 | name = "lambda_http"
|
2211 2213 | version = "0.8.4"
|
2212 2214 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2213 2215 | checksum = "cfba45269ac18740ba882b09d1617c1f05eb4bdc026a5149b593bf77dab12e6b"
|
2214 2216 | dependencies = [
|
2215 2217 | "aws_lambda_events 0.12.1",
|
2216 2218 | "base64 0.21.7",
|
2217 2219 | "bytes",
|
2218 2220 | "encoding_rs",
|
2219 2221 | "futures",
|
2220 2222 | "http 0.2.12",
|
2221 2223 | "http-body 0.4.6",
|
2222 2224 | "hyper 0.14.32",
|
2223 2225 | "lambda_runtime 0.8.3",
|
2224 2226 | "mime",
|
2225 2227 | "percent-encoding",
|
2226 2228 | "serde",
|
2227 2229 | "serde_json",
|
2228 2230 | "serde_urlencoded",
|
2229 2231 | "tokio-stream",
|
2230 2232 | "url",
|
2231 2233 | ]
|
2232 2234 |
|
2233 2235 | [[package]]
|
2234 2236 | name = "lambda_http"
|
2235 - | version = "1.0.1"
|
2237 + | version = "1.0.2"
|
2236 2238 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2237 - | checksum = "a106755a9079a3ed20b4262e32c9a5efa127c97546cb2ecf69bbf3d17dbf970b"
|
2239 + | checksum = "a0b02fac5bd704497e93f0acacfa3c7942866b58b370d3aefaefb75a0f0eb7b2"
|
2238 2240 | dependencies = [
|
2239 - | "aws_lambda_events 1.0.1",
|
2241 + | "aws_lambda_events 1.0.3",
|
2240 2242 | "bytes",
|
2241 2243 | "encoding_rs",
|
2242 2244 | "futures-util",
|
2243 2245 | "http 1.4.0",
|
2244 2246 | "http-body 1.0.1",
|
2245 2247 | "http-body-util",
|
2246 2248 | "hyper 1.8.1",
|
2247 - | "lambda_runtime 1.0.1",
|
2249 + | "lambda_runtime 1.0.2",
|
2248 2250 | "mime",
|
2249 2251 | "percent-encoding",
|
2250 2252 | "pin-project-lite",
|
2251 2253 | "serde",
|
2252 2254 | "serde_json",
|
2253 2255 | "serde_urlencoded",
|
2254 2256 | "tokio-stream",
|
2255 2257 | "url",
|
2256 2258 | ]
|
2257 2259 |
|
2258 2260 | [[package]]
|
2259 2261 | name = "lambda_runtime"
|
2260 2262 | version = "0.8.3"
|
2261 2263 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2262 2264 | checksum = "deca8f65d7ce9a8bfddebb49d7d91b22e788a59ca0c5190f26794ab80ed7a702"
|
2263 2265 | dependencies = [
|
2264 2266 | "async-stream",
|
2265 2267 | "base64 0.20.0",
|
2266 2268 | "bytes",
|
2267 2269 | "futures",
|
2268 2270 | "http 0.2.12",
|
2269 2271 | "http-body 0.4.6",
|
2270 2272 | "http-serde 1.1.3",
|
2271 2273 | "hyper 0.14.32",
|
2272 2274 | "lambda_runtime_api_client 0.8.0",
|
2273 2275 | "serde",
|
2274 2276 | "serde_json",
|
2275 2277 | "serde_path_to_error",
|
2276 2278 | "tokio",
|
2277 2279 | "tokio-stream",
|
2278 2280 | "tower 0.4.13",
|
2279 2281 | "tracing",
|
2280 2282 | ]
|
2281 2283 |
|
2282 2284 | [[package]]
|
2283 2285 | name = "lambda_runtime"
|
2284 - | version = "1.0.1"
|
2286 + | version = "1.0.2"
|
2285 2287 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2286 - | checksum = "46e566d19773ae483b0d32cc6045c5420d7b3eec6192ecb1c26ffa4e0091388a"
|
2288 + | checksum = "dc0b4409eea054e4c06f0101fed547b2cf208e8eca9dc6d41dead4114577852b"
|
2287 2289 | dependencies = [
|
2288 2290 | "async-stream",
|
2289 2291 | "base64 0.22.1",
|
2290 2292 | "bytes",
|
2291 2293 | "futures",
|
2292 2294 | "http 1.4.0",
|
2293 2295 | "http-body-util",
|
2294 2296 | "http-serde 2.1.1",
|
2295 2297 | "hyper 1.8.1",
|
2296 - | "lambda_runtime_api_client 1.0.1",
|
2298 + | "lambda_runtime_api_client 1.0.2",
|
2297 2299 | "pin-project",
|
2298 2300 | "serde",
|
2299 2301 | "serde_json",
|
2300 2302 | "serde_path_to_error",
|
2301 2303 | "tokio",
|
2302 2304 | "tokio-stream",
|
2303 2305 | "tower 0.5.3",
|
2304 2306 | "tracing",
|
2305 2307 | ]
|
2306 2308 |
|
2307 2309 | [[package]]
|
2308 2310 | name = "lambda_runtime_api_client"
|
2309 2311 | version = "0.8.0"
|
2310 2312 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2311 2313 | checksum = "690c5ae01f3acac8c9c3348b556fc443054e9b7f1deaf53e9ebab716282bf0ed"
|
2312 2314 | dependencies = [
|
2313 2315 | "http 0.2.12",
|
2314 2316 | "hyper 0.14.32",
|
2315 2317 | "tokio",
|
2316 2318 | "tower-service",
|
2317 2319 | ]
|
2318 2320 |
|
2319 2321 | [[package]]
|
2320 2322 | name = "lambda_runtime_api_client"
|
2321 - | version = "1.0.1"
|
2323 + | version = "1.0.2"
|
2322 2324 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2323 - | checksum = "2c039f06329949692a81a993ede4cfaa6abab3ac8e72590cf7c5e6a64a9ec7b1"
|
2325 + | checksum = "7b4873061514cb57ffb6a599b77c46c65d6d783efe9bad8fd56b7cba7f0459ef"
|
2324 2326 | dependencies = [
|
2325 2327 | "bytes",
|
2326 2328 | "futures-channel",
|
2327 2329 | "futures-util",
|
2328 2330 | "http 1.4.0",
|
2329 2331 | "http-body 1.0.1",
|
2330 2332 | "http-body-util",
|
2331 2333 | "hyper 1.8.1",
|
2332 2334 | "hyper-util",
|
2333 2335 | "tower 0.5.3",
|
2334 2336 | "tracing",
|
2335 2337 | "tracing-subscriber",
|
2336 2338 | ]
|
2337 2339 |
|
2338 2340 | [[package]]
|
2339 2341 | name = "lazy_static"
|
2340 2342 | version = "1.5.0"
|
2341 2343 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2342 2344 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2343 2345 |
|
2344 2346 | [[package]]
|
2345 2347 | name = "libc"
|
2346 2348 | version = "0.2.180"
|
2347 2349 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2348 2350 | checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
|
2349 2351 |
|
2350 2352 | [[package]]
|
2351 2353 | name = "libloading"
|
2352 2354 | version = "0.8.9"
|
2353 2355 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -2421,2423 +2577,2579 @@
2421 2423 | version = "2.7.6"
|
2422 2424 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2423 2425 | checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
2424 2426 |
|
2425 2427 | [[package]]
|
2426 2428 | name = "memoffset"
|
2427 2429 | version = "0.9.1"
|
2428 2430 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2429 2431 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
2430 2432 | dependencies = [
|
2431 2433 | "autocfg",
|
2432 2434 | ]
|
2433 2435 |
|
2434 2436 | [[package]]
|
2435 2437 | name = "mimalloc"
|
2436 2438 | version = "0.1.48"
|
2437 2439 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2438 2440 | checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
|
2439 2441 | dependencies = [
|
2440 2442 | "libmimalloc-sys",
|
2441 2443 | ]
|
2442 2444 |
|
2443 2445 | [[package]]
|
2444 2446 | name = "mime"
|
2445 2447 | version = "0.3.17"
|
2446 2448 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2447 2449 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2448 2450 |
|
2449 2451 | [[package]]
|
2450 2452 | name = "minicbor"
|
2451 - | version = "0.24.2"
|
2453 + | version = "0.24.4"
|
2452 2454 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2453 - | checksum = "5f8e213c36148d828083ae01948eed271d03f95f7e72571fa242d78184029af2"
|
2455 + | checksum = "29be4f60e41fde478b36998b88821946aafac540e53591e76db53921a0cc225b"
|
2454 2456 | dependencies = [
|
2455 2457 | "half",
|
2456 2458 | "minicbor-derive",
|
2457 2459 | ]
|
2458 2460 |
|
2459 2461 | [[package]]
|
2460 2462 | name = "minicbor-derive"
|
2461 2463 | version = "0.15.3"
|
2462 2464 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2463 2465 | checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
|
2464 2466 | dependencies = [
|
2465 2467 | "proc-macro2",
|
2466 2468 | "quote",
|
2467 2469 | "syn 2.0.114",
|
2468 2470 | ]
|
2469 2471 |
|
2470 2472 | [[package]]
|
2471 2473 | name = "minimal-lexical"
|
2472 2474 | version = "0.2.1"
|
2473 2475 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2474 2476 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2475 2477 |
|
2476 2478 | [[package]]
|
2477 2479 | name = "miniz_oxide"
|
2478 2480 | version = "0.8.9"
|
2479 2481 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2480 2482 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
2481 2483 | dependencies = [
|
2482 2484 | "adler2",
|
2483 2485 | "simd-adler32",
|
2484 2486 | ]
|
2485 2487 |
|
2486 2488 | [[package]]
|
2487 2489 | name = "mio"
|
2488 2490 | version = "1.1.1"
|
2489 2491 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2490 2492 | checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
|
2491 2493 | dependencies = [
|
2492 2494 | "libc",
|
2493 2495 | "wasi",
|
2494 2496 | "windows-sys 0.61.2",
|
2495 2497 | ]
|
2496 2498 |
|
2497 2499 | [[package]]
|
2498 2500 | name = "moka"
|
2499 - | version = "0.12.12"
|
2501 + | version = "0.12.13"
|
2500 2502 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2501 - | checksum = "a3dec6bd31b08944e08b58fd99373893a6c17054d6f3ea5006cc894f4f4eee2a"
|
2503 + | checksum = "b4ac832c50ced444ef6be0767a008b02c106a909ba79d1d830501e94b96f6b7e"
|
2502 2504 | dependencies = [
|
2503 2505 | "crossbeam-channel",
|
2504 2506 | "crossbeam-epoch",
|
2505 2507 | "crossbeam-utils",
|
2506 2508 | "equivalent",
|
2507 2509 | "parking_lot",
|
2508 2510 | "portable-atomic",
|
2509 2511 | "smallvec",
|
2510 2512 | "tagptr",
|
2511 2513 | "uuid",
|
2512 2514 | ]
|
2513 2515 |
|
2514 2516 | [[package]]
|
2515 2517 | name = "nom"
|
2516 2518 | version = "7.1.3"
|
2517 2519 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2518 2520 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2519 2521 | dependencies = [
|
2520 2522 | "memchr",
|
2521 2523 | "minimal-lexical",
|
2522 2524 | ]
|
2523 2525 |
|
2524 2526 | [[package]]
|
2525 2527 | name = "nu-ansi-term"
|
2526 2528 | version = "0.50.3"
|
2527 2529 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2528 2530 | checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
2529 2531 | dependencies = [
|
2530 2532 | "windows-sys 0.61.2",
|
2531 2533 | ]
|
2532 2534 |
|
2533 2535 | [[package]]
|
2534 2536 | name = "num-bigint"
|
2535 2537 | version = "0.4.6"
|
2536 2538 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2537 2539 | checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
2538 2540 | dependencies = [
|
2539 2541 | "num-integer",
|
2540 2542 | "num-traits",
|
2541 2543 | ]
|
2542 2544 |
|
2543 2545 | [[package]]
|
2544 2546 | name = "num-conv"
|
2545 - | version = "0.1.0"
|
2547 + | version = "0.2.0"
|
2546 2548 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2547 - | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
2549 + | checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
|
2548 2550 |
|
2549 2551 | [[package]]
|
2550 2552 | name = "num-integer"
|
2551 2553 | version = "0.1.46"
|
2552 2554 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2553 2555 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2554 2556 | dependencies = [
|
2555 2557 | "num-traits",
|
2556 2558 | ]
|
2557 2559 |
|
2558 2560 | [[package]]
|
2559 2561 | name = "num-rational"
|
2560 2562 | version = "0.4.2"
|
2561 2563 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2562 2564 | checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
|
2563 2565 | dependencies = [
|
2564 2566 | "num-bigint",
|
2565 2567 | "num-integer",
|
2566 2568 | "num-traits",
|
2567 2569 | ]
|
2568 2570 |
|
2569 2571 | [[package]]
|
2570 2572 | name = "num-traits"
|
2571 2573 | version = "0.2.19"
|
2572 2574 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2573 2575 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2574 2576 | dependencies = [
|
2575 2577 | "autocfg",
|
2576 2578 | ]
|
2577 2579 |
|
@@ -2582,2584 +2644,2646 @@
2582 2584 | checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
|
2583 2585 | dependencies = [
|
2584 2586 | "hermit-abi 0.5.2",
|
2585 2587 | "libc",
|
2586 2588 | ]
|
2587 2589 |
|
2588 2590 | [[package]]
|
2589 2591 | name = "once_cell"
|
2590 2592 | version = "1.21.3"
|
2591 2593 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2592 2594 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
2593 2595 | dependencies = [
|
2594 2596 | "critical-section",
|
2595 2597 | "portable-atomic",
|
2596 2598 | ]
|
2597 2599 |
|
2598 2600 | [[package]]
|
2599 2601 | name = "oorandom"
|
2600 2602 | version = "11.1.5"
|
2601 2603 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2602 2604 | checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
|
2603 2605 |
|
2604 2606 | [[package]]
|
2605 2607 | name = "openssl-probe"
|
2606 2608 | version = "0.1.6"
|
2607 2609 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2608 2610 | checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
2609 2611 |
|
2610 2612 | [[package]]
|
2611 2613 | name = "openssl-probe"
|
2612 - | version = "0.2.0"
|
2614 + | version = "0.2.1"
|
2613 2615 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2614 - | checksum = "9f50d9b3dabb09ecd771ad0aa242ca6894994c130308ca3d7684634df8037391"
|
2616 + | checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
|
2615 2617 |
|
2616 2618 | [[package]]
|
2617 2619 | name = "opentelemetry"
|
2618 2620 | version = "0.26.0"
|
2619 2621 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2620 2622 | checksum = "570074cc999d1a58184080966e5bd3bf3a9a4af650c3b05047c2621e7405cd17"
|
2621 2623 | dependencies = [
|
2622 2624 | "futures-core",
|
2623 2625 | "futures-sink",
|
2624 2626 | "js-sys",
|
2625 2627 | "once_cell",
|
2626 2628 | "pin-project-lite",
|
2627 2629 | "thiserror 1.0.69",
|
2628 2630 | ]
|
2629 2631 |
|
2630 2632 | [[package]]
|
2631 2633 | name = "opentelemetry_sdk"
|
2632 2634 | version = "0.26.0"
|
2633 2635 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2634 2636 | checksum = "d2c627d9f4c9cdc1f21a29ee4bfbd6028fcb8bcf2a857b43f3abdf72c9c862f3"
|
2635 2637 | dependencies = [
|
2636 2638 | "async-std",
|
2637 2639 | "async-trait",
|
2638 2640 | "futures-channel",
|
2639 2641 | "futures-executor",
|
2640 2642 | "futures-util",
|
2641 2643 | "glob",
|
2642 2644 | "once_cell",
|
2643 2645 | "opentelemetry",
|
2644 2646 | "percent-encoding",
|
@@ -2815,2817 +2877,2879 @@
2815 2817 | name = "ppv-lite86"
|
2816 2818 | version = "0.2.21"
|
2817 2819 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2818 2820 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
2819 2821 | dependencies = [
|
2820 2822 | "zerocopy",
|
2821 2823 | ]
|
2822 2824 |
|
2823 2825 | [[package]]
|
2824 2826 | name = "pretty_assertions"
|
2825 2827 | version = "1.4.1"
|
2826 2828 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2827 2829 | checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
|
2828 2830 | dependencies = [
|
2829 2831 | "diff",
|
2830 2832 | "yansi",
|
2831 2833 | ]
|
2832 2834 |
|
2833 2835 | [[package]]
|
2834 2836 | name = "prettyplease"
|
2835 2837 | version = "0.2.37"
|
2836 2838 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2837 2839 | checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
2838 2840 | dependencies = [
|
2839 2841 | "proc-macro2",
|
2840 2842 | "syn 2.0.114",
|
2841 2843 | ]
|
2842 2844 |
|
2843 2845 | [[package]]
|
2844 2846 | name = "proc-macro2"
|
2845 - | version = "1.0.105"
|
2847 + | version = "1.0.106"
|
2846 2848 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2847 - | checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7"
|
2849 + | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
2848 2850 | dependencies = [
|
2849 2851 | "unicode-ident",
|
2850 2852 | ]
|
2851 2853 |
|
2852 2854 | [[package]]
|
2853 2855 | name = "proptest"
|
2854 2856 | version = "1.9.0"
|
2855 2857 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2856 2858 | checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40"
|
2857 2859 | dependencies = [
|
2858 2860 | "bit-set",
|
2859 2861 | "bit-vec",
|
2860 2862 | "bitflags 2.10.0",
|
2861 2863 | "num-traits",
|
2862 2864 | "rand 0.9.2",
|
2863 2865 | "rand_chacha 0.9.0",
|
2864 2866 | "rand_xorshift",
|
2865 2867 | "regex-syntax",
|
2866 2868 | "rusty-fork",
|
2867 2869 | "tempfile",
|
2868 2870 | "unarray",
|
2869 2871 | ]
|
2870 2872 |
|
2871 2873 | [[package]]
|
2872 2874 | name = "pyo3"
|
2873 2875 | version = "0.20.3"
|
2874 2876 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2875 2877 | checksum = "53bdbb96d49157e65d45cc287af5f32ffadd5f4761438b527b055fb0d4bb8233"
|
2876 2878 | dependencies = [
|
2877 2879 | "cfg-if",
|
@@ -2951,2953 +3013,3015 @@
2951 2953 | version = "0.20.3"
|
2952 2954 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2953 2955 | checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185"
|
2954 2956 | dependencies = [
|
2955 2957 | "heck 0.4.1",
|
2956 2958 | "proc-macro2",
|
2957 2959 | "pyo3-build-config",
|
2958 2960 | "quote",
|
2959 2961 | "syn 2.0.114",
|
2960 2962 | ]
|
2961 2963 |
|
2962 2964 | [[package]]
|
2963 2965 | name = "query_map"
|
2964 2966 | version = "0.7.0"
|
2965 2967 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2966 2968 | checksum = "5eab6b8b1074ef3359a863758dae650c7c0c6027927a085b7af911c8e0bf3a15"
|
2967 2969 | dependencies = [
|
2968 2970 | "form_urlencoded",
|
2969 2971 | "serde",
|
2970 2972 | "serde_derive",
|
2971 2973 | ]
|
2972 2974 |
|
2973 2975 | [[package]]
|
2974 2976 | name = "quick-error"
|
2975 2977 | version = "1.2.3"
|
2976 2978 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2977 2979 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2978 2980 |
|
2979 2981 | [[package]]
|
2980 2982 | name = "quote"
|
2981 - | version = "1.0.43"
|
2983 + | version = "1.0.44"
|
2982 2984 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2983 - | checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a"
|
2985 + | checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
|
2984 2986 | dependencies = [
|
2985 2987 | "proc-macro2",
|
2986 2988 | ]
|
2987 2989 |
|
2988 2990 | [[package]]
|
2989 2991 | name = "r-efi"
|
2990 2992 | version = "5.3.0"
|
2991 2993 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2992 2994 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
2993 2995 |
|
2994 2996 | [[package]]
|
2995 2997 | name = "rand"
|
2996 2998 | version = "0.8.5"
|
2997 2999 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2998 3000 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2999 3001 | dependencies = [
|
3000 3002 | "libc",
|
3001 3003 | "rand_chacha 0.3.1",
|
3002 3004 | "rand_core 0.6.4",
|
3003 3005 | ]
|
3004 3006 |
|
3005 3007 | [[package]]
|
3006 3008 | name = "rand"
|
3007 3009 | version = "0.9.2"
|
3008 3010 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3009 3011 | checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
3010 3012 | dependencies = [
|
3011 3013 | "rand_chacha 0.9.0",
|
3012 3014 | "rand_core 0.9.5",
|
3013 3015 | ]
|
@@ -3123,3125 +3183,3185 @@
3123 3125 | "regex-syntax",
|
3124 3126 | ]
|
3125 3127 |
|
3126 3128 | [[package]]
|
3127 3129 | name = "regex-lite"
|
3128 3130 | version = "0.1.8"
|
3129 3131 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3130 3132 | checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
|
3131 3133 |
|
3132 3134 | [[package]]
|
3133 3135 | name = "regex-syntax"
|
3134 3136 | version = "0.8.8"
|
3135 3137 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3136 3138 | checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
|
3137 3139 |
|
3138 3140 | [[package]]
|
3139 3141 | name = "resolv-conf"
|
3140 3142 | version = "0.7.6"
|
3141 3143 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3142 3144 | checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
|
3143 3145 |
|
3144 3146 | [[package]]
|
3145 3147 | name = "ring"
|
3146 3148 | version = "0.16.20"
|
3147 3149 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3148 3150 | checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
3149 3151 | dependencies = [
|
3150 3152 | "cc",
|
3151 3153 | "libc",
|
3152 3154 | "once_cell",
|
3153 - | "spin 0.5.2",
|
3155 + | "spin",
|
3154 3156 | "untrusted 0.7.1",
|
3155 3157 | "web-sys",
|
3156 3158 | "winapi",
|
3157 3159 | ]
|
3158 3160 |
|
3159 3161 | [[package]]
|
3160 3162 | name = "ring"
|
3161 3163 | version = "0.17.14"
|
3162 3164 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3163 3165 | checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
3164 3166 | dependencies = [
|
3165 3167 | "cc",
|
3166 3168 | "cfg-if",
|
3167 3169 | "getrandom 0.2.17",
|
3168 3170 | "libc",
|
3169 3171 | "untrusted 0.9.0",
|
3170 3172 | "windows-sys 0.52.0",
|
3171 3173 | ]
|
3172 3174 |
|
3173 3175 | [[package]]
|
3174 3176 | name = "roxmltree"
|
3175 3177 | version = "0.14.1"
|
3176 3178 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3177 3179 | checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
|
3178 3180 | dependencies = [
|
3179 3181 | "xmlparser",
|
3180 3182 | ]
|
3181 3183 |
|
3182 3184 | [[package]]
|
3183 3185 | name = "rustc-hash"
|
@@ -3194,3196 +3398,3400 @@
3194 3196 | "bitflags 2.10.0",
|
3195 3197 | "errno",
|
3196 3198 | "libc",
|
3197 3199 | "linux-raw-sys",
|
3198 3200 | "windows-sys 0.61.2",
|
3199 3201 | ]
|
3200 3202 |
|
3201 3203 | [[package]]
|
3202 3204 | name = "rustls"
|
3203 3205 | version = "0.21.12"
|
3204 3206 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3205 3207 | checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
3206 3208 | dependencies = [
|
3207 3209 | "log",
|
3208 3210 | "ring 0.17.14",
|
3209 3211 | "rustls-webpki 0.101.7",
|
3210 3212 | "sct",
|
3211 3213 | ]
|
3212 3214 |
|
3213 3215 | [[package]]
|
3214 3216 | name = "rustls"
|
3215 3217 | version = "0.23.36"
|
3216 3218 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3217 3219 | checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b"
|
3218 3220 | dependencies = [
|
3219 3221 | "aws-lc-rs",
|
3220 3222 | "log",
|
3221 3223 | "once_cell",
|
3222 3224 | "ring 0.17.14",
|
3223 3225 | "rustls-pki-types",
|
3224 - | "rustls-webpki 0.103.8",
|
3226 + | "rustls-webpki 0.103.9",
|
3225 3227 | "subtle",
|
3226 3228 | "zeroize",
|
3227 3229 | ]
|
3228 3230 |
|
3229 3231 | [[package]]
|
3230 3232 | name = "rustls-native-certs"
|
3231 3233 | version = "0.6.3"
|
3232 3234 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3233 3235 | checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
3234 3236 | dependencies = [
|
3235 3237 | "openssl-probe 0.1.6",
|
3236 3238 | "rustls-pemfile 1.0.4",
|
3237 3239 | "schannel",
|
3238 3240 | "security-framework 2.11.1",
|
3239 3241 | ]
|
3240 3242 |
|
3241 3243 | [[package]]
|
3242 3244 | name = "rustls-native-certs"
|
3243 3245 | version = "0.8.3"
|
3244 3246 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3245 3247 | checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
|
3246 3248 | dependencies = [
|
3247 - | "openssl-probe 0.2.0",
|
3249 + | "openssl-probe 0.2.1",
|
3248 3250 | "rustls-pki-types",
|
3249 3251 | "schannel",
|
3250 3252 | "security-framework 3.5.1",
|
3251 3253 | ]
|
3252 3254 |
|
3253 3255 | [[package]]
|
3254 3256 | name = "rustls-pemfile"
|
3255 3257 | version = "1.0.4"
|
3256 3258 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3257 3259 | checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
3258 3260 | dependencies = [
|
3259 3261 | "base64 0.21.7",
|
3260 3262 | ]
|
3261 3263 |
|
3262 3264 | [[package]]
|
3263 3265 | name = "rustls-pemfile"
|
3264 3266 | version = "2.2.0"
|
3265 3267 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3266 3268 | checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
3267 3269 | dependencies = [
|
3268 3270 | "rustls-pki-types",
|
3269 3271 | ]
|
3270 3272 |
|
3271 3273 | [[package]]
|
3272 3274 | name = "rustls-pki-types"
|
3273 - | version = "1.13.2"
|
3275 + | version = "1.14.0"
|
3274 3276 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3275 - | checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282"
|
3277 + | checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
|
3276 3278 | dependencies = [
|
3277 3279 | "zeroize",
|
3278 3280 | ]
|
3279 3281 |
|
3280 3282 | [[package]]
|
3281 3283 | name = "rustls-webpki"
|
3282 3284 | version = "0.101.7"
|
3283 3285 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3284 3286 | checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
3285 3287 | dependencies = [
|
3286 3288 | "ring 0.17.14",
|
3287 3289 | "untrusted 0.9.0",
|
3288 3290 | ]
|
3289 3291 |
|
3290 3292 | [[package]]
|
3291 3293 | name = "rustls-webpki"
|
3292 - | version = "0.103.8"
|
3294 + | version = "0.103.9"
|
3293 3295 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3294 - | checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
|
3296 + | checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
|
3295 3297 | dependencies = [
|
3296 3298 | "aws-lc-rs",
|
3297 3299 | "ring 0.17.14",
|
3298 3300 | "rustls-pki-types",
|
3299 3301 | "untrusted 0.9.0",
|
3300 3302 | ]
|
3301 3303 |
|
3302 3304 | [[package]]
|
3303 3305 | name = "rustversion"
|
3304 3306 | version = "1.0.22"
|
3305 3307 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3306 3308 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
3307 3309 |
|
3308 3310 | [[package]]
|
3309 3311 | name = "rusty-fork"
|
3310 3312 | version = "0.3.1"
|
3311 3313 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3312 3314 | checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
|
3313 3315 | dependencies = [
|
3314 3316 | "fnv",
|
3315 3317 | "quick-error",
|
3316 3318 | "tempfile",
|
3317 3319 | "wait-timeout",
|
3318 3320 | ]
|
3319 3321 |
|
3320 3322 | [[package]]
|
3321 3323 | name = "ryu"
|
3322 3324 | version = "1.0.22"
|
3323 3325 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3324 3326 | checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984"
|
3325 3327 |
|
3326 3328 | [[package]]
|
3327 3329 | name = "s2n-tls"
|
3328 - | version = "0.3.33"
|
3330 + | version = "0.3.34"
|
3329 3331 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3330 - | checksum = "2c6ff3b4545ac3f38f9a5b55bd43827eb1878949d88dcc06d12f54a6dbca5014"
|
3332 + | checksum = "98ed0b0786afe33ad792aadf289629d39cb45edc7ab1250a6b6cdf71ebc1c026"
|
3331 3333 | dependencies = [
|
3332 3334 | "errno",
|
3333 3335 | "hex",
|
3334 3336 | "libc",
|
3335 3337 | "pin-project-lite",
|
3336 3338 | "s2n-tls-sys",
|
3337 3339 | ]
|
3338 3340 |
|
3339 3341 | [[package]]
|
3340 3342 | name = "s2n-tls-hyper"
|
3341 3343 | version = "0.1.0"
|
3342 3344 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3343 3345 | checksum = "f48b9922eed6521a7f9d5b444bcc36a5df988161b67579112cc5377ca021ed78"
|
3344 3346 | dependencies = [
|
3345 3347 | "http 1.4.0",
|
3346 3348 | "hyper 1.8.1",
|
3347 3349 | "hyper-util",
|
3348 3350 | "s2n-tls",
|
3349 3351 | "s2n-tls-tokio",
|
3350 3352 | "tower-service",
|
3351 3353 | ]
|
3352 3354 |
|
3353 3355 | [[package]]
|
3354 3356 | name = "s2n-tls-sys"
|
3355 - | version = "0.3.33"
|
3357 + | version = "0.3.34"
|
3356 3358 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3357 - | checksum = "43774df7df6fc43e442f79787a9fc14ce723e19956d70034b1c1ce9e14867f20"
|
3359 + | checksum = "b1333e7ea5fbc8f36ef4c3c4aa0269441195cee56bef783f0d418151eebb9eac"
|
3358 3360 | dependencies = [
|
3359 3361 | "aws-lc-rs",
|
3360 3362 | "cc",
|
3361 3363 | "libc",
|
3362 3364 | ]
|
3363 3365 |
|
3364 3366 | [[package]]
|
3365 3367 | name = "s2n-tls-tokio"
|
3366 - | version = "0.3.33"
|
3368 + | version = "0.3.34"
|
3367 3369 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3368 - | checksum = "9b26293d65bf298bdb39e01327f77f5034438f0b3c64935d638e98d695e6eed0"
|
3370 + | checksum = "4858955e65d12820b004f387e6a3ca62cee67483a5f1710d73be352e678fe744"
|
3369 3371 | dependencies = [
|
3370 3372 | "errno",
|
3371 3373 | "libc",
|
3372 3374 | "pin-project-lite",
|
3373 3375 | "s2n-tls",
|
3374 3376 | "tokio",
|
3375 3377 | ]
|
3376 3378 |
|
3377 3379 | [[package]]
|
3378 3380 | name = "same-file"
|
3379 3381 | version = "1.0.6"
|
3380 3382 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3381 3383 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
3382 3384 | dependencies = [
|
3383 3385 | "winapi-util",
|
3384 3386 | ]
|
3385 3387 |
|
3386 3388 | [[package]]
|
3387 3389 | name = "scc"
|
3388 3390 | version = "2.4.0"
|
3389 3391 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3390 3392 | checksum = "46e6f046b7fef48e2660c57ed794263155d713de679057f2d0c169bfc6e756cc"
|
3391 3393 | dependencies = [
|
3392 3394 | "sdd",
|
3393 3395 | ]
|
3394 3396 |
|
3395 3397 | [[package]]
|
3396 3398 | name = "schannel"
|
3397 3399 | version = "0.1.28"
|
3398 3400 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -3470,3472 +3539,3541 @@
3470 3472 | version = "1.0.228"
|
3471 3473 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3472 3474 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
3473 3475 | dependencies = [
|
3474 3476 | "serde_core",
|
3475 3477 | "serde_derive",
|
3476 3478 | ]
|
3477 3479 |
|
3478 3480 | [[package]]
|
3479 3481 | name = "serde_core"
|
3480 3482 | version = "1.0.228"
|
3481 3483 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3482 3484 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
3483 3485 | dependencies = [
|
3484 3486 | "serde_derive",
|
3485 3487 | ]
|
3486 3488 |
|
3487 3489 | [[package]]
|
3488 3490 | name = "serde_derive"
|
3489 3491 | version = "1.0.228"
|
3490 3492 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3491 3493 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
3492 3494 | dependencies = [
|
3493 3495 | "proc-macro2",
|
3494 3496 | "quote",
|
3495 3497 | "syn 2.0.114",
|
3496 3498 | ]
|
3497 3499 |
|
3498 3500 | [[package]]
|
3499 3501 | name = "serde_json"
|
3500 - | version = "1.0.146"
|
3502 + | version = "1.0.149"
|
3501 3503 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3502 - | checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8"
|
3504 + | checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
3503 3505 | dependencies = [
|
3504 3506 | "indexmap 2.13.0",
|
3505 3507 | "itoa",
|
3506 3508 | "memchr",
|
3507 - | "ryu",
|
3508 3509 | "serde",
|
3509 3510 | "serde_core",
|
3511 + | "zmij",
|
3510 3512 | ]
|
3511 3513 |
|
3512 3514 | [[package]]
|
3513 3515 | name = "serde_path_to_error"
|
3514 3516 | version = "0.1.20"
|
3515 3517 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3516 3518 | checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
|
3517 3519 | dependencies = [
|
3518 3520 | "itoa",
|
3519 3521 | "serde",
|
3520 3522 | "serde_core",
|
3521 3523 | ]
|
3522 3524 |
|
3523 3525 | [[package]]
|
3524 3526 | name = "serde_urlencoded"
|
3525 3527 | version = "0.7.1"
|
3526 3528 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3527 3529 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
3528 3530 | dependencies = [
|
3529 3531 | "form_urlencoded",
|
3530 3532 | "itoa",
|
3531 3533 | "ryu",
|
3532 3534 | "serde",
|
3533 3535 | ]
|
3534 3536 |
|
3535 3537 | [[package]]
|
3536 3538 | name = "serial_test"
|
3537 3539 | version = "3.3.1"
|
3538 3540 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3539 3541 | checksum = "0d0b343e184fc3b7bb44dff0705fffcf4b3756ba6aff420dddd8b24ca145e555"
|
@@ -3619,3621 +3698,3694 @@
3619 3621 | [[package]]
|
3620 3622 | name = "simd-adler32"
|
3621 3623 | version = "0.3.8"
|
3622 3624 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3623 3625 | checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
|
3624 3626 |
|
3625 3627 | [[package]]
|
3626 3628 | name = "slab"
|
3627 3629 | version = "0.4.11"
|
3628 3630 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3629 3631 | checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
|
3630 3632 |
|
3631 3633 | [[package]]
|
3632 3634 | name = "smallvec"
|
3633 3635 | version = "1.15.1"
|
3634 3636 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3635 3637 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
3636 3638 |
|
3637 3639 | [[package]]
|
3638 3640 | name = "socket2"
|
3639 3641 | version = "0.5.10"
|
3640 3642 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3641 3643 | checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
|
3642 3644 | dependencies = [
|
3643 3645 | "libc",
|
3644 3646 | "windows-sys 0.52.0",
|
3645 3647 | ]
|
3646 3648 |
|
3647 3649 | [[package]]
|
3648 3650 | name = "socket2"
|
3649 - | version = "0.6.1"
|
3651 + | version = "0.6.2"
|
3650 3652 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3651 - | checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
|
3653 + | checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0"
|
3652 3654 | dependencies = [
|
3653 3655 | "libc",
|
3654 3656 | "windows-sys 0.60.2",
|
3655 3657 | ]
|
3656 3658 |
|
3657 3659 | [[package]]
|
3658 3660 | name = "spin"
|
3659 3661 | version = "0.5.2"
|
3660 3662 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3661 3663 | checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
3662 3664 |
|
3663 - | [[package]]
|
3664 - | name = "spin"
|
3665 - | version = "0.10.0"
|
3666 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3667 - | checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
|
3668 - |
|
3669 3665 | [[package]]
|
3670 3666 | name = "stable_deref_trait"
|
3671 3667 | version = "1.2.1"
|
3672 3668 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3673 3669 | checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
3674 3670 |
|
3675 3671 | [[package]]
|
3676 3672 | name = "stats_alloc"
|
3677 3673 | version = "0.1.10"
|
3678 3674 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3679 3675 | checksum = "5c0e04424e733e69714ca1bbb9204c1a57f09f5493439520f9f68c132ad25eec"
|
3680 3676 |
|
3681 3677 | [[package]]
|
3682 3678 | name = "strsim"
|
3683 3679 | version = "0.10.0"
|
3684 3680 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3685 3681 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
3686 3682 |
|
3687 3683 | [[package]]
|
3688 3684 | name = "subtle"
|
3689 3685 | version = "2.6.1"
|
3690 3686 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3691 3687 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
3692 3688 |
|
3693 3689 | [[package]]
|
3694 3690 | name = "syn"
|
3695 3691 | version = "1.0.109"
|
3696 3692 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3697 3693 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
3698 3694 | dependencies = [
|
@@ -3774,3770 +3897,3893 @@
3774 3770 | "rustix",
|
3775 3771 | "windows-sys 0.61.2",
|
3776 3772 | ]
|
3777 3773 |
|
3778 3774 | [[package]]
|
3779 3775 | name = "termcolor"
|
3780 3776 | version = "1.4.1"
|
3781 3777 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3782 3778 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
3783 3779 | dependencies = [
|
3784 3780 | "winapi-util",
|
3785 3781 | ]
|
3786 3782 |
|
3787 3783 | [[package]]
|
3788 3784 | name = "textwrap"
|
3789 3785 | version = "0.16.2"
|
3790 3786 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3791 3787 | checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
|
3792 3788 |
|
3793 3789 | [[package]]
|
3794 3790 | name = "thiserror"
|
3795 3791 | version = "1.0.69"
|
3796 3792 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3797 3793 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
3798 3794 | dependencies = [
|
3799 3795 | "thiserror-impl 1.0.69",
|
3800 3796 | ]
|
3801 3797 |
|
3802 3798 | [[package]]
|
3803 3799 | name = "thiserror"
|
3804 - | version = "2.0.17"
|
3800 + | version = "2.0.18"
|
3805 3801 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3806 - | checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
|
3802 + | checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
3807 3803 | dependencies = [
|
3808 - | "thiserror-impl 2.0.17",
|
3804 + | "thiserror-impl 2.0.18",
|
3809 3805 | ]
|
3810 3806 |
|
3811 3807 | [[package]]
|
3812 3808 | name = "thiserror-impl"
|
3813 3809 | version = "1.0.69"
|
3814 3810 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3815 3811 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
3816 3812 | dependencies = [
|
3817 3813 | "proc-macro2",
|
3818 3814 | "quote",
|
3819 3815 | "syn 2.0.114",
|
3820 3816 | ]
|
3821 3817 |
|
3822 3818 | [[package]]
|
3823 3819 | name = "thiserror-impl"
|
3824 - | version = "2.0.17"
|
3820 + | version = "2.0.18"
|
3825 3821 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3826 - | checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
|
3822 + | checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
3827 3823 | dependencies = [
|
3828 3824 | "proc-macro2",
|
3829 3825 | "quote",
|
3830 3826 | "syn 2.0.114",
|
3831 3827 | ]
|
3832 3828 |
|
3833 3829 | [[package]]
|
3834 3830 | name = "thread_local"
|
3835 3831 | version = "1.1.9"
|
3836 3832 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3837 3833 | checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
3838 3834 | dependencies = [
|
3839 3835 | "cfg-if",
|
3840 3836 | ]
|
3841 3837 |
|
3842 3838 | [[package]]
|
3843 3839 | name = "time"
|
3844 - | version = "0.3.45"
|
3840 + | version = "0.3.46"
|
3845 3841 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3846 - | checksum = "f9e442fc33d7fdb45aa9bfeb312c095964abdf596f7567261062b2a7107aaabd"
|
3842 + | checksum = "9da98b7d9b7dad93488a84b8248efc35352b0b2657397d4167e7ad67e5d535e5"
|
3847 3843 | dependencies = [
|
3848 3844 | "deranged",
|
3849 3845 | "itoa",
|
3850 3846 | "num-conv",
|
3851 3847 | "powerfmt",
|
3852 3848 | "serde_core",
|
3853 3849 | "time-core",
|
3854 3850 | "time-macros",
|
3855 3851 | ]
|
3856 3852 |
|
3857 3853 | [[package]]
|
3858 3854 | name = "time-core"
|
3859 - | version = "0.1.7"
|
3855 + | version = "0.1.8"
|
3860 3856 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3861 - | checksum = "8b36ee98fd31ec7426d599183e8fe26932a8dc1fb76ddb6214d05493377d34ca"
|
3857 + | checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
|
3862 3858 |
|
3863 3859 | [[package]]
|
3864 3860 | name = "time-macros"
|
3865 - | version = "0.2.25"
|
3861 + | version = "0.2.26"
|
3866 3862 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3867 - | checksum = "71e552d1249bf61ac2a52db88179fd0673def1e1ad8243a00d9ec9ed71fee3dd"
|
3863 + | checksum = "78cc610bac2dcee56805c99642447d4c5dbde4d01f752ffea0199aee1f601dc4"
|
3868 3864 | dependencies = [
|
3869 3865 | "num-conv",
|
3870 3866 | "time-core",
|
3871 3867 | ]
|
3872 3868 |
|
3873 3869 | [[package]]
|
3874 3870 | name = "tinystr"
|
3875 3871 | version = "0.8.2"
|
3876 3872 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3877 3873 | checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
|
3878 3874 | dependencies = [
|
3879 3875 | "displaydoc",
|
3880 3876 | "zerovec",
|
3881 3877 | ]
|
3882 3878 |
|
3883 3879 | [[package]]
|
3884 3880 | name = "tinytemplate"
|
3885 3881 | version = "1.2.1"
|
3886 3882 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3887 3883 | checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
3888 3884 | dependencies = [
|
3889 3885 | "serde",
|
3890 3886 | "serde_json",
|
3891 3887 | ]
|
3892 3888 |
|
3893 3889 | [[package]]
|
3894 3890 | name = "tinyvec"
|
3895 3891 | version = "1.10.0"
|
3896 3892 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3897 3893 | checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
|
@@ -3904,3900 +3964,3960 @@
3904 3900 | version = "0.1.1"
|
3905 3901 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3906 3902 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
3907 3903 |
|
3908 3904 | [[package]]
|
3909 3905 | name = "tls-listener"
|
3910 3906 | version = "0.7.0"
|
3911 3907 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3912 3908 | checksum = "81294c017957a1a69794f506723519255879e15a870507faf45dfed288b763dd"
|
3913 3909 | dependencies = [
|
3914 3910 | "futures-util",
|
3915 3911 | "hyper 0.14.32",
|
3916 3912 | "pin-project-lite",
|
3917 3913 | "thiserror 1.0.69",
|
3918 3914 | "tokio",
|
3919 3915 | "tokio-rustls 0.24.1",
|
3920 3916 | ]
|
3921 3917 |
|
3922 3918 | [[package]]
|
3923 3919 | name = "tokio"
|
3924 3920 | version = "1.49.0"
|
3925 3921 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3926 3922 | checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
|
3927 3923 | dependencies = [
|
3928 3924 | "bytes",
|
3929 3925 | "libc",
|
3930 3926 | "mio",
|
3931 3927 | "parking_lot",
|
3932 3928 | "pin-project-lite",
|
3933 3929 | "signal-hook-registry",
|
3934 - | "socket2 0.6.1",
|
3930 + | "socket2 0.6.2",
|
3935 3931 | "tokio-macros",
|
3936 3932 | "windows-sys 0.61.2",
|
3937 3933 | ]
|
3938 3934 |
|
3939 3935 | [[package]]
|
3940 3936 | name = "tokio-macros"
|
3941 3937 | version = "2.6.0"
|
3942 3938 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3943 3939 | checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
|
3944 3940 | dependencies = [
|
3945 3941 | "proc-macro2",
|
3946 3942 | "quote",
|
3947 3943 | "syn 2.0.114",
|
3948 3944 | ]
|
3949 3945 |
|
3950 3946 | [[package]]
|
3951 3947 | name = "tokio-rustls"
|
3952 3948 | version = "0.24.1"
|
3953 3949 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3954 3950 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
3955 3951 | dependencies = [
|
3956 3952 | "rustls 0.21.12",
|
3957 3953 | "tokio",
|
3958 3954 | ]
|
3959 3955 |
|
3960 3956 | [[package]]
|
3961 3957 | name = "tokio-rustls"
|
3962 3958 | version = "0.26.4"
|
3963 3959 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3964 3960 | checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
@@ -4085,4081 +4145,4141 @@
4085 4081 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4086 4082 | checksum = "a4546773ffeab9e4ea02b8872faa49bb616a80a7da66afc2f32688943f97efa7"
|
4087 4083 | dependencies = [
|
4088 4084 | "futures-util",
|
4089 4085 | "pin-project",
|
4090 4086 | "tokio",
|
4091 4087 | "tokio-test",
|
4092 4088 | "tower-layer",
|
4093 4089 | "tower-service",
|
4094 4090 | ]
|
4095 4091 |
|
4096 4092 | [[package]]
|
4097 4093 | name = "tracing"
|
4098 4094 | version = "0.1.44"
|
4099 4095 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4100 4096 | checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
4101 4097 | dependencies = [
|
4102 4098 | "log",
|
4103 4099 | "pin-project-lite",
|
4104 4100 | "tracing-attributes",
|
4105 4101 | "tracing-core",
|
4106 4102 | ]
|
4107 4103 |
|
4108 4104 | [[package]]
|
4109 4105 | name = "tracing-appender"
|
4110 4106 | version = "0.2.4"
|
4111 4107 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4112 4108 | checksum = "786d480bce6247ab75f005b14ae1624ad978d3029d9113f0a22fa1ac773faeaf"
|
4113 4109 | dependencies = [
|
4114 4110 | "crossbeam-channel",
|
4115 - | "thiserror 2.0.17",
|
4111 + | "thiserror 2.0.18",
|
4116 4112 | "time",
|
4117 4113 | "tracing-subscriber",
|
4118 4114 | ]
|
4119 4115 |
|
4120 4116 | [[package]]
|
4121 4117 | name = "tracing-attributes"
|
4122 4118 | version = "0.1.31"
|
4123 4119 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4124 4120 | checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
4125 4121 | dependencies = [
|
4126 4122 | "proc-macro2",
|
4127 4123 | "quote",
|
4128 4124 | "syn 2.0.114",
|
4129 4125 | ]
|
4130 4126 |
|
4131 4127 | [[package]]
|
4132 4128 | name = "tracing-core"
|
4133 4129 | version = "0.1.36"
|
4134 4130 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4135 4131 | checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
4136 4132 | dependencies = [
|
4137 4133 | "once_cell",
|
4138 4134 | "valuable",
|
4139 4135 | ]
|
4140 4136 |
|
4141 4137 | [[package]]
|
4142 4138 | name = "tracing-log"
|
4143 4139 | version = "0.2.0"
|
4144 4140 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4145 4141 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
@@ -4242,4238 +4304,4300 @@
4242 4238 | version = "0.9.0"
|
4243 4239 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4244 4240 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
4245 4241 |
|
4246 4242 | [[package]]
|
4247 4243 | name = "url"
|
4248 4244 | version = "2.5.8"
|
4249 4245 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4250 4246 | checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
|
4251 4247 | dependencies = [
|
4252 4248 | "form_urlencoded",
|
4253 4249 | "idna",
|
4254 4250 | "percent-encoding",
|
4255 4251 | "serde",
|
4256 4252 | ]
|
4257 4253 |
|
4258 4254 | [[package]]
|
4259 4255 | name = "urlencoding"
|
4260 4256 | version = "2.1.3"
|
4261 4257 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4262 4258 | checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
4263 4259 |
|
4264 4260 | [[package]]
|
4265 4261 | name = "utf8_iter"
|
4266 4262 | version = "1.0.4"
|
4267 4263 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4268 4264 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
4269 4265 |
|
4270 4266 | [[package]]
|
4271 4267 | name = "uuid"
|
4272 - | version = "1.19.0"
|
4268 + | version = "1.20.0"
|
4273 4269 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4274 - | checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
|
4270 + | checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f"
|
4275 4271 | dependencies = [
|
4276 4272 | "getrandom 0.3.4",
|
4277 4273 | "js-sys",
|
4278 4274 | "rand 0.9.2",
|
4279 4275 | "wasm-bindgen",
|
4280 4276 | ]
|
4281 4277 |
|
4282 4278 | [[package]]
|
4283 4279 | name = "valuable"
|
4284 4280 | version = "0.1.1"
|
4285 4281 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4286 4282 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
4287 4283 |
|
4288 4284 | [[package]]
|
4289 4285 | name = "value-bag"
|
4290 4286 | version = "1.12.0"
|
4291 4287 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4292 4288 | checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
|
4293 4289 |
|
4294 4290 | [[package]]
|
4295 4291 | name = "version_check"
|
4296 4292 | version = "0.9.5"
|
4297 4293 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4298 4294 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
4299 4295 |
|
4300 4296 | [[package]]
|
4301 4297 | name = "vsimd"
|
4302 4298 | version = "0.8.0"
|
4303 4299 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4304 4300 | checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
@@ -4312,4308 +4441,4438 @@
4312 4308 | "libc",
|
4313 4309 | ]
|
4314 4310 |
|
4315 4311 | [[package]]
|
4316 4312 | name = "walkdir"
|
4317 4313 | version = "2.5.0"
|
4318 4314 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4319 4315 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
4320 4316 | dependencies = [
|
4321 4317 | "same-file",
|
4322 4318 | "winapi-util",
|
4323 4319 | ]
|
4324 4320 |
|
4325 4321 | [[package]]
|
4326 4322 | name = "want"
|
4327 4323 | version = "0.3.1"
|
4328 4324 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4329 4325 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
4330 4326 | dependencies = [
|
4331 4327 | "try-lock",
|
4332 4328 | ]
|
4333 4329 |
|
4334 4330 | [[package]]
|
4335 4331 | name = "wasi"
|
4336 4332 | version = "0.11.1+wasi-snapshot-preview1"
|
4337 4333 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4338 4334 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
4339 4335 |
|
4340 4336 | [[package]]
|
4341 4337 | name = "wasip2"
|
4342 - | version = "1.0.1+wasi-0.2.4"
|
4338 + | version = "1.0.2+wasi-0.2.9"
|
4343 4339 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4344 - | checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
|
4340 + | checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
|
4345 4341 | dependencies = [
|
4346 4342 | "wit-bindgen",
|
4347 4343 | ]
|
4348 4344 |
|
4349 4345 | [[package]]
|
4350 4346 | name = "wasm-bindgen"
|
4351 - | version = "0.2.106"
|
4347 + | version = "0.2.108"
|
4352 4348 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4353 - | checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
|
4349 + | checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
|
4354 4350 | dependencies = [
|
4355 4351 | "cfg-if",
|
4356 4352 | "once_cell",
|
4357 4353 | "rustversion",
|
4358 4354 | "wasm-bindgen-macro",
|
4359 4355 | "wasm-bindgen-shared",
|
4360 4356 | ]
|
4361 4357 |
|
4362 4358 | [[package]]
|
4363 4359 | name = "wasm-bindgen-futures"
|
4364 - | version = "0.4.56"
|
4360 + | version = "0.4.58"
|
4365 4361 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4366 - | checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c"
|
4362 + | checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f"
|
4367 4363 | dependencies = [
|
4368 4364 | "cfg-if",
|
4365 + | "futures-util",
|
4369 4366 | "js-sys",
|
4370 4367 | "once_cell",
|
4371 4368 | "wasm-bindgen",
|
4372 4369 | "web-sys",
|
4373 4370 | ]
|
4374 4371 |
|
4375 4372 | [[package]]
|
4376 4373 | name = "wasm-bindgen-macro"
|
4377 - | version = "0.2.106"
|
4374 + | version = "0.2.108"
|
4378 4375 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4379 - | checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
|
4376 + | checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
|
4380 4377 | dependencies = [
|
4381 4378 | "quote",
|
4382 4379 | "wasm-bindgen-macro-support",
|
4383 4380 | ]
|
4384 4381 |
|
4385 4382 | [[package]]
|
4386 4383 | name = "wasm-bindgen-macro-support"
|
4387 - | version = "0.2.106"
|
4384 + | version = "0.2.108"
|
4388 4385 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4389 - | checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
|
4386 + | checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
|
4390 4387 | dependencies = [
|
4391 4388 | "bumpalo",
|
4392 4389 | "proc-macro2",
|
4393 4390 | "quote",
|
4394 4391 | "syn 2.0.114",
|
4395 4392 | "wasm-bindgen-shared",
|
4396 4393 | ]
|
4397 4394 |
|
4398 4395 | [[package]]
|
4399 4396 | name = "wasm-bindgen-shared"
|
4400 - | version = "0.2.106"
|
4397 + | version = "0.2.108"
|
4401 4398 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4402 - | checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
|
4399 + | checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
|
4403 4400 | dependencies = [
|
4404 4401 | "unicode-ident",
|
4405 4402 | ]
|
4406 4403 |
|
4407 4404 | [[package]]
|
4408 4405 | name = "web-sys"
|
4409 - | version = "0.3.83"
|
4406 + | version = "0.3.85"
|
4410 4407 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4411 - | checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac"
|
4408 + | checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598"
|
4412 4409 | dependencies = [
|
4413 4410 | "js-sys",
|
4414 4411 | "wasm-bindgen",
|
4415 4412 | ]
|
4416 4413 |
|
4417 4414 | [[package]]
|
4418 4415 | name = "widestring"
|
4419 4416 | version = "1.2.1"
|
4420 4417 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4421 4418 | checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
|
4422 4419 |
|
4423 4420 | [[package]]
|
4424 4421 | name = "winapi"
|
4425 4422 | version = "0.3.9"
|
4426 4423 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4427 4424 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
4428 4425 | dependencies = [
|
4429 4426 | "winapi-i686-pc-windows-gnu",
|
4430 4427 | "winapi-x86_64-pc-windows-gnu",
|
4431 4428 | ]
|
4432 4429 |
|
4433 4430 | [[package]]
|
4434 4431 | name = "winapi-i686-pc-windows-gnu"
|
4435 4432 | version = "0.4.0"
|
4436 4433 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4437 4434 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
4438 4435 |
|
4439 4436 | [[package]]
|
4440 4437 | name = "winapi-util"
|
4441 4438 | version = "0.1.11"
|
@@ -4693,4690 +4823,4820 @@
4693 4690 | [[package]]
|
4694 4691 | name = "windows_x86_64_msvc"
|
4695 4692 | version = "0.48.5"
|
4696 4693 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4697 4694 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
4698 4695 |
|
4699 4696 | [[package]]
|
4700 4697 | name = "windows_x86_64_msvc"
|
4701 4698 | version = "0.52.6"
|
4702 4699 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4703 4700 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
4704 4701 |
|
4705 4702 | [[package]]
|
4706 4703 | name = "windows_x86_64_msvc"
|
4707 4704 | version = "0.53.1"
|
4708 4705 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4709 4706 | checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
4710 4707 |
|
4711 4708 | [[package]]
|
4712 4709 | name = "winreg"
|
4713 4710 | version = "0.50.0"
|
4714 4711 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4715 4712 | checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
4716 4713 | dependencies = [
|
4717 4714 | "cfg-if",
|
4718 4715 | "windows-sys 0.48.0",
|
4719 4716 | ]
|
4720 4717 |
|
4721 4718 | [[package]]
|
4722 4719 | name = "wit-bindgen"
|
4723 - | version = "0.46.0"
|
4720 + | version = "0.51.0"
|
4724 4721 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4725 - | checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
|
4722 + | checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
4726 4723 | dependencies = [
|
4727 4724 | "bitflags 2.10.0",
|
4728 4725 | ]
|
4729 4726 |
|
4730 4727 | [[package]]
|
4731 4728 | name = "writeable"
|
4732 4729 | version = "0.6.2"
|
4733 4730 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4734 4731 | checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
|
4735 4732 |
|
4736 4733 | [[package]]
|
4737 4734 | name = "xmlparser"
|
4738 4735 | version = "0.13.6"
|
4739 4736 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4740 4737 | checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
|
4741 4738 |
|
4742 4739 | [[package]]
|
4743 4740 | name = "yansi"
|
4744 4741 | version = "1.0.1"
|
4745 4742 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4746 4743 | checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
4747 4744 |
|
4748 4745 | [[package]]
|
4749 4746 | name = "yasna"
|
4750 4747 | version = "0.5.2"
|
4751 4748 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4752 4749 | checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
|
4753 4750 | dependencies = [
|
4754 4751 | "time",
|
4755 4752 | ]
|
4756 4753 |
|
4757 4754 | [[package]]
|
4758 4755 | name = "yoke"
|
4759 4756 | version = "0.8.1"
|
4760 4757 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4761 4758 | checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
|
4762 4759 | dependencies = [
|
4763 4760 | "stable_deref_trait",
|
4764 4761 | "yoke-derive",
|
4765 4762 | "zerofrom",
|
4766 4763 | ]
|
4767 4764 |
|
4768 4765 | [[package]]
|
4769 4766 | name = "yoke-derive"
|
4770 4767 | version = "0.8.1"
|
4771 4768 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4772 4769 | checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
|
4773 4770 | dependencies = [
|
4774 4771 | "proc-macro2",
|
4775 4772 | "quote",
|
4776 4773 | "syn 2.0.114",
|
4777 4774 | "synstructure",
|
4778 4775 | ]
|
4779 4776 |
|
4780 4777 | [[package]]
|
4781 4778 | name = "zerocopy"
|
4782 - | version = "0.8.33"
|
4779 + | version = "0.8.35"
|
4783 4780 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4784 - | checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd"
|
4781 + | checksum = "fdea86ddd5568519879b8187e1cf04e24fce28f7fe046ceecbce472ff19a2572"
|
4785 4782 | dependencies = [
|
4786 4783 | "zerocopy-derive",
|
4787 4784 | ]
|
4788 4785 |
|
4789 4786 | [[package]]
|
4790 4787 | name = "zerocopy-derive"
|
4791 - | version = "0.8.33"
|
4788 + | version = "0.8.35"
|
4792 4789 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4793 - | checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1"
|
4790 + | checksum = "0c15e1b46eff7c6c91195752e0eeed8ef040e391cdece7c25376957d5f15df22"
|
4794 4791 | dependencies = [
|
4795 4792 | "proc-macro2",
|
4796 4793 | "quote",
|
4797 4794 | "syn 2.0.114",
|
4798 4795 | ]
|
4799 4796 |
|
4800 4797 | [[package]]
|
4801 4798 | name = "zerofrom"
|
4802 4799 | version = "0.1.6"
|
4803 4800 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4804 4801 | checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
4805 4802 | dependencies = [
|
4806 4803 | "zerofrom-derive",
|
4807 4804 | ]
|
4808 4805 |
|
4809 4806 | [[package]]
|
4810 4807 | name = "zerofrom-derive"
|
4811 4808 | version = "0.1.6"
|
4812 4809 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4813 4810 | checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
4814 4811 | dependencies = [
|
4815 4812 | "proc-macro2",
|
4816 4813 | "quote",
|
4817 4814 | "syn 2.0.114",
|
4818 4815 | "synstructure",
|
4819 4816 | ]
|
4820 4817 |
|
4821 4818 | [[package]]
|
4822 4819 | name = "zeroize"
|
4823 4820 | version = "1.8.2"
|
@@ -4829,4826 +0,4861 @@
4829 4826 | version = "0.2.3"
|
4830 4827 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4831 4828 | checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
|
4832 4829 | dependencies = [
|
4833 4830 | "displaydoc",
|
4834 4831 | "yoke",
|
4835 4832 | "zerofrom",
|
4836 4833 | ]
|
4837 4834 |
|
4838 4835 | [[package]]
|
4839 4836 | name = "zerovec"
|
4840 4837 | version = "0.11.5"
|
4841 4838 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4842 4839 | checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
|
4843 4840 | dependencies = [
|
4844 4841 | "yoke",
|
4845 4842 | "zerofrom",
|
4846 4843 | "zerovec-derive",
|
4847 4844 | ]
|
4848 4845 |
|
4849 4846 | [[package]]
|
4850 4847 | name = "zerovec-derive"
|
4851 4848 | version = "0.11.2"
|
4852 4849 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4853 4850 | checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
|
4854 4851 | dependencies = [
|
4855 4852 | "proc-macro2",
|
4856 4853 | "quote",
|
4857 4854 | "syn 2.0.114",
|
4858 4855 | ]
|
4856 + |
|
4857 + | [[package]]
|
4858 + | name = "zmij"
|
4859 + | version = "1.0.17"
|
4860 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4861 + | checksum = "02aae0f83f69aafc94776e879363e9771d7ecbffe2c7fbb6c14c5e00dfe88439"
|