rev. d691b1aa7ca2054157c66cc3af9fb9ea8f9e5aac
@@ -1339,1339 +1399,1399 @@
1339 1339 |
|
1340 1340 | [[package]]
|
1341 1341 | name = "aws-smithy-observability-otel"
|
1342 1342 | version = "0.1.1"
|
1343 1343 | dependencies = [
|
1344 1344 | "async-global-executor",
|
1345 1345 | "async-task",
|
1346 1346 | "aws-smithy-observability",
|
1347 1347 | "criterion",
|
1348 1348 | "opentelemetry",
|
1349 1349 | "opentelemetry_sdk",
|
1350 1350 | "stats_alloc",
|
1351 1351 | "tokio",
|
1352 1352 | "value-bag",
|
1353 1353 | ]
|
1354 1354 |
|
1355 1355 | [[package]]
|
1356 1356 | name = "aws-smithy-protocol-test"
|
1357 1357 | version = "0.63.4"
|
1358 1358 | dependencies = [
|
1359 1359 | "assert-json-diff",
|
1360 1360 | "aws-smithy-runtime-api",
|
1361 1361 | "base64-simd",
|
1362 1362 | "cbor-diag",
|
1363 1363 | "ciborium",
|
1364 1364 | "http 0.2.12",
|
1365 1365 | "pretty_assertions",
|
1366 1366 | "regex-lite",
|
1367 1367 | "roxmltree",
|
1368 1368 | "serde_json",
|
1369 - | "thiserror 2.0.12",
|
1369 + | "thiserror 2.0.14",
|
1370 1370 | ]
|
1371 1371 |
|
1372 1372 | [[package]]
|
1373 1373 | name = "aws-smithy-query"
|
1374 1374 | version = "0.60.7"
|
1375 1375 | dependencies = [
|
1376 1376 | "aws-smithy-types",
|
1377 1377 | "urlencoding",
|
1378 1378 | ]
|
1379 1379 |
|
1380 1380 | [[package]]
|
1381 1381 | name = "aws-smithy-runtime"
|
1382 1382 | version = "1.8.6"
|
1383 1383 | dependencies = [
|
1384 1384 | "approx",
|
1385 1385 | "aws-smithy-async",
|
1386 1386 | "aws-smithy-http",
|
1387 1387 | "aws-smithy-http-client",
|
1388 1388 | "aws-smithy-observability",
|
1389 1389 | "aws-smithy-runtime-api",
|
1390 1390 | "aws-smithy-types",
|
1391 1391 | "bytes",
|
1392 1392 | "fastrand 2.3.0",
|
1393 1393 | "futures-util",
|
1394 1394 | "http 0.2.12",
|
1395 1395 | "http 1.3.1",
|
1396 1396 | "http-body 0.4.6",
|
1397 1397 | "http-body 1.0.1",
|
1398 1398 | "hyper 0.14.32",
|
1399 1399 | "pin-project-lite",
|
@@ -1671,1671 +1733,1733 @@
1671 1671 | "either",
|
1672 1672 | ]
|
1673 1673 |
|
1674 1674 | [[package]]
|
1675 1675 | name = "cast"
|
1676 1676 | version = "0.3.0"
|
1677 1677 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1678 1678 | checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
1679 1679 |
|
1680 1680 | [[package]]
|
1681 1681 | name = "cbor-diag"
|
1682 1682 | version = "0.1.12"
|
1683 1683 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1684 1684 | checksum = "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429"
|
1685 1685 | dependencies = [
|
1686 1686 | "bs58",
|
1687 1687 | "chrono",
|
1688 1688 | "data-encoding",
|
1689 1689 | "half",
|
1690 1690 | "nom",
|
1691 1691 | "num-bigint",
|
1692 1692 | "num-rational",
|
1693 1693 | "num-traits",
|
1694 1694 | "separator",
|
1695 1695 | "url",
|
1696 1696 | "uuid",
|
1697 1697 | ]
|
1698 1698 |
|
1699 1699 | [[package]]
|
1700 1700 | name = "cc"
|
1701 - | version = "1.2.31"
|
1701 + | version = "1.2.32"
|
1702 1702 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1703 - | checksum = "c3a42d84bb6b69d3a8b3eaacf0d88f179e1929695e1ad012b6cf64d9caaa5fd2"
|
1703 + | checksum = "2352e5597e9c544d5e6d9c95190d5d27738ade584fa8db0a16e130e5c2b5296e"
|
1704 1704 | dependencies = [
|
1705 1705 | "jobserver",
|
1706 1706 | "libc",
|
1707 1707 | "shlex",
|
1708 1708 | ]
|
1709 1709 |
|
1710 1710 | [[package]]
|
1711 1711 | name = "cexpr"
|
1712 1712 | version = "0.6.0"
|
1713 1713 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1714 1714 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
1715 1715 | dependencies = [
|
1716 1716 | "nom",
|
1717 1717 | ]
|
1718 1718 |
|
1719 1719 | [[package]]
|
1720 1720 | name = "cfg-if"
|
1721 1721 | version = "1.0.1"
|
1722 1722 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1723 1723 | checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
|
1724 1724 |
|
1725 1725 | [[package]]
|
1726 1726 | name = "chrono"
|
1727 1727 | version = "0.4.41"
|
1728 1728 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1729 1729 | checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
|
1730 1730 | dependencies = [
|
1731 1731 | "num-traits",
|
1732 1732 | ]
|
1733 1733 |
|
@@ -1744,1744 +1815,1815 @@
1744 1744 |
|
1745 1745 | [[package]]
|
1746 1746 | name = "ciborium-io"
|
1747 1747 | version = "0.2.2"
|
1748 1748 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1749 1749 | checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
1750 1750 |
|
1751 1751 | [[package]]
|
1752 1752 | name = "ciborium-ll"
|
1753 1753 | version = "0.2.2"
|
1754 1754 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1755 1755 | checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
1756 1756 | dependencies = [
|
1757 1757 | "ciborium-io",
|
1758 1758 | "half",
|
1759 1759 | ]
|
1760 1760 |
|
1761 1761 | [[package]]
|
1762 1762 | name = "clang-sys"
|
1763 1763 | version = "1.8.1"
|
1764 1764 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1765 1765 | checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
1766 1766 | dependencies = [
|
1767 1767 | "glob",
|
1768 1768 | "libc",
|
1769 1769 | "libloading",
|
1770 1770 | ]
|
1771 1771 |
|
1772 1772 | [[package]]
|
1773 1773 | name = "clap"
|
1774 - | version = "4.5.43"
|
1774 + | version = "4.5.45"
|
1775 1775 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1776 - | checksum = "50fd97c9dc2399518aa331917ac6f274280ec5eb34e555dd291899745c48ec6f"
|
1776 + | checksum = "1fc0e74a703892159f5ae7d3aac52c8e6c392f5ae5f359c70b5881d60aaac318"
|
1777 1777 | dependencies = [
|
1778 1778 | "clap_builder",
|
1779 1779 | ]
|
1780 1780 |
|
1781 1781 | [[package]]
|
1782 1782 | name = "clap_builder"
|
1783 - | version = "4.5.43"
|
1783 + | version = "4.5.44"
|
1784 1784 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1785 - | checksum = "c35b5830294e1fa0462034af85cc95225a4cb07092c088c55bda3147cfcd8f65"
|
1785 + | checksum = "b3e7f4214277f3c7aa526a59dd3fbe306a370daee1f8b7b8c987069cd8e888a8"
|
1786 1786 | dependencies = [
|
1787 1787 | "anstyle",
|
1788 1788 | "clap_lex",
|
1789 1789 | ]
|
1790 1790 |
|
1791 1791 | [[package]]
|
1792 1792 | name = "clap_lex"
|
1793 1793 | version = "0.7.5"
|
1794 1794 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1795 1795 | checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
|
1796 1796 |
|
1797 1797 | [[package]]
|
1798 1798 | name = "cmake"
|
1799 1799 | version = "0.1.54"
|
1800 1800 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1801 1801 | checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
|
1802 1802 | dependencies = [
|
1803 1803 | "cc",
|
1804 1804 | ]
|
1805 1805 |
|
1806 1806 | [[package]]
|
1807 1807 | name = "concurrent-queue"
|
1808 1808 | version = "2.5.0"
|
1809 1809 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1810 1810 | checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
1811 1811 | dependencies = [
|
1812 1812 | "crossbeam-utils",
|
1813 1813 | ]
|
1814 1814 |
|
1815 1815 | [[package]]
|
@@ -1852,1852 +1920,1921 @@
1852 1852 | version = "0.8.7"
|
1853 1853 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1854 1854 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
1855 1855 |
|
1856 1856 | [[package]]
|
1857 1857 | name = "cpufeatures"
|
1858 1858 | version = "0.2.17"
|
1859 1859 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1860 1860 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
1861 1861 | dependencies = [
|
1862 1862 | "libc",
|
1863 1863 | ]
|
1864 1864 |
|
1865 1865 | [[package]]
|
1866 1866 | name = "crc"
|
1867 1867 | version = "3.3.0"
|
1868 1868 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1869 1869 | checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
|
1870 1870 | dependencies = [
|
1871 1871 | "crc-catalog",
|
1872 1872 | ]
|
1873 1873 |
|
1874 1874 | [[package]]
|
1875 1875 | name = "crc-catalog"
|
1876 1876 | version = "2.4.0"
|
1877 1877 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1878 1878 | checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
|
1879 1879 |
|
1880 1880 | [[package]]
|
1881 1881 | name = "crc-fast"
|
1882 - | version = "1.3.0"
|
1882 + | version = "1.4.0"
|
1883 1883 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1884 - | checksum = "6bf62af4cc77d8fe1c22dde4e721d87f2f54056139d8c412e1366b740305f56f"
|
1884 + | checksum = "ec9f79df9b0383475ae6df8fcf35d4e29528441706385339daf0fe3f4cce040b"
|
1885 1885 | dependencies = [
|
1886 1886 | "crc",
|
1887 1887 | "digest",
|
1888 1888 | "libc",
|
1889 1889 | "rand 0.9.2",
|
1890 1890 | "regex",
|
1891 + | "rustversion",
|
1891 1892 | ]
|
1892 1893 |
|
1893 1894 | [[package]]
|
1894 1895 | name = "crc32fast"
|
1895 1896 | version = "1.5.0"
|
1896 1897 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1897 1898 | checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
1898 1899 | dependencies = [
|
1899 1900 | "cfg-if",
|
1900 1901 | ]
|
1901 1902 |
|
1902 1903 | [[package]]
|
1903 1904 | name = "criterion"
|
1904 1905 | version = "0.5.1"
|
1905 1906 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1906 1907 | checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
|
1907 1908 | dependencies = [
|
1908 1909 | "anes",
|
1909 1910 | "cast",
|
1910 1911 | "ciborium",
|
1911 1912 | "clap",
|
1912 1913 | "criterion-plot",
|
1913 1914 | "futures",
|
1914 1915 | "is-terminal",
|
1915 1916 | "itertools 0.10.5",
|
1916 1917 | "num-traits",
|
1917 1918 | "once_cell",
|
1918 1919 | "oorandom",
|
1919 1920 | "plotters",
|
1920 1921 | "rayon",
|
@@ -2364,2365 +2426,2427 @@
2364 2365 | name = "getrandom"
|
2365 2366 | version = "0.2.16"
|
2366 2367 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2367 2368 | checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
2368 2369 | dependencies = [
|
2369 2370 | "cfg-if",
|
2370 2371 | "libc",
|
2371 2372 | "wasi 0.11.1+wasi-snapshot-preview1",
|
2372 2373 | ]
|
2373 2374 |
|
2374 2375 | [[package]]
|
2375 2376 | name = "getrandom"
|
2376 2377 | version = "0.3.3"
|
2377 2378 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2378 2379 | checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
|
2379 2380 | dependencies = [
|
2380 2381 | "cfg-if",
|
2381 2382 | "libc",
|
2382 2383 | "r-efi",
|
2383 2384 | "wasi 0.14.2+wasi-0.2.4",
|
2384 2385 | ]
|
2385 2386 |
|
2386 2387 | [[package]]
|
2387 2388 | name = "gimli"
|
2388 2389 | version = "0.31.1"
|
2389 2390 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2390 2391 | checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
2391 2392 |
|
2392 2393 | [[package]]
|
2393 2394 | name = "glob"
|
2394 - | version = "0.3.2"
|
2395 + | version = "0.3.3"
|
2395 2396 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2396 - | checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
2397 + | checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
2397 2398 |
|
2398 2399 | [[package]]
|
2399 2400 | name = "gloo-timers"
|
2400 2401 | version = "0.3.0"
|
2401 2402 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2402 2403 | checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
|
2403 2404 | dependencies = [
|
2404 2405 | "futures-channel",
|
2405 2406 | "futures-core",
|
2406 2407 | "js-sys",
|
2407 2408 | "wasm-bindgen",
|
2408 2409 | ]
|
2409 2410 |
|
2410 2411 | [[package]]
|
2411 2412 | name = "group"
|
2412 2413 | version = "0.12.1"
|
2413 2414 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2414 2415 | checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
|
2415 2416 | dependencies = [
|
2416 2417 | "ff",
|
2417 2418 | "rand_core 0.6.4",
|
2418 2419 | "subtle",
|
2419 2420 | ]
|
2420 2421 |
|
2421 2422 | [[package]]
|
2422 2423 | name = "h2"
|
2423 2424 | version = "0.3.27"
|
2424 2425 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2425 2426 | checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
|
2426 2427 | dependencies = [
|
@@ -2441,2442 +2503,2504 @@
2441 2442 | name = "h2"
|
2442 2443 | version = "0.4.12"
|
2443 2444 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2444 2445 | checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
|
2445 2446 | dependencies = [
|
2446 2447 | "atomic-waker",
|
2447 2448 | "bytes",
|
2448 2449 | "fnv",
|
2449 2450 | "futures-core",
|
2450 2451 | "futures-sink",
|
2451 2452 | "http 1.3.1",
|
2452 2453 | "indexmap",
|
2453 2454 | "slab",
|
2454 2455 | "tokio",
|
2455 2456 | "tokio-util",
|
2456 2457 | "tracing",
|
2457 2458 | ]
|
2458 2459 |
|
2459 2460 | [[package]]
|
2460 2461 | name = "half"
|
2461 2462 | version = "2.6.0"
|
2462 2463 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2463 2464 | checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
|
2464 2465 | dependencies = [
|
2465 2466 | "cfg-if",
|
2466 2467 | "crunchy",
|
2467 2468 | ]
|
2468 2469 |
|
2469 2470 | [[package]]
|
2470 2471 | name = "hashbrown"
|
2471 - | version = "0.15.4"
|
2472 + | version = "0.15.5"
|
2472 2473 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2473 - | checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
|
2474 + | checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
2474 2475 | dependencies = [
|
2475 2476 | "allocator-api2",
|
2476 2477 | "equivalent",
|
2477 2478 | "foldhash",
|
2478 2479 | ]
|
2479 2480 |
|
2480 2481 | [[package]]
|
2481 2482 | name = "hdrhistogram"
|
2482 2483 | version = "7.5.4"
|
2483 2484 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2484 2485 | checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
|
2485 2486 | dependencies = [
|
2486 2487 | "base64 0.21.7",
|
2487 2488 | "byteorder",
|
2488 2489 | "crossbeam-channel",
|
2489 2490 | "flate2",
|
2490 2491 | "nom",
|
2491 2492 | "num-traits",
|
2492 2493 | ]
|
2493 2494 |
|
2494 2495 | [[package]]
|
2495 2496 | name = "hermit-abi"
|
2496 2497 | version = "0.3.9"
|
2497 2498 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2498 2499 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2499 2500 |
|
2500 2501 | [[package]]
|
2501 2502 | name = "hermit-abi"
|
2502 2503 | version = "0.5.2"
|
2503 2504 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -2938,2939 +3000,3001 @@
2938 2939 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2939 2940 | checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
2940 2941 | dependencies = [
|
2941 2942 | "once_cell",
|
2942 2943 | "wasm-bindgen",
|
2943 2944 | ]
|
2944 2945 |
|
2945 2946 | [[package]]
|
2946 2947 | name = "kv-log-macro"
|
2947 2948 | version = "1.0.7"
|
2948 2949 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2949 2950 | checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
2950 2951 | dependencies = [
|
2951 2952 | "log",
|
2952 2953 | ]
|
2953 2954 |
|
2954 2955 | [[package]]
|
2955 2956 | name = "lazy_static"
|
2956 2957 | version = "1.5.0"
|
2957 2958 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2958 2959 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2959 2960 |
|
2960 2961 | [[package]]
|
2961 2962 | name = "lazycell"
|
2962 2963 | version = "1.3.0"
|
2963 2964 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2964 2965 | checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2965 2966 |
|
2966 2967 | [[package]]
|
2967 2968 | name = "libc"
|
2968 - | version = "0.2.174"
|
2969 + | version = "0.2.175"
|
2969 2970 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2970 - | checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
|
2971 + | checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
|
2971 2972 |
|
2972 2973 | [[package]]
|
2973 2974 | name = "libloading"
|
2974 2975 | version = "0.8.8"
|
2975 2976 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2976 2977 | checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
|
2977 2978 | dependencies = [
|
2978 2979 | "cfg-if",
|
2979 2980 | "windows-targets 0.53.3",
|
2980 2981 | ]
|
2981 2982 |
|
2982 2983 | [[package]]
|
2983 2984 | name = "libmimalloc-sys"
|
2984 2985 | version = "0.1.43"
|
2985 2986 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2986 2987 | checksum = "bf88cd67e9de251c1781dbe2f641a1a3ad66eaae831b8a2c38fbdc5ddae16d4d"
|
2987 2988 | dependencies = [
|
2988 2989 | "cc",
|
2989 2990 | "libc",
|
2990 2991 | ]
|
2991 2992 |
|
2992 2993 | [[package]]
|
2993 2994 | name = "linux-raw-sys"
|
2994 2995 | version = "0.3.8"
|
2995 2996 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2996 2997 | checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
2997 2998 |
|
2998 2999 | [[package]]
|
2999 3000 | name = "linux-raw-sys"
|
3000 3001 | version = "0.4.15"
|
@@ -3418,3419 +3480,3481 @@
3418 3419 | name = "ppv-lite86"
|
3419 3420 | version = "0.2.21"
|
3420 3421 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3421 3422 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
3422 3423 | dependencies = [
|
3423 3424 | "zerocopy",
|
3424 3425 | ]
|
3425 3426 |
|
3426 3427 | [[package]]
|
3427 3428 | name = "pretty_assertions"
|
3428 3429 | version = "1.4.1"
|
3429 3430 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3430 3431 | checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
|
3431 3432 | dependencies = [
|
3432 3433 | "diff",
|
3433 3434 | "yansi",
|
3434 3435 | ]
|
3435 3436 |
|
3436 3437 | [[package]]
|
3437 3438 | name = "prettyplease"
|
3438 3439 | version = "0.2.36"
|
3439 3440 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3440 3441 | checksum = "ff24dfcda44452b9816fff4cd4227e1bb73ff5a2f1bc1105aa92fb8565ce44d2"
|
3441 3442 | dependencies = [
|
3442 3443 | "proc-macro2",
|
3443 3444 | "syn",
|
3444 3445 | ]
|
3445 3446 |
|
3446 3447 | [[package]]
|
3447 3448 | name = "proc-macro2"
|
3448 - | version = "1.0.95"
|
3449 + | version = "1.0.97"
|
3449 3450 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3450 - | checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
3451 + | checksum = "d61789d7719defeb74ea5fe81f2fdfdbd28a803847077cecce2ff14e1472f6f1"
|
3451 3452 | dependencies = [
|
3452 3453 | "unicode-ident",
|
3453 3454 | ]
|
3454 3455 |
|
3455 3456 | [[package]]
|
3456 3457 | name = "proptest"
|
3457 3458 | version = "1.7.0"
|
3458 3459 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3459 3460 | checksum = "6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f"
|
3460 3461 | dependencies = [
|
3461 3462 | "bit-set",
|
3462 3463 | "bit-vec",
|
3463 3464 | "bitflags 2.9.1",
|
3464 3465 | "lazy_static",
|
3465 3466 | "num-traits",
|
3466 3467 | "rand 0.9.2",
|
3467 3468 | "rand_chacha 0.9.0",
|
3468 3469 | "rand_xorshift",
|
3469 3470 | "regex-syntax 0.8.5",
|
3470 3471 | "rusty-fork",
|
3471 3472 | "tempfile",
|
3472 3473 | "unarray",
|
3473 3474 | ]
|
3474 3475 |
|
3475 3476 | [[package]]
|
3476 3477 | name = "quick-error"
|
3477 3478 | version = "1.2.3"
|
3478 3479 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3479 3480 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
3480 3481 |
|
@@ -3811,3812 +3873,3874 @@
3811 3812 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3812 3813 | checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
|
3813 3814 | dependencies = [
|
3814 3815 | "zeroize",
|
3815 3816 | ]
|
3816 3817 |
|
3817 3818 | [[package]]
|
3818 3819 | name = "rustls-webpki"
|
3819 3820 | version = "0.101.7"
|
3820 3821 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3821 3822 | checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
3822 3823 | dependencies = [
|
3823 3824 | "ring",
|
3824 3825 | "untrusted 0.9.0",
|
3825 3826 | ]
|
3826 3827 |
|
3827 3828 | [[package]]
|
3828 3829 | name = "rustls-webpki"
|
3829 3830 | version = "0.103.4"
|
3830 3831 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3831 3832 | checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
|
3832 3833 | dependencies = [
|
3833 3834 | "aws-lc-rs",
|
3834 3835 | "ring",
|
3835 3836 | "rustls-pki-types",
|
3836 3837 | "untrusted 0.9.0",
|
3837 3838 | ]
|
3838 3839 |
|
3839 3840 | [[package]]
|
3840 3841 | name = "rustversion"
|
3841 - | version = "1.0.21"
|
3842 + | version = "1.0.22"
|
3842 3843 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3843 - | checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
|
3844 + | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
3844 3845 |
|
3845 3846 | [[package]]
|
3846 3847 | name = "rusty-fork"
|
3847 3848 | version = "0.3.0"
|
3848 3849 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3849 3850 | checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
|
3850 3851 | dependencies = [
|
3851 3852 | "fnv",
|
3852 3853 | "quick-error",
|
3853 3854 | "tempfile",
|
3854 3855 | "wait-timeout",
|
3855 3856 | ]
|
3856 3857 |
|
3857 3858 | [[package]]
|
3858 3859 | name = "ryu"
|
3859 3860 | version = "1.0.20"
|
3860 3861 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3861 3862 | checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
3862 3863 |
|
3863 3864 | [[package]]
|
3864 3865 | name = "s2n-tls"
|
3865 3866 | version = "0.3.12"
|
3866 3867 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3867 3868 | checksum = "bca784a7bd2303b31dee13fe5d8617bd27c9e983342b6f07277d7bc07a2f32ea"
|
3868 3869 | dependencies = [
|
3869 3870 | "errno",
|
3870 3871 | "hex",
|
3871 3872 | "libc",
|
3872 3873 | "pin-project-lite",
|
3873 3874 | "s2n-tls-sys",
|
@@ -4111,4112 +4173,4174 @@
4111 4112 | "lazy_static",
|
4112 4113 | ]
|
4113 4114 |
|
4114 4115 | [[package]]
|
4115 4116 | name = "shlex"
|
4116 4117 | version = "1.3.0"
|
4117 4118 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4118 4119 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
4119 4120 |
|
4120 4121 | [[package]]
|
4121 4122 | name = "signal-hook-registry"
|
4122 4123 | version = "1.4.6"
|
4123 4124 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4124 4125 | checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
|
4125 4126 | dependencies = [
|
4126 4127 | "libc",
|
4127 4128 | ]
|
4128 4129 |
|
4129 4130 | [[package]]
|
4130 4131 | name = "signature"
|
4131 4132 | version = "1.6.4"
|
4132 4133 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4133 4134 | checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
|
4134 4135 | dependencies = [
|
4135 4136 | "digest",
|
4136 4137 | "rand_core 0.6.4",
|
4137 4138 | ]
|
4138 4139 |
|
4139 4140 | [[package]]
|
4140 4141 | name = "slab"
|
4141 - | version = "0.4.10"
|
4142 + | version = "0.4.11"
|
4142 4143 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4143 - | checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
|
4144 + | checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
|
4144 4145 |
|
4145 4146 | [[package]]
|
4146 4147 | name = "smallvec"
|
4147 4148 | version = "1.15.1"
|
4148 4149 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4149 4150 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
4150 4151 |
|
4151 4152 | [[package]]
|
4152 4153 | name = "smol"
|
4153 4154 | version = "1.3.0"
|
4154 4155 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4155 4156 | checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
|
4156 4157 | dependencies = [
|
4157 4158 | "async-channel 1.9.0",
|
4158 4159 | "async-executor",
|
4159 4160 | "async-fs",
|
4160 4161 | "async-io 1.13.0",
|
4161 4162 | "async-lock 2.8.0",
|
4162 4163 | "async-net",
|
4163 4164 | "async-process 1.8.1",
|
4164 4165 | "blocking",
|
4165 4166 | "futures-lite 1.13.0",
|
4166 4167 | ]
|
4167 4168 |
|
4168 4169 | [[package]]
|
4169 4170 | name = "socket2"
|
4170 4171 | version = "0.4.10"
|
4171 4172 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4172 4173 | checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
|
4173 4174 | dependencies = [
|
@@ -4263,4264 +4345,4346 @@
4263 4264 | checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
4264 4265 | dependencies = [
|
4265 4266 | "core-foundation-sys",
|
4266 4267 | "libc",
|
4267 4268 | ]
|
4268 4269 |
|
4269 4270 | [[package]]
|
4270 4271 | name = "tempfile"
|
4271 4272 | version = "3.20.0"
|
4272 4273 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4273 4274 | checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
|
4274 4275 | dependencies = [
|
4275 4276 | "fastrand 2.3.0",
|
4276 4277 | "getrandom 0.3.3",
|
4277 4278 | "once_cell",
|
4278 4279 | "rustix 1.0.8",
|
4279 4280 | "windows-sys 0.59.0",
|
4280 4281 | ]
|
4281 4282 |
|
4282 4283 | [[package]]
|
4283 4284 | name = "thiserror"
|
4284 4285 | version = "1.0.69"
|
4285 4286 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4286 4287 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
4287 4288 | dependencies = [
|
4288 4289 | "thiserror-impl 1.0.69",
|
4289 4290 | ]
|
4290 4291 |
|
4291 4292 | [[package]]
|
4292 4293 | name = "thiserror"
|
4293 - | version = "2.0.12"
|
4294 + | version = "2.0.14"
|
4294 4295 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4295 - | checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
4296 + | checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e"
|
4296 4297 | dependencies = [
|
4297 - | "thiserror-impl 2.0.12",
|
4298 + | "thiserror-impl 2.0.14",
|
4298 4299 | ]
|
4299 4300 |
|
4300 4301 | [[package]]
|
4301 4302 | name = "thiserror-impl"
|
4302 4303 | version = "1.0.69"
|
4303 4304 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4304 4305 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
4305 4306 | dependencies = [
|
4306 4307 | "proc-macro2",
|
4307 4308 | "quote",
|
4308 4309 | "syn",
|
4309 4310 | ]
|
4310 4311 |
|
4311 4312 | [[package]]
|
4312 4313 | name = "thiserror-impl"
|
4313 - | version = "2.0.12"
|
4314 + | version = "2.0.14"
|
4314 4315 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4315 - | checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
4316 + | checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227"
|
4316 4317 | dependencies = [
|
4317 4318 | "proc-macro2",
|
4318 4319 | "quote",
|
4319 4320 | "syn",
|
4320 4321 | ]
|
4321 4322 |
|
4322 4323 | [[package]]
|
4323 4324 | name = "thread_local"
|
4324 4325 | version = "1.1.9"
|
4325 4326 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4326 4327 | checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
4327 4328 | dependencies = [
|
4328 4329 | "cfg-if",
|
4329 4330 | ]
|
4330 4331 |
|
4331 4332 | [[package]]
|
4332 4333 | name = "time"
|
4333 4334 | version = "0.3.41"
|
4334 4335 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4335 4336 | checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
|
4336 4337 | dependencies = [
|
4337 4338 | "deranged",
|
4338 4339 | "itoa",
|
4339 4340 | "num-conv",
|
4340 4341 | "powerfmt",
|
4341 4342 | "serde",
|
4342 4343 | "time-core",
|
4343 4344 | "time-macros",
|
4344 4345 | ]
|
4345 4346 |
|
@@ -4651,4652 +4713,4714 @@
4651 4652 | name = "untrusted"
|
4652 4653 | version = "0.9.0"
|
4653 4654 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4654 4655 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
4655 4656 |
|
4656 4657 | [[package]]
|
4657 4658 | name = "url"
|
4658 4659 | version = "2.5.4"
|
4659 4660 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4660 4661 | checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
4661 4662 | dependencies = [
|
4662 4663 | "form_urlencoded",
|
4663 4664 | "idna",
|
4664 4665 | "percent-encoding",
|
4665 4666 | ]
|
4666 4667 |
|
4667 4668 | [[package]]
|
4668 4669 | name = "urlencoding"
|
4669 4670 | version = "2.1.3"
|
4670 4671 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4671 4672 | checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
4672 4673 |
|
4673 4674 | [[package]]
|
4674 4675 | name = "utf8_iter"
|
4675 4676 | version = "1.0.4"
|
4676 4677 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4677 4678 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
4678 4679 |
|
4679 4680 | [[package]]
|
4680 4681 | name = "uuid"
|
4681 - | version = "1.17.0"
|
4682 + | version = "1.18.0"
|
4682 4683 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4683 - | checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
|
4684 + | checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be"
|
4684 4685 | dependencies = [
|
4685 4686 | "js-sys",
|
4686 4687 | "wasm-bindgen",
|
4687 4688 | ]
|
4688 4689 |
|
4689 4690 | [[package]]
|
4690 4691 | name = "valuable"
|
4691 4692 | version = "0.1.1"
|
4692 4693 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4693 4694 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
4694 4695 |
|
4695 4696 | [[package]]
|
4696 4697 | name = "value-bag"
|
4697 4698 | version = "1.11.1"
|
4698 4699 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4699 4700 | checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
|
4700 4701 |
|
4701 4702 | [[package]]
|
4702 4703 | name = "version_check"
|
4703 4704 | version = "0.9.5"
|
4704 4705 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4705 4706 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
4706 4707 |
|
4707 4708 | [[package]]
|
4708 4709 | name = "vsimd"
|
4709 4710 | version = "0.8.0"
|
4710 4711 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4711 4712 | checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
4712 4713 |
|
4713 4714 | [[package]]
|