rev. 4b3027207f9561924d49b49e22604a1be1cbe804
@@ -297,297 +357,357 @@
297 297 | dependencies = [
|
298 298 | "bindgen",
|
299 299 | "cc",
|
300 300 | "cmake",
|
301 301 | "dunce",
|
302 302 | "fs_extra",
|
303 303 | ]
|
304 304 |
|
305 305 | [[package]]
|
306 306 | name = "aws-smithy-async"
|
307 307 | version = "1.2.6"
|
308 308 | dependencies = [
|
309 309 | "futures-util",
|
310 310 | "pin-project-lite",
|
311 311 | "pin-utils",
|
312 312 | "tokio",
|
313 313 | "tokio-test",
|
314 314 | ]
|
315 315 |
|
316 316 | [[package]]
|
317 317 | name = "aws-smithy-cbor"
|
318 318 | version = "0.61.3"
|
319 319 | dependencies = [
|
320 320 | "aws-smithy-types",
|
321 321 | "criterion",
|
322 322 | "minicbor",
|
323 323 | ]
|
324 324 |
|
325 325 | [[package]]
|
326 326 | name = "aws-smithy-checksums"
|
327 - | version = "0.63.11"
|
327 + | version = "0.63.10"
|
328 328 | dependencies = [
|
329 329 | "aws-smithy-http",
|
330 330 | "aws-smithy-types",
|
331 331 | "bytes",
|
332 332 | "bytes-utils",
|
333 333 | "crc-fast",
|
334 334 | "hex",
|
335 335 | "http 0.2.12",
|
336 336 | "http-body 0.4.6",
|
337 337 | "md-5",
|
338 338 | "pin-project-lite",
|
339 339 | "pretty_assertions",
|
340 340 | "sha1",
|
341 341 | "sha2",
|
342 342 | "tokio",
|
343 343 | "tracing",
|
344 344 | "tracing-test",
|
345 345 | ]
|
346 346 |
|
347 347 | [[package]]
|
348 348 | name = "aws-smithy-compression"
|
349 349 | version = "0.0.6"
|
350 350 | dependencies = [
|
351 351 | "aws-smithy-runtime-api",
|
352 352 | "aws-smithy-types",
|
353 353 | "bytes",
|
354 354 | "bytes-utils",
|
355 355 | "flate2",
|
356 356 | "futures-util",
|
357 357 | "http 0.2.12",
|
@@ -416,416 +494,494 @@
416 416 | "proptest",
|
417 417 | "tokio",
|
418 418 | "tracing",
|
419 419 | ]
|
420 420 |
|
421 421 | [[package]]
|
422 422 | name = "aws-smithy-http-client"
|
423 423 | version = "1.1.4"
|
424 424 | dependencies = [
|
425 425 | "aws-smithy-async",
|
426 426 | "aws-smithy-protocol-test",
|
427 427 | "aws-smithy-runtime-api",
|
428 428 | "aws-smithy-types",
|
429 429 | "base64 0.22.1",
|
430 430 | "bytes",
|
431 431 | "h2 0.3.27",
|
432 432 | "h2 0.4.12",
|
433 433 | "http 0.2.12",
|
434 434 | "http 1.3.1",
|
435 435 | "http-body 0.4.6",
|
436 436 | "http-body 1.0.1",
|
437 437 | "http-body-util",
|
438 438 | "hyper 0.14.32",
|
439 439 | "hyper 1.7.0",
|
440 440 | "hyper-rustls 0.24.2",
|
441 441 | "hyper-rustls 0.27.7",
|
442 442 | "hyper-util",
|
443 443 | "indexmap 2.12.0",
|
444 444 | "pin-project-lite",
|
445 445 | "rustls 0.21.12",
|
446 - | "rustls 0.23.35",
|
446 + | "rustls 0.23.34",
|
447 447 | "rustls-native-certs 0.8.2",
|
448 448 | "rustls-pemfile 2.2.0",
|
449 449 | "rustls-pki-types",
|
450 450 | "s2n-tls",
|
451 451 | "s2n-tls-hyper",
|
452 452 | "s2n-tls-tokio",
|
453 453 | "serde",
|
454 454 | "serde_json",
|
455 455 | "serial_test",
|
456 456 | "tokio",
|
457 457 | "tokio-rustls 0.26.4",
|
458 458 | "tower 0.5.2",
|
459 459 | "tracing",
|
460 460 | ]
|
461 461 |
|
462 462 | [[package]]
|
463 463 | name = "aws-smithy-http-server"
|
464 - | version = "0.65.9"
|
464 + | version = "0.65.8"
|
465 465 | dependencies = [
|
466 466 | "aws-smithy-cbor",
|
467 467 | "aws-smithy-http",
|
468 468 | "aws-smithy-json",
|
469 469 | "aws-smithy-runtime-api",
|
470 470 | "aws-smithy-types",
|
471 471 | "aws-smithy-xml",
|
472 472 | "bytes",
|
473 473 | "futures-util",
|
474 474 | "http 0.2.12",
|
475 475 | "http-body 0.4.6",
|
476 476 | "hyper 0.14.32",
|
477 477 | "lambda_http",
|
478 478 | "mime",
|
479 479 | "nom",
|
480 480 | "pin-project-lite",
|
481 481 | "pretty_assertions",
|
482 482 | "regex",
|
483 483 | "serde_urlencoded",
|
484 484 | "thiserror 2.0.17",
|
485 485 | "tokio",
|
486 486 | "tower 0.4.13",
|
487 487 | "tower-http",
|
488 488 | "tracing",
|
489 489 | "uuid",
|
490 490 | ]
|
491 491 |
|
492 492 | [[package]]
|
493 493 | name = "aws-smithy-http-server-python"
|
494 494 | version = "0.66.5"
|
@@ -525,525 +633,633 @@
525 525 | "tower-test",
|
526 526 | "tracing",
|
527 527 | "tracing-appender",
|
528 528 | "tracing-subscriber",
|
529 529 | ]
|
530 530 |
|
531 531 | [[package]]
|
532 532 | name = "aws-smithy-json"
|
533 533 | version = "0.61.7"
|
534 534 | dependencies = [
|
535 535 | "aws-smithy-types",
|
536 536 | "proptest",
|
537 537 | "serde_json",
|
538 538 | ]
|
539 539 |
|
540 540 | [[package]]
|
541 541 | name = "aws-smithy-mocks"
|
542 542 | version = "0.2.0"
|
543 543 | dependencies = [
|
544 544 | "aws-smithy-async",
|
545 545 | "aws-smithy-http-client",
|
546 546 | "aws-smithy-runtime",
|
547 547 | "aws-smithy-runtime-api",
|
548 548 | "aws-smithy-types",
|
549 549 | "http 1.3.1",
|
550 550 | "tokio",
|
551 551 | ]
|
552 552 |
|
553 553 | [[package]]
|
554 554 | name = "aws-smithy-observability"
|
555 - | version = "0.1.4"
|
555 + | version = "0.1.5"
|
556 556 | dependencies = [
|
557 557 | "aws-smithy-runtime-api",
|
558 558 | "serial_test",
|
559 559 | ]
|
560 560 |
|
561 561 | [[package]]
|
562 562 | name = "aws-smithy-observability-otel"
|
563 563 | version = "0.1.2"
|
564 564 | dependencies = [
|
565 565 | "async-global-executor",
|
566 566 | "async-task",
|
567 567 | "aws-smithy-observability",
|
568 568 | "criterion",
|
569 569 | "opentelemetry",
|
570 570 | "opentelemetry_sdk",
|
571 571 | "stats_alloc",
|
572 572 | "tokio",
|
573 573 | "value-bag",
|
574 574 | ]
|
575 575 |
|
576 576 | [[package]]
|
577 577 | name = "aws-smithy-protocol-test"
|
578 578 | version = "0.63.6"
|
579 579 | dependencies = [
|
580 580 | "assert-json-diff",
|
581 581 | "aws-smithy-runtime-api",
|
582 582 | "base64-simd",
|
583 583 | "cbor-diag",
|
584 584 | "ciborium",
|
585 585 | "http 0.2.12",
|
586 586 | "pretty_assertions",
|
587 587 | "regex-lite",
|
588 588 | "roxmltree",
|
589 589 | "serde_json",
|
590 590 | "thiserror 2.0.17",
|
591 591 | ]
|
592 592 |
|
593 593 | [[package]]
|
594 594 | name = "aws-smithy-query"
|
595 595 | version = "0.60.8"
|
596 596 | dependencies = [
|
597 597 | "aws-smithy-types",
|
598 598 | "urlencoding",
|
599 599 | ]
|
600 600 |
|
601 601 | [[package]]
|
602 602 | name = "aws-smithy-runtime"
|
603 - | version = "1.9.4"
|
603 + | version = "1.9.5"
|
604 604 | dependencies = [
|
605 605 | "approx",
|
606 606 | "aws-smithy-async",
|
607 607 | "aws-smithy-http",
|
608 608 | "aws-smithy-http-client",
|
609 609 | "aws-smithy-observability",
|
610 610 | "aws-smithy-runtime-api",
|
611 611 | "aws-smithy-types",
|
612 612 | "bytes",
|
613 613 | "fastrand",
|
614 614 | "futures-util",
|
615 615 | "http 0.2.12",
|
616 616 | "http 1.3.1",
|
617 617 | "http-body 0.4.6",
|
618 618 | "http-body 1.0.1",
|
619 619 | "hyper 0.14.32",
|
620 620 | "pin-project-lite",
|
621 621 | "pin-utils",
|
622 622 | "pretty_assertions",
|
623 623 | "tokio",
|
624 624 | "tracing",
|
625 625 | "tracing-subscriber",
|
626 626 | "tracing-test",
|
627 627 | ]
|
628 628 |
|
629 629 | [[package]]
|
630 630 | name = "aws-smithy-runtime-api"
|
631 631 | version = "1.9.2"
|
632 632 | dependencies = [
|
633 633 | "aws-smithy-async",
|
@@ -863,863 +925,925 @@
863 863 | "either",
|
864 864 | ]
|
865 865 |
|
866 866 | [[package]]
|
867 867 | name = "cast"
|
868 868 | version = "0.3.0"
|
869 869 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
870 870 | checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
871 871 |
|
872 872 | [[package]]
|
873 873 | name = "cbor-diag"
|
874 874 | version = "0.1.12"
|
875 875 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
876 876 | checksum = "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429"
|
877 877 | dependencies = [
|
878 878 | "bs58",
|
879 879 | "chrono",
|
880 880 | "data-encoding",
|
881 881 | "half",
|
882 882 | "nom",
|
883 883 | "num-bigint",
|
884 884 | "num-rational",
|
885 885 | "num-traits",
|
886 886 | "separator",
|
887 887 | "url",
|
888 888 | "uuid",
|
889 889 | ]
|
890 890 |
|
891 891 | [[package]]
|
892 892 | name = "cc"
|
893 - | version = "1.2.44"
|
893 + | version = "1.2.43"
|
894 894 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
895 - | checksum = "37521ac7aabe3d13122dc382493e20c9416f299d2ccd5b3a5340a2570cdeb0f3"
|
895 + | checksum = "739eb0f94557554b3ca9a86d2d37bebd49c5e6d0c1d2bda35ba5bdac830befc2"
|
896 896 | dependencies = [
|
897 897 | "find-msvc-tools",
|
898 898 | "jobserver",
|
899 899 | "libc",
|
900 900 | "shlex",
|
901 901 | ]
|
902 902 |
|
903 903 | [[package]]
|
904 904 | name = "cexpr"
|
905 905 | version = "0.6.0"
|
906 906 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
907 907 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
908 908 | dependencies = [
|
909 909 | "nom",
|
910 910 | ]
|
911 911 |
|
912 912 | [[package]]
|
913 913 | name = "cfg-if"
|
914 914 | version = "1.0.4"
|
915 915 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
916 916 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
917 917 |
|
918 918 | [[package]]
|
919 919 | name = "chrono"
|
920 920 | version = "0.4.42"
|
921 921 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
922 922 | checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
|
923 923 | dependencies = [
|
924 924 | "num-traits",
|
925 925 | ]
|
@@ -952,952 +1023,1023 @@
952 952 | ]
|
953 953 |
|
954 954 | [[package]]
|
955 955 | name = "clang-sys"
|
956 956 | version = "1.8.1"
|
957 957 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
958 958 | checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
959 959 | dependencies = [
|
960 960 | "glob",
|
961 961 | "libc",
|
962 962 | "libloading",
|
963 963 | ]
|
964 964 |
|
965 965 | [[package]]
|
966 966 | name = "clap"
|
967 967 | version = "3.2.25"
|
968 968 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
969 969 | checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
|
970 970 | dependencies = [
|
971 971 | "atty",
|
972 972 | "bitflags 1.3.2",
|
973 973 | "clap_lex 0.2.4",
|
974 974 | "indexmap 1.9.3",
|
975 975 | "strsim",
|
976 976 | "termcolor",
|
977 977 | "textwrap",
|
978 978 | ]
|
979 979 |
|
980 980 | [[package]]
|
981 981 | name = "clap"
|
982 - | version = "4.5.51"
|
982 + | version = "4.5.50"
|
983 983 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
984 - | checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5"
|
984 + | checksum = "0c2cfd7bf8a6017ddaa4e32ffe7403d547790db06bd171c1c53926faab501623"
|
985 985 | dependencies = [
|
986 986 | "clap_builder",
|
987 987 | ]
|
988 988 |
|
989 989 | [[package]]
|
990 990 | name = "clap_builder"
|
991 - | version = "4.5.51"
|
991 + | version = "4.5.50"
|
992 992 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
993 - | checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a"
|
993 + | checksum = "0a4c05b9e80c5ccd3a7ef080ad7b6ba7d6fc00a985b8b157197075677c82c7a0"
|
994 994 | dependencies = [
|
995 995 | "anstyle",
|
996 996 | "clap_lex 0.7.6",
|
997 997 | ]
|
998 998 |
|
999 999 | [[package]]
|
1000 1000 | name = "clap_lex"
|
1001 1001 | version = "0.2.4"
|
1002 1002 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1003 1003 | checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
1004 1004 | dependencies = [
|
1005 1005 | "os_str_bytes",
|
1006 1006 | ]
|
1007 1007 |
|
1008 1008 | [[package]]
|
1009 1009 | name = "clap_lex"
|
1010 1010 | version = "0.7.6"
|
1011 1011 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1012 1012 | checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
|
1013 1013 |
|
1014 1014 | [[package]]
|
1015 1015 | name = "cmake"
|
1016 1016 | version = "0.1.54"
|
1017 1017 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1018 1018 | checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
|
1019 1019 | dependencies = [
|
1020 1020 | "cc",
|
1021 1021 | ]
|
1022 1022 |
|
1023 1023 | [[package]]
|
@@ -1054,1054 +1143,1143 @@
1054 1054 | version = "0.8.7"
|
1055 1055 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1056 1056 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
1057 1057 |
|
1058 1058 | [[package]]
|
1059 1059 | name = "cpufeatures"
|
1060 1060 | version = "0.2.17"
|
1061 1061 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1062 1062 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
1063 1063 | dependencies = [
|
1064 1064 | "libc",
|
1065 1065 | ]
|
1066 1066 |
|
1067 1067 | [[package]]
|
1068 1068 | name = "crc"
|
1069 1069 | version = "3.3.0"
|
1070 1070 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1071 1071 | checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
|
1072 1072 | dependencies = [
|
1073 1073 | "crc-catalog",
|
1074 1074 | ]
|
1075 1075 |
|
1076 1076 | [[package]]
|
1077 1077 | name = "crc-catalog"
|
1078 1078 | version = "2.4.0"
|
1079 1079 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1080 1080 | checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
|
1081 1081 |
|
1082 1082 | [[package]]
|
1083 1083 | name = "crc-fast"
|
1084 - | version = "1.6.0"
|
1084 + | version = "1.3.0"
|
1085 1085 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1086 - | checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
|
1086 + | checksum = "6bf62af4cc77d8fe1c22dde4e721d87f2f54056139d8c412e1366b740305f56f"
|
1087 1087 | dependencies = [
|
1088 1088 | "crc",
|
1089 1089 | "digest",
|
1090 + | "libc",
|
1090 1091 | "rand 0.9.2",
|
1091 1092 | "regex",
|
1092 - | "rustversion",
|
1093 1093 | ]
|
1094 1094 |
|
1095 1095 | [[package]]
|
1096 1096 | name = "crc32fast"
|
1097 1097 | version = "1.5.0"
|
1098 1098 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1099 1099 | checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
1100 1100 | dependencies = [
|
1101 1101 | "cfg-if",
|
1102 1102 | ]
|
1103 1103 |
|
1104 1104 | [[package]]
|
1105 1105 | name = "criterion"
|
1106 1106 | version = "0.5.1"
|
1107 1107 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1108 1108 | checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
|
1109 1109 | dependencies = [
|
1110 1110 | "anes",
|
1111 1111 | "cast",
|
1112 1112 | "ciborium",
|
1113 - | "clap 4.5.51",
|
1113 + | "clap 4.5.50",
|
1114 1114 | "criterion-plot",
|
1115 1115 | "futures",
|
1116 1116 | "is-terminal",
|
1117 1117 | "itertools 0.10.5",
|
1118 1118 | "num-traits",
|
1119 1119 | "once_cell",
|
1120 1120 | "oorandom",
|
1121 1121 | "plotters",
|
1122 1122 | "rayon",
|
1123 1123 | "regex",
|
1124 1124 | "serde",
|
1125 1125 | "serde_derive",
|
1126 1126 | "serde_json",
|
1127 1127 | "tinytemplate",
|
1128 1128 | "tokio",
|
1129 1129 | "walkdir",
|
1130 1130 | ]
|
1131 1131 |
|
1132 1132 | [[package]]
|
1133 1133 | name = "criterion-plot"
|
1134 1134 | version = "0.5.0"
|
1135 1135 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1136 1136 | checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
1137 1137 | dependencies = [
|
1138 1138 | "cast",
|
1139 1139 | "itertools 0.10.5",
|
1140 1140 | ]
|
1141 1141 |
|
1142 1142 | [[package]]
|
1143 1143 | name = "critical-section"
|
@@ -1789,1789 +1849,1849 @@
1789 1789 | "smallvec",
|
1790 1790 | "tokio",
|
1791 1791 | "want",
|
1792 1792 | ]
|
1793 1793 |
|
1794 1794 | [[package]]
|
1795 1795 | name = "hyper-rustls"
|
1796 1796 | version = "0.24.2"
|
1797 1797 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1798 1798 | checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
1799 1799 | dependencies = [
|
1800 1800 | "futures-util",
|
1801 1801 | "http 0.2.12",
|
1802 1802 | "hyper 0.14.32",
|
1803 1803 | "log",
|
1804 1804 | "rustls 0.21.12",
|
1805 1805 | "rustls-native-certs 0.6.3",
|
1806 1806 | "tokio",
|
1807 1807 | "tokio-rustls 0.24.1",
|
1808 1808 | ]
|
1809 1809 |
|
1810 1810 | [[package]]
|
1811 1811 | name = "hyper-rustls"
|
1812 1812 | version = "0.27.7"
|
1813 1813 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1814 1814 | checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
|
1815 1815 | dependencies = [
|
1816 1816 | "http 1.3.1",
|
1817 1817 | "hyper 1.7.0",
|
1818 1818 | "hyper-util",
|
1819 - | "rustls 0.23.35",
|
1819 + | "rustls 0.23.34",
|
1820 1820 | "rustls-native-certs 0.8.2",
|
1821 1821 | "rustls-pki-types",
|
1822 1822 | "tokio",
|
1823 1823 | "tokio-rustls 0.26.4",
|
1824 1824 | "tower-service",
|
1825 1825 | ]
|
1826 1826 |
|
1827 1827 | [[package]]
|
1828 1828 | name = "hyper-util"
|
1829 1829 | version = "0.1.17"
|
1830 1830 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1831 1831 | checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
|
1832 1832 | dependencies = [
|
1833 1833 | "base64 0.22.1",
|
1834 1834 | "bytes",
|
1835 1835 | "futures-channel",
|
1836 1836 | "futures-core",
|
1837 1837 | "futures-util",
|
1838 1838 | "http 1.3.1",
|
1839 1839 | "http-body 1.0.1",
|
1840 1840 | "hyper 1.7.0",
|
1841 1841 | "ipnet",
|
1842 1842 | "libc",
|
1843 1843 | "percent-encoding",
|
1844 1844 | "pin-project-lite",
|
1845 1845 | "socket2 0.6.1",
|
1846 1846 | "system-configuration",
|
1847 1847 | "tokio",
|
1848 1848 | "tower-service",
|
1849 1849 | "tracing",
|
@@ -3035,3035 +3097,3097 @@
3035 3035 | "semver",
|
3036 3036 | ]
|
3037 3037 |
|
3038 3038 | [[package]]
|
3039 3039 | name = "rustix"
|
3040 3040 | version = "1.1.2"
|
3041 3041 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3042 3042 | checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
|
3043 3043 | dependencies = [
|
3044 3044 | "bitflags 2.10.0",
|
3045 3045 | "errno",
|
3046 3046 | "libc",
|
3047 3047 | "linux-raw-sys",
|
3048 3048 | "windows-sys 0.61.2",
|
3049 3049 | ]
|
3050 3050 |
|
3051 3051 | [[package]]
|
3052 3052 | name = "rustls"
|
3053 3053 | version = "0.21.12"
|
3054 3054 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3055 3055 | checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
3056 3056 | dependencies = [
|
3057 3057 | "log",
|
3058 3058 | "ring 0.17.14",
|
3059 3059 | "rustls-webpki 0.101.7",
|
3060 3060 | "sct",
|
3061 3061 | ]
|
3062 3062 |
|
3063 3063 | [[package]]
|
3064 3064 | name = "rustls"
|
3065 - | version = "0.23.35"
|
3065 + | version = "0.23.34"
|
3066 3066 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3067 - | checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
|
3067 + | checksum = "6a9586e9ee2b4f8fab52a0048ca7334d7024eef48e2cb9407e3497bb7cab7fa7"
|
3068 3068 | dependencies = [
|
3069 3069 | "aws-lc-rs",
|
3070 3070 | "log",
|
3071 3071 | "once_cell",
|
3072 3072 | "ring 0.17.14",
|
3073 3073 | "rustls-pki-types",
|
3074 3074 | "rustls-webpki 0.103.8",
|
3075 3075 | "subtle",
|
3076 3076 | "zeroize",
|
3077 3077 | ]
|
3078 3078 |
|
3079 3079 | [[package]]
|
3080 3080 | name = "rustls-native-certs"
|
3081 3081 | version = "0.6.3"
|
3082 3082 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3083 3083 | checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
3084 3084 | dependencies = [
|
3085 3085 | "openssl-probe",
|
3086 3086 | "rustls-pemfile 1.0.4",
|
3087 3087 | "schannel",
|
3088 3088 | "security-framework 2.11.1",
|
3089 3089 | ]
|
3090 3090 |
|
3091 3091 | [[package]]
|
3092 3092 | name = "rustls-native-certs"
|
3093 3093 | version = "0.8.2"
|
3094 3094 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3095 3095 | checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
|
3096 3096 | dependencies = [
|
3097 3097 | "openssl-probe",
|
@@ -3778,3778 +3870,3870 @@
3778 3778 | "windows-sys 0.61.2",
|
3779 3779 | ]
|
3780 3780 |
|
3781 3781 | [[package]]
|
3782 3782 | name = "tokio-macros"
|
3783 3783 | version = "2.6.0"
|
3784 3784 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3785 3785 | checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
|
3786 3786 | dependencies = [
|
3787 3787 | "proc-macro2",
|
3788 3788 | "quote",
|
3789 3789 | "syn 2.0.108",
|
3790 3790 | ]
|
3791 3791 |
|
3792 3792 | [[package]]
|
3793 3793 | name = "tokio-rustls"
|
3794 3794 | version = "0.24.1"
|
3795 3795 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3796 3796 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
3797 3797 | dependencies = [
|
3798 3798 | "rustls 0.21.12",
|
3799 3799 | "tokio",
|
3800 3800 | ]
|
3801 3801 |
|
3802 3802 | [[package]]
|
3803 3803 | name = "tokio-rustls"
|
3804 3804 | version = "0.26.4"
|
3805 3805 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3806 3806 | checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
3807 3807 | dependencies = [
|
3808 - | "rustls 0.23.35",
|
3808 + | "rustls 0.23.34",
|
3809 3809 | "tokio",
|
3810 3810 | ]
|
3811 3811 |
|
3812 3812 | [[package]]
|
3813 3813 | name = "tokio-stream"
|
3814 3814 | version = "0.1.17"
|
3815 3815 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3816 3816 | checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
3817 3817 | dependencies = [
|
3818 3818 | "futures-core",
|
3819 3819 | "pin-project-lite",
|
3820 3820 | "tokio",
|
3821 3821 | ]
|
3822 3822 |
|
3823 3823 | [[package]]
|
3824 3824 | name = "tokio-test"
|
3825 3825 | version = "0.4.4"
|
3826 3826 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3827 3827 | checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7"
|
3828 3828 | dependencies = [
|
3829 3829 | "async-stream",
|
3830 3830 | "bytes",
|
3831 3831 | "futures-core",
|
3832 3832 | "tokio",
|
3833 3833 | "tokio-stream",
|
3834 3834 | ]
|
3835 3835 |
|
3836 3836 | [[package]]
|
3837 3837 | name = "tokio-util"
|
3838 - | version = "0.7.17"
|
3838 + | version = "0.7.16"
|
3839 3839 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3840 - | checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
|
3840 + | checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
|
3841 3841 | dependencies = [
|
3842 3842 | "bytes",
|
3843 3843 | "futures-core",
|
3844 3844 | "futures-sink",
|
3845 3845 | "pin-project-lite",
|
3846 3846 | "tokio",
|
3847 3847 | ]
|
3848 3848 |
|
3849 3849 | [[package]]
|
3850 3850 | name = "tower"
|
3851 3851 | version = "0.4.13"
|
3852 3852 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3853 3853 | checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
3854 3854 | dependencies = [
|
3855 3855 | "futures-core",
|
3856 3856 | "futures-util",
|
3857 3857 | "pin-project",
|
3858 3858 | "pin-project-lite",
|
3859 3859 | "tokio",
|
3860 3860 | "tower-layer",
|
3861 3861 | "tower-service",
|
3862 3862 | "tracing",
|
3863 3863 | ]
|
3864 3864 |
|
3865 3865 | [[package]]
|
3866 3866 | name = "tower"
|
3867 3867 | version = "0.5.2"
|
3868 3868 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3869 3869 | checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
3870 3870 | dependencies = [
|
@@ -4017,4017 +4079,4079 @@
4017 4017 | [[package]]
|
4018 4018 | name = "tracing-test-macro"
|
4019 4019 | version = "0.2.5"
|
4020 4020 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4021 4021 | checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
|
4022 4022 | dependencies = [
|
4023 4023 | "quote",
|
4024 4024 | "syn 2.0.108",
|
4025 4025 | ]
|
4026 4026 |
|
4027 4027 | [[package]]
|
4028 4028 | name = "try-lock"
|
4029 4029 | version = "0.2.5"
|
4030 4030 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4031 4031 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
4032 4032 |
|
4033 4033 | [[package]]
|
4034 4034 | name = "typenum"
|
4035 4035 | version = "1.19.0"
|
4036 4036 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4037 4037 | checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
4038 4038 |
|
4039 4039 | [[package]]
|
4040 4040 | name = "unarray"
|
4041 4041 | version = "0.1.4"
|
4042 4042 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4043 4043 | checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
4044 4044 |
|
4045 4045 | [[package]]
|
4046 4046 | name = "unicode-ident"
|
4047 - | version = "1.0.22"
|
4047 + | version = "1.0.20"
|
4048 4048 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4049 - | checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
4049 + | checksum = "462eeb75aeb73aea900253ce739c8e18a67423fadf006037cd3ff27e82748a06"
|
4050 4050 |
|
4051 4051 | [[package]]
|
4052 4052 | name = "unindent"
|
4053 4053 | version = "0.2.4"
|
4054 4054 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4055 4055 | checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
|
4056 4056 |
|
4057 4057 | [[package]]
|
4058 4058 | name = "untrusted"
|
4059 4059 | version = "0.7.1"
|
4060 4060 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4061 4061 | checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
4062 4062 |
|
4063 4063 | [[package]]
|
4064 4064 | name = "untrusted"
|
4065 4065 | version = "0.9.0"
|
4066 4066 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4067 4067 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
4068 4068 |
|
4069 4069 | [[package]]
|
4070 4070 | name = "url"
|
4071 4071 | version = "2.5.7"
|
4072 4072 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4073 4073 | checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
|
4074 4074 | dependencies = [
|
4075 4075 | "form_urlencoded",
|
4076 4076 | "idna",
|
4077 4077 | "percent-encoding",
|
4078 4078 | "serde",
|
4079 4079 | ]
|