rev. 80d9b4c9aa38f40a6d033a9f956fdf3576cff60f
@@ -194,194 +270,272 @@
194 194 | "kv-log-macro",
|
195 195 | "log",
|
196 196 | "memchr",
|
197 197 | "once_cell",
|
198 198 | "pin-project-lite",
|
199 199 | "pin-utils",
|
200 200 | "slab",
|
201 201 | "wasm-bindgen-futures",
|
202 202 | ]
|
203 203 |
|
204 204 | [[package]]
|
205 205 | name = "async-stream"
|
206 206 | version = "0.3.6"
|
207 207 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
208 208 | checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
209 209 | dependencies = [
|
210 210 | "async-stream-impl",
|
211 211 | "futures-core",
|
212 212 | "pin-project-lite",
|
213 213 | ]
|
214 214 |
|
215 215 | [[package]]
|
216 216 | name = "async-stream-impl"
|
217 217 | version = "0.3.6"
|
218 218 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
219 219 | checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
220 220 | dependencies = [
|
221 221 | "proc-macro2",
|
222 222 | "quote",
|
223 223 | "syn 2.0.110",
|
224 + | "syn 2.0.109",
|
224 225 | ]
|
225 226 |
|
226 227 | [[package]]
|
227 228 | name = "async-task"
|
228 229 | version = "4.7.1"
|
229 230 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
230 231 | checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
231 232 |
|
232 233 | [[package]]
|
233 234 | name = "async-trait"
|
234 235 | version = "0.1.89"
|
235 236 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
236 237 | checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
|
237 238 | dependencies = [
|
238 239 | "proc-macro2",
|
239 240 | "quote",
|
240 241 | "syn 2.0.110",
|
242 + | "syn 2.0.109",
|
241 243 | ]
|
242 244 |
|
243 245 | [[package]]
|
244 246 | name = "atomic-waker"
|
245 247 | version = "1.1.2"
|
246 248 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
247 249 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
248 250 |
|
249 251 | [[package]]
|
250 252 | name = "atty"
|
251 253 | version = "0.2.14"
|
252 254 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
253 255 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
254 256 | dependencies = [
|
255 257 | "hermit-abi 0.1.19",
|
256 258 | "libc",
|
257 259 | "winapi",
|
258 260 | ]
|
259 261 |
|
260 262 | [[package]]
|
261 263 | name = "autocfg"
|
262 264 | version = "1.5.0"
|
263 265 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
264 266 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
265 267 |
|
266 268 | [[package]]
|
267 269 | name = "aws-lc-fips-sys"
|
268 270 | version = "0.13.9"
|
269 271 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
270 272 | checksum = "ede71ad84efb06d748d9af3bc500b14957a96282a69a6833b1420dcacb411cc3"
|
@@ -319,321 +379,381 @@
319 321 | dependencies = [
|
320 322 | "aws-smithy-types",
|
321 323 | "criterion",
|
322 324 | "minicbor",
|
323 325 | ]
|
324 326 |
|
325 327 | [[package]]
|
326 328 | name = "aws-smithy-checksums"
|
327 329 | version = "0.63.11"
|
328 330 | dependencies = [
|
329 331 | "aws-smithy-http",
|
330 332 | "aws-smithy-types",
|
331 333 | "bytes",
|
332 334 | "bytes-utils",
|
333 335 | "crc-fast",
|
334 336 | "hex",
|
335 337 | "http 0.2.12",
|
336 338 | "http-body 0.4.6",
|
337 339 | "md-5",
|
338 340 | "pin-project-lite",
|
339 341 | "pretty_assertions",
|
340 342 | "sha1",
|
341 343 | "sha2",
|
342 344 | "tokio",
|
343 345 | "tracing",
|
344 346 | "tracing-test",
|
345 347 | ]
|
346 348 |
|
347 349 | [[package]]
|
348 350 | name = "aws-smithy-compression"
|
349 - | version = "0.0.6"
|
351 + | version = "0.0.7"
|
350 352 | dependencies = [
|
351 353 | "aws-smithy-runtime-api",
|
352 354 | "aws-smithy-types",
|
353 355 | "bytes",
|
354 356 | "bytes-utils",
|
355 357 | "flate2",
|
356 358 | "futures-util",
|
357 359 | "http 0.2.12",
|
358 360 | "http 1.3.1",
|
359 361 | "http-body 0.4.6",
|
360 362 | "http-body 1.0.1",
|
361 363 | "http-body-util",
|
362 364 | "pin-project-lite",
|
363 365 | "pretty_assertions",
|
364 366 | "tokio",
|
365 367 | "tracing",
|
366 368 | ]
|
367 369 |
|
368 370 | [[package]]
|
369 371 | name = "aws-smithy-dns"
|
370 372 | version = "0.1.4"
|
371 373 | dependencies = [
|
372 374 | "aws-smithy-runtime-api",
|
373 375 | "criterion",
|
374 376 | "hickory-resolver",
|
375 377 | "tokio",
|
376 378 | ]
|
377 379 |
|
378 380 | [[package]]
|
379 381 | name = "aws-smithy-eventstream"
|
@@ -393,395 +453,455 @@
393 395 | [[package]]
|
394 396 | name = "aws-smithy-experimental"
|
395 397 | version = "0.2.1"
|
396 398 |
|
397 399 | [[package]]
|
398 400 | name = "aws-smithy-http"
|
399 401 | version = "0.62.5"
|
400 402 | dependencies = [
|
401 403 | "async-stream",
|
402 404 | "aws-smithy-eventstream",
|
403 405 | "aws-smithy-runtime-api",
|
404 406 | "aws-smithy-types",
|
405 407 | "bytes",
|
406 408 | "bytes-utils",
|
407 409 | "futures-core",
|
408 410 | "futures-util",
|
409 411 | "http 0.2.12",
|
410 412 | "http 1.3.1",
|
411 413 | "http-body 0.4.6",
|
412 414 | "hyper 0.14.32",
|
413 415 | "percent-encoding",
|
414 416 | "pin-project-lite",
|
415 417 | "pin-utils",
|
416 418 | "proptest",
|
417 419 | "tokio",
|
418 420 | "tracing",
|
419 421 | ]
|
420 422 |
|
421 423 | [[package]]
|
422 424 | name = "aws-smithy-http-client"
|
423 - | version = "1.1.4"
|
425 + | version = "1.1.5"
|
424 426 | dependencies = [
|
425 427 | "aws-smithy-async",
|
426 428 | "aws-smithy-protocol-test",
|
427 429 | "aws-smithy-runtime-api",
|
428 430 | "aws-smithy-types",
|
429 431 | "base64 0.22.1",
|
430 432 | "bytes",
|
431 433 | "h2 0.3.27",
|
432 434 | "h2 0.4.12",
|
433 435 | "http 0.2.12",
|
434 436 | "http 1.3.1",
|
435 437 | "http-body 0.4.6",
|
436 438 | "http-body 1.0.1",
|
437 439 | "http-body-util",
|
438 440 | "hyper 0.14.32",
|
439 441 | "hyper 1.8.0",
|
440 442 | "hyper-rustls 0.24.2",
|
441 443 | "hyper-rustls 0.27.7",
|
442 444 | "hyper-util",
|
443 445 | "indexmap 2.12.0",
|
444 446 | "pin-project-lite",
|
445 447 | "rustls 0.21.12",
|
446 448 | "rustls 0.23.35",
|
447 449 | "rustls-native-certs 0.8.2",
|
448 450 | "rustls-pemfile 2.2.0",
|
449 451 | "rustls-pki-types",
|
450 452 | "s2n-tls",
|
451 453 | "s2n-tls-hyper",
|
452 454 | "s2n-tls-tokio",
|
453 455 | "serde",
|
@@ -464,466 +633,635 @@
464 466 | version = "0.65.9"
|
465 467 | dependencies = [
|
466 468 | "aws-smithy-cbor",
|
467 469 | "aws-smithy-http",
|
468 470 | "aws-smithy-json",
|
469 471 | "aws-smithy-runtime-api",
|
470 472 | "aws-smithy-types",
|
471 473 | "aws-smithy-xml",
|
472 474 | "bytes",
|
473 475 | "futures-util",
|
474 476 | "http 0.2.12",
|
475 477 | "http-body 0.4.6",
|
476 478 | "hyper 0.14.32",
|
477 479 | "lambda_http",
|
478 480 | "mime",
|
479 481 | "nom",
|
480 482 | "pin-project-lite",
|
481 483 | "pretty_assertions",
|
482 484 | "regex",
|
483 485 | "serde_urlencoded",
|
484 486 | "thiserror 2.0.17",
|
485 487 | "tokio",
|
486 488 | "tower 0.4.13",
|
487 489 | "tower-http",
|
488 490 | "tracing",
|
489 491 | "uuid",
|
490 492 | ]
|
491 493 |
|
492 494 | [[package]]
|
493 495 | name = "aws-smithy-http-server-python"
|
494 - | version = "0.66.5"
|
496 + | version = "0.66.6"
|
495 497 | dependencies = [
|
496 498 | "aws-smithy-http",
|
497 499 | "aws-smithy-http-server",
|
498 500 | "aws-smithy-json",
|
499 501 | "aws-smithy-types",
|
500 502 | "aws-smithy-xml",
|
501 503 | "bytes",
|
502 504 | "futures",
|
503 505 | "futures-util",
|
504 506 | "http 0.2.12",
|
505 507 | "hyper 0.14.32",
|
506 508 | "hyper-rustls 0.24.2",
|
507 509 | "lambda_http",
|
508 510 | "num_cpus",
|
509 511 | "parking_lot",
|
510 512 | "pin-project-lite",
|
511 513 | "pretty_assertions",
|
512 514 | "pyo3",
|
513 515 | "pyo3-asyncio",
|
514 516 | "rcgen",
|
515 517 | "rustls-pemfile 1.0.4",
|
516 518 | "signal-hook",
|
517 519 | "socket2 0.5.10",
|
518 520 | "thiserror 2.0.17",
|
519 521 | "tls-listener",
|
520 522 | "tokio",
|
521 523 | "tokio-rustls 0.24.1",
|
522 524 | "tokio-stream",
|
523 525 | "tokio-test",
|
524 526 | "tower 0.4.13",
|
525 527 | "tower-test",
|
526 528 | "tracing",
|
527 529 | "tracing-appender",
|
528 530 | "tracing-subscriber",
|
529 531 | ]
|
530 532 |
|
531 533 | [[package]]
|
532 534 | name = "aws-smithy-json"
|
533 535 | version = "0.61.7"
|
534 536 | dependencies = [
|
535 537 | "aws-smithy-types",
|
536 538 | "proptest",
|
537 539 | "serde_json",
|
538 540 | ]
|
539 541 |
|
540 542 | [[package]]
|
541 543 | name = "aws-smithy-mocks"
|
542 - | version = "0.2.0"
|
544 + | version = "0.2.1"
|
543 545 | dependencies = [
|
544 546 | "aws-smithy-async",
|
545 547 | "aws-smithy-http-client",
|
546 548 | "aws-smithy-runtime",
|
547 549 | "aws-smithy-runtime-api",
|
548 550 | "aws-smithy-types",
|
549 551 | "http 1.3.1",
|
550 552 | "tokio",
|
551 553 | ]
|
552 554 |
|
553 555 | [[package]]
|
554 556 | name = "aws-smithy-observability"
|
555 - | version = "0.1.4"
|
557 + | version = "0.2.0"
|
556 558 | dependencies = [
|
557 559 | "aws-smithy-runtime-api",
|
558 560 | "serial_test",
|
559 561 | ]
|
560 562 |
|
561 563 | [[package]]
|
562 564 | name = "aws-smithy-observability-otel"
|
563 - | version = "0.1.2"
|
565 + | version = "0.1.3"
|
564 566 | dependencies = [
|
565 567 | "async-global-executor",
|
566 568 | "async-task",
|
567 569 | "aws-smithy-observability",
|
568 570 | "criterion",
|
569 571 | "opentelemetry",
|
570 572 | "opentelemetry_sdk",
|
571 573 | "stats_alloc",
|
572 574 | "tokio",
|
573 575 | "value-bag",
|
574 576 | ]
|
575 577 |
|
576 578 | [[package]]
|
577 579 | name = "aws-smithy-protocol-test"
|
578 580 | version = "0.63.6"
|
579 581 | dependencies = [
|
580 582 | "assert-json-diff",
|
581 583 | "aws-smithy-runtime-api",
|
582 584 | "base64-simd",
|
583 585 | "cbor-diag",
|
584 586 | "ciborium",
|
585 587 | "http 0.2.12",
|
586 588 | "pretty_assertions",
|
587 589 | "regex-lite",
|
588 590 | "roxmltree",
|
589 591 | "serde_json",
|
590 592 | "thiserror 2.0.17",
|
591 593 | ]
|
592 594 |
|
593 595 | [[package]]
|
594 596 | name = "aws-smithy-query"
|
595 597 | version = "0.60.8"
|
596 598 | dependencies = [
|
597 599 | "aws-smithy-types",
|
598 600 | "urlencoding",
|
599 601 | ]
|
600 602 |
|
601 603 | [[package]]
|
602 604 | name = "aws-smithy-runtime"
|
603 - | version = "1.9.4"
|
605 + | version = "1.9.5"
|
604 606 | dependencies = [
|
605 607 | "approx",
|
606 608 | "aws-smithy-async",
|
607 609 | "aws-smithy-http",
|
608 610 | "aws-smithy-http-client",
|
609 611 | "aws-smithy-observability",
|
610 612 | "aws-smithy-runtime-api",
|
611 613 | "aws-smithy-types",
|
612 614 | "bytes",
|
613 615 | "fastrand",
|
614 616 | "futures-util",
|
615 617 | "http 0.2.12",
|
616 618 | "http 1.3.1",
|
617 619 | "http-body 0.4.6",
|
618 620 | "http-body 1.0.1",
|
619 621 | "hyper 0.14.32",
|
620 622 | "pin-project-lite",
|
621 623 | "pin-utils",
|
622 624 | "pretty_assertions",
|
623 625 | "tokio",
|
624 626 | "tracing",
|
625 627 | "tracing-subscriber",
|
626 628 | "tracing-test",
|
627 629 | ]
|
628 630 |
|
629 631 | [[package]]
|
630 632 | name = "aws-smithy-runtime-api"
|
631 633 | version = "1.9.2"
|
632 634 | dependencies = [
|
633 635 | "aws-smithy-async",
|
@@ -751,753 +810,813 @@
751 753 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
752 754 |
|
753 755 | [[package]]
|
754 756 | name = "base64-simd"
|
755 757 | version = "0.8.0"
|
756 758 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
757 759 | checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
|
758 760 | dependencies = [
|
759 761 | "outref",
|
760 762 | "vsimd",
|
761 763 | ]
|
762 764 |
|
763 765 | [[package]]
|
764 766 | name = "bindgen"
|
765 767 | version = "0.72.1"
|
766 768 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
767 769 | checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
|
768 770 | dependencies = [
|
769 771 | "bitflags 2.10.0",
|
770 772 | "cexpr",
|
771 773 | "clang-sys",
|
772 774 | "itertools 0.13.0",
|
773 775 | "log",
|
774 776 | "prettyplease",
|
775 777 | "proc-macro2",
|
776 778 | "quote",
|
777 779 | "regex",
|
778 780 | "rustc-hash",
|
779 781 | "shlex",
|
780 782 | "syn 2.0.110",
|
783 + | "syn 2.0.109",
|
781 784 | ]
|
782 785 |
|
783 786 | [[package]]
|
784 787 | name = "bit-set"
|
785 788 | version = "0.8.0"
|
786 789 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
787 790 | checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
|
788 791 | dependencies = [
|
789 792 | "bit-vec",
|
790 793 | ]
|
791 794 |
|
792 795 | [[package]]
|
793 796 | name = "bit-vec"
|
794 797 | version = "0.8.0"
|
795 798 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
796 799 | checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
|
797 800 |
|
798 801 | [[package]]
|
799 802 | name = "bitflags"
|
800 803 | version = "1.3.2"
|
801 804 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
802 805 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
803 806 |
|
804 807 | [[package]]
|
805 808 | name = "bitflags"
|
806 809 | version = "2.10.0"
|
807 810 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
808 811 | checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
809 812 |
|
810 813 | [[package]]
|
@@ -1192,1195 +1311,1317 @@
1192 1195 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
1193 1196 | dependencies = [
|
1194 1197 | "generic-array",
|
1195 1198 | "typenum",
|
1196 1199 | ]
|
1197 1200 |
|
1198 1201 | [[package]]
|
1199 1202 | name = "data-encoding"
|
1200 1203 | version = "2.9.0"
|
1201 1204 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1202 1205 | checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
|
1203 1206 |
|
1204 1207 | [[package]]
|
1205 1208 | name = "deranged"
|
1206 1209 | version = "0.5.5"
|
1207 1210 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1208 1211 | checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
|
1209 1212 | dependencies = [
|
1210 1213 | "powerfmt",
|
1211 1214 | ]
|
1212 1215 |
|
1213 1216 | [[package]]
|
1214 1217 | name = "derive_arbitrary"
|
1215 1218 | version = "1.4.2"
|
1216 1219 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1217 1220 | checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
|
1218 1221 | dependencies = [
|
1219 1222 | "proc-macro2",
|
1220 1223 | "quote",
|
1221 1224 | "syn 2.0.110",
|
1225 + | "syn 2.0.109",
|
1222 1226 | ]
|
1223 1227 |
|
1224 1228 | [[package]]
|
1225 1229 | name = "diff"
|
1226 1230 | version = "0.1.13"
|
1227 1231 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1228 1232 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
1229 1233 |
|
1230 1234 | [[package]]
|
1231 1235 | name = "digest"
|
1232 1236 | version = "0.10.7"
|
1233 1237 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1234 1238 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
1235 1239 | dependencies = [
|
1236 1240 | "block-buffer",
|
1237 1241 | "crypto-common",
|
1238 1242 | ]
|
1239 1243 |
|
1240 1244 | [[package]]
|
1241 1245 | name = "displaydoc"
|
1242 1246 | version = "0.2.5"
|
1243 1247 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1244 1248 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
1245 1249 | dependencies = [
|
1246 1250 | "proc-macro2",
|
1247 1251 | "quote",
|
1248 1252 | "syn 2.0.110",
|
1253 + | "syn 2.0.109",
|
1249 1254 | ]
|
1250 1255 |
|
1251 1256 | [[package]]
|
1252 1257 | name = "dunce"
|
1253 1258 | version = "1.0.5"
|
1254 1259 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1255 1260 | checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
1256 1261 |
|
1257 1262 | [[package]]
|
1258 1263 | name = "either"
|
1259 1264 | version = "1.15.0"
|
1260 1265 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1261 1266 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
1262 1267 |
|
1263 1268 | [[package]]
|
1264 1269 | name = "encoding_rs"
|
1265 1270 | version = "0.8.35"
|
1266 1271 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1267 1272 | checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
1268 1273 | dependencies = [
|
1269 1274 | "cfg-if",
|
1270 1275 | ]
|
1271 1276 |
|
1272 1277 | [[package]]
|
1273 1278 | name = "enum-as-inner"
|
1274 1279 | version = "0.6.1"
|
1275 1280 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1276 1281 | checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
|
1277 1282 | dependencies = [
|
1278 1283 | "heck 0.5.0",
|
1279 1284 | "proc-macro2",
|
1280 1285 | "quote",
|
1281 1286 | "syn 2.0.110",
|
1287 + | "syn 2.0.109",
|
1282 1288 | ]
|
1283 1289 |
|
1284 1290 | [[package]]
|
1285 1291 | name = "equivalent"
|
1286 1292 | version = "1.0.2"
|
1287 1293 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1288 1294 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
1289 1295 |
|
1290 1296 | [[package]]
|
1291 1297 | name = "errno"
|
1292 1298 | version = "0.3.14"
|
1293 1299 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1294 1300 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
1295 1301 | dependencies = [
|
1296 1302 | "libc",
|
1297 1303 | "windows-sys 0.61.2",
|
1298 1304 | ]
|
1299 1305 |
|
1300 1306 | [[package]]
|
1301 1307 | name = "event-listener"
|
1302 1308 | version = "2.5.3"
|
1303 1309 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1304 1310 | checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
1305 1311 |
|
1306 1312 | [[package]]
|
1307 1313 | name = "event-listener"
|
1308 1314 | version = "5.4.1"
|
1309 1315 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1310 1316 | checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
|
1311 1317 | dependencies = [
|
@@ -1410,1416 +1469,1476 @@
1410 1416 | ]
|
1411 1417 |
|
1412 1418 | [[package]]
|
1413 1419 | name = "futures-io"
|
1414 1420 | version = "0.3.31"
|
1415 1421 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1416 1422 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
1417 1423 |
|
1418 1424 | [[package]]
|
1419 1425 | name = "futures-lite"
|
1420 1426 | version = "2.6.1"
|
1421 1427 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1422 1428 | checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
|
1423 1429 | dependencies = [
|
1424 1430 | "fastrand",
|
1425 1431 | "futures-core",
|
1426 1432 | "futures-io",
|
1427 1433 | "parking",
|
1428 1434 | "pin-project-lite",
|
1429 1435 | ]
|
1430 1436 |
|
1431 1437 | [[package]]
|
1432 1438 | name = "futures-macro"
|
1433 1439 | version = "0.3.31"
|
1434 1440 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1435 1441 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
1436 1442 | dependencies = [
|
1437 1443 | "proc-macro2",
|
1438 1444 | "quote",
|
1439 1445 | "syn 2.0.110",
|
1446 + | "syn 2.0.109",
|
1440 1447 | ]
|
1441 1448 |
|
1442 1449 | [[package]]
|
1443 1450 | name = "futures-sink"
|
1444 1451 | version = "0.3.31"
|
1445 1452 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1446 1453 | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
1447 1454 |
|
1448 1455 | [[package]]
|
1449 1456 | name = "futures-task"
|
1450 1457 | version = "0.3.31"
|
1451 1458 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1452 1459 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
1453 1460 |
|
1454 1461 | [[package]]
|
1455 1462 | name = "futures-util"
|
1456 1463 | version = "0.3.31"
|
1457 1464 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1458 1465 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
1459 1466 | dependencies = [
|
1460 1467 | "futures-channel",
|
1461 1468 | "futures-core",
|
1462 1469 | "futures-io",
|
1463 1470 | "futures-macro",
|
1464 1471 | "futures-sink",
|
1465 1472 | "futures-task",
|
1466 1473 | "memchr",
|
1467 1474 | "pin-project-lite",
|
1468 1475 | "pin-utils",
|
1469 1476 | "slab",
|
@@ -2267,2274 +2343,2351 @@
2267 2274 | version = "2.7.6"
|
2268 2275 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2269 2276 | checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
2270 2277 |
|
2271 2278 | [[package]]
|
2272 2279 | name = "memoffset"
|
2273 2280 | version = "0.9.1"
|
2274 2281 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2275 2282 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
2276 2283 | dependencies = [
|
2277 2284 | "autocfg",
|
2278 2285 | ]
|
2279 2286 |
|
2280 2287 | [[package]]
|
2281 2288 | name = "mimalloc"
|
2282 2289 | version = "0.1.48"
|
2283 2290 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2284 2291 | checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
|
2285 2292 | dependencies = [
|
2286 2293 | "libmimalloc-sys",
|
2287 2294 | ]
|
2288 2295 |
|
2289 2296 | [[package]]
|
2290 2297 | name = "mime"
|
2291 2298 | version = "0.3.17"
|
2292 2299 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2293 2300 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2294 2301 |
|
2295 2302 | [[package]]
|
2296 2303 | name = "minicbor"
|
2297 - | version = "0.24.2"
|
2304 + | version = "0.24.4"
|
2298 2305 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2299 - | checksum = "5f8e213c36148d828083ae01948eed271d03f95f7e72571fa242d78184029af2"
|
2306 + | checksum = "29be4f60e41fde478b36998b88821946aafac540e53591e76db53921a0cc225b"
|
2300 2307 | dependencies = [
|
2301 2308 | "half",
|
2302 2309 | "minicbor-derive",
|
2303 2310 | ]
|
2304 2311 |
|
2305 2312 | [[package]]
|
2306 2313 | name = "minicbor-derive"
|
2307 2314 | version = "0.15.3"
|
2308 2315 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2309 2316 | checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
|
2310 2317 | dependencies = [
|
2311 2318 | "proc-macro2",
|
2312 2319 | "quote",
|
2313 2320 | "syn 2.0.110",
|
2321 + | "syn 2.0.109",
|
2314 2322 | ]
|
2315 2323 |
|
2316 2324 | [[package]]
|
2317 2325 | name = "minimal-lexical"
|
2318 2326 | version = "0.2.1"
|
2319 2327 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2320 2328 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2321 2329 |
|
2322 2330 | [[package]]
|
2323 2331 | name = "miniz_oxide"
|
2324 2332 | version = "0.8.9"
|
2325 2333 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2326 2334 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
2327 2335 | dependencies = [
|
2328 2336 | "adler2",
|
2329 2337 | "simd-adler32",
|
2330 2338 | ]
|
2331 2339 |
|
2332 2340 | [[package]]
|
2333 2341 | name = "mio"
|
2334 2342 | version = "1.1.0"
|
2335 2343 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2336 2344 | checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
|
2337 2345 | dependencies = [
|
2338 2346 | "libc",
|
2339 2347 | "wasi 0.11.1+wasi-snapshot-preview1",
|
2340 2348 | "windows-sys 0.61.2",
|
2341 2349 | ]
|
2342 2350 |
|
2343 2351 | [[package]]
|
@@ -2429,2437 +2520,2528 @@
2429 2437 | checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
|
2430 2438 | dependencies = [
|
2431 2439 | "hermit-abi 0.5.2",
|
2432 2440 | "libc",
|
2433 2441 | ]
|
2434 2442 |
|
2435 2443 | [[package]]
|
2436 2444 | name = "once_cell"
|
2437 2445 | version = "1.21.3"
|
2438 2446 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2439 2447 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
2440 2448 | dependencies = [
|
2441 2449 | "critical-section",
|
2442 2450 | "portable-atomic",
|
2443 2451 | ]
|
2444 2452 |
|
2445 2453 | [[package]]
|
2446 2454 | name = "oorandom"
|
2447 2455 | version = "11.1.5"
|
2448 2456 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2449 2457 | checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
|
2450 2458 |
|
2451 2459 | [[package]]
|
2452 2460 | name = "openssl-probe"
|
2453 2461 | version = "0.1.6"
|
2454 2462 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2455 2463 | checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
2456 2464 |
|
2457 2465 | [[package]]
|
2458 2466 | name = "opentelemetry"
|
2459 - | version = "0.26.0"
|
2467 + | version = "0.27.1"
|
2460 2468 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2461 - | checksum = "570074cc999d1a58184080966e5bd3bf3a9a4af650c3b05047c2621e7405cd17"
|
2469 + | checksum = "ab70038c28ed37b97d8ed414b6429d343a8bbf44c9f79ec854f3a643029ba6d7"
|
2462 2470 | dependencies = [
|
2463 2471 | "futures-core",
|
2464 2472 | "futures-sink",
|
2465 2473 | "js-sys",
|
2466 - | "once_cell",
|
2467 2474 | "pin-project-lite",
|
2468 2475 | "thiserror 1.0.69",
|
2476 + | "tracing",
|
2469 2477 | ]
|
2470 2478 |
|
2471 2479 | [[package]]
|
2472 2480 | name = "opentelemetry_sdk"
|
2473 - | version = "0.26.0"
|
2481 + | version = "0.27.1"
|
2474 2482 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2475 - | checksum = "d2c627d9f4c9cdc1f21a29ee4bfbd6028fcb8bcf2a857b43f3abdf72c9c862f3"
|
2483 + | checksum = "231e9d6ceef9b0b2546ddf52335785ce41252bc7474ee8ba05bfad277be13ab8"
|
2476 2484 | dependencies = [
|
2477 2485 | "async-std",
|
2478 2486 | "async-trait",
|
2479 2487 | "futures-channel",
|
2480 2488 | "futures-executor",
|
2481 2489 | "futures-util",
|
2482 2490 | "glob",
|
2483 - | "once_cell",
|
2484 2491 | "opentelemetry",
|
2485 2492 | "percent-encoding",
|
2486 2493 | "rand 0.8.5",
|
2487 2494 | "serde_json",
|
2488 2495 | "thiserror 1.0.69",
|
2489 2496 | "tokio",
|
2490 2497 | "tokio-stream",
|
2498 + | "tracing",
|
2491 2499 | ]
|
2492 2500 |
|
2493 2501 | [[package]]
|
2494 2502 | name = "os_str_bytes"
|
2495 2503 | version = "6.6.1"
|
2496 2504 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2497 2505 | checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
|
2498 2506 |
|
2499 2507 | [[package]]
|
2500 2508 | name = "outref"
|
2501 2509 | version = "0.5.2"
|
2502 2510 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2503 2511 | checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
|
2504 2512 |
|
2505 2513 | [[package]]
|
2506 2514 | name = "parking"
|
2507 2515 | version = "2.2.1"
|
2508 2516 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2509 2517 | checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
2510 2518 |
|
2511 2519 | [[package]]
|
2512 2520 | name = "parking_lot"
|
2513 2521 | version = "0.12.5"
|
2514 2522 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2515 2523 | checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
2516 2524 | dependencies = [
|
2517 2525 | "lock_api",
|
2518 2526 | "parking_lot_core",
|
2519 2527 | ]
|
2520 2528 |
|
@@ -2537,2545 +2596,2605 @@
2537 2545 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2538 2546 | checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
|
2539 2547 | dependencies = [
|
2540 2548 | "base64 0.13.1",
|
2541 2549 | ]
|
2542 2550 |
|
2543 2551 | [[package]]
|
2544 2552 | name = "percent-encoding"
|
2545 2553 | version = "2.3.2"
|
2546 2554 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2547 2555 | checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
2548 2556 |
|
2549 2557 | [[package]]
|
2550 2558 | name = "pin-project"
|
2551 2559 | version = "1.1.10"
|
2552 2560 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2553 2561 | checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
|
2554 2562 | dependencies = [
|
2555 2563 | "pin-project-internal",
|
2556 2564 | ]
|
2557 2565 |
|
2558 2566 | [[package]]
|
2559 2567 | name = "pin-project-internal"
|
2560 2568 | version = "1.1.10"
|
2561 2569 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2562 2570 | checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
|
2563 2571 | dependencies = [
|
2564 2572 | "proc-macro2",
|
2565 2573 | "quote",
|
2566 2574 | "syn 2.0.110",
|
2575 + | "syn 2.0.109",
|
2567 2576 | ]
|
2568 2577 |
|
2569 2578 | [[package]]
|
2570 2579 | name = "pin-project-lite"
|
2571 2580 | version = "0.2.16"
|
2572 2581 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2573 2582 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
2574 2583 |
|
2575 2584 | [[package]]
|
2576 2585 | name = "pin-utils"
|
2577 2586 | version = "0.1.0"
|
2578 2587 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2579 2588 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2580 2589 |
|
2581 2590 | [[package]]
|
2582 2591 | name = "piper"
|
2583 2592 | version = "0.2.4"
|
2584 2593 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2585 2594 | checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
|
2586 2595 | dependencies = [
|
2587 2596 | "atomic-waker",
|
2588 2597 | "fastrand",
|
2589 2598 | "futures-io",
|
2590 2599 | ]
|
2591 2600 |
|
2592 2601 | [[package]]
|
2593 2602 | name = "plotters"
|
2594 2603 | version = "0.3.7"
|
2595 2604 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2596 2605 | checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
|
@@ -2652,2661 +2711,2721 @@
2652 2661 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2653 2662 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
2654 2663 |
|
2655 2664 | [[package]]
|
2656 2665 | name = "ppv-lite86"
|
2657 2666 | version = "0.2.21"
|
2658 2667 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2659 2668 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
2660 2669 | dependencies = [
|
2661 2670 | "zerocopy",
|
2662 2671 | ]
|
2663 2672 |
|
2664 2673 | [[package]]
|
2665 2674 | name = "pretty_assertions"
|
2666 2675 | version = "1.4.1"
|
2667 2676 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2668 2677 | checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
|
2669 2678 | dependencies = [
|
2670 2679 | "diff",
|
2671 2680 | "yansi",
|
2672 2681 | ]
|
2673 2682 |
|
2674 2683 | [[package]]
|
2675 2684 | name = "prettyplease"
|
2676 2685 | version = "0.2.37"
|
2677 2686 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2678 2687 | checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
2679 2688 | dependencies = [
|
2680 2689 | "proc-macro2",
|
2681 2690 | "syn 2.0.110",
|
2691 + | "syn 2.0.109",
|
2682 2692 | ]
|
2683 2693 |
|
2684 2694 | [[package]]
|
2685 2695 | name = "proc-macro2"
|
2686 2696 | version = "1.0.103"
|
2687 2697 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2688 2698 | checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
|
2689 2699 | dependencies = [
|
2690 2700 | "unicode-ident",
|
2691 2701 | ]
|
2692 2702 |
|
2693 2703 | [[package]]
|
2694 2704 | name = "proptest"
|
2695 2705 | version = "1.9.0"
|
2696 2706 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2697 2707 | checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40"
|
2698 2708 | dependencies = [
|
2699 2709 | "bit-set",
|
2700 2710 | "bit-vec",
|
2701 2711 | "bitflags 2.10.0",
|
2702 2712 | "num-traits",
|
2703 2713 | "rand 0.9.2",
|
2704 2714 | "rand_chacha 0.9.0",
|
2705 2715 | "rand_xorshift",
|
2706 2716 | "regex-syntax",
|
2707 2717 | "rusty-fork",
|
2708 2718 | "tempfile",
|
2709 2719 | "unarray",
|
2710 2720 | ]
|
2711 2721 |
|
@@ -2758,2768 +2854,2868 @@
2758 2768 | [[package]]
|
2759 2769 | name = "pyo3-build-config"
|
2760 2770 | version = "0.20.3"
|
2761 2771 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2762 2772 | checksum = "deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7"
|
2763 2773 | dependencies = [
|
2764 2774 | "once_cell",
|
2765 2775 | "target-lexicon",
|
2766 2776 | ]
|
2767 2777 |
|
2768 2778 | [[package]]
|
2769 2779 | name = "pyo3-ffi"
|
2770 2780 | version = "0.20.3"
|
2771 2781 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2772 2782 | checksum = "62b42531d03e08d4ef1f6e85a2ed422eb678b8cd62b762e53891c05faf0d4afa"
|
2773 2783 | dependencies = [
|
2774 2784 | "libc",
|
2775 2785 | "pyo3-build-config",
|
2776 2786 | ]
|
2777 2787 |
|
2778 2788 | [[package]]
|
2779 2789 | name = "pyo3-macros"
|
2780 2790 | version = "0.20.3"
|
2781 2791 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2782 2792 | checksum = "7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158"
|
2783 2793 | dependencies = [
|
2784 2794 | "proc-macro2",
|
2785 2795 | "pyo3-macros-backend",
|
2786 2796 | "quote",
|
2787 2797 | "syn 2.0.110",
|
2798 + | "syn 2.0.109",
|
2788 2799 | ]
|
2789 2800 |
|
2790 2801 | [[package]]
|
2791 2802 | name = "pyo3-macros-backend"
|
2792 2803 | version = "0.20.3"
|
2793 2804 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2794 2805 | checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185"
|
2795 2806 | dependencies = [
|
2796 2807 | "heck 0.4.1",
|
2797 2808 | "proc-macro2",
|
2798 2809 | "pyo3-build-config",
|
2799 2810 | "quote",
|
2800 2811 | "syn 2.0.110",
|
2812 + | "syn 2.0.109",
|
2801 2813 | ]
|
2802 2814 |
|
2803 2815 | [[package]]
|
2804 2816 | name = "query_map"
|
2805 2817 | version = "0.7.0"
|
2806 2818 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2807 2819 | checksum = "5eab6b8b1074ef3359a863758dae650c7c0c6027927a085b7af911c8e0bf3a15"
|
2808 2820 | dependencies = [
|
2809 2821 | "form_urlencoded",
|
2810 2822 | "serde",
|
2811 2823 | "serde_derive",
|
2812 2824 | ]
|
2813 2825 |
|
2814 2826 | [[package]]
|
2815 2827 | name = "quick-error"
|
2816 2828 | version = "1.2.3"
|
2817 2829 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2818 2830 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2819 2831 |
|
2820 2832 | [[package]]
|
2821 2833 | name = "quote"
|
2822 2834 | version = "1.0.42"
|
2835 + | version = "1.0.42"
|
2823 2836 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2824 2837 | checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
|
2838 + | checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
|
2825 2839 | dependencies = [
|
2826 2840 | "proc-macro2",
|
2827 2841 | ]
|
2828 2842 |
|
2829 2843 | [[package]]
|
2830 2844 | name = "r-efi"
|
2831 2845 | version = "5.3.0"
|
2832 2846 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2833 2847 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
2834 2848 |
|
2835 2849 | [[package]]
|
2836 2850 | name = "rand"
|
2837 2851 | version = "0.8.5"
|
2838 2852 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2839 2853 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2840 2854 | dependencies = [
|
2841 2855 | "libc",
|
2842 2856 | "rand_chacha 0.3.1",
|
2843 2857 | "rand_core 0.6.4",
|
2844 2858 | ]
|
2845 2859 |
|
2846 2860 | [[package]]
|
2847 2861 | name = "rand"
|
2848 2862 | version = "0.9.2"
|
2849 2863 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2850 2864 | checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
2851 2865 | dependencies = [
|
2852 2866 | "rand_chacha 0.9.0",
|
2853 2867 | "rand_core 0.9.3",
|
2854 2868 | ]
|
@@ -3322,3336 +3381,3396 @@
3322 3336 | checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
|
3323 3337 |
|
3324 3338 | [[package]]
|
3325 3339 | name = "serde"
|
3326 3340 | version = "1.0.228"
|
3327 3341 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3328 3342 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
3329 3343 | dependencies = [
|
3330 3344 | "serde_core",
|
3331 3345 | "serde_derive",
|
3332 3346 | ]
|
3333 3347 |
|
3334 3348 | [[package]]
|
3335 3349 | name = "serde_core"
|
3336 3350 | version = "1.0.228"
|
3337 3351 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3338 3352 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
3339 3353 | dependencies = [
|
3340 3354 | "serde_derive",
|
3341 3355 | ]
|
3342 3356 |
|
3343 3357 | [[package]]
|
3344 3358 | name = "serde_derive"
|
3345 3359 | version = "1.0.228"
|
3346 3360 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3347 3361 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
3348 3362 | dependencies = [
|
3349 3363 | "proc-macro2",
|
3350 3364 | "quote",
|
3351 3365 | "syn 2.0.110",
|
3366 + | "syn 2.0.109",
|
3352 3367 | ]
|
3353 3368 |
|
3354 3369 | [[package]]
|
3355 3370 | name = "serde_json"
|
3356 3371 | version = "1.0.145"
|
3357 3372 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3358 3373 | checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
|
3359 3374 | dependencies = [
|
3360 3375 | "indexmap 2.12.0",
|
3361 3376 | "itoa",
|
3362 3377 | "memchr",
|
3363 3378 | "ryu",
|
3364 3379 | "serde",
|
3365 3380 | "serde_core",
|
3366 3381 | ]
|
3367 3382 |
|
3368 3383 | [[package]]
|
3369 3384 | name = "serde_path_to_error"
|
3370 3385 | version = "0.1.20"
|
3371 3386 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3372 3387 | checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
|
3373 3388 | dependencies = [
|
3374 3389 | "itoa",
|
3375 3390 | "serde",
|
3376 3391 | "serde_core",
|
3377 3392 | ]
|
3378 3393 |
|
3379 3394 | [[package]]
|
3380 3395 | name = "serde_urlencoded"
|
3381 3396 | version = "0.7.1"
|
@@ -3384,3399 +3443,3459 @@
3384 3399 | dependencies = [
|
3385 3400 | "form_urlencoded",
|
3386 3401 | "itoa",
|
3387 3402 | "ryu",
|
3388 3403 | "serde",
|
3389 3404 | ]
|
3390 3405 |
|
3391 3406 | [[package]]
|
3392 3407 | name = "serial_test"
|
3393 3408 | version = "3.2.0"
|
3394 3409 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3395 3410 | checksum = "1b258109f244e1d6891bf1053a55d63a5cd4f8f4c30cf9a1280989f80e7a1fa9"
|
3396 3411 | dependencies = [
|
3397 3412 | "futures",
|
3398 3413 | "log",
|
3399 3414 | "once_cell",
|
3400 3415 | "parking_lot",
|
3401 3416 | "scc",
|
3402 3417 | "serial_test_derive",
|
3403 3418 | ]
|
3404 3419 |
|
3405 3420 | [[package]]
|
3406 3421 | name = "serial_test_derive"
|
3407 3422 | version = "3.2.0"
|
3408 3423 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3409 3424 | checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef"
|
3410 3425 | dependencies = [
|
3411 3426 | "proc-macro2",
|
3412 3427 | "quote",
|
3413 3428 | "syn 2.0.110",
|
3429 + | "syn 2.0.109",
|
3414 3430 | ]
|
3415 3431 |
|
3416 3432 | [[package]]
|
3417 3433 | name = "sha1"
|
3418 3434 | version = "0.10.6"
|
3419 3435 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3420 3436 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
3421 3437 | dependencies = [
|
3422 3438 | "cfg-if",
|
3423 3439 | "cpufeatures",
|
3424 3440 | "digest",
|
3425 3441 | ]
|
3426 3442 |
|
3427 3443 | [[package]]
|
3428 3444 | name = "sha2"
|
3429 3445 | version = "0.10.9"
|
3430 3446 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3431 3447 | checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
3432 3448 | dependencies = [
|
3433 3449 | "cfg-if",
|
3434 3450 | "cpufeatures",
|
3435 3451 | "digest",
|
3436 3452 | ]
|
3437 3453 |
|
3438 3454 | [[package]]
|
3439 3455 | name = "sharded-slab"
|
3440 3456 | version = "0.1.7"
|
3441 3457 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3442 3458 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
3443 3459 | dependencies = [
|
@@ -3525,3541 +3601,3620 @@
3525 3541 | version = "0.1.10"
|
3526 3542 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3527 3543 | checksum = "5c0e04424e733e69714ca1bbb9204c1a57f09f5493439520f9f68c132ad25eec"
|
3528 3544 |
|
3529 3545 | [[package]]
|
3530 3546 | name = "strsim"
|
3531 3547 | version = "0.10.0"
|
3532 3548 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3533 3549 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
3534 3550 |
|
3535 3551 | [[package]]
|
3536 3552 | name = "subtle"
|
3537 3553 | version = "2.6.1"
|
3538 3554 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3539 3555 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
3540 3556 |
|
3541 3557 | [[package]]
|
3542 3558 | name = "syn"
|
3543 3559 | version = "1.0.109"
|
3544 3560 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3545 3561 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
3546 3562 | dependencies = [
|
3547 3563 | "proc-macro2",
|
3548 3564 | "quote",
|
3549 3565 | "unicode-ident",
|
3550 3566 | ]
|
3551 3567 |
|
3552 3568 | [[package]]
|
3553 3569 | name = "syn"
|
3554 3570 | version = "2.0.110"
|
3571 + | version = "2.0.109"
|
3555 3572 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3556 3573 | checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea"
|
3574 + | checksum = "2f17c7e013e88258aa9543dcbe81aca68a667a9ac37cd69c9fbc07858bfe0e2f"
|
3557 3575 | dependencies = [
|
3558 3576 | "proc-macro2",
|
3559 3577 | "quote",
|
3560 3578 | "unicode-ident",
|
3561 3579 | ]
|
3562 3580 |
|
3563 3581 | [[package]]
|
3564 3582 | name = "synstructure"
|
3565 3583 | version = "0.13.2"
|
3566 3584 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3567 3585 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
3568 3586 | dependencies = [
|
3569 3587 | "proc-macro2",
|
3570 3588 | "quote",
|
3571 3589 | "syn 2.0.110",
|
3590 + | "syn 2.0.109",
|
3572 3591 | ]
|
3573 3592 |
|
3574 3593 | [[package]]
|
3575 3594 | name = "system-configuration"
|
3576 3595 | version = "0.6.1"
|
3577 3596 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3578 3597 | checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
3579 3598 | dependencies = [
|
3580 3599 | "bitflags 2.10.0",
|
3581 3600 | "core-foundation 0.9.4",
|
3582 3601 | "system-configuration-sys",
|
3583 3602 | ]
|
3584 3603 |
|
3585 3604 | [[package]]
|
3586 3605 | name = "system-configuration-sys"
|
3587 3606 | version = "0.6.0"
|
3588 3607 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3589 3608 | checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
3590 3609 | dependencies = [
|
3591 3610 | "core-foundation-sys",
|
3592 3611 | "libc",
|
3593 3612 | ]
|
3594 3613 |
|
3595 3614 | [[package]]
|
3596 3615 | name = "tagptr"
|
3597 3616 | version = "0.2.0"
|
3598 3617 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3599 3618 | checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
|
3600 3619 |
|
3601 3620 | [[package]]
|
@@ -3632,3651 +3702,3723 @@
3632 3651 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3633 3652 | checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
|
3634 3653 |
|
3635 3654 | [[package]]
|
3636 3655 | name = "thiserror"
|
3637 3656 | version = "1.0.69"
|
3638 3657 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3639 3658 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
3640 3659 | dependencies = [
|
3641 3660 | "thiserror-impl 1.0.69",
|
3642 3661 | ]
|
3643 3662 |
|
3644 3663 | [[package]]
|
3645 3664 | name = "thiserror"
|
3646 3665 | version = "2.0.17"
|
3647 3666 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3648 3667 | checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
|
3649 3668 | dependencies = [
|
3650 3669 | "thiserror-impl 2.0.17",
|
3651 3670 | ]
|
3652 3671 |
|
3653 3672 | [[package]]
|
3654 3673 | name = "thiserror-impl"
|
3655 3674 | version = "1.0.69"
|
3656 3675 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3657 3676 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
3658 3677 | dependencies = [
|
3659 3678 | "proc-macro2",
|
3660 3679 | "quote",
|
3661 3680 | "syn 2.0.110",
|
3681 + | "syn 2.0.109",
|
3662 3682 | ]
|
3663 3683 |
|
3664 3684 | [[package]]
|
3665 3685 | name = "thiserror-impl"
|
3666 3686 | version = "2.0.17"
|
3667 3687 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3668 3688 | checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
|
3669 3689 | dependencies = [
|
3670 3690 | "proc-macro2",
|
3671 3691 | "quote",
|
3672 3692 | "syn 2.0.110",
|
3693 + | "syn 2.0.109",
|
3673 3694 | ]
|
3674 3695 |
|
3675 3696 | [[package]]
|
3676 3697 | name = "thread_local"
|
3677 3698 | version = "1.1.9"
|
3678 3699 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3679 3700 | checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
3680 3701 | dependencies = [
|
3681 3702 | "cfg-if",
|
3682 3703 | ]
|
3683 3704 |
|
3684 3705 | [[package]]
|
3685 3706 | name = "time"
|
3686 3707 | version = "0.3.44"
|
3687 3708 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3688 3709 | checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
|
3689 3710 | dependencies = [
|
3690 3711 | "deranged",
|
3691 3712 | "itoa",
|
3692 3713 | "num-conv",
|
3693 3714 | "powerfmt",
|
3694 3715 | "serde",
|
3695 3716 | "time-core",
|
3696 3717 | "time-macros",
|
3697 3718 | ]
|
3698 3719 |
|
3699 3720 | [[package]]
|
3700 3721 | name = "time-core"
|
3701 3722 | version = "0.1.6"
|
3702 3723 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -3760,3781 +3819,3841 @@
3760 3781 | "tokio",
|
3761 3782 | "tokio-rustls 0.24.1",
|
3762 3783 | ]
|
3763 3784 |
|
3764 3785 | [[package]]
|
3765 3786 | name = "tokio"
|
3766 3787 | version = "1.48.0"
|
3767 3788 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3768 3789 | checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
|
3769 3790 | dependencies = [
|
3770 3791 | "bytes",
|
3771 3792 | "libc",
|
3772 3793 | "mio",
|
3773 3794 | "parking_lot",
|
3774 3795 | "pin-project-lite",
|
3775 3796 | "signal-hook-registry",
|
3776 3797 | "socket2 0.6.1",
|
3777 3798 | "tokio-macros",
|
3778 3799 | "windows-sys 0.61.2",
|
3779 3800 | ]
|
3780 3801 |
|
3781 3802 | [[package]]
|
3782 3803 | name = "tokio-macros"
|
3783 3804 | version = "2.6.0"
|
3784 3805 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3785 3806 | checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
|
3786 3807 | dependencies = [
|
3787 3808 | "proc-macro2",
|
3788 3809 | "quote",
|
3789 3810 | "syn 2.0.110",
|
3811 + | "syn 2.0.109",
|
3790 3812 | ]
|
3791 3813 |
|
3792 3814 | [[package]]
|
3793 3815 | name = "tokio-rustls"
|
3794 3816 | version = "0.24.1"
|
3795 3817 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3796 3818 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
3797 3819 | dependencies = [
|
3798 3820 | "rustls 0.21.12",
|
3799 3821 | "tokio",
|
3800 3822 | ]
|
3801 3823 |
|
3802 3824 | [[package]]
|
3803 3825 | name = "tokio-rustls"
|
3804 3826 | version = "0.26.4"
|
3805 3827 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3806 3828 | checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
3807 3829 | dependencies = [
|
3808 3830 | "rustls 0.23.35",
|
3809 3831 | "tokio",
|
3810 3832 | ]
|
3811 3833 |
|
3812 3834 | [[package]]
|
3813 3835 | name = "tokio-stream"
|
3814 3836 | version = "0.1.17"
|
3815 3837 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3816 3838 | checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
3817 3839 | dependencies = [
|
3818 3840 | "futures-core",
|
3819 3841 | "pin-project-lite",
|
@@ -3922,3944 +3981,4004 @@
3922 3944 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3923 3945 | checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
3924 3946 | dependencies = [
|
3925 3947 | "log",
|
3926 3948 | "pin-project-lite",
|
3927 3949 | "tracing-attributes",
|
3928 3950 | "tracing-core",
|
3929 3951 | ]
|
3930 3952 |
|
3931 3953 | [[package]]
|
3932 3954 | name = "tracing-appender"
|
3933 3955 | version = "0.2.3"
|
3934 3956 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3935 3957 | checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
|
3936 3958 | dependencies = [
|
3937 3959 | "crossbeam-channel",
|
3938 3960 | "thiserror 1.0.69",
|
3939 3961 | "time",
|
3940 3962 | "tracing-subscriber",
|
3941 3963 | ]
|
3942 3964 |
|
3943 3965 | [[package]]
|
3944 3966 | name = "tracing-attributes"
|
3945 3967 | version = "0.1.30"
|
3946 3968 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3947 3969 | checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
|
3948 3970 | dependencies = [
|
3949 3971 | "proc-macro2",
|
3950 3972 | "quote",
|
3951 3973 | "syn 2.0.110",
|
3974 + | "syn 2.0.109",
|
3952 3975 | ]
|
3953 3976 |
|
3954 3977 | [[package]]
|
3955 3978 | name = "tracing-core"
|
3956 3979 | version = "0.1.34"
|
3957 3980 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3958 3981 | checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
|
3959 3982 | dependencies = [
|
3960 3983 | "once_cell",
|
3961 3984 | "valuable",
|
3962 3985 | ]
|
3963 3986 |
|
3964 3987 | [[package]]
|
3965 3988 | name = "tracing-log"
|
3966 3989 | version = "0.2.0"
|
3967 3990 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3968 3991 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
3969 3992 | dependencies = [
|
3970 3993 | "log",
|
3971 3994 | "once_cell",
|
3972 3995 | "tracing-core",
|
3973 3996 | ]
|
3974 3997 |
|
3975 3998 | [[package]]
|
3976 3999 | name = "tracing-serde"
|
3977 4000 | version = "0.2.0"
|
3978 4001 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3979 4002 | checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
|
3980 4003 | dependencies = [
|
3981 4004 | "serde",
|
@@ -3995,4018 +4054,4078 @@
3995 4018 | "serde",
|
3996 4019 | "serde_json",
|
3997 4020 | "sharded-slab",
|
3998 4021 | "smallvec",
|
3999 4022 | "thread_local",
|
4000 4023 | "tracing",
|
4001 4024 | "tracing-core",
|
4002 4025 | "tracing-log",
|
4003 4026 | "tracing-serde",
|
4004 4027 | ]
|
4005 4028 |
|
4006 4029 | [[package]]
|
4007 4030 | name = "tracing-test"
|
4008 4031 | version = "0.2.5"
|
4009 4032 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4010 4033 | checksum = "557b891436fe0d5e0e363427fc7f217abf9ccd510d5136549847bdcbcd011d68"
|
4011 4034 | dependencies = [
|
4012 4035 | "tracing-core",
|
4013 4036 | "tracing-subscriber",
|
4014 4037 | "tracing-test-macro",
|
4015 4038 | ]
|
4016 4039 |
|
4017 4040 | [[package]]
|
4018 4041 | name = "tracing-test-macro"
|
4019 4042 | version = "0.2.5"
|
4020 4043 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4021 4044 | checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
|
4022 4045 | dependencies = [
|
4023 4046 | "quote",
|
4024 4047 | "syn 2.0.110",
|
4048 + | "syn 2.0.109",
|
4025 4049 | ]
|
4026 4050 |
|
4027 4051 | [[package]]
|
4028 4052 | name = "try-lock"
|
4029 4053 | version = "0.2.5"
|
4030 4054 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4031 4055 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
4032 4056 |
|
4033 4057 | [[package]]
|
4034 4058 | name = "typenum"
|
4035 4059 | version = "1.19.0"
|
4036 4060 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4037 4061 | checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
4038 4062 |
|
4039 4063 | [[package]]
|
4040 4064 | name = "unarray"
|
4041 4065 | version = "0.1.4"
|
4042 4066 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4043 4067 | checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
4044 4068 |
|
4045 4069 | [[package]]
|
4046 4070 | name = "unicode-ident"
|
4047 4071 | version = "1.0.22"
|
4048 4072 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4049 4073 | checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
4050 4074 |
|
4051 4075 | [[package]]
|
4052 4076 | name = "unindent"
|
4053 4077 | version = "0.2.4"
|
4054 4078 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -4197,4221 +4256,4281 @@
4197 4221 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4198 4222 | checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0"
|
4199 4223 | dependencies = [
|
4200 4224 | "cfg-if",
|
4201 4225 | "js-sys",
|
4202 4226 | "once_cell",
|
4203 4227 | "wasm-bindgen",
|
4204 4228 | "web-sys",
|
4205 4229 | ]
|
4206 4230 |
|
4207 4231 | [[package]]
|
4208 4232 | name = "wasm-bindgen-macro"
|
4209 4233 | version = "0.2.105"
|
4210 4234 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4211 4235 | checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
|
4212 4236 | dependencies = [
|
4213 4237 | "quote",
|
4214 4238 | "wasm-bindgen-macro-support",
|
4215 4239 | ]
|
4216 4240 |
|
4217 4241 | [[package]]
|
4218 4242 | name = "wasm-bindgen-macro-support"
|
4219 4243 | version = "0.2.105"
|
4220 4244 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4221 4245 | checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
|
4222 4246 | dependencies = [
|
4223 4247 | "bumpalo",
|
4224 4248 | "proc-macro2",
|
4225 4249 | "quote",
|
4226 4250 | "syn 2.0.110",
|
4251 + | "syn 2.0.109",
|
4227 4252 | "wasm-bindgen-shared",
|
4228 4253 | ]
|
4229 4254 |
|
4230 4255 | [[package]]
|
4231 4256 | name = "wasm-bindgen-shared"
|
4232 4257 | version = "0.2.105"
|
4233 4258 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4234 4259 | checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
|
4235 4260 | dependencies = [
|
4236 4261 | "unicode-ident",
|
4237 4262 | ]
|
4238 4263 |
|
4239 4264 | [[package]]
|
4240 4265 | name = "web-sys"
|
4241 4266 | version = "0.3.82"
|
4242 4267 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4243 4268 | checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
|
4244 4269 | dependencies = [
|
4245 4270 | "js-sys",
|
4246 4271 | "wasm-bindgen",
|
4247 4272 | ]
|
4248 4273 |
|
4249 4274 | [[package]]
|
4250 4275 | name = "widestring"
|
4251 4276 | version = "1.2.1"
|
4252 4277 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4253 4278 | checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
|
4254 4279 |
|
4255 4280 | [[package]]
|
4256 4281 | name = "winapi"
|
@@ -4591,4616 +4702,4731 @@
4591 4616 |
|
4592 4617 | [[package]]
|
4593 4618 | name = "yasna"
|
4594 4619 | version = "0.5.2"
|
4595 4620 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4596 4621 | checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
|
4597 4622 | dependencies = [
|
4598 4623 | "time",
|
4599 4624 | ]
|
4600 4625 |
|
4601 4626 | [[package]]
|
4602 4627 | name = "yoke"
|
4603 4628 | version = "0.8.1"
|
4604 4629 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4605 4630 | checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
|
4606 4631 | dependencies = [
|
4607 4632 | "stable_deref_trait",
|
4608 4633 | "yoke-derive",
|
4609 4634 | "zerofrom",
|
4610 4635 | ]
|
4611 4636 |
|
4612 4637 | [[package]]
|
4613 4638 | name = "yoke-derive"
|
4614 4639 | version = "0.8.1"
|
4615 4640 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4616 4641 | checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
|
4617 4642 | dependencies = [
|
4618 4643 | "proc-macro2",
|
4619 4644 | "quote",
|
4620 4645 | "syn 2.0.110",
|
4646 + | "syn 2.0.109",
|
4621 4647 | "synstructure",
|
4622 4648 | ]
|
4623 4649 |
|
4624 4650 | [[package]]
|
4625 4651 | name = "zerocopy"
|
4626 4652 | version = "0.8.27"
|
4627 4653 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4628 4654 | checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
|
4629 4655 | dependencies = [
|
4630 4656 | "zerocopy-derive",
|
4631 4657 | ]
|
4632 4658 |
|
4633 4659 | [[package]]
|
4634 4660 | name = "zerocopy-derive"
|
4635 4661 | version = "0.8.27"
|
4636 4662 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4637 4663 | checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
|
4638 4664 | dependencies = [
|
4639 4665 | "proc-macro2",
|
4640 4666 | "quote",
|
4641 4667 | "syn 2.0.110",
|
4668 + | "syn 2.0.109",
|
4642 4669 | ]
|
4643 4670 |
|
4644 4671 | [[package]]
|
4645 4672 | name = "zerofrom"
|
4646 4673 | version = "0.1.6"
|
4647 4674 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4648 4675 | checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
4649 4676 | dependencies = [
|
4650 4677 | "zerofrom-derive",
|
4651 4678 | ]
|
4652 4679 |
|
4653 4680 | [[package]]
|
4654 4681 | name = "zerofrom-derive"
|
4655 4682 | version = "0.1.6"
|
4656 4683 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4657 4684 | checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
4658 4685 | dependencies = [
|
4659 4686 | "proc-macro2",
|
4660 4687 | "quote",
|
4661 4688 | "syn 2.0.110",
|
4689 + | "syn 2.0.109",
|
4662 4690 | "synstructure",
|
4663 4691 | ]
|
4664 4692 |
|
4665 4693 | [[package]]
|
4666 4694 | name = "zeroize"
|
4667 4695 | version = "1.8.2"
|
4668 4696 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4669 4697 | checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
4670 4698 |
|
4671 4699 | [[package]]
|
4672 4700 | name = "zerotrie"
|
4673 4701 | version = "0.2.3"
|
4674 4702 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4675 4703 | checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
|
4676 4704 | dependencies = [
|
4677 4705 | "displaydoc",
|
4678 4706 | "yoke",
|
4679 4707 | "zerofrom",
|
4680 4708 | ]
|
4681 4709 |
|
4682 4710 | [[package]]
|
4683 4711 | name = "zerovec"
|
4684 4712 | version = "0.11.5"
|
4685 4713 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4686 4714 | checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
|
4687 4715 | dependencies = [
|
4688 4716 | "yoke",
|
4689 4717 | "zerofrom",
|
4690 4718 | "zerovec-derive",
|
4691 4719 | ]
|
4692 4720 |
|
4693 4721 | [[package]]
|
4694 4722 | name = "zerovec-derive"
|
4695 4723 | version = "0.11.2"
|
4696 4724 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4697 4725 | checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
|
4698 4726 | dependencies = [
|
4699 4727 | "proc-macro2",
|
4700 4728 | "quote",
|
4701 4729 | "syn 2.0.110",
|
4730 + | "syn 2.0.109",
|
4702 4731 | ]
|