rev. 4805821007b36babc2f111b702a20b4ef52b6c60
@@ -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]]
|
@@ -2364,2364 +2426,2426 @@
2364 2364 | name = "getrandom"
|
2365 2365 | version = "0.2.16"
|
2366 2366 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2367 2367 | checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
2368 2368 | dependencies = [
|
2369 2369 | "cfg-if",
|
2370 2370 | "libc",
|
2371 2371 | "wasi 0.11.1+wasi-snapshot-preview1",
|
2372 2372 | ]
|
2373 2373 |
|
2374 2374 | [[package]]
|
2375 2375 | name = "getrandom"
|
2376 2376 | version = "0.3.3"
|
2377 2377 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2378 2378 | checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
|
2379 2379 | dependencies = [
|
2380 2380 | "cfg-if",
|
2381 2381 | "libc",
|
2382 2382 | "r-efi",
|
2383 2383 | "wasi 0.14.2+wasi-0.2.4",
|
2384 2384 | ]
|
2385 2385 |
|
2386 2386 | [[package]]
|
2387 2387 | name = "gimli"
|
2388 2388 | version = "0.31.1"
|
2389 2389 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2390 2390 | checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
2391 2391 |
|
2392 2392 | [[package]]
|
2393 2393 | name = "glob"
|
2394 - | version = "0.3.2"
|
2394 + | version = "0.3.3"
|
2395 2395 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2396 - | checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
2396 + | checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
2397 2397 |
|
2398 2398 | [[package]]
|
2399 2399 | name = "gloo-timers"
|
2400 2400 | version = "0.3.0"
|
2401 2401 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2402 2402 | checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
|
2403 2403 | dependencies = [
|
2404 2404 | "futures-channel",
|
2405 2405 | "futures-core",
|
2406 2406 | "js-sys",
|
2407 2407 | "wasm-bindgen",
|
2408 2408 | ]
|
2409 2409 |
|
2410 2410 | [[package]]
|
2411 2411 | name = "group"
|
2412 2412 | version = "0.12.1"
|
2413 2413 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2414 2414 | checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
|
2415 2415 | dependencies = [
|
2416 2416 | "ff",
|
2417 2417 | "rand_core 0.6.4",
|
2418 2418 | "subtle",
|
2419 2419 | ]
|
2420 2420 |
|
2421 2421 | [[package]]
|
2422 2422 | name = "h2"
|
2423 2423 | version = "0.3.27"
|
2424 2424 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2425 2425 | checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
|
2426 2426 | dependencies = [
|
@@ -2441,2441 +2503,2503 @@
2441 2441 | name = "h2"
|
2442 2442 | version = "0.4.12"
|
2443 2443 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2444 2444 | checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
|
2445 2445 | dependencies = [
|
2446 2446 | "atomic-waker",
|
2447 2447 | "bytes",
|
2448 2448 | "fnv",
|
2449 2449 | "futures-core",
|
2450 2450 | "futures-sink",
|
2451 2451 | "http 1.3.1",
|
2452 2452 | "indexmap",
|
2453 2453 | "slab",
|
2454 2454 | "tokio",
|
2455 2455 | "tokio-util",
|
2456 2456 | "tracing",
|
2457 2457 | ]
|
2458 2458 |
|
2459 2459 | [[package]]
|
2460 2460 | name = "half"
|
2461 2461 | version = "2.6.0"
|
2462 2462 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2463 2463 | checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
|
2464 2464 | dependencies = [
|
2465 2465 | "cfg-if",
|
2466 2466 | "crunchy",
|
2467 2467 | ]
|
2468 2468 |
|
2469 2469 | [[package]]
|
2470 2470 | name = "hashbrown"
|
2471 - | version = "0.15.4"
|
2471 + | version = "0.15.5"
|
2472 2472 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2473 - | checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
|
2473 + | checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
2474 2474 | dependencies = [
|
2475 2475 | "allocator-api2",
|
2476 2476 | "equivalent",
|
2477 2477 | "foldhash",
|
2478 2478 | ]
|
2479 2479 |
|
2480 2480 | [[package]]
|
2481 2481 | name = "hdrhistogram"
|
2482 2482 | version = "7.5.4"
|
2483 2483 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2484 2484 | checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
|
2485 2485 | dependencies = [
|
2486 2486 | "base64 0.21.7",
|
2487 2487 | "byteorder",
|
2488 2488 | "crossbeam-channel",
|
2489 2489 | "flate2",
|
2490 2490 | "nom",
|
2491 2491 | "num-traits",
|
2492 2492 | ]
|
2493 2493 |
|
2494 2494 | [[package]]
|
2495 2495 | name = "hermit-abi"
|
2496 2496 | version = "0.3.9"
|
2497 2497 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2498 2498 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2499 2499 |
|
2500 2500 | [[package]]
|
2501 2501 | name = "hermit-abi"
|
2502 2502 | version = "0.5.2"
|
2503 2503 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -2938,2938 +3000,3000 @@
2938 2938 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2939 2939 | checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
2940 2940 | dependencies = [
|
2941 2941 | "once_cell",
|
2942 2942 | "wasm-bindgen",
|
2943 2943 | ]
|
2944 2944 |
|
2945 2945 | [[package]]
|
2946 2946 | name = "kv-log-macro"
|
2947 2947 | version = "1.0.7"
|
2948 2948 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2949 2949 | checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
2950 2950 | dependencies = [
|
2951 2951 | "log",
|
2952 2952 | ]
|
2953 2953 |
|
2954 2954 | [[package]]
|
2955 2955 | name = "lazy_static"
|
2956 2956 | version = "1.5.0"
|
2957 2957 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2958 2958 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2959 2959 |
|
2960 2960 | [[package]]
|
2961 2961 | name = "lazycell"
|
2962 2962 | version = "1.3.0"
|
2963 2963 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2964 2964 | checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2965 2965 |
|
2966 2966 | [[package]]
|
2967 2967 | name = "libc"
|
2968 - | version = "0.2.174"
|
2968 + | version = "0.2.175"
|
2969 2969 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2970 - | checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
|
2970 + | checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
|
2971 2971 |
|
2972 2972 | [[package]]
|
2973 2973 | name = "libloading"
|
2974 2974 | version = "0.8.8"
|
2975 2975 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2976 2976 | checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
|
2977 2977 | dependencies = [
|
2978 2978 | "cfg-if",
|
2979 2979 | "windows-targets 0.53.3",
|
2980 2980 | ]
|
2981 2981 |
|
2982 2982 | [[package]]
|
2983 2983 | name = "libmimalloc-sys"
|
2984 2984 | version = "0.1.43"
|
2985 2985 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2986 2986 | checksum = "bf88cd67e9de251c1781dbe2f641a1a3ad66eaae831b8a2c38fbdc5ddae16d4d"
|
2987 2987 | dependencies = [
|
2988 2988 | "cc",
|
2989 2989 | "libc",
|
2990 2990 | ]
|
2991 2991 |
|
2992 2992 | [[package]]
|
2993 2993 | name = "linux-raw-sys"
|
2994 2994 | version = "0.3.8"
|
2995 2995 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2996 2996 | checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
2997 2997 |
|
2998 2998 | [[package]]
|
2999 2999 | name = "linux-raw-sys"
|
3000 3000 | version = "0.4.15"
|
@@ -3418,3418 +3480,3480 @@
3418 3418 | name = "ppv-lite86"
|
3419 3419 | version = "0.2.21"
|
3420 3420 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3421 3421 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
3422 3422 | dependencies = [
|
3423 3423 | "zerocopy",
|
3424 3424 | ]
|
3425 3425 |
|
3426 3426 | [[package]]
|
3427 3427 | name = "pretty_assertions"
|
3428 3428 | version = "1.4.1"
|
3429 3429 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3430 3430 | checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
|
3431 3431 | dependencies = [
|
3432 3432 | "diff",
|
3433 3433 | "yansi",
|
3434 3434 | ]
|
3435 3435 |
|
3436 3436 | [[package]]
|
3437 3437 | name = "prettyplease"
|
3438 3438 | version = "0.2.36"
|
3439 3439 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3440 3440 | checksum = "ff24dfcda44452b9816fff4cd4227e1bb73ff5a2f1bc1105aa92fb8565ce44d2"
|
3441 3441 | dependencies = [
|
3442 3442 | "proc-macro2",
|
3443 3443 | "syn",
|
3444 3444 | ]
|
3445 3445 |
|
3446 3446 | [[package]]
|
3447 3447 | name = "proc-macro2"
|
3448 - | version = "1.0.95"
|
3448 + | version = "1.0.97"
|
3449 3449 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3450 - | checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
3450 + | checksum = "d61789d7719defeb74ea5fe81f2fdfdbd28a803847077cecce2ff14e1472f6f1"
|
3451 3451 | dependencies = [
|
3452 3452 | "unicode-ident",
|
3453 3453 | ]
|
3454 3454 |
|
3455 3455 | [[package]]
|
3456 3456 | name = "proptest"
|
3457 3457 | version = "1.7.0"
|
3458 3458 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3459 3459 | checksum = "6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f"
|
3460 3460 | dependencies = [
|
3461 3461 | "bit-set",
|
3462 3462 | "bit-vec",
|
3463 3463 | "bitflags 2.9.1",
|
3464 3464 | "lazy_static",
|
3465 3465 | "num-traits",
|
3466 3466 | "rand 0.9.2",
|
3467 3467 | "rand_chacha 0.9.0",
|
3468 3468 | "rand_xorshift",
|
3469 3469 | "regex-syntax 0.8.5",
|
3470 3470 | "rusty-fork",
|
3471 3471 | "tempfile",
|
3472 3472 | "unarray",
|
3473 3473 | ]
|
3474 3474 |
|
3475 3475 | [[package]]
|
3476 3476 | name = "quick-error"
|
3477 3477 | version = "1.2.3"
|
3478 3478 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3479 3479 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
3480 3480 |
|
@@ -3536,3536 +3608,3608 @@
3536 3536 |
|
3537 3537 | [[package]]
|
3538 3538 | name = "rand_core"
|
3539 3539 | version = "0.6.4"
|
3540 3540 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3541 3541 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
3542 3542 | dependencies = [
|
3543 3543 | "getrandom 0.2.16",
|
3544 3544 | ]
|
3545 3545 |
|
3546 3546 | [[package]]
|
3547 3547 | name = "rand_core"
|
3548 3548 | version = "0.9.3"
|
3549 3549 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3550 3550 | checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
|
3551 3551 | dependencies = [
|
3552 3552 | "getrandom 0.3.3",
|
3553 3553 | ]
|
3554 3554 |
|
3555 3555 | [[package]]
|
3556 3556 | name = "rand_xorshift"
|
3557 3557 | version = "0.4.0"
|
3558 3558 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3559 3559 | checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
|
3560 3560 | dependencies = [
|
3561 3561 | "rand_core 0.9.3",
|
3562 3562 | ]
|
3563 3563 |
|
3564 3564 | [[package]]
|
3565 3565 | name = "rayon"
|
3566 - | version = "1.10.0"
|
3566 + | version = "1.11.0"
|
3567 3567 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3568 - | checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
3568 + | checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
|
3569 3569 | dependencies = [
|
3570 3570 | "either",
|
3571 3571 | "rayon-core",
|
3572 3572 | ]
|
3573 3573 |
|
3574 3574 | [[package]]
|
3575 3575 | name = "rayon-core"
|
3576 - | version = "1.12.1"
|
3576 + | version = "1.13.0"
|
3577 3577 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3578 - | checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
3578 + | checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
3579 3579 | dependencies = [
|
3580 3580 | "crossbeam-deque",
|
3581 3581 | "crossbeam-utils",
|
3582 3582 | ]
|
3583 3583 |
|
3584 3584 | [[package]]
|
3585 3585 | name = "redox_syscall"
|
3586 3586 | version = "0.5.17"
|
3587 3587 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3588 3588 | checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
|
3589 3589 | dependencies = [
|
3590 3590 | "bitflags 2.9.1",
|
3591 3591 | ]
|
3592 3592 |
|
3593 3593 | [[package]]
|
3594 3594 | name = "regex"
|
3595 3595 | version = "1.11.1"
|
3596 3596 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3597 3597 | checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
3598 3598 | dependencies = [
|
3599 3599 | "aho-corasick",
|
3600 3600 | "memchr",
|
3601 3601 | "regex-automata 0.4.9",
|
3602 3602 | "regex-syntax 0.8.5",
|
3603 3603 | ]
|
3604 3604 |
|
3605 3605 | [[package]]
|
3606 3606 | name = "regex-automata"
|
3607 3607 | version = "0.1.10"
|
3608 3608 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -3811,3811 +3873,3873 @@
3811 3811 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3812 3812 | checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
|
3813 3813 | dependencies = [
|
3814 3814 | "zeroize",
|
3815 3815 | ]
|
3816 3816 |
|
3817 3817 | [[package]]
|
3818 3818 | name = "rustls-webpki"
|
3819 3819 | version = "0.101.7"
|
3820 3820 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3821 3821 | checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
3822 3822 | dependencies = [
|
3823 3823 | "ring",
|
3824 3824 | "untrusted 0.9.0",
|
3825 3825 | ]
|
3826 3826 |
|
3827 3827 | [[package]]
|
3828 3828 | name = "rustls-webpki"
|
3829 3829 | version = "0.103.4"
|
3830 3830 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3831 3831 | checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
|
3832 3832 | dependencies = [
|
3833 3833 | "aws-lc-rs",
|
3834 3834 | "ring",
|
3835 3835 | "rustls-pki-types",
|
3836 3836 | "untrusted 0.9.0",
|
3837 3837 | ]
|
3838 3838 |
|
3839 3839 | [[package]]
|
3840 3840 | name = "rustversion"
|
3841 - | version = "1.0.21"
|
3841 + | version = "1.0.22"
|
3842 3842 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3843 - | checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
|
3843 + | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
3844 3844 |
|
3845 3845 | [[package]]
|
3846 3846 | name = "rusty-fork"
|
3847 3847 | version = "0.3.0"
|
3848 3848 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3849 3849 | checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
|
3850 3850 | dependencies = [
|
3851 3851 | "fnv",
|
3852 3852 | "quick-error",
|
3853 3853 | "tempfile",
|
3854 3854 | "wait-timeout",
|
3855 3855 | ]
|
3856 3856 |
|
3857 3857 | [[package]]
|
3858 3858 | name = "ryu"
|
3859 3859 | version = "1.0.20"
|
3860 3860 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3861 3861 | checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
3862 3862 |
|
3863 3863 | [[package]]
|
3864 3864 | name = "s2n-tls"
|
3865 3865 | version = "0.3.12"
|
3866 3866 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3867 3867 | checksum = "bca784a7bd2303b31dee13fe5d8617bd27c9e983342b6f07277d7bc07a2f32ea"
|
3868 3868 | dependencies = [
|
3869 3869 | "errno",
|
3870 3870 | "hex",
|
3871 3871 | "libc",
|
3872 3872 | "pin-project-lite",
|
3873 3873 | "s2n-tls-sys",
|
@@ -4111,4111 +4173,4173 @@
4111 4111 | "lazy_static",
|
4112 4112 | ]
|
4113 4113 |
|
4114 4114 | [[package]]
|
4115 4115 | name = "shlex"
|
4116 4116 | version = "1.3.0"
|
4117 4117 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4118 4118 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
4119 4119 |
|
4120 4120 | [[package]]
|
4121 4121 | name = "signal-hook-registry"
|
4122 4122 | version = "1.4.6"
|
4123 4123 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4124 4124 | checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
|
4125 4125 | dependencies = [
|
4126 4126 | "libc",
|
4127 4127 | ]
|
4128 4128 |
|
4129 4129 | [[package]]
|
4130 4130 | name = "signature"
|
4131 4131 | version = "1.6.4"
|
4132 4132 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4133 4133 | checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
|
4134 4134 | dependencies = [
|
4135 4135 | "digest",
|
4136 4136 | "rand_core 0.6.4",
|
4137 4137 | ]
|
4138 4138 |
|
4139 4139 | [[package]]
|
4140 4140 | name = "slab"
|
4141 - | version = "0.4.10"
|
4141 + | version = "0.4.11"
|
4142 4142 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4143 - | checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
|
4143 + | checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
|
4144 4144 |
|
4145 4145 | [[package]]
|
4146 4146 | name = "smallvec"
|
4147 4147 | version = "1.15.1"
|
4148 4148 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4149 4149 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
4150 4150 |
|
4151 4151 | [[package]]
|
4152 4152 | name = "smol"
|
4153 4153 | version = "1.3.0"
|
4154 4154 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4155 4155 | checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
|
4156 4156 | dependencies = [
|
4157 4157 | "async-channel 1.9.0",
|
4158 4158 | "async-executor",
|
4159 4159 | "async-fs",
|
4160 4160 | "async-io 1.13.0",
|
4161 4161 | "async-lock 2.8.0",
|
4162 4162 | "async-net",
|
4163 4163 | "async-process 1.8.1",
|
4164 4164 | "blocking",
|
4165 4165 | "futures-lite 1.13.0",
|
4166 4166 | ]
|
4167 4167 |
|
4168 4168 | [[package]]
|
4169 4169 | name = "socket2"
|
4170 4170 | version = "0.4.10"
|
4171 4171 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4172 4172 | checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
|
4173 4173 | dependencies = [
|
@@ -4198,4198 +4260,4260 @@
4198 4198 | [[package]]
|
4199 4199 | name = "spki"
|
4200 4200 | version = "0.6.0"
|
4201 4201 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4202 4202 | checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
|
4203 4203 | dependencies = [
|
4204 4204 | "base64ct",
|
4205 4205 | "der",
|
4206 4206 | ]
|
4207 4207 |
|
4208 4208 | [[package]]
|
4209 4209 | name = "stable_deref_trait"
|
4210 4210 | version = "1.2.0"
|
4211 4211 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4212 4212 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
4213 4213 |
|
4214 4214 | [[package]]
|
4215 4215 | name = "stats_alloc"
|
4216 4216 | version = "0.1.10"
|
4217 4217 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4218 4218 | checksum = "5c0e04424e733e69714ca1bbb9204c1a57f09f5493439520f9f68c132ad25eec"
|
4219 4219 |
|
4220 4220 | [[package]]
|
4221 4221 | name = "subtle"
|
4222 4222 | version = "2.6.1"
|
4223 4223 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4224 4224 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
4225 4225 |
|
4226 4226 | [[package]]
|
4227 4227 | name = "syn"
|
4228 - | version = "2.0.104"
|
4228 + | version = "2.0.105"
|
4229 4229 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4230 - | checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
|
4230 + | checksum = "7bc3fcb250e53458e712715cf74285c1f889686520d79294a9ef3bd7aa1fc619"
|
4231 4231 | dependencies = [
|
4232 4232 | "proc-macro2",
|
4233 4233 | "quote",
|
4234 4234 | "unicode-ident",
|
4235 4235 | ]
|
4236 4236 |
|
4237 4237 | [[package]]
|
4238 4238 | name = "synstructure"
|
4239 4239 | version = "0.13.2"
|
4240 4240 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4241 4241 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
4242 4242 | dependencies = [
|
4243 4243 | "proc-macro2",
|
4244 4244 | "quote",
|
4245 4245 | "syn",
|
4246 4246 | ]
|
4247 4247 |
|
4248 4248 | [[package]]
|
4249 4249 | name = "system-configuration"
|
4250 4250 | version = "0.6.1"
|
4251 4251 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4252 4252 | checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
4253 4253 | dependencies = [
|
4254 4254 | "bitflags 2.9.1",
|
4255 4255 | "core-foundation 0.9.4",
|
4256 4256 | "system-configuration-sys",
|
4257 4257 | ]
|
4258 4258 |
|
4259 4259 | [[package]]
|
4260 4260 | name = "system-configuration-sys"
|
@@ -4263,4263 +4345,4345 @@
4263 4263 | checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
4264 4264 | dependencies = [
|
4265 4265 | "core-foundation-sys",
|
4266 4266 | "libc",
|
4267 4267 | ]
|
4268 4268 |
|
4269 4269 | [[package]]
|
4270 4270 | name = "tempfile"
|
4271 4271 | version = "3.20.0"
|
4272 4272 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4273 4273 | checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
|
4274 4274 | dependencies = [
|
4275 4275 | "fastrand 2.3.0",
|
4276 4276 | "getrandom 0.3.3",
|
4277 4277 | "once_cell",
|
4278 4278 | "rustix 1.0.8",
|
4279 4279 | "windows-sys 0.59.0",
|
4280 4280 | ]
|
4281 4281 |
|
4282 4282 | [[package]]
|
4283 4283 | name = "thiserror"
|
4284 4284 | version = "1.0.69"
|
4285 4285 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4286 4286 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
4287 4287 | dependencies = [
|
4288 4288 | "thiserror-impl 1.0.69",
|
4289 4289 | ]
|
4290 4290 |
|
4291 4291 | [[package]]
|
4292 4292 | name = "thiserror"
|
4293 - | version = "2.0.12"
|
4293 + | version = "2.0.14"
|
4294 4294 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4295 - | checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
4295 + | checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e"
|
4296 4296 | dependencies = [
|
4297 - | "thiserror-impl 2.0.12",
|
4297 + | "thiserror-impl 2.0.14",
|
4298 4298 | ]
|
4299 4299 |
|
4300 4300 | [[package]]
|
4301 4301 | name = "thiserror-impl"
|
4302 4302 | version = "1.0.69"
|
4303 4303 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4304 4304 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
4305 4305 | dependencies = [
|
4306 4306 | "proc-macro2",
|
4307 4307 | "quote",
|
4308 4308 | "syn",
|
4309 4309 | ]
|
4310 4310 |
|
4311 4311 | [[package]]
|
4312 4312 | name = "thiserror-impl"
|
4313 - | version = "2.0.12"
|
4313 + | version = "2.0.14"
|
4314 4314 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4315 - | checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
4315 + | checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227"
|
4316 4316 | dependencies = [
|
4317 4317 | "proc-macro2",
|
4318 4318 | "quote",
|
4319 4319 | "syn",
|
4320 4320 | ]
|
4321 4321 |
|
4322 4322 | [[package]]
|
4323 4323 | name = "thread_local"
|
4324 4324 | version = "1.1.9"
|
4325 4325 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4326 4326 | checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
4327 4327 | dependencies = [
|
4328 4328 | "cfg-if",
|
4329 4329 | ]
|
4330 4330 |
|
4331 4331 | [[package]]
|
4332 4332 | name = "time"
|
4333 4333 | version = "0.3.41"
|
4334 4334 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4335 4335 | checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
|
4336 4336 | dependencies = [
|
4337 4337 | "deranged",
|
4338 4338 | "itoa",
|
4339 4339 | "num-conv",
|
4340 4340 | "powerfmt",
|
4341 4341 | "serde",
|
4342 4342 | "time-core",
|
4343 4343 | "time-macros",
|
4344 4344 | ]
|
4345 4345 |
|
@@ -4651,4651 +4713,4713 @@
4651 4651 | name = "untrusted"
|
4652 4652 | version = "0.9.0"
|
4653 4653 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4654 4654 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
4655 4655 |
|
4656 4656 | [[package]]
|
4657 4657 | name = "url"
|
4658 4658 | version = "2.5.4"
|
4659 4659 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4660 4660 | checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
4661 4661 | dependencies = [
|
4662 4662 | "form_urlencoded",
|
4663 4663 | "idna",
|
4664 4664 | "percent-encoding",
|
4665 4665 | ]
|
4666 4666 |
|
4667 4667 | [[package]]
|
4668 4668 | name = "urlencoding"
|
4669 4669 | version = "2.1.3"
|
4670 4670 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4671 4671 | checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
4672 4672 |
|
4673 4673 | [[package]]
|
4674 4674 | name = "utf8_iter"
|
4675 4675 | version = "1.0.4"
|
4676 4676 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4677 4677 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
4678 4678 |
|
4679 4679 | [[package]]
|
4680 4680 | name = "uuid"
|
4681 - | version = "1.17.0"
|
4681 + | version = "1.18.0"
|
4682 4682 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4683 - | checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
|
4683 + | checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be"
|
4684 4684 | dependencies = [
|
4685 4685 | "js-sys",
|
4686 4686 | "wasm-bindgen",
|
4687 4687 | ]
|
4688 4688 |
|
4689 4689 | [[package]]
|
4690 4690 | name = "valuable"
|
4691 4691 | version = "0.1.1"
|
4692 4692 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4693 4693 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
4694 4694 |
|
4695 4695 | [[package]]
|
4696 4696 | name = "value-bag"
|
4697 4697 | version = "1.11.1"
|
4698 4698 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4699 4699 | checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
|
4700 4700 |
|
4701 4701 | [[package]]
|
4702 4702 | name = "version_check"
|
4703 4703 | version = "0.9.5"
|
4704 4704 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4705 4705 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
4706 4706 |
|
4707 4707 | [[package]]
|
4708 4708 | name = "vsimd"
|
4709 4709 | version = "0.8.0"
|
4710 4710 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4711 4711 | checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
4712 4712 |
|
4713 4713 | [[package]]
|