rev. 283cf55dde6399c64ec8a4ec3125243533612110
@@ -193,193 +270,270 @@
193 193 | "gloo-timers",
|
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 - | "syn 2.0.108",
|
223 + | "syn 2.0.109",
|
224 224 | ]
|
225 225 |
|
226 226 | [[package]]
|
227 227 | name = "async-task"
|
228 228 | version = "4.7.1"
|
229 229 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
230 230 | checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
231 231 |
|
232 232 | [[package]]
|
233 233 | name = "async-trait"
|
234 234 | version = "0.1.89"
|
235 235 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
236 236 | checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
|
237 237 | dependencies = [
|
238 238 | "proc-macro2",
|
239 239 | "quote",
|
240 - | "syn 2.0.108",
|
240 + | "syn 2.0.109",
|
241 241 | ]
|
242 242 |
|
243 243 | [[package]]
|
244 244 | name = "atomic-waker"
|
245 245 | version = "1.1.2"
|
246 246 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
247 247 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
248 248 |
|
249 249 | [[package]]
|
250 250 | name = "atty"
|
251 251 | version = "0.2.14"
|
252 252 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
253 253 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
254 254 | dependencies = [
|
255 255 | "hermit-abi 0.1.19",
|
256 256 | "libc",
|
257 257 | "winapi",
|
258 258 | ]
|
259 259 |
|
260 260 | [[package]]
|
261 261 | name = "autocfg"
|
262 262 | version = "1.5.0"
|
263 263 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
264 264 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
265 265 |
|
266 266 | [[package]]
|
267 267 | name = "aws-lc-fips-sys"
|
268 268 | version = "0.13.9"
|
269 269 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
270 270 | checksum = "ede71ad84efb06d748d9af3bc500b14957a96282a69a6833b1420dcacb411cc3"
|
@@ -525,525 +633,633 @@
525 525 | "tower-test",
|
526 526 | "tracing",
|
527 527 | "tracing-appender",
|
528 528 | "tracing-subscriber",
|
529 529 | ]
|
530 530 |
|
531 531 | [[package]]
|
532 532 | name = "aws-smithy-json"
|
533 533 | version = "0.61.7"
|
534 534 | dependencies = [
|
535 535 | "aws-smithy-types",
|
536 536 | "proptest",
|
537 537 | "serde_json",
|
538 538 | ]
|
539 539 |
|
540 540 | [[package]]
|
541 541 | name = "aws-smithy-mocks"
|
542 542 | version = "0.2.0"
|
543 543 | dependencies = [
|
544 544 | "aws-smithy-async",
|
545 545 | "aws-smithy-http-client",
|
546 546 | "aws-smithy-runtime",
|
547 547 | "aws-smithy-runtime-api",
|
548 548 | "aws-smithy-types",
|
549 549 | "http 1.3.1",
|
550 550 | "tokio",
|
551 551 | ]
|
552 552 |
|
553 553 | [[package]]
|
554 554 | name = "aws-smithy-observability"
|
555 - | version = "0.1.4"
|
555 + | version = "0.1.5"
|
556 556 | dependencies = [
|
557 557 | "aws-smithy-runtime-api",
|
558 558 | "serial_test",
|
559 559 | ]
|
560 560 |
|
561 561 | [[package]]
|
562 562 | name = "aws-smithy-observability-otel"
|
563 563 | version = "0.1.2"
|
564 564 | dependencies = [
|
565 565 | "async-global-executor",
|
566 566 | "async-task",
|
567 567 | "aws-smithy-observability",
|
568 568 | "criterion",
|
569 569 | "opentelemetry",
|
570 570 | "opentelemetry_sdk",
|
571 571 | "stats_alloc",
|
572 572 | "tokio",
|
573 573 | "value-bag",
|
574 574 | ]
|
575 575 |
|
576 576 | [[package]]
|
577 577 | name = "aws-smithy-protocol-test"
|
578 578 | version = "0.63.6"
|
579 579 | dependencies = [
|
580 580 | "assert-json-diff",
|
581 581 | "aws-smithy-runtime-api",
|
582 582 | "base64-simd",
|
583 583 | "cbor-diag",
|
584 584 | "ciborium",
|
585 585 | "http 0.2.12",
|
586 586 | "pretty_assertions",
|
587 587 | "regex-lite",
|
588 588 | "roxmltree",
|
589 589 | "serde_json",
|
590 590 | "thiserror 2.0.17",
|
591 591 | ]
|
592 592 |
|
593 593 | [[package]]
|
594 594 | name = "aws-smithy-query"
|
595 595 | version = "0.60.8"
|
596 596 | dependencies = [
|
597 597 | "aws-smithy-types",
|
598 598 | "urlencoding",
|
599 599 | ]
|
600 600 |
|
601 601 | [[package]]
|
602 602 | name = "aws-smithy-runtime"
|
603 - | version = "1.9.4"
|
603 + | version = "1.9.5"
|
604 604 | dependencies = [
|
605 605 | "approx",
|
606 606 | "aws-smithy-async",
|
607 607 | "aws-smithy-http",
|
608 608 | "aws-smithy-http-client",
|
609 609 | "aws-smithy-observability",
|
610 610 | "aws-smithy-runtime-api",
|
611 611 | "aws-smithy-types",
|
612 612 | "bytes",
|
613 613 | "fastrand",
|
614 614 | "futures-util",
|
615 615 | "http 0.2.12",
|
616 616 | "http 1.3.1",
|
617 617 | "http-body 0.4.6",
|
618 618 | "http-body 1.0.1",
|
619 619 | "hyper 0.14.32",
|
620 620 | "pin-project-lite",
|
621 621 | "pin-utils",
|
622 622 | "pretty_assertions",
|
623 623 | "tokio",
|
624 624 | "tracing",
|
625 625 | "tracing-subscriber",
|
626 626 | "tracing-test",
|
627 627 | ]
|
628 628 |
|
629 629 | [[package]]
|
630 630 | name = "aws-smithy-runtime-api"
|
631 631 | version = "1.9.2"
|
632 632 | dependencies = [
|
633 633 | "aws-smithy-async",
|
@@ -750,750 +810,810 @@
750 750 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
751 751 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
752 752 |
|
753 753 | [[package]]
|
754 754 | name = "base64-simd"
|
755 755 | version = "0.8.0"
|
756 756 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
757 757 | checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
|
758 758 | dependencies = [
|
759 759 | "outref",
|
760 760 | "vsimd",
|
761 761 | ]
|
762 762 |
|
763 763 | [[package]]
|
764 764 | name = "bindgen"
|
765 765 | version = "0.72.1"
|
766 766 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
767 767 | checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
|
768 768 | dependencies = [
|
769 769 | "bitflags 2.10.0",
|
770 770 | "cexpr",
|
771 771 | "clang-sys",
|
772 772 | "itertools 0.13.0",
|
773 773 | "log",
|
774 774 | "prettyplease",
|
775 775 | "proc-macro2",
|
776 776 | "quote",
|
777 777 | "regex",
|
778 778 | "rustc-hash",
|
779 779 | "shlex",
|
780 - | "syn 2.0.108",
|
780 + | "syn 2.0.109",
|
781 781 | ]
|
782 782 |
|
783 783 | [[package]]
|
784 784 | name = "bit-set"
|
785 785 | version = "0.8.0"
|
786 786 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
787 787 | checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
|
788 788 | dependencies = [
|
789 789 | "bit-vec",
|
790 790 | ]
|
791 791 |
|
792 792 | [[package]]
|
793 793 | name = "bit-vec"
|
794 794 | version = "0.8.0"
|
795 795 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
796 796 | checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
|
797 797 |
|
798 798 | [[package]]
|
799 799 | name = "bitflags"
|
800 800 | version = "1.3.2"
|
801 801 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
802 802 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
803 803 |
|
804 804 | [[package]]
|
805 805 | name = "bitflags"
|
806 806 | version = "2.10.0"
|
807 807 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
808 808 | checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
809 809 |
|
810 810 | [[package]]
|
@@ -1191,1191 +1311,1311 @@
1191 1191 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1192 1192 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
1193 1193 | dependencies = [
|
1194 1194 | "generic-array",
|
1195 1195 | "typenum",
|
1196 1196 | ]
|
1197 1197 |
|
1198 1198 | [[package]]
|
1199 1199 | name = "data-encoding"
|
1200 1200 | version = "2.9.0"
|
1201 1201 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1202 1202 | checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
|
1203 1203 |
|
1204 1204 | [[package]]
|
1205 1205 | name = "deranged"
|
1206 1206 | version = "0.5.5"
|
1207 1207 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1208 1208 | checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
|
1209 1209 | dependencies = [
|
1210 1210 | "powerfmt",
|
1211 1211 | ]
|
1212 1212 |
|
1213 1213 | [[package]]
|
1214 1214 | name = "derive_arbitrary"
|
1215 1215 | version = "1.4.2"
|
1216 1216 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1217 1217 | checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
|
1218 1218 | dependencies = [
|
1219 1219 | "proc-macro2",
|
1220 1220 | "quote",
|
1221 - | "syn 2.0.108",
|
1221 + | "syn 2.0.109",
|
1222 1222 | ]
|
1223 1223 |
|
1224 1224 | [[package]]
|
1225 1225 | name = "diff"
|
1226 1226 | version = "0.1.13"
|
1227 1227 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1228 1228 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
1229 1229 |
|
1230 1230 | [[package]]
|
1231 1231 | name = "digest"
|
1232 1232 | version = "0.10.7"
|
1233 1233 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1234 1234 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
1235 1235 | dependencies = [
|
1236 1236 | "block-buffer",
|
1237 1237 | "crypto-common",
|
1238 1238 | ]
|
1239 1239 |
|
1240 1240 | [[package]]
|
1241 1241 | name = "displaydoc"
|
1242 1242 | version = "0.2.5"
|
1243 1243 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1244 1244 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
1245 1245 | dependencies = [
|
1246 1246 | "proc-macro2",
|
1247 1247 | "quote",
|
1248 - | "syn 2.0.108",
|
1248 + | "syn 2.0.109",
|
1249 1249 | ]
|
1250 1250 |
|
1251 1251 | [[package]]
|
1252 1252 | name = "dunce"
|
1253 1253 | version = "1.0.5"
|
1254 1254 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1255 1255 | checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
1256 1256 |
|
1257 1257 | [[package]]
|
1258 1258 | name = "either"
|
1259 1259 | version = "1.15.0"
|
1260 1260 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1261 1261 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
1262 1262 |
|
1263 1263 | [[package]]
|
1264 1264 | name = "encoding_rs"
|
1265 1265 | version = "0.8.35"
|
1266 1266 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1267 1267 | checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
1268 1268 | dependencies = [
|
1269 1269 | "cfg-if",
|
1270 1270 | ]
|
1271 1271 |
|
1272 1272 | [[package]]
|
1273 1273 | name = "enum-as-inner"
|
1274 1274 | version = "0.6.1"
|
1275 1275 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1276 1276 | checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
|
1277 1277 | dependencies = [
|
1278 1278 | "heck 0.5.0",
|
1279 1279 | "proc-macro2",
|
1280 1280 | "quote",
|
1281 - | "syn 2.0.108",
|
1281 + | "syn 2.0.109",
|
1282 1282 | ]
|
1283 1283 |
|
1284 1284 | [[package]]
|
1285 1285 | name = "equivalent"
|
1286 1286 | version = "1.0.2"
|
1287 1287 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1288 1288 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
1289 1289 |
|
1290 1290 | [[package]]
|
1291 1291 | name = "errno"
|
1292 1292 | version = "0.3.14"
|
1293 1293 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1294 1294 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
1295 1295 | dependencies = [
|
1296 1296 | "libc",
|
1297 1297 | "windows-sys 0.61.2",
|
1298 1298 | ]
|
1299 1299 |
|
1300 1300 | [[package]]
|
1301 1301 | name = "event-listener"
|
1302 1302 | version = "2.5.3"
|
1303 1303 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1304 1304 | checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
1305 1305 |
|
1306 1306 | [[package]]
|
1307 1307 | name = "event-listener"
|
1308 1308 | version = "5.4.1"
|
1309 1309 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1310 1310 | checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
|
1311 1311 | dependencies = [
|
@@ -1409,1409 +1469,1469 @@
1409 1409 | "futures-util",
|
1410 1410 | ]
|
1411 1411 |
|
1412 1412 | [[package]]
|
1413 1413 | name = "futures-io"
|
1414 1414 | version = "0.3.31"
|
1415 1415 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1416 1416 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
1417 1417 |
|
1418 1418 | [[package]]
|
1419 1419 | name = "futures-lite"
|
1420 1420 | version = "2.6.1"
|
1421 1421 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1422 1422 | checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
|
1423 1423 | dependencies = [
|
1424 1424 | "fastrand",
|
1425 1425 | "futures-core",
|
1426 1426 | "futures-io",
|
1427 1427 | "parking",
|
1428 1428 | "pin-project-lite",
|
1429 1429 | ]
|
1430 1430 |
|
1431 1431 | [[package]]
|
1432 1432 | name = "futures-macro"
|
1433 1433 | version = "0.3.31"
|
1434 1434 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1435 1435 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
1436 1436 | dependencies = [
|
1437 1437 | "proc-macro2",
|
1438 1438 | "quote",
|
1439 - | "syn 2.0.108",
|
1439 + | "syn 2.0.109",
|
1440 1440 | ]
|
1441 1441 |
|
1442 1442 | [[package]]
|
1443 1443 | name = "futures-sink"
|
1444 1444 | version = "0.3.31"
|
1445 1445 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1446 1446 | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
1447 1447 |
|
1448 1448 | [[package]]
|
1449 1449 | name = "futures-task"
|
1450 1450 | version = "0.3.31"
|
1451 1451 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1452 1452 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
1453 1453 |
|
1454 1454 | [[package]]
|
1455 1455 | name = "futures-util"
|
1456 1456 | version = "0.3.31"
|
1457 1457 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1458 1458 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
1459 1459 | dependencies = [
|
1460 1460 | "futures-channel",
|
1461 1461 | "futures-core",
|
1462 1462 | "futures-io",
|
1463 1463 | "futures-macro",
|
1464 1464 | "futures-sink",
|
1465 1465 | "futures-task",
|
1466 1466 | "memchr",
|
1467 1467 | "pin-project-lite",
|
1468 1468 | "pin-utils",
|
1469 1469 | "slab",
|
@@ -2267,2267 +2343,2343 @@
2267 2267 | version = "2.7.6"
|
2268 2268 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2269 2269 | checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
2270 2270 |
|
2271 2271 | [[package]]
|
2272 2272 | name = "memoffset"
|
2273 2273 | version = "0.9.1"
|
2274 2274 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2275 2275 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
2276 2276 | dependencies = [
|
2277 2277 | "autocfg",
|
2278 2278 | ]
|
2279 2279 |
|
2280 2280 | [[package]]
|
2281 2281 | name = "mimalloc"
|
2282 2282 | version = "0.1.48"
|
2283 2283 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2284 2284 | checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
|
2285 2285 | dependencies = [
|
2286 2286 | "libmimalloc-sys",
|
2287 2287 | ]
|
2288 2288 |
|
2289 2289 | [[package]]
|
2290 2290 | name = "mime"
|
2291 2291 | version = "0.3.17"
|
2292 2292 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2293 2293 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2294 2294 |
|
2295 2295 | [[package]]
|
2296 2296 | name = "minicbor"
|
2297 - | version = "0.24.2"
|
2297 + | version = "0.24.4"
|
2298 2298 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2299 - | checksum = "5f8e213c36148d828083ae01948eed271d03f95f7e72571fa242d78184029af2"
|
2299 + | checksum = "29be4f60e41fde478b36998b88821946aafac540e53591e76db53921a0cc225b"
|
2300 2300 | dependencies = [
|
2301 2301 | "half",
|
2302 2302 | "minicbor-derive",
|
2303 2303 | ]
|
2304 2304 |
|
2305 2305 | [[package]]
|
2306 2306 | name = "minicbor-derive"
|
2307 2307 | version = "0.15.3"
|
2308 2308 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2309 2309 | checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
|
2310 2310 | dependencies = [
|
2311 2311 | "proc-macro2",
|
2312 2312 | "quote",
|
2313 - | "syn 2.0.108",
|
2313 + | "syn 2.0.109",
|
2314 2314 | ]
|
2315 2315 |
|
2316 2316 | [[package]]
|
2317 2317 | name = "minimal-lexical"
|
2318 2318 | version = "0.2.1"
|
2319 2319 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2320 2320 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2321 2321 |
|
2322 2322 | [[package]]
|
2323 2323 | name = "miniz_oxide"
|
2324 2324 | version = "0.8.9"
|
2325 2325 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2326 2326 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
2327 2327 | dependencies = [
|
2328 2328 | "adler2",
|
2329 2329 | "simd-adler32",
|
2330 2330 | ]
|
2331 2331 |
|
2332 2332 | [[package]]
|
2333 2333 | name = "mio"
|
2334 2334 | version = "1.1.0"
|
2335 2335 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2336 2336 | checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
|
2337 2337 | dependencies = [
|
2338 2338 | "libc",
|
2339 2339 | "wasi 0.11.1+wasi-snapshot-preview1",
|
2340 2340 | "windows-sys 0.61.2",
|
2341 2341 | ]
|
2342 2342 |
|
2343 2343 | [[package]]
|
@@ -2536,2536 +2596,2596 @@
2536 2536 | version = "1.1.1"
|
2537 2537 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2538 2538 | checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
|
2539 2539 | dependencies = [
|
2540 2540 | "base64 0.13.1",
|
2541 2541 | ]
|
2542 2542 |
|
2543 2543 | [[package]]
|
2544 2544 | name = "percent-encoding"
|
2545 2545 | version = "2.3.2"
|
2546 2546 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2547 2547 | checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
2548 2548 |
|
2549 2549 | [[package]]
|
2550 2550 | name = "pin-project"
|
2551 2551 | version = "1.1.10"
|
2552 2552 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2553 2553 | checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
|
2554 2554 | dependencies = [
|
2555 2555 | "pin-project-internal",
|
2556 2556 | ]
|
2557 2557 |
|
2558 2558 | [[package]]
|
2559 2559 | name = "pin-project-internal"
|
2560 2560 | version = "1.1.10"
|
2561 2561 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2562 2562 | checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
|
2563 2563 | dependencies = [
|
2564 2564 | "proc-macro2",
|
2565 2565 | "quote",
|
2566 - | "syn 2.0.108",
|
2566 + | "syn 2.0.109",
|
2567 2567 | ]
|
2568 2568 |
|
2569 2569 | [[package]]
|
2570 2570 | name = "pin-project-lite"
|
2571 2571 | version = "0.2.16"
|
2572 2572 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2573 2573 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
2574 2574 |
|
2575 2575 | [[package]]
|
2576 2576 | name = "pin-utils"
|
2577 2577 | version = "0.1.0"
|
2578 2578 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2579 2579 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2580 2580 |
|
2581 2581 | [[package]]
|
2582 2582 | name = "piper"
|
2583 2583 | version = "0.2.4"
|
2584 2584 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2585 2585 | checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
|
2586 2586 | dependencies = [
|
2587 2587 | "atomic-waker",
|
2588 2588 | "fastrand",
|
2589 2589 | "futures-io",
|
2590 2590 | ]
|
2591 2591 |
|
2592 2592 | [[package]]
|
2593 2593 | name = "plotters"
|
2594 2594 | version = "0.3.7"
|
2595 2595 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2596 2596 | checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
|
@@ -2651,2651 +2711,2711 @@
2651 2651 | version = "0.2.0"
|
2652 2652 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2653 2653 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
2654 2654 |
|
2655 2655 | [[package]]
|
2656 2656 | name = "ppv-lite86"
|
2657 2657 | version = "0.2.21"
|
2658 2658 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2659 2659 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
2660 2660 | dependencies = [
|
2661 2661 | "zerocopy",
|
2662 2662 | ]
|
2663 2663 |
|
2664 2664 | [[package]]
|
2665 2665 | name = "pretty_assertions"
|
2666 2666 | version = "1.4.1"
|
2667 2667 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2668 2668 | checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
|
2669 2669 | dependencies = [
|
2670 2670 | "diff",
|
2671 2671 | "yansi",
|
2672 2672 | ]
|
2673 2673 |
|
2674 2674 | [[package]]
|
2675 2675 | name = "prettyplease"
|
2676 2676 | version = "0.2.37"
|
2677 2677 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2678 2678 | checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
2679 2679 | dependencies = [
|
2680 2680 | "proc-macro2",
|
2681 - | "syn 2.0.108",
|
2681 + | "syn 2.0.109",
|
2682 2682 | ]
|
2683 2683 |
|
2684 2684 | [[package]]
|
2685 2685 | name = "proc-macro2"
|
2686 2686 | version = "1.0.103"
|
2687 2687 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2688 2688 | checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
|
2689 2689 | dependencies = [
|
2690 2690 | "unicode-ident",
|
2691 2691 | ]
|
2692 2692 |
|
2693 2693 | [[package]]
|
2694 2694 | name = "proptest"
|
2695 2695 | version = "1.9.0"
|
2696 2696 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2697 2697 | checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40"
|
2698 2698 | dependencies = [
|
2699 2699 | "bit-set",
|
2700 2700 | "bit-vec",
|
2701 2701 | "bitflags 2.10.0",
|
2702 2702 | "num-traits",
|
2703 2703 | "rand 0.9.2",
|
2704 2704 | "rand_chacha 0.9.0",
|
2705 2705 | "rand_xorshift",
|
2706 2706 | "regex-syntax",
|
2707 2707 | "rusty-fork",
|
2708 2708 | "tempfile",
|
2709 2709 | "unarray",
|
2710 2710 | ]
|
2711 2711 |
|
@@ -2757,2757 +2854,2854 @@
2757 2757 |
|
2758 2758 | [[package]]
|
2759 2759 | name = "pyo3-build-config"
|
2760 2760 | version = "0.20.3"
|
2761 2761 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2762 2762 | checksum = "deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7"
|
2763 2763 | dependencies = [
|
2764 2764 | "once_cell",
|
2765 2765 | "target-lexicon",
|
2766 2766 | ]
|
2767 2767 |
|
2768 2768 | [[package]]
|
2769 2769 | name = "pyo3-ffi"
|
2770 2770 | version = "0.20.3"
|
2771 2771 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2772 2772 | checksum = "62b42531d03e08d4ef1f6e85a2ed422eb678b8cd62b762e53891c05faf0d4afa"
|
2773 2773 | dependencies = [
|
2774 2774 | "libc",
|
2775 2775 | "pyo3-build-config",
|
2776 2776 | ]
|
2777 2777 |
|
2778 2778 | [[package]]
|
2779 2779 | name = "pyo3-macros"
|
2780 2780 | version = "0.20.3"
|
2781 2781 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2782 2782 | checksum = "7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158"
|
2783 2783 | dependencies = [
|
2784 2784 | "proc-macro2",
|
2785 2785 | "pyo3-macros-backend",
|
2786 2786 | "quote",
|
2787 - | "syn 2.0.108",
|
2787 + | "syn 2.0.109",
|
2788 2788 | ]
|
2789 2789 |
|
2790 2790 | [[package]]
|
2791 2791 | name = "pyo3-macros-backend"
|
2792 2792 | version = "0.20.3"
|
2793 2793 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2794 2794 | checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185"
|
2795 2795 | dependencies = [
|
2796 2796 | "heck 0.4.1",
|
2797 2797 | "proc-macro2",
|
2798 2798 | "pyo3-build-config",
|
2799 2799 | "quote",
|
2800 - | "syn 2.0.108",
|
2800 + | "syn 2.0.109",
|
2801 2801 | ]
|
2802 2802 |
|
2803 2803 | [[package]]
|
2804 2804 | name = "query_map"
|
2805 2805 | version = "0.7.0"
|
2806 2806 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2807 2807 | checksum = "5eab6b8b1074ef3359a863758dae650c7c0c6027927a085b7af911c8e0bf3a15"
|
2808 2808 | dependencies = [
|
2809 2809 | "form_urlencoded",
|
2810 2810 | "serde",
|
2811 2811 | "serde_derive",
|
2812 2812 | ]
|
2813 2813 |
|
2814 2814 | [[package]]
|
2815 2815 | name = "quick-error"
|
2816 2816 | version = "1.2.3"
|
2817 2817 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2818 2818 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2819 2819 |
|
2820 2820 | [[package]]
|
2821 2821 | name = "quote"
|
2822 - | version = "1.0.41"
|
2822 + | version = "1.0.42"
|
2823 2823 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2824 - | checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
|
2824 + | checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
|
2825 2825 | dependencies = [
|
2826 2826 | "proc-macro2",
|
2827 2827 | ]
|
2828 2828 |
|
2829 2829 | [[package]]
|
2830 2830 | name = "r-efi"
|
2831 2831 | version = "5.3.0"
|
2832 2832 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2833 2833 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
2834 2834 |
|
2835 2835 | [[package]]
|
2836 2836 | name = "rand"
|
2837 2837 | version = "0.8.5"
|
2838 2838 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2839 2839 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2840 2840 | dependencies = [
|
2841 2841 | "libc",
|
2842 2842 | "rand_chacha 0.3.1",
|
2843 2843 | "rand_core 0.6.4",
|
2844 2844 | ]
|
2845 2845 |
|
2846 2846 | [[package]]
|
2847 2847 | name = "rand"
|
2848 2848 | version = "0.9.2"
|
2849 2849 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2850 2850 | checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
2851 2851 | dependencies = [
|
2852 2852 | "rand_chacha 0.9.0",
|
2853 2853 | "rand_core 0.9.3",
|
2854 2854 | ]
|
@@ -3321,3321 +3381,3381 @@
3321 3321 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3322 3322 | checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
|
3323 3323 |
|
3324 3324 | [[package]]
|
3325 3325 | name = "serde"
|
3326 3326 | version = "1.0.228"
|
3327 3327 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3328 3328 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
3329 3329 | dependencies = [
|
3330 3330 | "serde_core",
|
3331 3331 | "serde_derive",
|
3332 3332 | ]
|
3333 3333 |
|
3334 3334 | [[package]]
|
3335 3335 | name = "serde_core"
|
3336 3336 | version = "1.0.228"
|
3337 3337 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3338 3338 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
3339 3339 | dependencies = [
|
3340 3340 | "serde_derive",
|
3341 3341 | ]
|
3342 3342 |
|
3343 3343 | [[package]]
|
3344 3344 | name = "serde_derive"
|
3345 3345 | version = "1.0.228"
|
3346 3346 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3347 3347 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
3348 3348 | dependencies = [
|
3349 3349 | "proc-macro2",
|
3350 3350 | "quote",
|
3351 - | "syn 2.0.108",
|
3351 + | "syn 2.0.109",
|
3352 3352 | ]
|
3353 3353 |
|
3354 3354 | [[package]]
|
3355 3355 | name = "serde_json"
|
3356 3356 | version = "1.0.145"
|
3357 3357 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3358 3358 | checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
|
3359 3359 | dependencies = [
|
3360 3360 | "indexmap 2.12.0",
|
3361 3361 | "itoa",
|
3362 3362 | "memchr",
|
3363 3363 | "ryu",
|
3364 3364 | "serde",
|
3365 3365 | "serde_core",
|
3366 3366 | ]
|
3367 3367 |
|
3368 3368 | [[package]]
|
3369 3369 | name = "serde_path_to_error"
|
3370 3370 | version = "0.1.20"
|
3371 3371 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3372 3372 | checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
|
3373 3373 | dependencies = [
|
3374 3374 | "itoa",
|
3375 3375 | "serde",
|
3376 3376 | "serde_core",
|
3377 3377 | ]
|
3378 3378 |
|
3379 3379 | [[package]]
|
3380 3380 | name = "serde_urlencoded"
|
3381 3381 | version = "0.7.1"
|
@@ -3383,3383 +3443,3443 @@
3383 3383 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
3384 3384 | dependencies = [
|
3385 3385 | "form_urlencoded",
|
3386 3386 | "itoa",
|
3387 3387 | "ryu",
|
3388 3388 | "serde",
|
3389 3389 | ]
|
3390 3390 |
|
3391 3391 | [[package]]
|
3392 3392 | name = "serial_test"
|
3393 3393 | version = "3.2.0"
|
3394 3394 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3395 3395 | checksum = "1b258109f244e1d6891bf1053a55d63a5cd4f8f4c30cf9a1280989f80e7a1fa9"
|
3396 3396 | dependencies = [
|
3397 3397 | "futures",
|
3398 3398 | "log",
|
3399 3399 | "once_cell",
|
3400 3400 | "parking_lot",
|
3401 3401 | "scc",
|
3402 3402 | "serial_test_derive",
|
3403 3403 | ]
|
3404 3404 |
|
3405 3405 | [[package]]
|
3406 3406 | name = "serial_test_derive"
|
3407 3407 | version = "3.2.0"
|
3408 3408 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3409 3409 | checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef"
|
3410 3410 | dependencies = [
|
3411 3411 | "proc-macro2",
|
3412 3412 | "quote",
|
3413 - | "syn 2.0.108",
|
3413 + | "syn 2.0.109",
|
3414 3414 | ]
|
3415 3415 |
|
3416 3416 | [[package]]
|
3417 3417 | name = "sha1"
|
3418 3418 | version = "0.10.6"
|
3419 3419 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3420 3420 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
3421 3421 | dependencies = [
|
3422 3422 | "cfg-if",
|
3423 3423 | "cpufeatures",
|
3424 3424 | "digest",
|
3425 3425 | ]
|
3426 3426 |
|
3427 3427 | [[package]]
|
3428 3428 | name = "sha2"
|
3429 3429 | version = "0.10.9"
|
3430 3430 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3431 3431 | checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
3432 3432 | dependencies = [
|
3433 3433 | "cfg-if",
|
3434 3434 | "cpufeatures",
|
3435 3435 | "digest",
|
3436 3436 | ]
|
3437 3437 |
|
3438 3438 | [[package]]
|
3439 3439 | name = "sharded-slab"
|
3440 3440 | version = "0.1.7"
|
3441 3441 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3442 3442 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
3443 3443 | dependencies = [
|
@@ -3524,3524 +3601,3601 @@
3524 3524 | name = "stats_alloc"
|
3525 3525 | version = "0.1.10"
|
3526 3526 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3527 3527 | checksum = "5c0e04424e733e69714ca1bbb9204c1a57f09f5493439520f9f68c132ad25eec"
|
3528 3528 |
|
3529 3529 | [[package]]
|
3530 3530 | name = "strsim"
|
3531 3531 | version = "0.10.0"
|
3532 3532 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3533 3533 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
3534 3534 |
|
3535 3535 | [[package]]
|
3536 3536 | name = "subtle"
|
3537 3537 | version = "2.6.1"
|
3538 3538 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3539 3539 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
3540 3540 |
|
3541 3541 | [[package]]
|
3542 3542 | name = "syn"
|
3543 3543 | version = "1.0.109"
|
3544 3544 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3545 3545 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
3546 3546 | dependencies = [
|
3547 3547 | "proc-macro2",
|
3548 3548 | "quote",
|
3549 3549 | "unicode-ident",
|
3550 3550 | ]
|
3551 3551 |
|
3552 3552 | [[package]]
|
3553 3553 | name = "syn"
|
3554 - | version = "2.0.108"
|
3554 + | version = "2.0.109"
|
3555 3555 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3556 - | checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917"
|
3556 + | checksum = "2f17c7e013e88258aa9543dcbe81aca68a667a9ac37cd69c9fbc07858bfe0e2f"
|
3557 3557 | dependencies = [
|
3558 3558 | "proc-macro2",
|
3559 3559 | "quote",
|
3560 3560 | "unicode-ident",
|
3561 3561 | ]
|
3562 3562 |
|
3563 3563 | [[package]]
|
3564 3564 | name = "synstructure"
|
3565 3565 | version = "0.13.2"
|
3566 3566 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3567 3567 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
3568 3568 | dependencies = [
|
3569 3569 | "proc-macro2",
|
3570 3570 | "quote",
|
3571 - | "syn 2.0.108",
|
3571 + | "syn 2.0.109",
|
3572 3572 | ]
|
3573 3573 |
|
3574 3574 | [[package]]
|
3575 3575 | name = "system-configuration"
|
3576 3576 | version = "0.6.1"
|
3577 3577 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3578 3578 | checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
3579 3579 | dependencies = [
|
3580 3580 | "bitflags 2.10.0",
|
3581 3581 | "core-foundation 0.9.4",
|
3582 3582 | "system-configuration-sys",
|
3583 3583 | ]
|
3584 3584 |
|
3585 3585 | [[package]]
|
3586 3586 | name = "system-configuration-sys"
|
3587 3587 | version = "0.6.0"
|
3588 3588 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3589 3589 | checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
3590 3590 | dependencies = [
|
3591 3591 | "core-foundation-sys",
|
3592 3592 | "libc",
|
3593 3593 | ]
|
3594 3594 |
|
3595 3595 | [[package]]
|
3596 3596 | name = "tagptr"
|
3597 3597 | version = "0.2.0"
|
3598 3598 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3599 3599 | checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
|
3600 3600 |
|
3601 3601 | [[package]]
|
@@ -3631,3631 +3702,3702 @@
3631 3631 | version = "0.16.2"
|
3632 3632 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3633 3633 | checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
|
3634 3634 |
|
3635 3635 | [[package]]
|
3636 3636 | name = "thiserror"
|
3637 3637 | version = "1.0.69"
|
3638 3638 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3639 3639 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
3640 3640 | dependencies = [
|
3641 3641 | "thiserror-impl 1.0.69",
|
3642 3642 | ]
|
3643 3643 |
|
3644 3644 | [[package]]
|
3645 3645 | name = "thiserror"
|
3646 3646 | version = "2.0.17"
|
3647 3647 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3648 3648 | checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
|
3649 3649 | dependencies = [
|
3650 3650 | "thiserror-impl 2.0.17",
|
3651 3651 | ]
|
3652 3652 |
|
3653 3653 | [[package]]
|
3654 3654 | name = "thiserror-impl"
|
3655 3655 | version = "1.0.69"
|
3656 3656 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3657 3657 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
3658 3658 | dependencies = [
|
3659 3659 | "proc-macro2",
|
3660 3660 | "quote",
|
3661 - | "syn 2.0.108",
|
3661 + | "syn 2.0.109",
|
3662 3662 | ]
|
3663 3663 |
|
3664 3664 | [[package]]
|
3665 3665 | name = "thiserror-impl"
|
3666 3666 | version = "2.0.17"
|
3667 3667 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3668 3668 | checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
|
3669 3669 | dependencies = [
|
3670 3670 | "proc-macro2",
|
3671 3671 | "quote",
|
3672 - | "syn 2.0.108",
|
3672 + | "syn 2.0.109",
|
3673 3673 | ]
|
3674 3674 |
|
3675 3675 | [[package]]
|
3676 3676 | name = "thread_local"
|
3677 3677 | version = "1.1.9"
|
3678 3678 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3679 3679 | checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
3680 3680 | dependencies = [
|
3681 3681 | "cfg-if",
|
3682 3682 | ]
|
3683 3683 |
|
3684 3684 | [[package]]
|
3685 3685 | name = "time"
|
3686 3686 | version = "0.3.44"
|
3687 3687 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3688 3688 | checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
|
3689 3689 | dependencies = [
|
3690 3690 | "deranged",
|
3691 3691 | "itoa",
|
3692 3692 | "num-conv",
|
3693 3693 | "powerfmt",
|
3694 3694 | "serde",
|
3695 3695 | "time-core",
|
3696 3696 | "time-macros",
|
3697 3697 | ]
|
3698 3698 |
|
3699 3699 | [[package]]
|
3700 3700 | name = "time-core"
|
3701 3701 | version = "0.1.6"
|
3702 3702 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -3759,3759 +3819,3819 @@
3759 3759 | "thiserror 1.0.69",
|
3760 3760 | "tokio",
|
3761 3761 | "tokio-rustls 0.24.1",
|
3762 3762 | ]
|
3763 3763 |
|
3764 3764 | [[package]]
|
3765 3765 | name = "tokio"
|
3766 3766 | version = "1.48.0"
|
3767 3767 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3768 3768 | checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
|
3769 3769 | dependencies = [
|
3770 3770 | "bytes",
|
3771 3771 | "libc",
|
3772 3772 | "mio",
|
3773 3773 | "parking_lot",
|
3774 3774 | "pin-project-lite",
|
3775 3775 | "signal-hook-registry",
|
3776 3776 | "socket2 0.6.1",
|
3777 3777 | "tokio-macros",
|
3778 3778 | "windows-sys 0.61.2",
|
3779 3779 | ]
|
3780 3780 |
|
3781 3781 | [[package]]
|
3782 3782 | name = "tokio-macros"
|
3783 3783 | version = "2.6.0"
|
3784 3784 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3785 3785 | checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
|
3786 3786 | dependencies = [
|
3787 3787 | "proc-macro2",
|
3788 3788 | "quote",
|
3789 - | "syn 2.0.108",
|
3789 + | "syn 2.0.109",
|
3790 3790 | ]
|
3791 3791 |
|
3792 3792 | [[package]]
|
3793 3793 | name = "tokio-rustls"
|
3794 3794 | version = "0.24.1"
|
3795 3795 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3796 3796 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
3797 3797 | dependencies = [
|
3798 3798 | "rustls 0.21.12",
|
3799 3799 | "tokio",
|
3800 3800 | ]
|
3801 3801 |
|
3802 3802 | [[package]]
|
3803 3803 | name = "tokio-rustls"
|
3804 3804 | version = "0.26.4"
|
3805 3805 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3806 3806 | checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
3807 3807 | dependencies = [
|
3808 3808 | "rustls 0.23.35",
|
3809 3809 | "tokio",
|
3810 3810 | ]
|
3811 3811 |
|
3812 3812 | [[package]]
|
3813 3813 | name = "tokio-stream"
|
3814 3814 | version = "0.1.17"
|
3815 3815 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3816 3816 | checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
3817 3817 | dependencies = [
|
3818 3818 | "futures-core",
|
3819 3819 | "pin-project-lite",
|
@@ -3921,3921 +3981,3981 @@
3921 3921 | version = "0.1.41"
|
3922 3922 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3923 3923 | checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
3924 3924 | dependencies = [
|
3925 3925 | "log",
|
3926 3926 | "pin-project-lite",
|
3927 3927 | "tracing-attributes",
|
3928 3928 | "tracing-core",
|
3929 3929 | ]
|
3930 3930 |
|
3931 3931 | [[package]]
|
3932 3932 | name = "tracing-appender"
|
3933 3933 | version = "0.2.3"
|
3934 3934 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3935 3935 | checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
|
3936 3936 | dependencies = [
|
3937 3937 | "crossbeam-channel",
|
3938 3938 | "thiserror 1.0.69",
|
3939 3939 | "time",
|
3940 3940 | "tracing-subscriber",
|
3941 3941 | ]
|
3942 3942 |
|
3943 3943 | [[package]]
|
3944 3944 | name = "tracing-attributes"
|
3945 3945 | version = "0.1.30"
|
3946 3946 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3947 3947 | checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
|
3948 3948 | dependencies = [
|
3949 3949 | "proc-macro2",
|
3950 3950 | "quote",
|
3951 - | "syn 2.0.108",
|
3951 + | "syn 2.0.109",
|
3952 3952 | ]
|
3953 3953 |
|
3954 3954 | [[package]]
|
3955 3955 | name = "tracing-core"
|
3956 3956 | version = "0.1.34"
|
3957 3957 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3958 3958 | checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
|
3959 3959 | dependencies = [
|
3960 3960 | "once_cell",
|
3961 3961 | "valuable",
|
3962 3962 | ]
|
3963 3963 |
|
3964 3964 | [[package]]
|
3965 3965 | name = "tracing-log"
|
3966 3966 | version = "0.2.0"
|
3967 3967 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3968 3968 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
3969 3969 | dependencies = [
|
3970 3970 | "log",
|
3971 3971 | "once_cell",
|
3972 3972 | "tracing-core",
|
3973 3973 | ]
|
3974 3974 |
|
3975 3975 | [[package]]
|
3976 3976 | name = "tracing-serde"
|
3977 3977 | version = "0.2.0"
|
3978 3978 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3979 3979 | checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
|
3980 3980 | dependencies = [
|
3981 3981 | "serde",
|
@@ -3994,3994 +4054,4054 @@
3994 3994 | "regex-automata",
|
3995 3995 | "serde",
|
3996 3996 | "serde_json",
|
3997 3997 | "sharded-slab",
|
3998 3998 | "smallvec",
|
3999 3999 | "thread_local",
|
4000 4000 | "tracing",
|
4001 4001 | "tracing-core",
|
4002 4002 | "tracing-log",
|
4003 4003 | "tracing-serde",
|
4004 4004 | ]
|
4005 4005 |
|
4006 4006 | [[package]]
|
4007 4007 | name = "tracing-test"
|
4008 4008 | version = "0.2.5"
|
4009 4009 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4010 4010 | checksum = "557b891436fe0d5e0e363427fc7f217abf9ccd510d5136549847bdcbcd011d68"
|
4011 4011 | dependencies = [
|
4012 4012 | "tracing-core",
|
4013 4013 | "tracing-subscriber",
|
4014 4014 | "tracing-test-macro",
|
4015 4015 | ]
|
4016 4016 |
|
4017 4017 | [[package]]
|
4018 4018 | name = "tracing-test-macro"
|
4019 4019 | version = "0.2.5"
|
4020 4020 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4021 4021 | checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
|
4022 4022 | dependencies = [
|
4023 4023 | "quote",
|
4024 - | "syn 2.0.108",
|
4024 + | "syn 2.0.109",
|
4025 4025 | ]
|
4026 4026 |
|
4027 4027 | [[package]]
|
4028 4028 | name = "try-lock"
|
4029 4029 | version = "0.2.5"
|
4030 4030 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4031 4031 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
4032 4032 |
|
4033 4033 | [[package]]
|
4034 4034 | name = "typenum"
|
4035 4035 | version = "1.19.0"
|
4036 4036 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4037 4037 | checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
4038 4038 |
|
4039 4039 | [[package]]
|
4040 4040 | name = "unarray"
|
4041 4041 | version = "0.1.4"
|
4042 4042 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4043 4043 | checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
4044 4044 |
|
4045 4045 | [[package]]
|
4046 4046 | name = "unicode-ident"
|
4047 4047 | version = "1.0.22"
|
4048 4048 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4049 4049 | checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
4050 4050 |
|
4051 4051 | [[package]]
|
4052 4052 | name = "unindent"
|
4053 4053 | version = "0.2.4"
|
4054 4054 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -4196,4196 +4256,4256 @@
4196 4196 | version = "0.4.55"
|
4197 4197 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4198 4198 | checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0"
|
4199 4199 | dependencies = [
|
4200 4200 | "cfg-if",
|
4201 4201 | "js-sys",
|
4202 4202 | "once_cell",
|
4203 4203 | "wasm-bindgen",
|
4204 4204 | "web-sys",
|
4205 4205 | ]
|
4206 4206 |
|
4207 4207 | [[package]]
|
4208 4208 | name = "wasm-bindgen-macro"
|
4209 4209 | version = "0.2.105"
|
4210 4210 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4211 4211 | checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
|
4212 4212 | dependencies = [
|
4213 4213 | "quote",
|
4214 4214 | "wasm-bindgen-macro-support",
|
4215 4215 | ]
|
4216 4216 |
|
4217 4217 | [[package]]
|
4218 4218 | name = "wasm-bindgen-macro-support"
|
4219 4219 | version = "0.2.105"
|
4220 4220 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4221 4221 | checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
|
4222 4222 | dependencies = [
|
4223 4223 | "bumpalo",
|
4224 4224 | "proc-macro2",
|
4225 4225 | "quote",
|
4226 - | "syn 2.0.108",
|
4226 + | "syn 2.0.109",
|
4227 4227 | "wasm-bindgen-shared",
|
4228 4228 | ]
|
4229 4229 |
|
4230 4230 | [[package]]
|
4231 4231 | name = "wasm-bindgen-shared"
|
4232 4232 | version = "0.2.105"
|
4233 4233 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4234 4234 | checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
|
4235 4235 | dependencies = [
|
4236 4236 | "unicode-ident",
|
4237 4237 | ]
|
4238 4238 |
|
4239 4239 | [[package]]
|
4240 4240 | name = "web-sys"
|
4241 4241 | version = "0.3.82"
|
4242 4242 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4243 4243 | checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
|
4244 4244 | dependencies = [
|
4245 4245 | "js-sys",
|
4246 4246 | "wasm-bindgen",
|
4247 4247 | ]
|
4248 4248 |
|
4249 4249 | [[package]]
|
4250 4250 | name = "widestring"
|
4251 4251 | version = "1.2.1"
|
4252 4252 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4253 4253 | checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
|
4254 4254 |
|
4255 4255 | [[package]]
|
4256 4256 | name = "winapi"
|
@@ -4590,4590 +4702,4702 @@
4590 4590 | checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
4591 4591 |
|
4592 4592 | [[package]]
|
4593 4593 | name = "yasna"
|
4594 4594 | version = "0.5.2"
|
4595 4595 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4596 4596 | checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
|
4597 4597 | dependencies = [
|
4598 4598 | "time",
|
4599 4599 | ]
|
4600 4600 |
|
4601 4601 | [[package]]
|
4602 4602 | name = "yoke"
|
4603 4603 | version = "0.8.1"
|
4604 4604 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4605 4605 | checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
|
4606 4606 | dependencies = [
|
4607 4607 | "stable_deref_trait",
|
4608 4608 | "yoke-derive",
|
4609 4609 | "zerofrom",
|
4610 4610 | ]
|
4611 4611 |
|
4612 4612 | [[package]]
|
4613 4613 | name = "yoke-derive"
|
4614 4614 | version = "0.8.1"
|
4615 4615 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4616 4616 | checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
|
4617 4617 | dependencies = [
|
4618 4618 | "proc-macro2",
|
4619 4619 | "quote",
|
4620 - | "syn 2.0.108",
|
4620 + | "syn 2.0.109",
|
4621 4621 | "synstructure",
|
4622 4622 | ]
|
4623 4623 |
|
4624 4624 | [[package]]
|
4625 4625 | name = "zerocopy"
|
4626 4626 | version = "0.8.27"
|
4627 4627 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4628 4628 | checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
|
4629 4629 | dependencies = [
|
4630 4630 | "zerocopy-derive",
|
4631 4631 | ]
|
4632 4632 |
|
4633 4633 | [[package]]
|
4634 4634 | name = "zerocopy-derive"
|
4635 4635 | version = "0.8.27"
|
4636 4636 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4637 4637 | checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
|
4638 4638 | dependencies = [
|
4639 4639 | "proc-macro2",
|
4640 4640 | "quote",
|
4641 - | "syn 2.0.108",
|
4641 + | "syn 2.0.109",
|
4642 4642 | ]
|
4643 4643 |
|
4644 4644 | [[package]]
|
4645 4645 | name = "zerofrom"
|
4646 4646 | version = "0.1.6"
|
4647 4647 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4648 4648 | checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
4649 4649 | dependencies = [
|
4650 4650 | "zerofrom-derive",
|
4651 4651 | ]
|
4652 4652 |
|
4653 4653 | [[package]]
|
4654 4654 | name = "zerofrom-derive"
|
4655 4655 | version = "0.1.6"
|
4656 4656 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4657 4657 | checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
4658 4658 | dependencies = [
|
4659 4659 | "proc-macro2",
|
4660 4660 | "quote",
|
4661 - | "syn 2.0.108",
|
4661 + | "syn 2.0.109",
|
4662 4662 | "synstructure",
|
4663 4663 | ]
|
4664 4664 |
|
4665 4665 | [[package]]
|
4666 4666 | name = "zeroize"
|
4667 4667 | version = "1.8.2"
|
4668 4668 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4669 4669 | checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
4670 4670 |
|
4671 4671 | [[package]]
|
4672 4672 | name = "zerotrie"
|
4673 4673 | version = "0.2.3"
|
4674 4674 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4675 4675 | checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
|
4676 4676 | dependencies = [
|
4677 4677 | "displaydoc",
|
4678 4678 | "yoke",
|
4679 4679 | "zerofrom",
|
4680 4680 | ]
|
4681 4681 |
|
4682 4682 | [[package]]
|
4683 4683 | name = "zerovec"
|
4684 4684 | version = "0.11.5"
|
4685 4685 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4686 4686 | checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
|
4687 4687 | dependencies = [
|
4688 4688 | "yoke",
|
4689 4689 | "zerofrom",
|
4690 4690 | "zerovec-derive",
|
4691 4691 | ]
|
4692 4692 |
|
4693 4693 | [[package]]
|
4694 4694 | name = "zerovec-derive"
|
4695 4695 | version = "0.11.2"
|
4696 4696 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4697 4697 | checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
|
4698 4698 | dependencies = [
|
4699 4699 | "proc-macro2",
|
4700 4700 | "quote",
|
4701 - | "syn 2.0.108",
|
4701 + | "syn 2.0.109",
|
4702 4702 | ]
|