rev. a16ec9092803c091887fa244df7aa8e7df1c79c8
@@ -272,272 +334,334 @@
272 272 | checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
273 273 |
|
274 274 | [[package]]
|
275 275 | name = "aws-lc-fips-sys"
|
276 276 | version = "0.13.5"
|
277 277 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
278 278 | checksum = "2d9c2e952a1f57e8cbc78b058a968639e70c4ce8b9c0a5e6363d4e5670eed795"
|
279 279 | dependencies = [
|
280 280 | "bindgen",
|
281 281 | "cc",
|
282 282 | "cmake",
|
283 283 | "dunce",
|
284 284 | "fs_extra",
|
285 285 | "regex",
|
286 286 | ]
|
287 287 |
|
288 288 | [[package]]
|
289 289 | name = "aws-lc-rs"
|
290 290 | version = "1.13.0"
|
291 291 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
292 292 | checksum = "19b756939cb2f8dc900aa6dcd505e6e2428e9cae7ff7b028c49e3946efa70878"
|
293 293 | dependencies = [
|
294 294 | "aws-lc-fips-sys",
|
295 295 | "aws-lc-sys",
|
296 296 | "untrusted 0.7.1",
|
297 297 | "zeroize",
|
298 298 | ]
|
299 299 |
|
300 300 | [[package]]
|
301 301 | name = "aws-lc-sys"
|
302 - | version = "0.28.0"
|
302 + | version = "0.28.2"
|
303 303 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
304 - | checksum = "b9f7720b74ed28ca77f90769a71fd8c637a0137f6fae4ae947e1050229cff57f"
|
304 + | checksum = "bfa9b6986f250236c27e5a204062434a773a13243d2ffc2955f37bdba4c5c6a1"
|
305 305 | dependencies = [
|
306 306 | "bindgen",
|
307 307 | "cc",
|
308 308 | "cmake",
|
309 309 | "dunce",
|
310 310 | "fs_extra",
|
311 311 | ]
|
312 312 |
|
313 313 | [[package]]
|
314 314 | name = "aws-smithy-async"
|
315 315 | version = "1.2.5"
|
316 316 | dependencies = [
|
317 317 | "futures-util",
|
318 318 | "pin-project-lite",
|
319 319 | "pin-utils",
|
320 320 | "tokio",
|
321 321 | "tokio-test",
|
322 322 | ]
|
323 323 |
|
324 324 | [[package]]
|
325 325 | name = "aws-smithy-cbor"
|
326 326 | version = "0.61.0"
|
327 327 | dependencies = [
|
328 328 | "aws-smithy-types",
|
329 329 | "criterion",
|
330 330 | "minicbor",
|
331 331 | ]
|
332 332 |
|
333 333 | [[package]]
|
334 334 | name = "aws-smithy-checksums"
|
@@ -398,398 +458,458 @@
398 398 | [[package]]
|
399 399 | name = "aws-smithy-http"
|
400 400 | version = "0.62.1"
|
401 401 | dependencies = [
|
402 402 | "async-stream",
|
403 403 | "aws-smithy-eventstream",
|
404 404 | "aws-smithy-runtime-api",
|
405 405 | "aws-smithy-types",
|
406 406 | "bytes",
|
407 407 | "bytes-utils",
|
408 408 | "futures-core",
|
409 409 | "futures-util",
|
410 410 | "http 0.2.12",
|
411 411 | "http 1.3.1",
|
412 412 | "http-body 0.4.6",
|
413 413 | "hyper 0.14.32",
|
414 414 | "percent-encoding",
|
415 415 | "pin-project-lite",
|
416 416 | "pin-utils",
|
417 417 | "proptest",
|
418 418 | "tokio",
|
419 419 | "tracing",
|
420 420 | ]
|
421 421 |
|
422 422 | [[package]]
|
423 423 | name = "aws-smithy-http-auth"
|
424 424 | version = "0.60.3"
|
425 425 |
|
426 426 | [[package]]
|
427 427 | name = "aws-smithy-http-client"
|
428 - | version = "1.0.1"
|
428 + | version = "1.0.2"
|
429 429 | dependencies = [
|
430 430 | "aws-smithy-async",
|
431 431 | "aws-smithy-protocol-test",
|
432 432 | "aws-smithy-runtime-api",
|
433 433 | "aws-smithy-types",
|
434 434 | "bytes",
|
435 435 | "h2 0.4.9",
|
436 436 | "http 0.2.12",
|
437 437 | "http 1.3.1",
|
438 438 | "http-body 0.4.6",
|
439 439 | "http-body 1.0.1",
|
440 440 | "http-body-util",
|
441 441 | "hyper 0.14.32",
|
442 442 | "hyper 1.6.0",
|
443 443 | "hyper-rustls 0.24.2",
|
444 444 | "hyper-rustls 0.27.5",
|
445 445 | "hyper-util",
|
446 446 | "indexmap 2.9.0",
|
447 447 | "pin-project-lite",
|
448 448 | "rustls 0.21.12",
|
449 449 | "rustls 0.23.26",
|
450 450 | "rustls-native-certs 0.8.1",
|
451 451 | "rustls-pemfile 2.2.0",
|
452 452 | "rustls-pki-types",
|
453 453 | "s2n-tls",
|
454 454 | "s2n-tls-hyper",
|
455 455 | "serde",
|
456 456 | "serde_json",
|
457 457 | "tokio",
|
458 458 | "tokio-rustls 0.26.2",
|
@@ -515,515 +577,590 @@
515 515 | "rcgen",
|
516 516 | "rustls-pemfile 1.0.4",
|
517 517 | "signal-hook",
|
518 518 | "socket2",
|
519 519 | "thiserror",
|
520 520 | "tls-listener",
|
521 521 | "tokio",
|
522 522 | "tokio-rustls 0.24.1",
|
523 523 | "tokio-stream",
|
524 524 | "tokio-test",
|
525 525 | "tower 0.4.13",
|
526 526 | "tower-test",
|
527 527 | "tracing",
|
528 528 | "tracing-appender",
|
529 529 | "tracing-subscriber",
|
530 530 | ]
|
531 531 |
|
532 532 | [[package]]
|
533 533 | name = "aws-smithy-http-tower"
|
534 534 | version = "0.60.3"
|
535 535 |
|
536 536 | [[package]]
|
537 537 | name = "aws-smithy-json"
|
538 538 | version = "0.61.3"
|
539 539 | dependencies = [
|
540 540 | "aws-smithy-types",
|
541 541 | "proptest",
|
542 542 | "serde_json",
|
543 543 | ]
|
544 544 |
|
545 + | [[package]]
|
546 + | name = "aws-smithy-mocks"
|
547 + | version = "0.1.0"
|
548 + | dependencies = [
|
549 + | "aws-smithy-async",
|
550 + | "aws-smithy-http-client",
|
551 + | "aws-smithy-runtime",
|
552 + | "aws-smithy-runtime-api",
|
553 + | "aws-smithy-types",
|
554 + | "http 1.3.1",
|
555 + | "tokio",
|
556 + | ]
|
557 + |
|
545 558 | [[package]]
|
546 559 | name = "aws-smithy-mocks-experimental"
|
547 - | version = "0.2.3"
|
560 + | version = "0.2.4"
|
548 561 | dependencies = [
|
549 562 | "aws-smithy-runtime-api",
|
550 563 | "aws-smithy-types",
|
551 564 | "tokio",
|
552 565 | ]
|
553 566 |
|
554 567 | [[package]]
|
555 568 | name = "aws-smithy-observability"
|
556 569 | version = "0.1.3"
|
557 570 | dependencies = [
|
558 571 | "aws-smithy-runtime-api",
|
559 572 | "serial_test",
|
560 573 | ]
|
561 574 |
|
562 575 | [[package]]
|
563 576 | name = "aws-smithy-observability-otel"
|
564 577 | version = "0.1.0"
|
565 578 | dependencies = [
|
566 579 | "async-global-executor",
|
567 580 | "async-task",
|
568 581 | "aws-smithy-observability",
|
569 582 | "criterion",
|
570 583 | "opentelemetry",
|
571 584 | "opentelemetry_sdk",
|
572 585 | "stats_alloc",
|
573 586 | "tokio",
|
574 587 | "value-bag",
|
575 588 | ]
|
576 589 |
|
577 590 | [[package]]
|
@@ -964,977 +1035,1048 @@
964 977 | ]
|
965 978 |
|
966 979 | [[package]]
|
967 980 | name = "clang-sys"
|
968 981 | version = "1.8.1"
|
969 982 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
970 983 | checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
971 984 | dependencies = [
|
972 985 | "glob",
|
973 986 | "libc",
|
974 987 | "libloading",
|
975 988 | ]
|
976 989 |
|
977 990 | [[package]]
|
978 991 | name = "clap"
|
979 992 | version = "3.2.25"
|
980 993 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
981 994 | checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
|
982 995 | dependencies = [
|
983 996 | "atty",
|
984 997 | "bitflags 1.3.2",
|
985 998 | "clap_lex 0.2.4",
|
986 999 | "indexmap 1.9.3",
|
987 1000 | "strsim",
|
988 1001 | "termcolor",
|
989 1002 | "textwrap",
|
990 1003 | ]
|
991 1004 |
|
992 1005 | [[package]]
|
993 1006 | name = "clap"
|
994 - | version = "4.5.36"
|
1007 + | version = "4.5.37"
|
995 1008 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
996 - | checksum = "2df961d8c8a0d08aa9945718ccf584145eee3f3aa06cddbeac12933781102e04"
|
1009 + | checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
|
997 1010 | dependencies = [
|
998 1011 | "clap_builder",
|
999 1012 | ]
|
1000 1013 |
|
1001 1014 | [[package]]
|
1002 1015 | name = "clap_builder"
|
1003 - | version = "4.5.36"
|
1016 + | version = "4.5.37"
|
1004 1017 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1005 - | checksum = "132dbda40fb6753878316a489d5a1242a8ef2f0d9e47ba01c951ea8aa7d013a5"
|
1018 + | checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
|
1006 1019 | dependencies = [
|
1007 1020 | "anstyle",
|
1008 1021 | "clap_lex 0.7.4",
|
1009 1022 | ]
|
1010 1023 |
|
1011 1024 | [[package]]
|
1012 1025 | name = "clap_lex"
|
1013 1026 | version = "0.2.4"
|
1014 1027 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1015 1028 | checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
1016 1029 | dependencies = [
|
1017 1030 | "os_str_bytes",
|
1018 1031 | ]
|
1019 1032 |
|
1020 1033 | [[package]]
|
1021 1034 | name = "clap_lex"
|
1022 1035 | version = "0.7.4"
|
1023 1036 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1024 1037 | checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
1025 1038 |
|
1026 1039 | [[package]]
|
1027 1040 | name = "cmake"
|
1028 1041 | version = "0.1.54"
|
1029 1042 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1030 1043 | checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
|
1031 1044 | dependencies = [
|
1032 1045 | "cc",
|
1033 1046 | ]
|
1034 1047 |
|
1035 1048 | [[package]]
|
@@ -1100,1113 +1160,1173 @@
1100 1113 | "rustc_version",
|
1101 1114 | ]
|
1102 1115 |
|
1103 1116 | [[package]]
|
1104 1117 | name = "crc32fast"
|
1105 1118 | version = "1.4.2"
|
1106 1119 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1107 1120 | checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
1108 1121 | dependencies = [
|
1109 1122 | "cfg-if",
|
1110 1123 | ]
|
1111 1124 |
|
1112 1125 | [[package]]
|
1113 1126 | name = "crc64fast-nvme"
|
1114 1127 | version = "1.2.0"
|
1115 1128 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1116 1129 | checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
|
1117 1130 | dependencies = [
|
1118 1131 | "crc",
|
1119 1132 | ]
|
1120 1133 |
|
1121 1134 | [[package]]
|
1122 1135 | name = "criterion"
|
1123 1136 | version = "0.5.1"
|
1124 1137 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1125 1138 | checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
|
1126 1139 | dependencies = [
|
1127 1140 | "anes",
|
1128 1141 | "cast",
|
1129 1142 | "ciborium",
|
1130 - | "clap 4.5.36",
|
1143 + | "clap 4.5.37",
|
1131 1144 | "criterion-plot",
|
1132 1145 | "futures",
|
1133 1146 | "is-terminal",
|
1134 1147 | "itertools 0.10.5",
|
1135 1148 | "num-traits",
|
1136 1149 | "once_cell",
|
1137 1150 | "oorandom",
|
1138 1151 | "plotters",
|
1139 1152 | "rayon",
|
1140 1153 | "regex",
|
1141 1154 | "serde",
|
1142 1155 | "serde_derive",
|
1143 1156 | "serde_json",
|
1144 1157 | "tinytemplate",
|
1145 1158 | "tokio",
|
1146 1159 | "walkdir",
|
1147 1160 | ]
|
1148 1161 |
|
1149 1162 | [[package]]
|
1150 1163 | name = "criterion-plot"
|
1151 1164 | version = "0.5.0"
|
1152 1165 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1153 1166 | checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
1154 1167 | dependencies = [
|
1155 1168 | "cast",
|
1156 1169 | "itertools 0.10.5",
|
1157 1170 | ]
|
1158 1171 |
|
1159 1172 | [[package]]
|
1160 1173 | name = "crossbeam-channel"
|
@@ -2614,2627 +2676,2689 @@
2614 2627 | "proc-macro2",
|
2615 2628 | "syn 2.0.100",
|
2616 2629 | ]
|
2617 2630 |
|
2618 2631 | [[package]]
|
2619 2632 | name = "proc-macro-error"
|
2620 2633 | version = "1.0.4"
|
2621 2634 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2622 2635 | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2623 2636 | dependencies = [
|
2624 2637 | "proc-macro-error-attr",
|
2625 2638 | "proc-macro2",
|
2626 2639 | "quote",
|
2627 2640 | "syn 1.0.109",
|
2628 2641 | "version_check",
|
2629 2642 | ]
|
2630 2643 |
|
2631 2644 | [[package]]
|
2632 2645 | name = "proc-macro-error-attr"
|
2633 2646 | version = "1.0.4"
|
2634 2647 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2635 2648 | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2636 2649 | dependencies = [
|
2637 2650 | "proc-macro2",
|
2638 2651 | "quote",
|
2639 2652 | "version_check",
|
2640 2653 | ]
|
2641 2654 |
|
2642 2655 | [[package]]
|
2643 2656 | name = "proc-macro2"
|
2644 - | version = "1.0.94"
|
2657 + | version = "1.0.95"
|
2645 2658 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2646 - | checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
|
2659 + | checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
2647 2660 | dependencies = [
|
2648 2661 | "unicode-ident",
|
2649 2662 | ]
|
2650 2663 |
|
2651 2664 | [[package]]
|
2652 2665 | name = "proptest"
|
2653 2666 | version = "1.6.0"
|
2654 2667 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2655 2668 | checksum = "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50"
|
2656 2669 | dependencies = [
|
2657 2670 | "bit-set",
|
2658 2671 | "bit-vec",
|
2659 2672 | "bitflags 2.9.0",
|
2660 2673 | "lazy_static",
|
2661 2674 | "num-traits",
|
2662 2675 | "rand 0.8.5",
|
2663 2676 | "rand_chacha 0.3.1",
|
2664 2677 | "rand_xorshift",
|
2665 2678 | "regex-syntax 0.8.5",
|
2666 2679 | "rusty-fork",
|
2667 2680 | "tempfile",
|
2668 2681 | "unarray",
|
2669 2682 | ]
|
2670 2683 |
|
2671 2684 | [[package]]
|
2672 2685 | name = "pyo3"
|
2673 2686 | version = "0.18.3"
|
2674 2687 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2675 2688 | checksum = "e3b1ac5b3731ba34fdaa9785f8d74d17448cd18f30cf19e0c7e7b1fdb5272109"
|
2676 2689 | dependencies = [
|
@@ -2774,2787 +2840,2852 @@
2774 2787 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2775 2788 |
|
2776 2789 | [[package]]
|
2777 2790 | name = "quote"
|
2778 2791 | version = "1.0.40"
|
2779 2792 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2780 2793 | checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
2781 2794 | dependencies = [
|
2782 2795 | "proc-macro2",
|
2783 2796 | ]
|
2784 2797 |
|
2785 2798 | [[package]]
|
2786 2799 | name = "r-efi"
|
2787 2800 | version = "5.2.0"
|
2788 2801 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2789 2802 | checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
|
2790 2803 |
|
2791 2804 | [[package]]
|
2792 2805 | name = "rand"
|
2793 2806 | version = "0.8.5"
|
2794 2807 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2795 2808 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2796 2809 | dependencies = [
|
2797 2810 | "libc",
|
2798 2811 | "rand_chacha 0.3.1",
|
2799 2812 | "rand_core 0.6.4",
|
2800 2813 | ]
|
2801 2814 |
|
2802 2815 | [[package]]
|
2803 2816 | name = "rand"
|
2804 - | version = "0.9.0"
|
2817 + | version = "0.9.1"
|
2805 2818 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2806 - | checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
|
2819 + | checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
|
2807 2820 | dependencies = [
|
2808 2821 | "rand_chacha 0.9.0",
|
2809 2822 | "rand_core 0.9.3",
|
2810 - | "zerocopy",
|
2811 2823 | ]
|
2812 2824 |
|
2813 2825 | [[package]]
|
2814 2826 | name = "rand_chacha"
|
2815 2827 | version = "0.3.1"
|
2816 2828 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2817 2829 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2818 2830 | dependencies = [
|
2819 2831 | "ppv-lite86",
|
2820 2832 | "rand_core 0.6.4",
|
2821 2833 | ]
|
2822 2834 |
|
2823 2835 | [[package]]
|
2824 2836 | name = "rand_chacha"
|
2825 2837 | version = "0.9.0"
|
2826 2838 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2827 2839 | checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
2828 2840 | dependencies = [
|
2829 2841 | "ppv-lite86",
|
2830 2842 | "rand_core 0.9.3",
|
2831 2843 | ]
|
2832 2844 |
|
2833 2845 | [[package]]
|
2834 2846 | name = "rand_core"
|
2835 2847 | version = "0.6.4"
|
2836 2848 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2837 2849 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2838 2850 | dependencies = [
|
2839 2851 | "getrandom 0.2.15",
|
2840 2852 | ]
|
@@ -3190,3202 +3252,3264 @@
3190 3202 | dependencies = [
|
3191 3203 | "aws-lc-rs",
|
3192 3204 | "cc",
|
3193 3205 | "libc",
|
3194 3206 | ]
|
3195 3207 |
|
3196 3208 | [[package]]
|
3197 3209 | name = "s2n-tls-tokio"
|
3198 3210 | version = "0.3.12"
|
3199 3211 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3200 3212 | checksum = "8ef2b3f1b676575bf221cb8fe5c0bb5720736b98957e7dc9d873cd50412cbc7a"
|
3201 3213 | dependencies = [
|
3202 3214 | "errno",
|
3203 3215 | "libc",
|
3204 3216 | "pin-project-lite",
|
3205 3217 | "s2n-tls",
|
3206 3218 | "tokio",
|
3207 3219 | ]
|
3208 3220 |
|
3209 3221 | [[package]]
|
3210 3222 | name = "same-file"
|
3211 3223 | version = "1.0.6"
|
3212 3224 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3213 3225 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
3214 3226 | dependencies = [
|
3215 3227 | "winapi-util",
|
3216 3228 | ]
|
3217 3229 |
|
3218 3230 | [[package]]
|
3219 3231 | name = "scc"
|
3220 - | version = "2.3.3"
|
3232 + | version = "2.3.4"
|
3221 3233 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3222 - | checksum = "ea091f6cac2595aa38993f04f4ee692ed43757035c36e67c180b6828356385b1"
|
3234 + | checksum = "22b2d775fb28f245817589471dd49c5edf64237f4a19d10ce9a92ff4651a27f4"
|
3223 3235 | dependencies = [
|
3224 3236 | "sdd",
|
3225 3237 | ]
|
3226 3238 |
|
3227 3239 | [[package]]
|
3228 3240 | name = "schannel"
|
3229 3241 | version = "0.1.27"
|
3230 3242 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3231 3243 | checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
3232 3244 | dependencies = [
|
3233 3245 | "windows-sys 0.59.0",
|
3234 3246 | ]
|
3235 3247 |
|
3236 3248 | [[package]]
|
3237 3249 | name = "scopeguard"
|
3238 3250 | version = "1.2.0"
|
3239 3251 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3240 3252 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
3241 3253 |
|
3242 3254 | [[package]]
|
3243 3255 | name = "sct"
|
3244 3256 | version = "0.7.1"
|
3245 3257 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3246 3258 | checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
3247 3259 | dependencies = [
|
3248 3260 | "ring 0.17.14",
|
3249 3261 | "untrusted 0.9.0",
|
3250 3262 | ]
|
3251 3263 |
|
3252 3264 | [[package]]
|
@@ -3406,3418 +3468,3480 @@
3406 3418 | ]
|
3407 3419 |
|
3408 3420 | [[package]]
|
3409 3421 | name = "sharded-slab"
|
3410 3422 | version = "0.1.7"
|
3411 3423 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3412 3424 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
3413 3425 | dependencies = [
|
3414 3426 | "lazy_static",
|
3415 3427 | ]
|
3416 3428 |
|
3417 3429 | [[package]]
|
3418 3430 | name = "shlex"
|
3419 3431 | version = "1.3.0"
|
3420 3432 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3421 3433 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
3422 3434 |
|
3423 3435 | [[package]]
|
3424 3436 | name = "signal-hook"
|
3425 3437 | version = "0.3.17"
|
3426 3438 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3427 3439 | checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
3428 3440 | dependencies = [
|
3429 3441 | "cc",
|
3430 3442 | "libc",
|
3431 3443 | "signal-hook-registry",
|
3432 3444 | ]
|
3433 3445 |
|
3434 3446 | [[package]]
|
3435 3447 | name = "signal-hook-registry"
|
3436 - | version = "1.4.2"
|
3448 + | version = "1.4.5"
|
3437 3449 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3438 - | checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
3450 + | checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
|
3439 3451 | dependencies = [
|
3440 3452 | "libc",
|
3441 3453 | ]
|
3442 3454 |
|
3443 3455 | [[package]]
|
3444 3456 | name = "slab"
|
3445 3457 | version = "0.4.9"
|
3446 3458 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3447 3459 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
3448 3460 | dependencies = [
|
3449 3461 | "autocfg",
|
3450 3462 | ]
|
3451 3463 |
|
3452 3464 | [[package]]
|
3453 3465 | name = "smallvec"
|
3454 3466 | version = "1.15.0"
|
3455 3467 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3456 3468 | checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
|
3457 3469 |
|
3458 3470 | [[package]]
|
3459 3471 | name = "socket2"
|
3460 3472 | version = "0.5.9"
|
3461 3473 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3462 3474 | checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
|
3463 3475 | dependencies = [
|
3464 3476 | "libc",
|
3465 3477 | "windows-sys 0.52.0",
|
3466 3478 | ]
|
3467 3479 |
|
3468 3480 | [[package]]
|
@@ -3987,3999 +4047,4059 @@
3987 3999 | "form_urlencoded",
|
3988 4000 | "idna",
|
3989 4001 | "percent-encoding",
|
3990 4002 | ]
|
3991 4003 |
|
3992 4004 | [[package]]
|
3993 4005 | name = "urlencoding"
|
3994 4006 | version = "2.1.3"
|
3995 4007 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3996 4008 | checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
3997 4009 |
|
3998 4010 | [[package]]
|
3999 4011 | name = "utf16_iter"
|
4000 4012 | version = "1.0.5"
|
4001 4013 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4002 4014 | checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
4003 4015 |
|
4004 4016 | [[package]]
|
4005 4017 | name = "utf8_iter"
|
4006 4018 | version = "1.0.4"
|
4007 4019 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4008 4020 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
4009 4021 |
|
4010 4022 | [[package]]
|
4011 4023 | name = "uuid"
|
4012 4024 | version = "1.16.0"
|
4013 4025 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4014 4026 | checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
|
4015 4027 | dependencies = [
|
4016 4028 | "getrandom 0.3.2",
|
4017 - | "rand 0.9.0",
|
4029 + | "rand 0.9.1",
|
4018 4030 | ]
|
4019 4031 |
|
4020 4032 | [[package]]
|
4021 4033 | name = "valuable"
|
4022 4034 | version = "0.1.1"
|
4023 4035 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4024 4036 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
4025 4037 |
|
4026 4038 | [[package]]
|
4027 4039 | name = "value-bag"
|
4028 4040 | version = "1.11.1"
|
4029 4041 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4030 4042 | checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
|
4031 4043 |
|
4032 4044 | [[package]]
|
4033 4045 | name = "version_check"
|
4034 4046 | version = "0.9.5"
|
4035 4047 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4036 4048 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
4037 4049 |
|
4038 4050 | [[package]]
|
4039 4051 | name = "vsimd"
|
4040 4052 | version = "0.8.0"
|
4041 4053 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4042 4054 | checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
4043 4055 |
|
4044 4056 | [[package]]
|
4045 4057 | name = "wait-timeout"
|
4046 4058 | version = "0.2.1"
|
4047 4059 | source = "registry+https://github.com/rust-lang/crates.io-index"
|