A pit full of rusty nails

Update deps

+136 -304
+136 -304
Cargo.lock
··· 34 35 [[package]] 36 name = "anyhow" 37 - version = "1.0.100" 38 source = "registry+https://github.com/rust-lang/crates.io-index" 39 - checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 40 41 [[package]] 42 name = "async-trait" ··· 63 64 [[package]] 65 name = "axum" 66 - version = "0.8.7" 67 source = "registry+https://github.com/rust-lang/crates.io-index" 68 - checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425" 69 dependencies = [ 70 "axum-core", 71 "axum-macros", ··· 92 93 [[package]] 94 name = "axum-core" 95 - version = "0.5.5" 96 source = "registry+https://github.com/rust-lang/crates.io-index" 97 - checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22" 98 dependencies = [ 99 "bytes", 100 "futures-core", ··· 111 112 [[package]] 113 name = "axum-extra" 114 - version = "0.12.2" 115 source = "registry+https://github.com/rust-lang/crates.io-index" 116 - checksum = "dbfe9f610fe4e99cf0cfcd03ccf8c63c28c616fe714d80475ef731f3b13dd21b" 117 dependencies = [ 118 "axum", 119 "axum-core", ··· 153 "miniz_oxide", 154 "object", 155 "rustc-demangle", 156 - "windows-link 0.2.1", 157 ] 158 159 [[package]] ··· 170 171 [[package]] 172 name = "bumpalo" 173 - version = "3.19.0" 174 source = "registry+https://github.com/rust-lang/crates.io-index" 175 - checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 176 177 [[package]] 178 name = "byteorder" ··· 182 183 [[package]] 184 name = "bytes" 185 - version = "1.11.0" 186 source = "registry+https://github.com/rust-lang/crates.io-index" 187 - checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" 188 189 [[package]] 190 name = "cc" 191 - version = "1.2.49" 192 source = "registry+https://github.com/rust-lang/crates.io-index" 193 - checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215" 194 dependencies = [ 195 "find-msvc-tools", 196 "jobserver", ··· 230 ] 231 232 [[package]] 233 - name = "cordyceps" 234 - version = "0.3.4" 235 - source = "registry+https://github.com/rust-lang/crates.io-index" 236 - checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a" 237 - dependencies = [ 238 - "loom", 239 - "tracing", 240 - ] 241 - 242 - [[package]] 243 name = "core_affinity" 244 version = "0.8.3" 245 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 263 checksum = "40a998414a3656e7a11ca59d55598ce7df58daafd742e783844e80bbd8d500dd" 264 265 [[package]] 266 - name = "diatomic-waker" 267 - version = "0.2.3" 268 - source = "registry+https://github.com/rust-lang/crates.io-index" 269 - checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c" 270 - 271 - [[package]] 272 name = "either" 273 version = "1.15.0" 274 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 281 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 282 283 [[package]] 284 name = "estr" 285 version = "1.2.0" 286 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 313 314 [[package]] 315 name = "find-msvc-tools" 316 - version = "0.1.5" 317 source = "registry+https://github.com/rust-lang/crates.io-index" 318 - checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" 319 320 [[package]] 321 name = "fixedbitset" ··· 351 ] 352 353 [[package]] 354 - name = "futures-buffered" 355 - version = "0.2.12" 356 - source = "registry+https://github.com/rust-lang/crates.io-index" 357 - checksum = "a8e0e1f38ec07ba4abbde21eed377082f17ccb988be9d988a5adbf4bafc118fd" 358 - dependencies = [ 359 - "cordyceps", 360 - "diatomic-waker", 361 - "futures-core", 362 - "pin-project-lite", 363 - "spin", 364 - ] 365 - 366 - [[package]] 367 name = "futures-channel" 368 version = "0.3.31" 369 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 375 376 [[package]] 377 name = "futures-concurrency" 378 - version = "7.6.3" 379 source = "registry+https://github.com/rust-lang/crates.io-index" 380 - checksum = "0eb68017df91f2e477ed4bea586c59eaecaa47ed885a770d0444e21e62572cd2" 381 dependencies = [ 382 "fixedbitset", 383 - "futures-buffered", 384 "futures-core", 385 "futures-lite", 386 "pin-project", 387 - "slab", 388 "smallvec", 389 ] 390 ··· 466 ] 467 468 [[package]] 469 - name = "generator" 470 - version = "0.8.7" 471 - source = "registry+https://github.com/rust-lang/crates.io-index" 472 - checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2" 473 - dependencies = [ 474 - "cc", 475 - "cfg-if", 476 - "libc", 477 - "log", 478 - "rustversion", 479 - "windows", 480 - ] 481 - 482 - [[package]] 483 name = "getrandom" 484 version = "0.3.4" 485 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 505 506 [[package]] 507 name = "h2" 508 - version = "0.4.12" 509 source = "registry+https://github.com/rust-lang/crates.io-index" 510 - checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 511 dependencies = [ 512 "atomic-waker", 513 "bytes", ··· 631 632 [[package]] 633 name = "hyper-util" 634 - version = "0.1.19" 635 source = "registry+https://github.com/rust-lang/crates.io-index" 636 - checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" 637 dependencies = [ 638 "bytes", 639 "futures-channel", 640 - "futures-core", 641 "futures-util", 642 "http", 643 "http-body", ··· 658 659 [[package]] 660 name = "indexmap" 661 - version = "2.12.1" 662 source = "registry+https://github.com/rust-lang/crates.io-index" 663 - checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" 664 dependencies = [ 665 "equivalent", 666 "hashbrown 0.16.1", ··· 677 678 [[package]] 679 name = "itoa" 680 - version = "1.0.15" 681 source = "registry+https://github.com/rust-lang/crates.io-index" 682 - checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 683 684 [[package]] 685 name = "jobserver" ··· 693 694 [[package]] 695 name = "js-sys" 696 - version = "0.3.83" 697 source = "registry+https://github.com/rust-lang/crates.io-index" 698 - checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" 699 dependencies = [ 700 "once_cell", 701 "wasm-bindgen", ··· 718 719 [[package]] 720 name = "libc" 721 - version = "0.2.178" 722 source = "registry+https://github.com/rust-lang/crates.io-index" 723 - checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" 724 725 [[package]] 726 name = "libm" 727 - version = "0.2.15" 728 source = "registry+https://github.com/rust-lang/crates.io-index" 729 - checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 730 731 [[package]] 732 name = "libmimalloc-sys" ··· 752 version = "0.4.29" 753 source = "registry+https://github.com/rust-lang/crates.io-index" 754 checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 755 - 756 - [[package]] 757 - name = "loom" 758 - version = "0.7.2" 759 - source = "registry+https://github.com/rust-lang/crates.io-index" 760 - checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 761 - dependencies = [ 762 - "cfg-if", 763 - "generator", 764 - "scoped-tls", 765 - "tracing", 766 - "tracing-subscriber", 767 - ] 768 769 [[package]] 770 name = "matchers" ··· 1261 "libc", 1262 "redox_syscall", 1263 "smallvec", 1264 - "windows-link 0.2.1", 1265 ] 1266 1267 [[package]] ··· 1325 1326 [[package]] 1327 name = "proc-macro2" 1328 - version = "1.0.103" 1329 source = "registry+https://github.com/rust-lang/crates.io-index" 1330 - checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" 1331 dependencies = [ 1332 "unicode-ident", 1333 ] 1334 1335 [[package]] 1336 name = "prost" 1337 - version = "0.14.1" 1338 source = "registry+https://github.com/rust-lang/crates.io-index" 1339 - checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d" 1340 dependencies = [ 1341 "bytes", 1342 "prost-derive", ··· 1344 1345 [[package]] 1346 name = "prost-derive" 1347 - version = "0.14.1" 1348 source = "registry+https://github.com/rust-lang/crates.io-index" 1349 - checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425" 1350 dependencies = [ 1351 "anyhow", 1352 "itertools", ··· 1357 1358 [[package]] 1359 name = "quote" 1360 - version = "1.0.42" 1361 source = "registry+https://github.com/rust-lang/crates.io-index" 1362 - checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" 1363 dependencies = [ 1364 "proc-macro2", 1365 ] ··· 1392 1393 [[package]] 1394 name = "rand_core" 1395 - version = "0.9.3" 1396 source = "registry+https://github.com/rust-lang/crates.io-index" 1397 - checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 1398 dependencies = [ 1399 "getrandom", 1400 ] ··· 1411 1412 [[package]] 1413 name = "rapidhash" 1414 - version = "4.1.1" 1415 source = "registry+https://github.com/rust-lang/crates.io-index" 1416 - checksum = "d8e65c75143ce5d47c55b510297eeb1182f3c739b6043c537670e9fc18612dae" 1417 dependencies = [ 1418 "rand", 1419 "rustversion", ··· 1430 1431 [[package]] 1432 name = "regex-automata" 1433 - version = "0.4.13" 1434 source = "registry+https://github.com/rust-lang/crates.io-index" 1435 - checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 1436 dependencies = [ 1437 "aho-corasick", 1438 "memchr", ··· 1441 1442 [[package]] 1443 name = "regex-syntax" 1444 - version = "0.8.8" 1445 source = "registry+https://github.com/rust-lang/crates.io-index" 1446 - checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 1447 1448 [[package]] 1449 name = "rustc-demangle" 1450 - version = "0.1.26" 1451 source = "registry+https://github.com/rust-lang/crates.io-index" 1452 - checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" 1453 1454 [[package]] 1455 name = "rustversion" ··· 1464 checksum = "4cfa9e87e97427c3a1b472eace073b2bc577ad0e1444c128d938b3d5bcdacb17" 1465 1466 [[package]] 1467 - name = "ryu" 1468 - version = "1.0.20" 1469 - source = "registry+https://github.com/rust-lang/crates.io-index" 1470 - checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 1471 - 1472 - [[package]] 1473 name = "saa" 1474 - version = "5.4.0" 1475 source = "registry+https://github.com/rust-lang/crates.io-index" 1476 - checksum = "3192d99ee2f69effeacef86c9fa80e75b6604e2a5d3ade6856d206b519521e53" 1477 1478 [[package]] 1479 name = "scc" 1480 - version = "3.4.6" 1481 source = "registry+https://github.com/rust-lang/crates.io-index" 1482 - checksum = "0b6f8686af8563182fc6b63ab7bd7b5cad8f40fbe660675627caedc6c073eca8" 1483 dependencies = [ 1484 "saa", 1485 "sdd", 1486 ] 1487 1488 [[package]] 1489 - name = "scoped-tls" 1490 - version = "1.0.1" 1491 - source = "registry+https://github.com/rust-lang/crates.io-index" 1492 - checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 1493 - 1494 - [[package]] 1495 name = "scopeguard" 1496 version = "1.2.0" 1497 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1499 1500 [[package]] 1501 name = "sdd" 1502 - version = "4.5.0" 1503 source = "registry+https://github.com/rust-lang/crates.io-index" 1504 - checksum = "7168ecf885fdd3920ade15d50189593b076e1d060b60406a745766380195d65a" 1505 1506 [[package]] 1507 name = "serde" ··· 1535 1536 [[package]] 1537 name = "serde_json" 1538 - version = "1.0.145" 1539 source = "registry+https://github.com/rust-lang/crates.io-index" 1540 - checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 1541 dependencies = [ 1542 "itoa", 1543 "memchr", 1544 - "ryu", 1545 "serde", 1546 "serde_core", 1547 ] 1548 1549 [[package]] 1550 name = "serde_spanned" 1551 - version = "1.0.3" 1552 source = "registry+https://github.com/rust-lang/crates.io-index" 1553 - checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392" 1554 dependencies = [ 1555 "serde_core", 1556 ] ··· 1572 1573 [[package]] 1574 name = "signal-hook-registry" 1575 - version = "1.4.7" 1576 source = "registry+https://github.com/rust-lang/crates.io-index" 1577 - checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad" 1578 dependencies = [ 1579 "libc", 1580 ] 1581 1582 [[package]] 1583 name = "slab" 1584 - version = "0.4.11" 1585 source = "registry+https://github.com/rust-lang/crates.io-index" 1586 - checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 1587 1588 [[package]] 1589 name = "smallvec" ··· 1593 1594 [[package]] 1595 name = "socket2" 1596 - version = "0.6.1" 1597 source = "registry+https://github.com/rust-lang/crates.io-index" 1598 - checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" 1599 dependencies = [ 1600 "libc", 1601 "windows-sys 0.60.2", ··· 1612 1613 [[package]] 1614 name = "syn" 1615 - version = "2.0.111" 1616 source = "registry+https://github.com/rust-lang/crates.io-index" 1617 - checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" 1618 dependencies = [ 1619 "proc-macro2", 1620 "quote", ··· 1629 1630 [[package]] 1631 name = "thiserror" 1632 - version = "2.0.17" 1633 source = "registry+https://github.com/rust-lang/crates.io-index" 1634 - checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 1635 dependencies = [ 1636 "thiserror-impl", 1637 ] 1638 1639 [[package]] 1640 name = "thiserror-impl" 1641 - version = "2.0.17" 1642 source = "registry+https://github.com/rust-lang/crates.io-index" 1643 - checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 1644 dependencies = [ 1645 "proc-macro2", 1646 "quote", ··· 1658 1659 [[package]] 1660 name = "tokio" 1661 - version = "1.48.0" 1662 source = "registry+https://github.com/rust-lang/crates.io-index" 1663 - checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" 1664 dependencies = [ 1665 "bytes", 1666 "libc", ··· 1674 1675 [[package]] 1676 name = "tokio-stream" 1677 - version = "0.1.17" 1678 source = "registry+https://github.com/rust-lang/crates.io-index" 1679 - checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 1680 dependencies = [ 1681 "futures-core", 1682 "pin-project-lite", ··· 1685 1686 [[package]] 1687 name = "tokio-util" 1688 - version = "0.7.17" 1689 source = "registry+https://github.com/rust-lang/crates.io-index" 1690 - checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" 1691 dependencies = [ 1692 "bytes", 1693 "futures-core", ··· 1698 1699 [[package]] 1700 name = "toml" 1701 - version = "0.9.8" 1702 source = "registry+https://github.com/rust-lang/crates.io-index" 1703 - checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8" 1704 dependencies = [ 1705 "serde_core", 1706 "serde_spanned", ··· 1711 1712 [[package]] 1713 name = "toml_datetime" 1714 - version = "0.7.3" 1715 source = "registry+https://github.com/rust-lang/crates.io-index" 1716 - checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533" 1717 dependencies = [ 1718 "serde_core", 1719 ] 1720 1721 [[package]] 1722 name = "toml_parser" 1723 - version = "1.0.4" 1724 source = "registry+https://github.com/rust-lang/crates.io-index" 1725 - checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e" 1726 dependencies = [ 1727 "winnow", 1728 ] 1729 1730 [[package]] 1731 name = "tonic" 1732 - version = "0.14.2" 1733 source = "registry+https://github.com/rust-lang/crates.io-index" 1734 - checksum = "eb7613188ce9f7df5bfe185db26c5814347d110db17920415cf2fbcad85e7203" 1735 dependencies = [ 1736 "async-trait", 1737 "base64", ··· 1756 1757 [[package]] 1758 name = "tonic-prost" 1759 - version = "0.14.2" 1760 source = "registry+https://github.com/rust-lang/crates.io-index" 1761 - checksum = "66bd50ad6ce1252d87ef024b3d64fe4c3cf54a86fb9ef4c631fdd0ded7aeaa67" 1762 dependencies = [ 1763 "bytes", 1764 "prost", ··· 1767 1768 [[package]] 1769 name = "tower" 1770 - version = "0.5.2" 1771 source = "registry+https://github.com/rust-lang/crates.io-index" 1772 - checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 1773 dependencies = [ 1774 "futures-core", 1775 "futures-util", ··· 1813 1814 [[package]] 1815 name = "tracing" 1816 - version = "0.1.43" 1817 source = "registry+https://github.com/rust-lang/crates.io-index" 1818 - checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647" 1819 dependencies = [ 1820 "pin-project-lite", 1821 "tracing-attributes", ··· 1835 1836 [[package]] 1837 name = "tracing-core" 1838 - version = "0.1.35" 1839 source = "registry+https://github.com/rust-lang/crates.io-index" 1840 - checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c" 1841 dependencies = [ 1842 "once_cell", 1843 "valuable", ··· 1868 1869 [[package]] 1870 name = "tracing-opentelemetry" 1871 - version = "0.32.0" 1872 source = "registry+https://github.com/rust-lang/crates.io-index" 1873 - checksum = "1e6e5658463dd88089aba75c7791e1d3120633b1bfde22478b28f625a9bb1b8e" 1874 dependencies = [ 1875 "js-sys", 1876 "opentelemetry", 1877 - "opentelemetry_sdk", 1878 - "rustversion", 1879 "smallvec", 1880 - "thiserror", 1881 "tracing", 1882 "tracing-core", 1883 "tracing-log", ··· 1936 1937 [[package]] 1938 name = "uuid" 1939 - version = "1.19.0" 1940 source = "registry+https://github.com/rust-lang/crates.io-index" 1941 - checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" 1942 dependencies = [ 1943 "getrandom", 1944 "js-sys", ··· 1969 1970 [[package]] 1971 name = "wasip2" 1972 - version = "1.0.1+wasi-0.2.4" 1973 source = "registry+https://github.com/rust-lang/crates.io-index" 1974 - checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 1975 dependencies = [ 1976 "wit-bindgen", 1977 ] 1978 1979 [[package]] 1980 name = "wasm-bindgen" 1981 - version = "0.2.106" 1982 source = "registry+https://github.com/rust-lang/crates.io-index" 1983 - checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" 1984 dependencies = [ 1985 "cfg-if", 1986 "once_cell", ··· 1991 1992 [[package]] 1993 name = "wasm-bindgen-macro" 1994 - version = "0.2.106" 1995 source = "registry+https://github.com/rust-lang/crates.io-index" 1996 - checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" 1997 dependencies = [ 1998 "quote", 1999 "wasm-bindgen-macro-support", ··· 2001 2002 [[package]] 2003 name = "wasm-bindgen-macro-support" 2004 - version = "0.2.106" 2005 source = "registry+https://github.com/rust-lang/crates.io-index" 2006 - checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" 2007 dependencies = [ 2008 "bumpalo", 2009 "proc-macro2", ··· 2014 2015 [[package]] 2016 name = "wasm-bindgen-shared" 2017 - version = "0.2.106" 2018 source = "registry+https://github.com/rust-lang/crates.io-index" 2019 - checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" 2020 dependencies = [ 2021 "unicode-ident", 2022 ] ··· 2054 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2055 2056 [[package]] 2057 - name = "windows" 2058 - version = "0.61.3" 2059 - source = "registry+https://github.com/rust-lang/crates.io-index" 2060 - checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 2061 - dependencies = [ 2062 - "windows-collections", 2063 - "windows-core", 2064 - "windows-future", 2065 - "windows-link 0.1.3", 2066 - "windows-numerics", 2067 - ] 2068 - 2069 - [[package]] 2070 - name = "windows-collections" 2071 - version = "0.2.0" 2072 - source = "registry+https://github.com/rust-lang/crates.io-index" 2073 - checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 2074 - dependencies = [ 2075 - "windows-core", 2076 - ] 2077 - 2078 - [[package]] 2079 - name = "windows-core" 2080 - version = "0.61.2" 2081 - source = "registry+https://github.com/rust-lang/crates.io-index" 2082 - checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 2083 - dependencies = [ 2084 - "windows-implement", 2085 - "windows-interface", 2086 - "windows-link 0.1.3", 2087 - "windows-result", 2088 - "windows-strings", 2089 - ] 2090 - 2091 - [[package]] 2092 - name = "windows-future" 2093 - version = "0.2.1" 2094 - source = "registry+https://github.com/rust-lang/crates.io-index" 2095 - checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 2096 - dependencies = [ 2097 - "windows-core", 2098 - "windows-link 0.1.3", 2099 - "windows-threading", 2100 - ] 2101 - 2102 - [[package]] 2103 - name = "windows-implement" 2104 - version = "0.60.2" 2105 - source = "registry+https://github.com/rust-lang/crates.io-index" 2106 - checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 2107 - dependencies = [ 2108 - "proc-macro2", 2109 - "quote", 2110 - "syn", 2111 - ] 2112 - 2113 - [[package]] 2114 - name = "windows-interface" 2115 - version = "0.59.3" 2116 - source = "registry+https://github.com/rust-lang/crates.io-index" 2117 - checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 2118 - dependencies = [ 2119 - "proc-macro2", 2120 - "quote", 2121 - "syn", 2122 - ] 2123 - 2124 - [[package]] 2125 - name = "windows-link" 2126 - version = "0.1.3" 2127 - source = "registry+https://github.com/rust-lang/crates.io-index" 2128 - checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 2129 - 2130 - [[package]] 2131 name = "windows-link" 2132 version = "0.2.1" 2133 source = "registry+https://github.com/rust-lang/crates.io-index" 2134 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 2135 2136 [[package]] 2137 - name = "windows-numerics" 2138 - version = "0.2.0" 2139 - source = "registry+https://github.com/rust-lang/crates.io-index" 2140 - checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 2141 - dependencies = [ 2142 - "windows-core", 2143 - "windows-link 0.1.3", 2144 - ] 2145 - 2146 - [[package]] 2147 - name = "windows-result" 2148 - version = "0.3.4" 2149 - source = "registry+https://github.com/rust-lang/crates.io-index" 2150 - checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 2151 - dependencies = [ 2152 - "windows-link 0.1.3", 2153 - ] 2154 - 2155 - [[package]] 2156 - name = "windows-strings" 2157 - version = "0.4.2" 2158 - source = "registry+https://github.com/rust-lang/crates.io-index" 2159 - checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 2160 - dependencies = [ 2161 - "windows-link 0.1.3", 2162 - ] 2163 - 2164 - [[package]] 2165 name = "windows-sys" 2166 version = "0.60.2" 2167 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2176 source = "registry+https://github.com/rust-lang/crates.io-index" 2177 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 2178 dependencies = [ 2179 - "windows-link 0.2.1", 2180 ] 2181 2182 [[package]] ··· 2185 source = "registry+https://github.com/rust-lang/crates.io-index" 2186 checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 2187 dependencies = [ 2188 - "windows-link 0.2.1", 2189 "windows_aarch64_gnullvm", 2190 "windows_aarch64_msvc", 2191 "windows_i686_gnu", ··· 2197 ] 2198 2199 [[package]] 2200 - name = "windows-threading" 2201 - version = "0.1.0" 2202 - source = "registry+https://github.com/rust-lang/crates.io-index" 2203 - checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 2204 - dependencies = [ 2205 - "windows-link 0.1.3", 2206 - ] 2207 - 2208 - [[package]] 2209 name = "windows_aarch64_gnullvm" 2210 version = "0.53.1" 2211 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2264 2265 [[package]] 2266 name = "wit-bindgen" 2267 - version = "0.46.0" 2268 source = "registry+https://github.com/rust-lang/crates.io-index" 2269 - checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 2270 2271 [[package]] 2272 name = "wyrand" ··· 2279 2280 [[package]] 2281 name = "zerocopy" 2282 - version = "0.8.31" 2283 source = "registry+https://github.com/rust-lang/crates.io-index" 2284 - checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" 2285 dependencies = [ 2286 "zerocopy-derive", 2287 ] 2288 2289 [[package]] 2290 name = "zerocopy-derive" 2291 - version = "0.8.31" 2292 source = "registry+https://github.com/rust-lang/crates.io-index" 2293 - checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" 2294 dependencies = [ 2295 "proc-macro2", 2296 "quote", 2297 "syn", 2298 ] 2299 2300 [[package]] 2301 name = "zstd"
··· 34 35 [[package]] 36 name = "anyhow" 37 + version = "1.0.101" 38 source = "registry+https://github.com/rust-lang/crates.io-index" 39 + checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" 40 41 [[package]] 42 name = "async-trait" ··· 63 64 [[package]] 65 name = "axum" 66 + version = "0.8.8" 67 source = "registry+https://github.com/rust-lang/crates.io-index" 68 + checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" 69 dependencies = [ 70 "axum-core", 71 "axum-macros", ··· 92 93 [[package]] 94 name = "axum-core" 95 + version = "0.5.6" 96 source = "registry+https://github.com/rust-lang/crates.io-index" 97 + checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" 98 dependencies = [ 99 "bytes", 100 "futures-core", ··· 111 112 [[package]] 113 name = "axum-extra" 114 + version = "0.12.5" 115 source = "registry+https://github.com/rust-lang/crates.io-index" 116 + checksum = "fef252edff26ddba56bbcdf2ee3307b8129acb86f5749b68990c168a6fcc9c76" 117 dependencies = [ 118 "axum", 119 "axum-core", ··· 153 "miniz_oxide", 154 "object", 155 "rustc-demangle", 156 + "windows-link", 157 ] 158 159 [[package]] ··· 170 171 [[package]] 172 name = "bumpalo" 173 + version = "3.19.1" 174 source = "registry+https://github.com/rust-lang/crates.io-index" 175 + checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" 176 177 [[package]] 178 name = "byteorder" ··· 182 183 [[package]] 184 name = "bytes" 185 + version = "1.11.1" 186 source = "registry+https://github.com/rust-lang/crates.io-index" 187 + checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 188 189 [[package]] 190 name = "cc" 191 + version = "1.2.55" 192 source = "registry+https://github.com/rust-lang/crates.io-index" 193 + checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29" 194 dependencies = [ 195 "find-msvc-tools", 196 "jobserver", ··· 230 ] 231 232 [[package]] 233 name = "core_affinity" 234 version = "0.8.3" 235 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 253 checksum = "40a998414a3656e7a11ca59d55598ce7df58daafd742e783844e80bbd8d500dd" 254 255 [[package]] 256 name = "either" 257 version = "1.15.0" 258 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 265 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 266 267 [[package]] 268 + name = "errno" 269 + version = "0.3.14" 270 + source = "registry+https://github.com/rust-lang/crates.io-index" 271 + checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 272 + dependencies = [ 273 + "libc", 274 + "windows-sys 0.61.2", 275 + ] 276 + 277 + [[package]] 278 name = "estr" 279 version = "1.2.0" 280 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 307 308 [[package]] 309 name = "find-msvc-tools" 310 + version = "0.1.9" 311 source = "registry+https://github.com/rust-lang/crates.io-index" 312 + checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 313 314 [[package]] 315 name = "fixedbitset" ··· 345 ] 346 347 [[package]] 348 name = "futures-channel" 349 version = "0.3.31" 350 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 356 357 [[package]] 358 name = "futures-concurrency" 359 + version = "7.7.1" 360 source = "registry+https://github.com/rust-lang/crates.io-index" 361 + checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6" 362 dependencies = [ 363 "fixedbitset", 364 "futures-core", 365 "futures-lite", 366 "pin-project", 367 "smallvec", 368 ] 369 ··· 445 ] 446 447 [[package]] 448 name = "getrandom" 449 version = "0.3.4" 450 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 470 471 [[package]] 472 name = "h2" 473 + version = "0.4.13" 474 source = "registry+https://github.com/rust-lang/crates.io-index" 475 + checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" 476 dependencies = [ 477 "atomic-waker", 478 "bytes", ··· 596 597 [[package]] 598 name = "hyper-util" 599 + version = "0.1.20" 600 source = "registry+https://github.com/rust-lang/crates.io-index" 601 + checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 602 dependencies = [ 603 "bytes", 604 "futures-channel", 605 "futures-util", 606 "http", 607 "http-body", ··· 622 623 [[package]] 624 name = "indexmap" 625 + version = "2.13.0" 626 source = "registry+https://github.com/rust-lang/crates.io-index" 627 + checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 628 dependencies = [ 629 "equivalent", 630 "hashbrown 0.16.1", ··· 641 642 [[package]] 643 name = "itoa" 644 + version = "1.0.17" 645 source = "registry+https://github.com/rust-lang/crates.io-index" 646 + checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 647 648 [[package]] 649 name = "jobserver" ··· 657 658 [[package]] 659 name = "js-sys" 660 + version = "0.3.85" 661 source = "registry+https://github.com/rust-lang/crates.io-index" 662 + checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" 663 dependencies = [ 664 "once_cell", 665 "wasm-bindgen", ··· 682 683 [[package]] 684 name = "libc" 685 + version = "0.2.180" 686 source = "registry+https://github.com/rust-lang/crates.io-index" 687 + checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" 688 689 [[package]] 690 name = "libm" 691 + version = "0.2.16" 692 source = "registry+https://github.com/rust-lang/crates.io-index" 693 + checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" 694 695 [[package]] 696 name = "libmimalloc-sys" ··· 716 version = "0.4.29" 717 source = "registry+https://github.com/rust-lang/crates.io-index" 718 checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 719 720 [[package]] 721 name = "matchers" ··· 1212 "libc", 1213 "redox_syscall", 1214 "smallvec", 1215 + "windows-link", 1216 ] 1217 1218 [[package]] ··· 1276 1277 [[package]] 1278 name = "proc-macro2" 1279 + version = "1.0.106" 1280 source = "registry+https://github.com/rust-lang/crates.io-index" 1281 + checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 1282 dependencies = [ 1283 "unicode-ident", 1284 ] 1285 1286 [[package]] 1287 name = "prost" 1288 + version = "0.14.3" 1289 source = "registry+https://github.com/rust-lang/crates.io-index" 1290 + checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568" 1291 dependencies = [ 1292 "bytes", 1293 "prost-derive", ··· 1295 1296 [[package]] 1297 name = "prost-derive" 1298 + version = "0.14.3" 1299 source = "registry+https://github.com/rust-lang/crates.io-index" 1300 + checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b" 1301 dependencies = [ 1302 "anyhow", 1303 "itertools", ··· 1308 1309 [[package]] 1310 name = "quote" 1311 + version = "1.0.44" 1312 source = "registry+https://github.com/rust-lang/crates.io-index" 1313 + checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" 1314 dependencies = [ 1315 "proc-macro2", 1316 ] ··· 1343 1344 [[package]] 1345 name = "rand_core" 1346 + version = "0.9.5" 1347 source = "registry+https://github.com/rust-lang/crates.io-index" 1348 + checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 1349 dependencies = [ 1350 "getrandom", 1351 ] ··· 1362 1363 [[package]] 1364 name = "rapidhash" 1365 + version = "4.2.2" 1366 source = "registry+https://github.com/rust-lang/crates.io-index" 1367 + checksum = "71ec30b38a417407efe7676bad0ca6b78f995f810185ece9af3bd5dc561185a9" 1368 dependencies = [ 1369 "rand", 1370 "rustversion", ··· 1381 1382 [[package]] 1383 name = "regex-automata" 1384 + version = "0.4.14" 1385 source = "registry+https://github.com/rust-lang/crates.io-index" 1386 + checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 1387 dependencies = [ 1388 "aho-corasick", 1389 "memchr", ··· 1392 1393 [[package]] 1394 name = "regex-syntax" 1395 + version = "0.8.9" 1396 source = "registry+https://github.com/rust-lang/crates.io-index" 1397 + checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" 1398 1399 [[package]] 1400 name = "rustc-demangle" 1401 + version = "0.1.27" 1402 source = "registry+https://github.com/rust-lang/crates.io-index" 1403 + checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d" 1404 1405 [[package]] 1406 name = "rustversion" ··· 1415 checksum = "4cfa9e87e97427c3a1b472eace073b2bc577ad0e1444c128d938b3d5bcdacb17" 1416 1417 [[package]] 1418 name = "saa" 1419 + version = "5.4.9" 1420 source = "registry+https://github.com/rust-lang/crates.io-index" 1421 + checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144" 1422 1423 [[package]] 1424 name = "scc" 1425 + version = "3.5.6" 1426 source = "registry+https://github.com/rust-lang/crates.io-index" 1427 + checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793" 1428 dependencies = [ 1429 "saa", 1430 "sdd", 1431 ] 1432 1433 [[package]] 1434 name = "scopeguard" 1435 version = "1.2.0" 1436 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1438 1439 [[package]] 1440 name = "sdd" 1441 + version = "4.6.2" 1442 source = "registry+https://github.com/rust-lang/crates.io-index" 1443 + checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e" 1444 1445 [[package]] 1446 name = "serde" ··· 1474 1475 [[package]] 1476 name = "serde_json" 1477 + version = "1.0.149" 1478 source = "registry+https://github.com/rust-lang/crates.io-index" 1479 + checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 1480 dependencies = [ 1481 "itoa", 1482 "memchr", 1483 "serde", 1484 "serde_core", 1485 + "zmij", 1486 ] 1487 1488 [[package]] 1489 name = "serde_spanned" 1490 + version = "1.0.4" 1491 source = "registry+https://github.com/rust-lang/crates.io-index" 1492 + checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776" 1493 dependencies = [ 1494 "serde_core", 1495 ] ··· 1511 1512 [[package]] 1513 name = "signal-hook-registry" 1514 + version = "1.4.8" 1515 source = "registry+https://github.com/rust-lang/crates.io-index" 1516 + checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 1517 dependencies = [ 1518 + "errno", 1519 "libc", 1520 ] 1521 1522 [[package]] 1523 name = "slab" 1524 + version = "0.4.12" 1525 source = "registry+https://github.com/rust-lang/crates.io-index" 1526 + checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 1527 1528 [[package]] 1529 name = "smallvec" ··· 1533 1534 [[package]] 1535 name = "socket2" 1536 + version = "0.6.2" 1537 source = "registry+https://github.com/rust-lang/crates.io-index" 1538 + checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" 1539 dependencies = [ 1540 "libc", 1541 "windows-sys 0.60.2", ··· 1552 1553 [[package]] 1554 name = "syn" 1555 + version = "2.0.114" 1556 source = "registry+https://github.com/rust-lang/crates.io-index" 1557 + checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" 1558 dependencies = [ 1559 "proc-macro2", 1560 "quote", ··· 1569 1570 [[package]] 1571 name = "thiserror" 1572 + version = "2.0.18" 1573 source = "registry+https://github.com/rust-lang/crates.io-index" 1574 + checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 1575 dependencies = [ 1576 "thiserror-impl", 1577 ] 1578 1579 [[package]] 1580 name = "thiserror-impl" 1581 + version = "2.0.18" 1582 source = "registry+https://github.com/rust-lang/crates.io-index" 1583 + checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 1584 dependencies = [ 1585 "proc-macro2", 1586 "quote", ··· 1598 1599 [[package]] 1600 name = "tokio" 1601 + version = "1.49.0" 1602 source = "registry+https://github.com/rust-lang/crates.io-index" 1603 + checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" 1604 dependencies = [ 1605 "bytes", 1606 "libc", ··· 1614 1615 [[package]] 1616 name = "tokio-stream" 1617 + version = "0.1.18" 1618 source = "registry+https://github.com/rust-lang/crates.io-index" 1619 + checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" 1620 dependencies = [ 1621 "futures-core", 1622 "pin-project-lite", ··· 1625 1626 [[package]] 1627 name = "tokio-util" 1628 + version = "0.7.18" 1629 source = "registry+https://github.com/rust-lang/crates.io-index" 1630 + checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 1631 dependencies = [ 1632 "bytes", 1633 "futures-core", ··· 1638 1639 [[package]] 1640 name = "toml" 1641 + version = "0.9.11+spec-1.1.0" 1642 source = "registry+https://github.com/rust-lang/crates.io-index" 1643 + checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46" 1644 dependencies = [ 1645 "serde_core", 1646 "serde_spanned", ··· 1651 1652 [[package]] 1653 name = "toml_datetime" 1654 + version = "0.7.5+spec-1.1.0" 1655 source = "registry+https://github.com/rust-lang/crates.io-index" 1656 + checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" 1657 dependencies = [ 1658 "serde_core", 1659 ] 1660 1661 [[package]] 1662 name = "toml_parser" 1663 + version = "1.0.6+spec-1.1.0" 1664 source = "registry+https://github.com/rust-lang/crates.io-index" 1665 + checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44" 1666 dependencies = [ 1667 "winnow", 1668 ] 1669 1670 [[package]] 1671 name = "tonic" 1672 + version = "0.14.3" 1673 source = "registry+https://github.com/rust-lang/crates.io-index" 1674 + checksum = "a286e33f82f8a1ee2df63f4fa35c0becf4a85a0cb03091a15fd7bf0b402dc94a" 1675 dependencies = [ 1676 "async-trait", 1677 "base64", ··· 1696 1697 [[package]] 1698 name = "tonic-prost" 1699 + version = "0.14.3" 1700 source = "registry+https://github.com/rust-lang/crates.io-index" 1701 + checksum = "d6c55a2d6a14174563de34409c9f92ff981d006f56da9c6ecd40d9d4a31500b0" 1702 dependencies = [ 1703 "bytes", 1704 "prost", ··· 1707 1708 [[package]] 1709 name = "tower" 1710 + version = "0.5.3" 1711 source = "registry+https://github.com/rust-lang/crates.io-index" 1712 + checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 1713 dependencies = [ 1714 "futures-core", 1715 "futures-util", ··· 1753 1754 [[package]] 1755 name = "tracing" 1756 + version = "0.1.44" 1757 source = "registry+https://github.com/rust-lang/crates.io-index" 1758 + checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 1759 dependencies = [ 1760 "pin-project-lite", 1761 "tracing-attributes", ··· 1775 1776 [[package]] 1777 name = "tracing-core" 1778 + version = "0.1.36" 1779 source = "registry+https://github.com/rust-lang/crates.io-index" 1780 + checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 1781 dependencies = [ 1782 "once_cell", 1783 "valuable", ··· 1808 1809 [[package]] 1810 name = "tracing-opentelemetry" 1811 + version = "0.32.1" 1812 source = "registry+https://github.com/rust-lang/crates.io-index" 1813 + checksum = "1ac28f2d093c6c477eaa76b23525478f38de514fa9aeb1285738d4b97a9552fc" 1814 dependencies = [ 1815 "js-sys", 1816 "opentelemetry", 1817 "smallvec", 1818 "tracing", 1819 "tracing-core", 1820 "tracing-log", ··· 1873 1874 [[package]] 1875 name = "uuid" 1876 + version = "1.20.0" 1877 source = "registry+https://github.com/rust-lang/crates.io-index" 1878 + checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f" 1879 dependencies = [ 1880 "getrandom", 1881 "js-sys", ··· 1906 1907 [[package]] 1908 name = "wasip2" 1909 + version = "1.0.2+wasi-0.2.9" 1910 source = "registry+https://github.com/rust-lang/crates.io-index" 1911 + checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 1912 dependencies = [ 1913 "wit-bindgen", 1914 ] 1915 1916 [[package]] 1917 name = "wasm-bindgen" 1918 + version = "0.2.108" 1919 source = "registry+https://github.com/rust-lang/crates.io-index" 1920 + checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" 1921 dependencies = [ 1922 "cfg-if", 1923 "once_cell", ··· 1928 1929 [[package]] 1930 name = "wasm-bindgen-macro" 1931 + version = "0.2.108" 1932 source = "registry+https://github.com/rust-lang/crates.io-index" 1933 + checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" 1934 dependencies = [ 1935 "quote", 1936 "wasm-bindgen-macro-support", ··· 1938 1939 [[package]] 1940 name = "wasm-bindgen-macro-support" 1941 + version = "0.2.108" 1942 source = "registry+https://github.com/rust-lang/crates.io-index" 1943 + checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" 1944 dependencies = [ 1945 "bumpalo", 1946 "proc-macro2", ··· 1951 1952 [[package]] 1953 name = "wasm-bindgen-shared" 1954 + version = "0.2.108" 1955 source = "registry+https://github.com/rust-lang/crates.io-index" 1956 + checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" 1957 dependencies = [ 1958 "unicode-ident", 1959 ] ··· 1991 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1992 1993 [[package]] 1994 name = "windows-link" 1995 version = "0.2.1" 1996 source = "registry+https://github.com/rust-lang/crates.io-index" 1997 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 1998 1999 [[package]] 2000 name = "windows-sys" 2001 version = "0.60.2" 2002 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2011 source = "registry+https://github.com/rust-lang/crates.io-index" 2012 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 2013 dependencies = [ 2014 + "windows-link", 2015 ] 2016 2017 [[package]] ··· 2020 source = "registry+https://github.com/rust-lang/crates.io-index" 2021 checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 2022 dependencies = [ 2023 + "windows-link", 2024 "windows_aarch64_gnullvm", 2025 "windows_aarch64_msvc", 2026 "windows_i686_gnu", ··· 2032 ] 2033 2034 [[package]] 2035 name = "windows_aarch64_gnullvm" 2036 version = "0.53.1" 2037 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2090 2091 [[package]] 2092 name = "wit-bindgen" 2093 + version = "0.51.0" 2094 source = "registry+https://github.com/rust-lang/crates.io-index" 2095 + checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 2096 2097 [[package]] 2098 name = "wyrand" ··· 2105 2106 [[package]] 2107 name = "zerocopy" 2108 + version = "0.8.39" 2109 source = "registry+https://github.com/rust-lang/crates.io-index" 2110 + checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a" 2111 dependencies = [ 2112 "zerocopy-derive", 2113 ] 2114 2115 [[package]] 2116 name = "zerocopy-derive" 2117 + version = "0.8.39" 2118 source = "registry+https://github.com/rust-lang/crates.io-index" 2119 + checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517" 2120 dependencies = [ 2121 "proc-macro2", 2122 "quote", 2123 "syn", 2124 ] 2125 + 2126 + [[package]] 2127 + name = "zmij" 2128 + version = "1.0.19" 2129 + source = "registry+https://github.com/rust-lang/crates.io-index" 2130 + checksum = "3ff05f8caa9038894637571ae6b9e29466c1f4f829d26c9b28f869a29cbe3445" 2131 2132 [[package]] 2133 name = "zstd"