rev. 7114d5b8c78976de80a29610fc421a2271ca7325
@@ -28,28 +210,209 @@
28 28 |
|
29 29 | [[package]]
|
30 30 | name = "anes"
|
31 31 | version = "0.1.6"
|
32 32 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
33 33 | checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
34 34 |
|
35 35 | [[package]]
|
36 36 | name = "anstyle"
|
37 37 | version = "1.0.10"
|
38 38 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
39 39 | checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
40 40 |
|
41 41 | [[package]]
|
42 42 | name = "approx"
|
43 43 | version = "0.5.1"
|
44 44 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
45 45 | checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
|
46 46 | dependencies = [
|
47 47 | "num-traits",
|
48 48 | ]
|
49 49 |
|
50 50 | [[package]]
|
51 51 | name = "arbitrary"
|
52 52 | version = "1.4.1"
|
53 53 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
54 54 | checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
|
55 55 |
|
56 56 | [[package]]
|
57 57 | name = "assert-json-diff"
|
58 - | version = "1.1.0"
|
58 + | version = "2.0.2"
|
59 59 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
60 - | checksum = "4259cbe96513d2f1073027a259fc2ca917feb3026a5a8d984e3628e490255cc0"
|
60 + | checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
|
61 61 | dependencies = [
|
62 - | "extend",
|
63 62 | "serde",
|
64 63 | "serde_json",
|
65 64 | ]
|
66 65 |
|
67 66 | [[package]]
|
68 67 | name = "async-channel"
|
69 68 | version = "1.9.0"
|
70 69 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
71 70 | checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
72 71 | dependencies = [
|
73 72 | "concurrent-queue",
|
74 73 | "event-listener 2.5.3",
|
75 74 | "futures-core",
|
76 75 | ]
|
77 76 |
|
78 77 | [[package]]
|
79 78 | name = "async-channel"
|
80 79 | version = "2.3.1"
|
81 80 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
82 81 | checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
|
83 82 | dependencies = [
|
84 83 | "concurrent-queue",
|
85 84 | "event-listener-strategy",
|
86 85 | "futures-core",
|
87 86 | "pin-project-lite",
|
88 87 | ]
|
89 88 |
|
90 89 | [[package]]
|
91 90 | name = "async-executor"
|
92 91 | version = "1.13.2"
|
93 92 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
94 93 | checksum = "bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa"
|
95 94 | dependencies = [
|
96 95 | "async-task",
|
97 96 | "concurrent-queue",
|
98 97 | "fastrand",
|
99 98 | "futures-lite",
|
100 99 | "pin-project-lite",
|
101 100 | "slab",
|
102 101 | ]
|
103 102 |
|
104 103 | [[package]]
|
105 104 | name = "async-global-executor"
|
106 105 | version = "2.4.1"
|
107 106 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
108 107 | checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
|
109 108 | dependencies = [
|
110 109 | "async-channel 2.3.1",
|
111 110 | "async-executor",
|
112 111 | "async-io",
|
113 112 | "async-lock",
|
114 113 | "blocking",
|
115 114 | "futures-lite",
|
116 115 | "once_cell",
|
117 116 | ]
|
118 117 |
|
119 118 | [[package]]
|
120 119 | name = "async-io"
|
121 - | version = "2.4.0"
|
120 + | version = "2.4.1"
|
122 121 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
123 - | checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
|
122 + | checksum = "1237c0ae75a0f3765f58910ff9cdd0a12eeb39ab2f4c7de23262f337f0aacbb3"
|
124 123 | dependencies = [
|
125 124 | "async-lock",
|
126 125 | "cfg-if",
|
127 126 | "concurrent-queue",
|
128 127 | "futures-io",
|
129 128 | "futures-lite",
|
130 129 | "parking",
|
131 130 | "polling",
|
132 - | "rustix 0.38.44",
|
131 + | "rustix 1.0.7",
|
133 132 | "slab",
|
134 133 | "tracing",
|
135 134 | "windows-sys 0.59.0",
|
136 135 | ]
|
137 136 |
|
138 137 | [[package]]
|
139 138 | name = "async-lock"
|
140 139 | version = "3.4.0"
|
141 140 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
142 141 | checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
|
143 142 | dependencies = [
|
144 143 | "event-listener 5.4.0",
|
145 144 | "event-listener-strategy",
|
146 145 | "pin-project-lite",
|
147 146 | ]
|
148 147 |
|
149 148 | [[package]]
|
150 149 | name = "async-process"
|
151 - | version = "2.3.0"
|
150 + | version = "2.3.1"
|
152 151 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
153 - | checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
|
152 + | checksum = "cde3f4e40e6021d7acffc90095cbd6dc54cb593903d1de5832f435eb274b85dc"
|
154 153 | dependencies = [
|
155 154 | "async-channel 2.3.1",
|
156 155 | "async-io",
|
157 156 | "async-lock",
|
158 157 | "async-signal",
|
159 158 | "async-task",
|
160 159 | "blocking",
|
161 160 | "cfg-if",
|
162 161 | "event-listener 5.4.0",
|
163 162 | "futures-lite",
|
164 - | "rustix 0.38.44",
|
163 + | "rustix 1.0.7",
|
165 164 | "tracing",
|
166 165 | ]
|
167 166 |
|
168 167 | [[package]]
|
169 168 | name = "async-signal"
|
170 - | version = "0.2.10"
|
169 + | version = "0.2.11"
|
171 170 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
172 - | checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
|
171 + | checksum = "d7605a4e50d4b06df3898d5a70bf5fde51ed9059b0434b73105193bc27acce0d"
|
173 172 | dependencies = [
|
174 173 | "async-io",
|
175 174 | "async-lock",
|
176 175 | "atomic-waker",
|
177 176 | "cfg-if",
|
178 177 | "futures-core",
|
179 178 | "futures-io",
|
180 - | "rustix 0.38.44",
|
179 + | "rustix 1.0.7",
|
181 180 | "signal-hook-registry",
|
182 181 | "slab",
|
183 182 | "windows-sys 0.59.0",
|
184 183 | ]
|
185 184 |
|
186 185 | [[package]]
|
187 186 | name = "async-std"
|
188 187 | version = "1.13.1"
|
189 188 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
190 189 | checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
|
191 190 | dependencies = [
|
192 191 | "async-channel 1.9.0",
|
193 192 | "async-global-executor",
|
194 193 | "async-io",
|
195 194 | "async-lock",
|
196 195 | "async-process",
|
197 196 | "crossbeam-utils",
|
198 197 | "futures-channel",
|
199 198 | "futures-core",
|
200 199 | "futures-io",
|
201 200 | "futures-lite",
|
202 201 | "gloo-timers",
|
203 202 | "kv-log-macro",
|
204 203 | "log",
|
205 204 | "memchr",
|
206 205 | "once_cell",
|
207 206 | "pin-project-lite",
|
208 207 | "pin-utils",
|
209 208 | "slab",
|
210 209 | "wasm-bindgen-futures",
|
@@ -397,396 +549,548 @@
397 396 | [[package]]
|
398 397 | name = "aws-smithy-http"
|
399 398 | version = "0.62.1"
|
400 399 | dependencies = [
|
401 400 | "async-stream",
|
402 401 | "aws-smithy-eventstream",
|
403 402 | "aws-smithy-runtime-api",
|
404 403 | "aws-smithy-types",
|
405 404 | "bytes",
|
406 405 | "bytes-utils",
|
407 406 | "futures-core",
|
408 407 | "futures-util",
|
409 408 | "http 0.2.12",
|
410 409 | "http 1.3.1",
|
411 410 | "http-body 0.4.6",
|
412 411 | "hyper 0.14.32",
|
413 412 | "percent-encoding",
|
414 413 | "pin-project-lite",
|
415 414 | "pin-utils",
|
416 415 | "proptest",
|
417 416 | "tokio",
|
418 417 | "tracing",
|
419 418 | ]
|
420 419 |
|
421 420 | [[package]]
|
422 421 | name = "aws-smithy-http-auth"
|
423 422 | version = "0.60.3"
|
424 423 |
|
425 424 | [[package]]
|
426 425 | name = "aws-smithy-http-client"
|
427 - | version = "1.0.2"
|
426 + | version = "1.0.3"
|
428 427 | dependencies = [
|
429 428 | "aws-smithy-async",
|
430 429 | "aws-smithy-protocol-test",
|
431 430 | "aws-smithy-runtime-api",
|
432 431 | "aws-smithy-types",
|
433 432 | "bytes",
|
434 433 | "h2 0.3.26",
|
435 434 | "h2 0.4.10",
|
436 435 | "http 0.2.12",
|
437 436 | "http 1.3.1",
|
438 437 | "http-body 0.4.6",
|
439 438 | "http-body 1.0.1",
|
440 439 | "http-body-util",
|
441 440 | "hyper 0.14.32",
|
442 441 | "hyper 1.6.0",
|
443 442 | "hyper-rustls 0.24.2",
|
444 - | "hyper-rustls 0.27.5",
|
443 + | "hyper-rustls 0.27.6",
|
445 444 | "hyper-util",
|
446 445 | "indexmap 2.9.0",
|
447 446 | "pin-project-lite",
|
448 447 | "rustls 0.21.12",
|
449 448 | "rustls 0.23.27",
|
450 449 | "rustls-native-certs 0.8.1",
|
451 450 | "rustls-pemfile 2.2.0",
|
452 451 | "rustls-pki-types",
|
453 452 | "s2n-tls",
|
454 453 | "s2n-tls-hyper",
|
455 454 | "serde",
|
456 455 | "serde_json",
|
457 456 | "tokio",
|
458 457 | "tokio-rustls 0.26.2",
|
459 458 | "tower 0.5.2",
|
460 459 | "tracing",
|
461 460 | ]
|
462 461 |
|
463 462 | [[package]]
|
464 463 | name = "aws-smithy-http-server"
|
465 - | version = "0.65.2"
|
464 + | version = "0.65.3"
|
466 465 | dependencies = [
|
467 466 | "aws-smithy-cbor",
|
468 467 | "aws-smithy-http",
|
469 468 | "aws-smithy-json",
|
470 469 | "aws-smithy-runtime-api",
|
471 470 | "aws-smithy-types",
|
472 471 | "aws-smithy-xml",
|
473 472 | "bytes",
|
474 473 | "futures-util",
|
475 474 | "http 0.2.12",
|
476 475 | "http-body 0.4.6",
|
477 476 | "hyper 0.14.32",
|
478 477 | "lambda_http",
|
479 478 | "mime",
|
480 479 | "nom",
|
481 480 | "pin-project-lite",
|
482 481 | "pretty_assertions",
|
483 482 | "regex",
|
484 483 | "serde_urlencoded",
|
485 - | "thiserror",
|
484 + | "thiserror 2.0.12",
|
486 485 | "tokio",
|
487 486 | "tower 0.4.13",
|
488 487 | "tower-http",
|
489 488 | "tracing",
|
490 489 | "uuid",
|
491 490 | ]
|
492 491 |
|
493 492 | [[package]]
|
494 493 | name = "aws-smithy-http-server-python"
|
495 - | version = "0.65.0"
|
494 + | version = "0.65.1"
|
496 495 | dependencies = [
|
497 496 | "aws-smithy-http",
|
498 497 | "aws-smithy-http-server",
|
499 498 | "aws-smithy-json",
|
500 499 | "aws-smithy-types",
|
501 500 | "aws-smithy-xml",
|
502 501 | "bytes",
|
503 502 | "futures",
|
504 503 | "futures-util",
|
505 504 | "http 0.2.12",
|
506 505 | "hyper 0.14.32",
|
507 506 | "hyper-rustls 0.24.2",
|
508 507 | "lambda_http",
|
509 508 | "num_cpus",
|
510 509 | "parking_lot",
|
511 510 | "pin-project-lite",
|
512 511 | "pretty_assertions",
|
513 512 | "pyo3",
|
514 513 | "pyo3-asyncio",
|
515 514 | "rcgen",
|
516 515 | "rustls-pemfile 1.0.4",
|
517 516 | "signal-hook",
|
518 517 | "socket2",
|
519 - | "thiserror",
|
518 + | "thiserror 2.0.12",
|
520 519 | "tls-listener",
|
521 520 | "tokio",
|
522 521 | "tokio-rustls 0.24.1",
|
523 522 | "tokio-stream",
|
524 523 | "tokio-test",
|
525 524 | "tower 0.4.13",
|
526 525 | "tower-test",
|
527 526 | "tracing",
|
528 527 | "tracing-appender",
|
529 528 | "tracing-subscriber",
|
530 529 | ]
|
531 530 |
|
532 531 | [[package]]
|
533 532 | name = "aws-smithy-http-tower"
|
534 533 | version = "0.60.3"
|
535 534 |
|
536 535 | [[package]]
|
537 536 | name = "aws-smithy-json"
|
538 537 | version = "0.61.3"
|
539 538 | dependencies = [
|
540 539 | "aws-smithy-types",
|
541 540 | "proptest",
|
542 541 | "serde_json",
|
543 542 | ]
|
544 543 |
|
545 544 | [[package]]
|
546 545 | name = "aws-smithy-mocks"
|
547 546 | version = "0.1.1"
|
548 547 | dependencies = [
|
549 548 | "aws-smithy-async",
|
@@ -562,561 +634,633 @@
562 561 | "aws-smithy-runtime-api",
|
563 562 | "aws-smithy-types",
|
564 563 | "tokio",
|
565 564 | ]
|
566 565 |
|
567 566 | [[package]]
|
568 567 | name = "aws-smithy-observability"
|
569 568 | version = "0.1.3"
|
570 569 | dependencies = [
|
571 570 | "aws-smithy-runtime-api",
|
572 571 | "serial_test",
|
573 572 | ]
|
574 573 |
|
575 574 | [[package]]
|
576 575 | name = "aws-smithy-observability-otel"
|
577 576 | version = "0.1.0"
|
578 577 | dependencies = [
|
579 578 | "async-global-executor",
|
580 579 | "async-task",
|
581 580 | "aws-smithy-observability",
|
582 581 | "criterion",
|
583 582 | "opentelemetry",
|
584 583 | "opentelemetry_sdk",
|
585 584 | "stats_alloc",
|
586 585 | "tokio",
|
587 586 | "value-bag",
|
588 587 | ]
|
589 588 |
|
590 589 | [[package]]
|
591 590 | name = "aws-smithy-protocol-test"
|
592 - | version = "0.63.1"
|
591 + | version = "0.63.2"
|
593 592 | dependencies = [
|
594 593 | "assert-json-diff",
|
595 594 | "aws-smithy-runtime-api",
|
596 595 | "base64-simd",
|
597 596 | "cbor-diag",
|
598 597 | "ciborium",
|
599 598 | "http 0.2.12",
|
600 599 | "pretty_assertions",
|
601 600 | "regex-lite",
|
602 601 | "roxmltree",
|
603 602 | "serde_json",
|
604 - | "thiserror",
|
603 + | "thiserror 2.0.12",
|
605 604 | ]
|
606 605 |
|
607 606 | [[package]]
|
608 607 | name = "aws-smithy-query"
|
609 608 | version = "0.60.7"
|
610 609 | dependencies = [
|
611 610 | "aws-smithy-types",
|
612 611 | "urlencoding",
|
613 612 | ]
|
614 613 |
|
615 614 | [[package]]
|
616 615 | name = "aws-smithy-runtime"
|
617 616 | version = "1.8.3"
|
618 617 | dependencies = [
|
619 618 | "approx",
|
620 619 | "aws-smithy-async",
|
621 620 | "aws-smithy-http",
|
622 621 | "aws-smithy-http-client",
|
623 622 | "aws-smithy-observability",
|
624 623 | "aws-smithy-runtime-api",
|
625 624 | "aws-smithy-types",
|
626 625 | "bytes",
|
627 626 | "fastrand",
|
628 627 | "futures-util",
|
629 628 | "http 0.2.12",
|
630 629 | "http 1.3.1",
|
631 630 | "http-body 0.4.6",
|
632 631 | "http-body 1.0.1",
|
633 632 | "hyper 0.14.32",
|
634 633 | "pin-project-lite",
|
@@ -889,888 +951,950 @@
889 888 | "either",
|
890 889 | ]
|
891 890 |
|
892 891 | [[package]]
|
893 892 | name = "cast"
|
894 893 | version = "0.3.0"
|
895 894 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
896 895 | checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
897 896 |
|
898 897 | [[package]]
|
899 898 | name = "cbor-diag"
|
900 899 | version = "0.1.12"
|
901 900 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
902 901 | checksum = "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429"
|
903 902 | dependencies = [
|
904 903 | "bs58",
|
905 904 | "chrono",
|
906 905 | "data-encoding",
|
907 906 | "half",
|
908 907 | "nom",
|
909 908 | "num-bigint",
|
910 909 | "num-rational",
|
911 910 | "num-traits",
|
912 911 | "separator",
|
913 912 | "url",
|
914 913 | "uuid",
|
915 914 | ]
|
916 915 |
|
917 916 | [[package]]
|
918 917 | name = "cc"
|
919 - | version = "1.2.23"
|
918 + | version = "1.2.24"
|
920 919 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
921 - | checksum = "5f4ac86a9e5bc1e2b3449ab9d7d3a6a405e3d1bb28d7b9be8614f55846ae3766"
|
920 + | checksum = "16595d3be041c03b09d08d0858631facccee9221e579704070e6e9e4915d3bc7"
|
922 921 | dependencies = [
|
923 922 | "jobserver",
|
924 923 | "libc",
|
925 924 | "shlex",
|
926 925 | ]
|
927 926 |
|
928 927 | [[package]]
|
929 928 | name = "cexpr"
|
930 929 | version = "0.6.0"
|
931 930 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
932 931 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
933 932 | dependencies = [
|
934 933 | "nom",
|
935 934 | ]
|
936 935 |
|
937 936 | [[package]]
|
938 937 | name = "cfg-if"
|
939 938 | version = "1.0.0"
|
940 939 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
941 940 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
942 941 |
|
943 942 | [[package]]
|
944 943 | name = "chrono"
|
945 944 | version = "0.4.41"
|
946 945 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
947 946 | checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
|
948 947 | dependencies = [
|
949 948 | "num-traits",
|
950 949 | ]
|
951 950 |
|
@@ -977,976 +1101,1100 @@
977 976 | ]
|
978 977 |
|
979 978 | [[package]]
|
980 979 | name = "clang-sys"
|
981 980 | version = "1.8.1"
|
982 981 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
983 982 | checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
984 983 | dependencies = [
|
985 984 | "glob",
|
986 985 | "libc",
|
987 986 | "libloading",
|
988 987 | ]
|
989 988 |
|
990 989 | [[package]]
|
991 990 | name = "clap"
|
992 991 | version = "3.2.25"
|
993 992 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
994 993 | checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
|
995 994 | dependencies = [
|
996 995 | "atty",
|
997 996 | "bitflags 1.3.2",
|
998 997 | "clap_lex 0.2.4",
|
999 998 | "indexmap 1.9.3",
|
1000 999 | "strsim",
|
1001 1000 | "termcolor",
|
1002 1001 | "textwrap",
|
1003 1002 | ]
|
1004 1003 |
|
1005 1004 | [[package]]
|
1006 1005 | name = "clap"
|
1007 - | version = "4.5.38"
|
1006 + | version = "4.5.39"
|
1008 1007 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1009 - | checksum = "ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000"
|
1008 + | checksum = "fd60e63e9be68e5fb56422e397cf9baddded06dae1d2e523401542383bc72a9f"
|
1010 1009 | dependencies = [
|
1011 1010 | "clap_builder",
|
1012 1011 | ]
|
1013 1012 |
|
1014 1013 | [[package]]
|
1015 1014 | name = "clap_builder"
|
1016 - | version = "4.5.38"
|
1015 + | version = "4.5.39"
|
1017 1016 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1018 - | checksum = "379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120"
|
1017 + | checksum = "89cc6392a1f72bbeb820d71f32108f61fdaf18bc526e1d23954168a67759ef51"
|
1019 1018 | dependencies = [
|
1020 1019 | "anstyle",
|
1021 1020 | "clap_lex 0.7.4",
|
1022 1021 | ]
|
1023 1022 |
|
1024 1023 | [[package]]
|
1025 1024 | name = "clap_lex"
|
1026 1025 | version = "0.2.4"
|
1027 1026 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1028 1027 | checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
1029 1028 | dependencies = [
|
1030 1029 | "os_str_bytes",
|
1031 1030 | ]
|
1032 1031 |
|
1033 1032 | [[package]]
|
1034 1033 | name = "clap_lex"
|
1035 1034 | version = "0.7.4"
|
1036 1035 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1037 1036 | checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
1038 1037 |
|
1039 1038 | [[package]]
|
1040 1039 | name = "cmake"
|
1041 1040 | version = "0.1.54"
|
1042 1041 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1043 1042 | checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
|
1044 1043 | dependencies = [
|
1045 1044 | "cc",
|
1046 1045 | ]
|
1047 1046 |
|
1048 1047 | [[package]]
|
1049 1048 | name = "concurrent-queue"
|
1050 1049 | version = "2.5.0"
|
1051 1050 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1052 1051 | checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
1053 1052 | dependencies = [
|
1054 1053 | "crossbeam-utils",
|
1055 1054 | ]
|
1056 1055 |
|
1057 1056 | [[package]]
|
1058 1057 | name = "core-foundation"
|
1059 1058 | version = "0.9.4"
|
1060 1059 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1061 1060 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
1062 1061 | dependencies = [
|
1063 1062 | "core-foundation-sys",
|
1064 1063 | "libc",
|
1065 1064 | ]
|
1066 1065 |
|
1067 1066 | [[package]]
|
1068 1067 | name = "core-foundation"
|
1069 - | version = "0.10.0"
|
1068 + | version = "0.10.1"
|
1070 1069 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1071 - | checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
|
1070 + | checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
|
1072 1071 | dependencies = [
|
1073 1072 | "core-foundation-sys",
|
1074 1073 | "libc",
|
1075 1074 | ]
|
1076 1075 |
|
1077 1076 | [[package]]
|
1078 1077 | name = "core-foundation-sys"
|
1079 1078 | version = "0.8.7"
|
1080 1079 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1081 1080 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
1082 1081 |
|
1083 1082 | [[package]]
|
1084 1083 | name = "cpufeatures"
|
1085 1084 | version = "0.2.17"
|
1086 1085 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1087 1086 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
1088 1087 | dependencies = [
|
1089 1088 | "libc",
|
1090 1089 | ]
|
1091 1090 |
|
1092 1091 | [[package]]
|
1093 1092 | name = "crc"
|
1094 1093 | version = "3.3.0"
|
1095 1094 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1096 1095 | checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
|
1097 1096 | dependencies = [
|
1098 1097 | "crc-catalog",
|
1099 1098 | ]
|
1100 1099 |
|
1101 1100 | [[package]]
|
@@ -1109,1108 +1169,1168 @@
1109 1108 | version = "1.2.1"
|
1110 1109 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1111 1110 | checksum = "add8d3a4c789d77eeb0f0e3c1035f73610d017f9047e87db94f89c02a56d8fef"
|
1112 1111 | dependencies = [
|
1113 1112 | "cc",
|
1114 1113 | "crc",
|
1115 1114 | "digest",
|
1116 1115 | "libc",
|
1117 1116 | "rand 0.9.1",
|
1118 1117 | "regex",
|
1119 1118 | ]
|
1120 1119 |
|
1121 1120 | [[package]]
|
1122 1121 | name = "crc32fast"
|
1123 1122 | version = "1.4.2"
|
1124 1123 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1125 1124 | checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
1126 1125 | dependencies = [
|
1127 1126 | "cfg-if",
|
1128 1127 | ]
|
1129 1128 |
|
1130 1129 | [[package]]
|
1131 1130 | name = "criterion"
|
1132 1131 | version = "0.5.1"
|
1133 1132 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1134 1133 | checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
|
1135 1134 | dependencies = [
|
1136 1135 | "anes",
|
1137 1136 | "cast",
|
1138 1137 | "ciborium",
|
1139 - | "clap 4.5.38",
|
1138 + | "clap 4.5.39",
|
1140 1139 | "criterion-plot",
|
1141 1140 | "futures",
|
1142 1141 | "is-terminal",
|
1143 1142 | "itertools 0.10.5",
|
1144 1143 | "num-traits",
|
1145 1144 | "once_cell",
|
1146 1145 | "oorandom",
|
1147 1146 | "plotters",
|
1148 1147 | "rayon",
|
1149 1148 | "regex",
|
1150 1149 | "serde",
|
1151 1150 | "serde_derive",
|
1152 1151 | "serde_json",
|
1153 1152 | "tinytemplate",
|
1154 1153 | "tokio",
|
1155 1154 | "walkdir",
|
1156 1155 | ]
|
1157 1156 |
|
1158 1157 | [[package]]
|
1159 1158 | name = "criterion-plot"
|
1160 1159 | version = "0.5.0"
|
1161 1160 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1162 1161 | checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
1163 1162 | dependencies = [
|
1164 1163 | "cast",
|
1165 1164 | "itertools 0.10.5",
|
1166 1165 | ]
|
1167 1166 |
|
1168 1167 | [[package]]
|
1169 1168 | name = "crossbeam-channel"
|
@@ -1305,1304 +1376,1363 @@
1305 1304 | "windows-sys 0.59.0",
|
1306 1305 | ]
|
1307 1306 |
|
1308 1307 | [[package]]
|
1309 1308 | name = "event-listener"
|
1310 1309 | version = "2.5.3"
|
1311 1310 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1312 1311 | checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
1313 1312 |
|
1314 1313 | [[package]]
|
1315 1314 | name = "event-listener"
|
1316 1315 | version = "5.4.0"
|
1317 1316 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1318 1317 | checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
|
1319 1318 | dependencies = [
|
1320 1319 | "concurrent-queue",
|
1321 1320 | "parking",
|
1322 1321 | "pin-project-lite",
|
1323 1322 | ]
|
1324 1323 |
|
1325 1324 | [[package]]
|
1326 1325 | name = "event-listener-strategy"
|
1327 1326 | version = "0.5.4"
|
1328 1327 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1329 1328 | checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
|
1330 1329 | dependencies = [
|
1331 1330 | "event-listener 5.4.0",
|
1332 1331 | "pin-project-lite",
|
1333 1332 | ]
|
1334 1333 |
|
1335 - | [[package]]
|
1336 - | name = "extend"
|
1337 - | version = "0.1.2"
|
1338 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1339 - | checksum = "f47da3a72ec598d9c8937a7ebca8962a5c7a1f28444e38c2b33c771ba3f55f05"
|
1340 - | dependencies = [
|
1341 - | "proc-macro-error",
|
1342 - | "proc-macro2",
|
1343 - | "quote",
|
1344 - | "syn 1.0.109",
|
1345 - | ]
|
1346 - |
|
1347 1334 | [[package]]
|
1348 1335 | name = "fastrand"
|
1349 1336 | version = "2.3.0"
|
1350 1337 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1351 1338 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
1352 1339 |
|
1353 1340 | [[package]]
|
1354 1341 | name = "flate2"
|
1355 1342 | version = "1.1.1"
|
1356 1343 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1357 1344 | checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
|
1358 1345 | dependencies = [
|
1359 1346 | "crc32fast",
|
1360 1347 | "miniz_oxide",
|
1361 1348 | ]
|
1362 1349 |
|
1363 1350 | [[package]]
|
1364 1351 | name = "fnv"
|
1365 1352 | version = "1.0.7"
|
1366 1353 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1367 1354 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
1368 1355 |
|
1369 1356 | [[package]]
|
1370 1357 | name = "form_urlencoded"
|
1371 1358 | version = "1.2.1"
|
1372 1359 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1373 1360 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
1374 1361 | dependencies = [
|
1375 1362 | "percent-encoding",
|
1376 1363 | ]
|
@@ -1588,1575 +1653,1634 @@
1588 1575 | "crunchy",
|
1589 1576 | ]
|
1590 1577 |
|
1591 1578 | [[package]]
|
1592 1579 | name = "hashbrown"
|
1593 1580 | version = "0.12.3"
|
1594 1581 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1595 1582 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
1596 1583 |
|
1597 1584 | [[package]]
|
1598 1585 | name = "hashbrown"
|
1599 1586 | version = "0.15.3"
|
1600 1587 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1601 1588 | checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
|
1602 1589 |
|
1603 1590 | [[package]]
|
1604 1591 | name = "hermit-abi"
|
1605 1592 | version = "0.1.19"
|
1606 1593 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1607 1594 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
1608 1595 | dependencies = [
|
1609 1596 | "libc",
|
1610 1597 | ]
|
1611 1598 |
|
1612 1599 | [[package]]
|
1613 1600 | name = "hermit-abi"
|
1614 1601 | version = "0.3.9"
|
1615 1602 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1616 1603 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
1617 1604 |
|
1618 - | [[package]]
|
1619 - | name = "hermit-abi"
|
1620 - | version = "0.4.0"
|
1621 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1622 - | checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
1623 - |
|
1624 1605 | [[package]]
|
1625 1606 | name = "hermit-abi"
|
1626 1607 | version = "0.5.1"
|
1627 1608 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1628 1609 | checksum = "f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08"
|
1629 1610 |
|
1630 1611 | [[package]]
|
1631 1612 | name = "hex"
|
1632 1613 | version = "0.4.3"
|
1633 1614 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1634 1615 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
1635 1616 |
|
1636 1617 | [[package]]
|
1637 1618 | name = "home"
|
1638 1619 | version = "0.5.11"
|
1639 1620 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1640 1621 | checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
|
1641 1622 | dependencies = [
|
1642 1623 | "windows-sys 0.59.0",
|
1643 1624 | ]
|
1644 1625 |
|
1645 1626 | [[package]]
|
1646 1627 | name = "http"
|
1647 1628 | version = "0.2.12"
|
1648 1629 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1649 1630 | checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
1650 1631 | dependencies = [
|
1651 1632 | "bytes",
|
1652 1633 | "fnv",
|
1653 1634 | "itoa",
|
@@ -1762,1743 +1845,1826 @@
1762 1743 | "h2 0.4.10",
|
1763 1744 | "http 1.3.1",
|
1764 1745 | "http-body 1.0.1",
|
1765 1746 | "httparse",
|
1766 1747 | "httpdate",
|
1767 1748 | "itoa",
|
1768 1749 | "pin-project-lite",
|
1769 1750 | "smallvec",
|
1770 1751 | "tokio",
|
1771 1752 | "want",
|
1772 1753 | ]
|
1773 1754 |
|
1774 1755 | [[package]]
|
1775 1756 | name = "hyper-rustls"
|
1776 1757 | version = "0.24.2"
|
1777 1758 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1778 1759 | checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
1779 1760 | dependencies = [
|
1780 1761 | "futures-util",
|
1781 1762 | "http 0.2.12",
|
1782 1763 | "hyper 0.14.32",
|
1783 1764 | "log",
|
1784 1765 | "rustls 0.21.12",
|
1785 1766 | "rustls-native-certs 0.6.3",
|
1786 1767 | "tokio",
|
1787 1768 | "tokio-rustls 0.24.1",
|
1788 1769 | ]
|
1789 1770 |
|
1790 1771 | [[package]]
|
1791 1772 | name = "hyper-rustls"
|
1792 - | version = "0.27.5"
|
1773 + | version = "0.27.6"
|
1793 1774 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1794 - | checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
|
1775 + | checksum = "03a01595e11bdcec50946522c32dde3fc6914743000a68b93000965f2f02406d"
|
1795 1776 | dependencies = [
|
1796 - | "futures-util",
|
1797 1777 | "http 1.3.1",
|
1798 1778 | "hyper 1.6.0",
|
1799 1779 | "hyper-util",
|
1800 1780 | "rustls 0.23.27",
|
1801 1781 | "rustls-native-certs 0.8.1",
|
1802 1782 | "rustls-pki-types",
|
1803 1783 | "tokio",
|
1804 1784 | "tokio-rustls 0.26.2",
|
1805 1785 | "tower-service",
|
1806 1786 | ]
|
1807 1787 |
|
1808 1788 | [[package]]
|
1809 1789 | name = "hyper-util"
|
1810 - | version = "0.1.12"
|
1790 + | version = "0.1.13"
|
1811 1791 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1812 - | checksum = "cf9f1e950e0d9d1d3c47184416723cf29c0d1f93bd8cccf37e4beb6b44f31710"
|
1792 + | checksum = "b1c293b6b3d21eca78250dc7dbebd6b9210ec5530e038cbfe0661b5c47ab06e8"
|
1813 1793 | dependencies = [
|
1814 1794 | "bytes",
|
1815 1795 | "futures-channel",
|
1796 + | "futures-core",
|
1816 1797 | "futures-util",
|
1817 1798 | "http 1.3.1",
|
1818 1799 | "http-body 1.0.1",
|
1819 1800 | "hyper 1.6.0",
|
1820 1801 | "libc",
|
1821 1802 | "pin-project-lite",
|
1822 1803 | "socket2",
|
1823 1804 | "tokio",
|
1824 1805 | "tower-service",
|
1825 1806 | "tracing",
|
1826 1807 | ]
|
1827 1808 |
|
1828 1809 | [[package]]
|
1829 1810 | name = "icu_collections"
|
1830 1811 | version = "2.0.0"
|
1831 1812 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1832 1813 | checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
|
1833 1814 | dependencies = [
|
1834 1815 | "displaydoc",
|
1835 1816 | "potential_utf",
|
1836 1817 | "yoke",
|
1837 1818 | "zerofrom",
|
1838 1819 | "zerovec",
|
1839 1820 | ]
|
1840 1821 |
|
1841 1822 | [[package]]
|
1842 1823 | name = "icu_locale_core"
|
1843 1824 | version = "2.0.0"
|
1844 1825 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1845 1826 | checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
|
@@ -2112,2093 +2174,2155 @@
2112 2093 | version = "0.8.0"
|
2113 2094 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2114 2095 | checksum = "690c5ae01f3acac8c9c3348b556fc443054e9b7f1deaf53e9ebab716282bf0ed"
|
2115 2096 | dependencies = [
|
2116 2097 | "http 0.2.12",
|
2117 2098 | "hyper 0.14.32",
|
2118 2099 | "tokio",
|
2119 2100 | "tower-service",
|
2120 2101 | ]
|
2121 2102 |
|
2122 2103 | [[package]]
|
2123 2104 | name = "lazy_static"
|
2124 2105 | version = "1.5.0"
|
2125 2106 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2126 2107 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2127 2108 |
|
2128 2109 | [[package]]
|
2129 2110 | name = "lazycell"
|
2130 2111 | version = "1.3.0"
|
2131 2112 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2132 2113 | checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2133 2114 |
|
2134 2115 | [[package]]
|
2135 2116 | name = "libc"
|
2136 2117 | version = "0.2.172"
|
2137 2118 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2138 2119 | checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
|
2139 2120 |
|
2140 2121 | [[package]]
|
2141 2122 | name = "libloading"
|
2142 - | version = "0.8.7"
|
2123 + | version = "0.8.8"
|
2143 2124 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2144 - | checksum = "6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c"
|
2125 + | checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
|
2145 2126 | dependencies = [
|
2146 2127 | "cfg-if",
|
2147 2128 | "windows-targets 0.53.0",
|
2148 2129 | ]
|
2149 2130 |
|
2150 2131 | [[package]]
|
2151 2132 | name = "linux-raw-sys"
|
2152 2133 | version = "0.4.15"
|
2153 2134 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2154 2135 | checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
2155 2136 |
|
2156 2137 | [[package]]
|
2157 2138 | name = "linux-raw-sys"
|
2158 2139 | version = "0.9.4"
|
2159 2140 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2160 2141 | checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
|
2161 2142 |
|
2162 2143 | [[package]]
|
2163 2144 | name = "litemap"
|
2164 2145 | version = "0.8.0"
|
2165 2146 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2166 2147 | checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
|
2167 2148 |
|
2168 2149 | [[package]]
|
2169 2150 | name = "lock_api"
|
2170 2151 | version = "0.4.12"
|
2171 2152 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2172 2153 | checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2173 2154 | dependencies = [
|
2174 2155 | "autocfg",
|
@@ -2235,2216 +2301,2282 @@
2235 2216 | ]
|
2236 2217 |
|
2237 2218 | [[package]]
|
2238 2219 | name = "minicbor-derive"
|
2239 2220 | version = "0.15.3"
|
2240 2221 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2241 2222 | checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
|
2242 2223 | dependencies = [
|
2243 2224 | "proc-macro2",
|
2244 2225 | "quote",
|
2245 2226 | "syn 2.0.101",
|
2246 2227 | ]
|
2247 2228 |
|
2248 2229 | [[package]]
|
2249 2230 | name = "minimal-lexical"
|
2250 2231 | version = "0.2.1"
|
2251 2232 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2252 2233 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2253 2234 |
|
2254 2235 | [[package]]
|
2255 2236 | name = "miniz_oxide"
|
2256 2237 | version = "0.8.8"
|
2257 2238 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2258 2239 | checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
|
2259 2240 | dependencies = [
|
2260 2241 | "adler2",
|
2261 2242 | ]
|
2262 2243 |
|
2263 2244 | [[package]]
|
2264 2245 | name = "mio"
|
2265 - | version = "1.0.3"
|
2246 + | version = "1.0.4"
|
2266 2247 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2267 - | checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
2248 + | checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
|
2268 2249 | dependencies = [
|
2269 2250 | "libc",
|
2270 2251 | "wasi 0.11.0+wasi-snapshot-preview1",
|
2271 - | "windows-sys 0.52.0",
|
2252 + | "windows-sys 0.59.0",
|
2272 2253 | ]
|
2273 2254 |
|
2274 2255 | [[package]]
|
2275 2256 | name = "nom"
|
2276 2257 | version = "7.1.3"
|
2277 2258 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2278 2259 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2279 2260 | dependencies = [
|
2280 2261 | "memchr",
|
2281 2262 | "minimal-lexical",
|
2282 2263 | ]
|
2283 2264 |
|
2284 2265 | [[package]]
|
2285 2266 | name = "nu-ansi-term"
|
2286 2267 | version = "0.46.0"
|
2287 2268 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2288 2269 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
2289 2270 | dependencies = [
|
2290 2271 | "overload",
|
2291 2272 | "winapi",
|
2292 2273 | ]
|
2293 2274 |
|
2294 2275 | [[package]]
|
2295 2276 | name = "num-bigint"
|
2296 2277 | version = "0.4.6"
|
2297 2278 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2298 2279 | checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
2299 2280 | dependencies = [
|
2300 2281 | "num-integer",
|
2301 2282 | "num-traits",
|
@@ -2357,2338 +2437,2418 @@
2357 2338 |
|
2358 2339 | [[package]]
|
2359 2340 | name = "once_cell"
|
2360 2341 | version = "1.21.3"
|
2361 2342 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2362 2343 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
2363 2344 |
|
2364 2345 | [[package]]
|
2365 2346 | name = "oorandom"
|
2366 2347 | version = "11.1.5"
|
2367 2348 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2368 2349 | checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
|
2369 2350 |
|
2370 2351 | [[package]]
|
2371 2352 | name = "openssl-probe"
|
2372 2353 | version = "0.1.6"
|
2373 2354 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2374 2355 | checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
2375 2356 |
|
2376 2357 | [[package]]
|
2377 2358 | name = "opentelemetry"
|
2378 2359 | version = "0.26.0"
|
2379 2360 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2380 2361 | checksum = "570074cc999d1a58184080966e5bd3bf3a9a4af650c3b05047c2621e7405cd17"
|
2381 2362 | dependencies = [
|
2382 2363 | "futures-core",
|
2383 2364 | "futures-sink",
|
2384 2365 | "js-sys",
|
2385 2366 | "once_cell",
|
2386 2367 | "pin-project-lite",
|
2387 - | "thiserror",
|
2368 + | "thiserror 1.0.69",
|
2388 2369 | ]
|
2389 2370 |
|
2390 2371 | [[package]]
|
2391 2372 | name = "opentelemetry_sdk"
|
2392 2373 | version = "0.26.0"
|
2393 2374 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2394 2375 | checksum = "d2c627d9f4c9cdc1f21a29ee4bfbd6028fcb8bcf2a857b43f3abdf72c9c862f3"
|
2395 2376 | dependencies = [
|
2396 2377 | "async-std",
|
2397 2378 | "async-trait",
|
2398 2379 | "futures-channel",
|
2399 2380 | "futures-executor",
|
2400 2381 | "futures-util",
|
2401 2382 | "glob",
|
2402 2383 | "once_cell",
|
2403 2384 | "opentelemetry",
|
2404 2385 | "percent-encoding",
|
2405 2386 | "rand 0.8.5",
|
2406 2387 | "serde_json",
|
2407 - | "thiserror",
|
2388 + | "thiserror 1.0.69",
|
2408 2389 | "tokio",
|
2409 2390 | "tokio-stream",
|
2410 2391 | ]
|
2411 2392 |
|
2412 2393 | [[package]]
|
2413 2394 | name = "os_str_bytes"
|
2414 2395 | version = "6.6.1"
|
2415 2396 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2416 2397 | checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
|
2417 2398 |
|
2418 2399 | [[package]]
|
2419 2400 | name = "outref"
|
2420 2401 | version = "0.5.2"
|
2421 2402 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2422 2403 | checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
|
2423 2404 |
|
2424 2405 | [[package]]
|
2425 2406 | name = "overload"
|
2426 2407 | version = "0.1.1"
|
2427 2408 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2428 2409 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
2429 2410 |
|
2430 2411 | [[package]]
|
2431 2412 | name = "parking"
|
2432 2413 | version = "2.2.1"
|
2433 2414 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2434 2415 | checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
2435 2416 |
|
2436 2417 | [[package]]
|
2437 2418 | name = "parking_lot"
|
@@ -2517,2498 +2657,2614 @@
2517 2498 | [[package]]
|
2518 2499 | name = "plotters"
|
2519 2500 | version = "0.3.7"
|
2520 2501 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2521 2502 | checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
|
2522 2503 | dependencies = [
|
2523 2504 | "num-traits",
|
2524 2505 | "plotters-backend",
|
2525 2506 | "plotters-svg",
|
2526 2507 | "wasm-bindgen",
|
2527 2508 | "web-sys",
|
2528 2509 | ]
|
2529 2510 |
|
2530 2511 | [[package]]
|
2531 2512 | name = "plotters-backend"
|
2532 2513 | version = "0.3.7"
|
2533 2514 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2534 2515 | checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
|
2535 2516 |
|
2536 2517 | [[package]]
|
2537 2518 | name = "plotters-svg"
|
2538 2519 | version = "0.3.7"
|
2539 2520 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2540 2521 | checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
|
2541 2522 | dependencies = [
|
2542 2523 | "plotters-backend",
|
2543 2524 | ]
|
2544 2525 |
|
2545 2526 | [[package]]
|
2546 2527 | name = "polling"
|
2547 - | version = "3.7.4"
|
2528 + | version = "3.8.0"
|
2548 2529 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2549 - | checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
|
2530 + | checksum = "b53a684391ad002dd6a596ceb6c74fd004fdce75f4be2e3f615068abbea5fd50"
|
2550 2531 | dependencies = [
|
2551 2532 | "cfg-if",
|
2552 2533 | "concurrent-queue",
|
2553 - | "hermit-abi 0.4.0",
|
2534 + | "hermit-abi 0.5.1",
|
2554 2535 | "pin-project-lite",
|
2555 - | "rustix 0.38.44",
|
2536 + | "rustix 1.0.7",
|
2556 2537 | "tracing",
|
2557 2538 | "windows-sys 0.59.0",
|
2558 2539 | ]
|
2559 2540 |
|
2560 2541 | [[package]]
|
2561 2542 | name = "potential_utf"
|
2562 2543 | version = "0.1.2"
|
2563 2544 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2564 2545 | checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
|
2565 2546 | dependencies = [
|
2566 2547 | "zerovec",
|
2567 2548 | ]
|
2568 2549 |
|
2569 2550 | [[package]]
|
2570 2551 | name = "powerfmt"
|
2571 2552 | version = "0.2.0"
|
2572 2553 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2573 2554 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
2574 2555 |
|
2575 2556 | [[package]]
|
2576 2557 | name = "ppv-lite86"
|
2577 2558 | version = "0.2.21"
|
2578 2559 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2579 2560 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
2580 2561 | dependencies = [
|
2581 2562 | "zerocopy",
|
2582 2563 | ]
|
2583 2564 |
|
2584 2565 | [[package]]
|
2585 2566 | name = "pretty_assertions"
|
2586 2567 | version = "1.4.1"
|
2587 2568 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2588 2569 | checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
|
2589 2570 | dependencies = [
|
2590 2571 | "diff",
|
2591 2572 | "yansi",
|
2592 2573 | ]
|
2593 2574 |
|
2594 2575 | [[package]]
|
2595 2576 | name = "prettyplease"
|
2596 2577 | version = "0.2.32"
|
2597 2578 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2598 2579 | checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
|
2599 2580 | dependencies = [
|
2600 2581 | "proc-macro2",
|
2601 2582 | "syn 2.0.101",
|
2602 2583 | ]
|
2603 2584 |
|
2604 - | [[package]]
|
2605 - | name = "proc-macro-error"
|
2606 - | version = "1.0.4"
|
2607 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2608 - | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2609 - | dependencies = [
|
2610 - | "proc-macro-error-attr",
|
2611 - | "proc-macro2",
|
2612 - | "quote",
|
2613 - | "syn 1.0.109",
|
2614 - | "version_check",
|
2615 - | ]
|
2616 - |
|
2617 - | [[package]]
|
2618 - | name = "proc-macro-error-attr"
|
2619 - | version = "1.0.4"
|
2620 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2621 - | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2622 - | dependencies = [
|
2623 - | "proc-macro2",
|
2624 - | "quote",
|
2625 - | "version_check",
|
2626 - | ]
|
2627 - |
|
2628 2585 | [[package]]
|
2629 2586 | name = "proc-macro2"
|
2630 2587 | version = "1.0.95"
|
2631 2588 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2632 2589 | checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
2633 2590 | dependencies = [
|
2634 2591 | "unicode-ident",
|
2635 2592 | ]
|
2636 2593 |
|
2637 2594 | [[package]]
|
2638 2595 | name = "proptest"
|
2639 2596 | version = "1.6.0"
|
2640 2597 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2641 2598 | checksum = "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50"
|
2642 2599 | dependencies = [
|
2643 2600 | "bit-set",
|
2644 2601 | "bit-vec",
|
2645 2602 | "bitflags 2.9.1",
|
2646 2603 | "lazy_static",
|
2647 2604 | "num-traits",
|
2648 2605 | "rand 0.8.5",
|
2649 2606 | "rand_chacha 0.3.1",
|
2650 2607 | "rand_xorshift",
|
2651 2608 | "regex-syntax 0.8.5",
|
2652 2609 | "rusty-fork",
|
2653 2610 | "tempfile",
|
2654 2611 | "unarray",
|
2655 2612 | ]
|
2656 2613 |
|
2657 2614 | [[package]]
|
@@ -3085,3042 +3147,3104 @@
3085 3042 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3086 3043 | checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
|
3087 3044 | dependencies = [
|
3088 3045 | "zeroize",
|
3089 3046 | ]
|
3090 3047 |
|
3091 3048 | [[package]]
|
3092 3049 | name = "rustls-webpki"
|
3093 3050 | version = "0.101.7"
|
3094 3051 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3095 3052 | checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
3096 3053 | dependencies = [
|
3097 3054 | "ring 0.17.14",
|
3098 3055 | "untrusted 0.9.0",
|
3099 3056 | ]
|
3100 3057 |
|
3101 3058 | [[package]]
|
3102 3059 | name = "rustls-webpki"
|
3103 3060 | version = "0.103.3"
|
3104 3061 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3105 3062 | checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435"
|
3106 3063 | dependencies = [
|
3107 3064 | "aws-lc-rs",
|
3108 3065 | "ring 0.17.14",
|
3109 3066 | "rustls-pki-types",
|
3110 3067 | "untrusted 0.9.0",
|
3111 3068 | ]
|
3112 3069 |
|
3113 3070 | [[package]]
|
3114 3071 | name = "rustversion"
|
3115 - | version = "1.0.20"
|
3072 + | version = "1.0.21"
|
3116 3073 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3117 - | checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
|
3074 + | checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
|
3118 3075 |
|
3119 3076 | [[package]]
|
3120 3077 | name = "rusty-fork"
|
3121 3078 | version = "0.3.0"
|
3122 3079 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3123 3080 | checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
|
3124 3081 | dependencies = [
|
3125 3082 | "fnv",
|
3126 3083 | "quick-error",
|
3127 3084 | "tempfile",
|
3128 3085 | "wait-timeout",
|
3129 3086 | ]
|
3130 3087 |
|
3131 3088 | [[package]]
|
3132 3089 | name = "ryu"
|
3133 3090 | version = "1.0.20"
|
3134 3091 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3135 3092 | checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
3136 3093 |
|
3137 3094 | [[package]]
|
3138 3095 | name = "s2n-tls"
|
3139 3096 | version = "0.3.12"
|
3140 3097 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3141 3098 | checksum = "bca784a7bd2303b31dee13fe5d8617bd27c9e983342b6f07277d7bc07a2f32ea"
|
3142 3099 | dependencies = [
|
3143 3100 | "errno",
|
3144 3101 | "hex",
|
3145 3102 | "libc",
|
3146 3103 | "pin-project-lite",
|
3147 3104 | "s2n-tls-sys",
|
@@ -3227,3184 +3287,3244 @@
3227 3184 | "ring 0.17.14",
|
3228 3185 | "untrusted 0.9.0",
|
3229 3186 | ]
|
3230 3187 |
|
3231 3188 | [[package]]
|
3232 3189 | name = "sdd"
|
3233 3190 | version = "3.0.8"
|
3234 3191 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3235 3192 | checksum = "584e070911c7017da6cb2eb0788d09f43d789029b5877d3e5ecc8acf86ceee21"
|
3236 3193 |
|
3237 3194 | [[package]]
|
3238 3195 | name = "security-framework"
|
3239 3196 | version = "2.11.1"
|
3240 3197 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3241 3198 | checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
3242 3199 | dependencies = [
|
3243 3200 | "bitflags 2.9.1",
|
3244 3201 | "core-foundation 0.9.4",
|
3245 3202 | "core-foundation-sys",
|
3246 3203 | "libc",
|
3247 3204 | "security-framework-sys",
|
3248 3205 | ]
|
3249 3206 |
|
3250 3207 | [[package]]
|
3251 3208 | name = "security-framework"
|
3252 3209 | version = "3.2.0"
|
3253 3210 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3254 3211 | checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
|
3255 3212 | dependencies = [
|
3256 3213 | "bitflags 2.9.1",
|
3257 - | "core-foundation 0.10.0",
|
3214 + | "core-foundation 0.10.1",
|
3258 3215 | "core-foundation-sys",
|
3259 3216 | "libc",
|
3260 3217 | "security-framework-sys",
|
3261 3218 | ]
|
3262 3219 |
|
3263 3220 | [[package]]
|
3264 3221 | name = "security-framework-sys"
|
3265 3222 | version = "2.14.0"
|
3266 3223 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3267 3224 | checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
|
3268 3225 | dependencies = [
|
3269 3226 | "core-foundation-sys",
|
3270 3227 | "libc",
|
3271 3228 | ]
|
3272 3229 |
|
3273 3230 | [[package]]
|
3274 3231 | name = "separator"
|
3275 3232 | version = "0.4.1"
|
3276 3233 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3277 3234 | checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
|
3278 3235 |
|
3279 3236 | [[package]]
|
3280 3237 | name = "serde"
|
3281 3238 | version = "1.0.219"
|
3282 3239 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3283 3240 | checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
3284 3241 | dependencies = [
|
3285 3242 | "serde_derive",
|
3286 3243 | ]
|
3287 3244 |
|
@@ -3403,3360 +3465,3422 @@
3403 3360 | "libc",
|
3404 3361 | "signal-hook-registry",
|
3405 3362 | ]
|
3406 3363 |
|
3407 3364 | [[package]]
|
3408 3365 | name = "signal-hook-registry"
|
3409 3366 | version = "1.4.5"
|
3410 3367 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3411 3368 | checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
|
3412 3369 | dependencies = [
|
3413 3370 | "libc",
|
3414 3371 | ]
|
3415 3372 |
|
3416 3373 | [[package]]
|
3417 3374 | name = "slab"
|
3418 3375 | version = "0.4.9"
|
3419 3376 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3420 3377 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
3421 3378 | dependencies = [
|
3422 3379 | "autocfg",
|
3423 3380 | ]
|
3424 3381 |
|
3425 3382 | [[package]]
|
3426 3383 | name = "smallvec"
|
3427 3384 | version = "1.15.0"
|
3428 3385 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3429 3386 | checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
|
3430 3387 |
|
3431 3388 | [[package]]
|
3432 3389 | name = "socket2"
|
3433 - | version = "0.5.9"
|
3390 + | version = "0.5.10"
|
3434 3391 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3435 - | checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
|
3392 + | checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
|
3436 3393 | dependencies = [
|
3437 3394 | "libc",
|
3438 3395 | "windows-sys 0.52.0",
|
3439 3396 | ]
|
3440 3397 |
|
3441 3398 | [[package]]
|
3442 3399 | name = "spin"
|
3443 3400 | version = "0.5.2"
|
3444 3401 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3445 3402 | checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
3446 3403 |
|
3447 3404 | [[package]]
|
3448 3405 | name = "stable_deref_trait"
|
3449 3406 | version = "1.2.0"
|
3450 3407 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3451 3408 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
3452 3409 |
|
3453 3410 | [[package]]
|
3454 3411 | name = "stats_alloc"
|
3455 3412 | version = "0.1.10"
|
3456 3413 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3457 3414 | checksum = "5c0e04424e733e69714ca1bbb9204c1a57f09f5493439520f9f68c132ad25eec"
|
3458 3415 |
|
3459 3416 | [[package]]
|
3460 3417 | name = "strsim"
|
3461 3418 | version = "0.10.0"
|
3462 3419 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3463 3420 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
3464 3421 |
|
3465 3422 | [[package]]
|
@@ -3514,3471 +3587,3564 @@
3514 3471 | checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
|
3515 3472 | dependencies = [
|
3516 3473 | "fastrand",
|
3517 3474 | "getrandom 0.3.3",
|
3518 3475 | "once_cell",
|
3519 3476 | "rustix 1.0.7",
|
3520 3477 | "windows-sys 0.59.0",
|
3521 3478 | ]
|
3522 3479 |
|
3523 3480 | [[package]]
|
3524 3481 | name = "termcolor"
|
3525 3482 | version = "1.4.1"
|
3526 3483 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3527 3484 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
3528 3485 | dependencies = [
|
3529 3486 | "winapi-util",
|
3530 3487 | ]
|
3531 3488 |
|
3532 3489 | [[package]]
|
3533 3490 | name = "textwrap"
|
3534 3491 | version = "0.16.2"
|
3535 3492 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3536 3493 | checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
|
3537 3494 |
|
3538 3495 | [[package]]
|
3539 3496 | name = "thiserror"
|
3540 3497 | version = "1.0.69"
|
3541 3498 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3542 3499 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
3543 3500 | dependencies = [
|
3544 - | "thiserror-impl",
|
3501 + | "thiserror-impl 1.0.69",
|
3502 + | ]
|
3503 + |
|
3504 + | [[package]]
|
3505 + | name = "thiserror"
|
3506 + | version = "2.0.12"
|
3507 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3508 + | checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
3509 + | dependencies = [
|
3510 + | "thiserror-impl 2.0.12",
|
3545 3511 | ]
|
3546 3512 |
|
3547 3513 | [[package]]
|
3548 3514 | name = "thiserror-impl"
|
3549 3515 | version = "1.0.69"
|
3550 3516 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3551 3517 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
3552 3518 | dependencies = [
|
3553 3519 | "proc-macro2",
|
3554 3520 | "quote",
|
3555 3521 | "syn 2.0.101",
|
3556 3522 | ]
|
3557 3523 |
|
3524 + | [[package]]
|
3525 + | name = "thiserror-impl"
|
3526 + | version = "2.0.12"
|
3527 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3528 + | checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
3529 + | dependencies = [
|
3530 + | "proc-macro2",
|
3531 + | "quote",
|
3532 + | "syn 2.0.101",
|
3533 + | ]
|
3534 + |
|
3558 3535 | [[package]]
|
3559 3536 | name = "thread_local"
|
3560 3537 | version = "1.1.8"
|
3561 3538 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3562 3539 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
3563 3540 | dependencies = [
|
3564 3541 | "cfg-if",
|
3565 3542 | "once_cell",
|
3566 3543 | ]
|
3567 3544 |
|
3568 3545 | [[package]]
|
3569 3546 | name = "time"
|
3570 3547 | version = "0.3.41"
|
3571 3548 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3572 3549 | checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
|
3573 3550 | dependencies = [
|
3574 3551 | "deranged",
|
3575 3552 | "itoa",
|
3576 3553 | "num-conv",
|
3577 3554 | "powerfmt",
|
3578 3555 | "serde",
|
3579 3556 | "time-core",
|
3580 3557 | "time-macros",
|
3581 3558 | ]
|
3582 3559 |
|
3583 3560 | [[package]]
|
3584 3561 | name = "time-core"
|
3585 3562 | version = "0.1.4"
|
3586 3563 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3587 3564 | checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
|
@@ -3613,3590 +3682,3659 @@
3613 3590 | checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
3614 3591 | dependencies = [
|
3615 3592 | "serde",
|
3616 3593 | "serde_json",
|
3617 3594 | ]
|
3618 3595 |
|
3619 3596 | [[package]]
|
3620 3597 | name = "tinyvec"
|
3621 3598 | version = "1.9.0"
|
3622 3599 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3623 3600 | checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
|
3624 3601 | dependencies = [
|
3625 3602 | "tinyvec_macros",
|
3626 3603 | ]
|
3627 3604 |
|
3628 3605 | [[package]]
|
3629 3606 | name = "tinyvec_macros"
|
3630 3607 | version = "0.1.1"
|
3631 3608 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3632 3609 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
3633 3610 |
|
3634 3611 | [[package]]
|
3635 3612 | name = "tls-listener"
|
3636 3613 | version = "0.7.0"
|
3637 3614 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3638 3615 | checksum = "81294c017957a1a69794f506723519255879e15a870507faf45dfed288b763dd"
|
3639 3616 | dependencies = [
|
3640 3617 | "futures-util",
|
3641 3618 | "hyper 0.14.32",
|
3642 3619 | "pin-project-lite",
|
3643 - | "thiserror",
|
3620 + | "thiserror 1.0.69",
|
3644 3621 | "tokio",
|
3645 3622 | "tokio-rustls 0.24.1",
|
3646 3623 | ]
|
3647 3624 |
|
3648 3625 | [[package]]
|
3649 3626 | name = "tokio"
|
3650 - | version = "1.45.0"
|
3627 + | version = "1.45.1"
|
3651 3628 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3652 - | checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165"
|
3629 + | checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
|
3653 3630 | dependencies = [
|
3654 3631 | "backtrace",
|
3655 3632 | "bytes",
|
3656 3633 | "libc",
|
3657 3634 | "mio",
|
3658 3635 | "parking_lot",
|
3659 3636 | "pin-project-lite",
|
3660 3637 | "signal-hook-registry",
|
3661 3638 | "socket2",
|
3662 3639 | "tokio-macros",
|
3663 3640 | "windows-sys 0.52.0",
|
3664 3641 | ]
|
3665 3642 |
|
3666 3643 | [[package]]
|
3667 3644 | name = "tokio-macros"
|
3668 3645 | version = "2.5.0"
|
3669 3646 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3670 3647 | checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
3671 3648 | dependencies = [
|
3672 3649 | "proc-macro2",
|
3673 3650 | "quote",
|
3674 3651 | "syn 2.0.101",
|
3675 3652 | ]
|
3676 3653 |
|
3677 3654 | [[package]]
|
3678 3655 | name = "tokio-rustls"
|
3679 3656 | version = "0.24.1"
|
3680 3657 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3681 3658 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
3682 3659 | dependencies = [
|
@@ -3793,3770 +3853,3830 @@
3793 3770 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3794 3771 | checksum = "a4546773ffeab9e4ea02b8872faa49bb616a80a7da66afc2f32688943f97efa7"
|
3795 3772 | dependencies = [
|
3796 3773 | "futures-util",
|
3797 3774 | "pin-project",
|
3798 3775 | "tokio",
|
3799 3776 | "tokio-test",
|
3800 3777 | "tower-layer",
|
3801 3778 | "tower-service",
|
3802 3779 | ]
|
3803 3780 |
|
3804 3781 | [[package]]
|
3805 3782 | name = "tracing"
|
3806 3783 | version = "0.1.41"
|
3807 3784 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3808 3785 | checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
3809 3786 | dependencies = [
|
3810 3787 | "log",
|
3811 3788 | "pin-project-lite",
|
3812 3789 | "tracing-attributes",
|
3813 3790 | "tracing-core",
|
3814 3791 | ]
|
3815 3792 |
|
3816 3793 | [[package]]
|
3817 3794 | name = "tracing-appender"
|
3818 3795 | version = "0.2.3"
|
3819 3796 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3820 3797 | checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
|
3821 3798 | dependencies = [
|
3822 3799 | "crossbeam-channel",
|
3823 - | "thiserror",
|
3800 + | "thiserror 1.0.69",
|
3824 3801 | "time",
|
3825 3802 | "tracing-subscriber",
|
3826 3803 | ]
|
3827 3804 |
|
3828 3805 | [[package]]
|
3829 3806 | name = "tracing-attributes"
|
3830 3807 | version = "0.1.28"
|
3831 3808 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3832 3809 | checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
3833 3810 | dependencies = [
|
3834 3811 | "proc-macro2",
|
3835 3812 | "quote",
|
3836 3813 | "syn 2.0.101",
|
3837 3814 | ]
|
3838 3815 |
|
3839 3816 | [[package]]
|
3840 3817 | name = "tracing-core"
|
3841 3818 | version = "0.1.33"
|
3842 3819 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3843 3820 | checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
3844 3821 | dependencies = [
|
3845 3822 | "once_cell",
|
3846 3823 | "valuable",
|
3847 3824 | ]
|
3848 3825 |
|
3849 3826 | [[package]]
|
3850 3827 | name = "tracing-log"
|
3851 3828 | version = "0.2.0"
|
3852 3829 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3853 3830 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
@@ -3949,3926 +4014,3993 @@
3949 3926 | name = "untrusted"
|
3950 3927 | version = "0.9.0"
|
3951 3928 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3952 3929 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
3953 3930 |
|
3954 3931 | [[package]]
|
3955 3932 | name = "url"
|
3956 3933 | version = "2.5.4"
|
3957 3934 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3958 3935 | checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
3959 3936 | dependencies = [
|
3960 3937 | "form_urlencoded",
|
3961 3938 | "idna",
|
3962 3939 | "percent-encoding",
|
3963 3940 | ]
|
3964 3941 |
|
3965 3942 | [[package]]
|
3966 3943 | name = "urlencoding"
|
3967 3944 | version = "2.1.3"
|
3968 3945 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3969 3946 | checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
3970 3947 |
|
3971 3948 | [[package]]
|
3972 3949 | name = "utf8_iter"
|
3973 3950 | version = "1.0.4"
|
3974 3951 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3975 3952 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
3976 3953 |
|
3977 3954 | [[package]]
|
3978 3955 | name = "uuid"
|
3979 - | version = "1.16.0"
|
3956 + | version = "1.17.0"
|
3980 3957 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3981 - | checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
|
3958 + | checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
|
3982 3959 | dependencies = [
|
3983 3960 | "getrandom 0.3.3",
|
3961 + | "js-sys",
|
3984 3962 | "rand 0.9.1",
|
3963 + | "wasm-bindgen",
|
3985 3964 | ]
|
3986 3965 |
|
3987 3966 | [[package]]
|
3988 3967 | name = "valuable"
|
3989 3968 | version = "0.1.1"
|
3990 3969 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3991 3970 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
3992 3971 |
|
3993 3972 | [[package]]
|
3994 3973 | name = "value-bag"
|
3995 3974 | version = "1.11.1"
|
3996 3975 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3997 3976 | checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
|
3998 3977 |
|
3999 3978 | [[package]]
|
4000 3979 | name = "version_check"
|
4001 3980 | version = "0.9.5"
|
4002 3981 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4003 3982 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
4004 3983 |
|
4005 3984 | [[package]]
|
4006 3985 | name = "vsimd"
|
4007 3986 | version = "0.8.0"
|
4008 3987 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4009 3988 | checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
4010 3989 |
|
4011 3990 | [[package]]
|
4012 3991 | name = "wait-timeout"
|
4013 3992 | version = "0.2.1"
|
4014 3993 | source = "registry+https://github.com/rust-lang/crates.io-index"
|