rev. 9140fc23df867c6f00ff5f700626897eda217b43 (ignoring whitespace)
@@ -308,308 +368,368 @@
308 308 | name = "async-task"
|
309 309 | version = "4.7.1"
|
310 310 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
311 311 | checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
312 312 |
|
313 313 | [[package]]
|
314 314 | name = "async-trait"
|
315 315 | version = "0.1.89"
|
316 316 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
317 317 | checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
|
318 318 | dependencies = [
|
319 319 | "proc-macro2",
|
320 320 | "quote",
|
321 321 | "syn",
|
322 322 | ]
|
323 323 |
|
324 324 | [[package]]
|
325 325 | name = "atomic-waker"
|
326 326 | version = "1.1.2"
|
327 327 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
328 328 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
329 329 |
|
330 330 | [[package]]
|
331 331 | name = "autocfg"
|
332 332 | version = "1.5.0"
|
333 333 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
334 334 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
335 335 |
|
336 336 | [[package]]
|
337 337 | name = "aws-config"
|
338 - | version = "1.9.0"
|
338 + | version = "1.8.16"
|
339 339 | dependencies = [
|
340 340 | "aws-credential-types",
|
341 341 | "aws-runtime",
|
342 342 | "aws-sdk-signin",
|
343 343 | "aws-sdk-sso",
|
344 344 | "aws-sdk-ssooidc",
|
345 345 | "aws-sdk-sts",
|
346 346 | "aws-smithy-async",
|
347 347 | "aws-smithy-http",
|
348 348 | "aws-smithy-http-client",
|
349 349 | "aws-smithy-json",
|
350 350 | "aws-smithy-runtime",
|
351 351 | "aws-smithy-runtime-api",
|
352 352 | "aws-smithy-types",
|
353 353 | "aws-types",
|
354 354 | "base64-simd",
|
355 355 | "bytes",
|
356 356 | "fastrand 2.4.1",
|
357 357 | "futures-util",
|
358 358 | "hex",
|
359 359 | "http 1.4.0",
|
360 360 | "p256 0.13.2",
|
361 361 | "rand 0.8.5",
|
362 362 | "serde",
|
363 363 | "serde_json",
|
364 364 | "sha1 0.10.6",
|
365 365 | "sha2 0.10.9",
|
366 366 | "time",
|
367 367 | "tokio",
|
368 368 | "tracing",
|
@@ -1278,1278 +1343,1343 @@
1278 1278 | "http-body-util",
|
1279 1279 | "hyper 1.9.0",
|
1280 1280 | "percent-encoding",
|
1281 1281 | "pin-project-lite",
|
1282 1282 | "pin-utils",
|
1283 1283 | "proptest",
|
1284 1284 | "tokio",
|
1285 1285 | "tracing",
|
1286 1286 | ]
|
1287 1287 |
|
1288 1288 | [[package]]
|
1289 1289 | name = "aws-smithy-http-client"
|
1290 1290 | version = "1.1.12"
|
1291 1291 | dependencies = [
|
1292 1292 | "aws-smithy-async",
|
1293 1293 | "aws-smithy-protocol-test",
|
1294 1294 | "aws-smithy-runtime-api",
|
1295 1295 | "aws-smithy-types",
|
1296 1296 | "base64 0.22.1",
|
1297 1297 | "bytes",
|
1298 1298 | "h2 0.3.27",
|
1299 1299 | "h2 0.4.13",
|
1300 1300 | "http 0.2.12",
|
1301 1301 | "http 1.4.0",
|
1302 1302 | "http-body 0.4.6",
|
1303 1303 | "http-body 1.0.1",
|
1304 1304 | "http-body-util",
|
1305 1305 | "hyper 0.14.32",
|
1306 1306 | "hyper 1.9.0",
|
1307 1307 | "hyper-rustls 0.24.2",
|
1308 - | "hyper-rustls 0.27.7",
|
1308 + | "hyper-rustls 0.27.9",
|
1309 1309 | "hyper-util",
|
1310 1310 | "indexmap",
|
1311 1311 | "pin-project-lite",
|
1312 1312 | "rustls 0.21.12",
|
1313 - | "rustls 0.23.37",
|
1313 + | "rustls 0.23.38",
|
1314 1314 | "rustls-native-certs",
|
1315 1315 | "rustls-pemfile",
|
1316 1316 | "rustls-pki-types",
|
1317 1317 | "s2n-tls",
|
1318 1318 | "s2n-tls-hyper",
|
1319 1319 | "s2n-tls-tokio",
|
1320 1320 | "serde",
|
1321 1321 | "serde_json",
|
1322 1322 | "serial_test",
|
1323 1323 | "tokio",
|
1324 1324 | "tokio-rustls 0.26.4",
|
1325 1325 | "tower",
|
1326 1326 | "tracing",
|
1327 1327 | ]
|
1328 1328 |
|
1329 1329 | [[package]]
|
1330 1330 | name = "aws-smithy-json"
|
1331 1331 | version = "0.62.5"
|
1332 1332 | dependencies = [
|
1333 1333 | "aws-smithy-types",
|
1334 1334 | "proptest",
|
1335 1335 | "serde_json",
|
1336 1336 | ]
|
1337 1337 |
|
1338 1338 | [[package]]
|
1339 1339 | name = "aws-smithy-legacy-http"
|
1340 1340 | version = "0.62.14"
|
1341 1341 | dependencies = [
|
1342 1342 | "async-stream",
|
1343 1343 | "aws-smithy-eventstream",
|
@@ -1397,1397 +1499,1509 @@
1397 1397 | ]
|
1398 1398 |
|
1399 1399 | [[package]]
|
1400 1400 | name = "aws-smithy-protocol-test"
|
1401 1401 | version = "0.63.14"
|
1402 1402 | dependencies = [
|
1403 1403 | "assert-json-diff",
|
1404 1404 | "aws-smithy-runtime-api",
|
1405 1405 | "base64-simd",
|
1406 1406 | "cbor-diag",
|
1407 1407 | "ciborium",
|
1408 1408 | "http 0.2.12",
|
1409 1409 | "http 1.4.0",
|
1410 1410 | "pretty_assertions",
|
1411 1411 | "regex-lite",
|
1412 1412 | "roxmltree",
|
1413 1413 | "serde_json",
|
1414 1414 | "thiserror 2.0.18",
|
1415 1415 | ]
|
1416 1416 |
|
1417 1417 | [[package]]
|
1418 1418 | name = "aws-smithy-query"
|
1419 1419 | version = "0.60.15"
|
1420 1420 | dependencies = [
|
1421 1421 | "aws-smithy-types",
|
1422 1422 | "urlencoding",
|
1423 1423 | ]
|
1424 1424 |
|
1425 1425 | [[package]]
|
1426 1426 | name = "aws-smithy-runtime"
|
1427 - | version = "1.10.3"
|
1427 + | version = "1.11.1"
|
1428 1428 | dependencies = [
|
1429 1429 | "approx",
|
1430 1430 | "aws-smithy-async",
|
1431 1431 | "aws-smithy-http",
|
1432 1432 | "aws-smithy-http-client",
|
1433 1433 | "aws-smithy-observability",
|
1434 1434 | "aws-smithy-runtime-api",
|
1435 1435 | "aws-smithy-types",
|
1436 1436 | "bytes",
|
1437 1437 | "fastrand 2.4.1",
|
1438 1438 | "futures-util",
|
1439 1439 | "http 0.2.12",
|
1440 1440 | "http 1.4.0",
|
1441 1441 | "http-body 0.4.6",
|
1442 1442 | "http-body 1.0.1",
|
1443 1443 | "http-body-util",
|
1444 1444 | "hyper 0.14.32",
|
1445 1445 | "pin-project-lite",
|
1446 1446 | "pin-utils",
|
1447 1447 | "pretty_assertions",
|
1448 1448 | "tokio",
|
1449 1449 | "tracing",
|
1450 1450 | "tracing-subscriber",
|
1451 1451 | "tracing-test",
|
1452 1452 | ]
|
1453 1453 |
|
1454 1454 | [[package]]
|
1455 1455 | name = "aws-smithy-runtime-api"
|
1456 - | version = "1.11.6"
|
1456 + | version = "1.12.0"
|
1457 1457 | dependencies = [
|
1458 1458 | "aws-smithy-async",
|
1459 + | "aws-smithy-runtime-api-macros",
|
1459 1460 | "aws-smithy-types",
|
1460 1461 | "bytes",
|
1461 1462 | "http 0.2.12",
|
1462 1463 | "http 1.4.0",
|
1463 1464 | "pin-project-lite",
|
1464 1465 | "proptest",
|
1465 1466 | "tokio",
|
1466 1467 | "tracing",
|
1467 1468 | "zeroize",
|
1468 1469 | ]
|
1469 1470 |
|
1471 + | [[package]]
|
1472 + | name = "aws-smithy-runtime-api-macros"
|
1473 + | version = "1.0.0"
|
1474 + | dependencies = [
|
1475 + | "proc-macro2",
|
1476 + | "quote",
|
1477 + | "syn",
|
1478 + | ]
|
1479 + |
|
1470 1480 | [[package]]
|
1471 1481 | name = "aws-smithy-types"
|
1472 1482 | version = "1.4.7"
|
1473 1483 | dependencies = [
|
1474 1484 | "base64 0.13.1",
|
1475 1485 | "base64-simd",
|
1476 1486 | "bytes",
|
1477 1487 | "bytes-utils",
|
1478 1488 | "ciborium",
|
1479 1489 | "criterion",
|
1480 1490 | "futures-core",
|
1481 1491 | "http 0.2.12",
|
1482 1492 | "http 1.4.0",
|
1483 1493 | "http-body 0.4.6",
|
1484 1494 | "http-body 1.0.1",
|
1485 1495 | "http-body-util",
|
1486 1496 | "hyper 0.14.32",
|
1487 1497 | "itoa",
|
1488 1498 | "lazy_static",
|
1489 1499 | "num-integer",
|
1490 1500 | "pin-project-lite",
|
1491 1501 | "pin-utils",
|
1492 1502 | "proptest",
|
1493 1503 | "rand 0.8.5",
|
1494 1504 | "ryu",
|
1495 1505 | "serde",
|
1496 1506 | "serde_json",
|
1497 1507 | "tempfile",
|
1498 1508 | "time",
|
1499 1509 | "tokio",
|
@@ -1509,1519 +1569,1579 @@
1509 1519 | "aws-smithy-types",
|
1510 1520 | "chrono",
|
1511 1521 | "futures-core",
|
1512 1522 | "time",
|
1513 1523 | ]
|
1514 1524 |
|
1515 1525 | [[package]]
|
1516 1526 | name = "aws-smithy-wasm"
|
1517 1527 | version = "0.1.11"
|
1518 1528 | dependencies = [
|
1519 1529 | "aws-smithy-async",
|
1520 1530 | "aws-smithy-runtime-api",
|
1521 1531 | "aws-smithy-types",
|
1522 1532 | "http-body-util",
|
1523 1533 | "sync_wrapper",
|
1524 1534 | "wstd",
|
1525 1535 | ]
|
1526 1536 |
|
1527 1537 | [[package]]
|
1528 1538 | name = "aws-smithy-xml"
|
1529 1539 | version = "0.60.15"
|
1530 1540 | dependencies = [
|
1531 1541 | "aws-smithy-protocol-test",
|
1532 1542 | "base64 0.13.1",
|
1533 1543 | "proptest",
|
1534 1544 | "xmlparser",
|
1535 1545 | ]
|
1536 1546 |
|
1537 1547 | [[package]]
|
1538 1548 | name = "aws-types"
|
1539 - | version = "1.4.0"
|
1549 + | version = "1.3.15"
|
1540 1550 | dependencies = [
|
1541 1551 | "aws-credential-types",
|
1542 1552 | "aws-smithy-async",
|
1543 1553 | "aws-smithy-runtime",
|
1544 1554 | "aws-smithy-runtime-api",
|
1545 1555 | "aws-smithy-types",
|
1546 1556 | "http 0.2.12",
|
1547 1557 | "hyper-rustls 0.24.2",
|
1548 1558 | "rustc_version",
|
1549 1559 | "tempfile",
|
1550 1560 | "tokio",
|
1551 1561 | "tracing",
|
1552 1562 | "tracing-test",
|
1553 1563 | ]
|
1554 1564 |
|
1555 1565 | [[package]]
|
1556 1566 | name = "base16ct"
|
1557 1567 | version = "0.1.1"
|
1558 1568 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1559 1569 | checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
|
1560 1570 |
|
1561 1571 | [[package]]
|
1562 1572 | name = "base16ct"
|
1563 1573 | version = "0.2.0"
|
1564 1574 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1565 1575 | checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
|
1566 1576 |
|
1567 1577 | [[package]]
|
1568 1578 | name = "base64"
|
1569 1579 | version = "0.13.1"
|
@@ -1577,1587 +1676,1686 @@
1577 1587 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
1578 1588 |
|
1579 1589 | [[package]]
|
1580 1590 | name = "base64"
|
1581 1591 | version = "0.22.1"
|
1582 1592 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1583 1593 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
1584 1594 |
|
1585 1595 | [[package]]
|
1586 1596 | name = "base64-simd"
|
1587 1597 | version = "0.8.0"
|
1588 1598 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1589 1599 | checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
|
1590 1600 | dependencies = [
|
1591 1601 | "outref",
|
1592 1602 | "vsimd",
|
1593 1603 | ]
|
1594 1604 |
|
1595 1605 | [[package]]
|
1596 1606 | name = "base64ct"
|
1597 1607 | version = "1.8.3"
|
1598 1608 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1599 1609 | checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
|
1600 1610 |
|
1601 1611 | [[package]]
|
1602 1612 | name = "bindgen"
|
1603 1613 | version = "0.72.1"
|
1604 1614 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1605 1615 | checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
|
1606 1616 | dependencies = [
|
1607 - | "bitflags 2.11.0",
|
1617 + | "bitflags 2.11.1",
|
1608 1618 | "cexpr",
|
1609 1619 | "clang-sys",
|
1610 1620 | "itertools 0.13.0",
|
1611 1621 | "log",
|
1612 1622 | "prettyplease",
|
1613 1623 | "proc-macro2",
|
1614 1624 | "quote",
|
1615 1625 | "regex",
|
1616 1626 | "rustc-hash",
|
1617 1627 | "shlex",
|
1618 1628 | "syn",
|
1619 1629 | ]
|
1620 1630 |
|
1621 1631 | [[package]]
|
1622 1632 | name = "bit-set"
|
1623 1633 | version = "0.8.0"
|
1624 1634 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1625 1635 | checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
|
1626 1636 | dependencies = [
|
1627 1637 | "bit-vec",
|
1628 1638 | ]
|
1629 1639 |
|
1630 1640 | [[package]]
|
1631 1641 | name = "bit-vec"
|
1632 1642 | version = "0.8.0"
|
1633 1643 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1634 1644 | checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
|
1635 1645 |
|
1636 1646 | [[package]]
|
1637 1647 | name = "bitflags"
|
1638 1648 | version = "1.3.2"
|
1639 1649 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1640 1650 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
1641 1651 |
|
1642 1652 | [[package]]
|
1643 1653 | name = "bitflags"
|
1644 - | version = "2.11.0"
|
1654 + | version = "2.11.1"
|
1645 1655 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1646 - | checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
|
1656 + | checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
|
1647 1657 |
|
1648 1658 | [[package]]
|
1649 1659 | name = "block-buffer"
|
1650 1660 | version = "0.10.4"
|
1651 1661 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1652 1662 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
1653 1663 | dependencies = [
|
1654 1664 | "generic-array",
|
1655 1665 | ]
|
1656 1666 |
|
1657 1667 | [[package]]
|
1658 1668 | name = "block-buffer"
|
1659 1669 | version = "0.12.0"
|
1660 1670 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1661 1671 | checksum = "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be"
|
1662 1672 | dependencies = [
|
1663 1673 | "hybrid-array",
|
1664 1674 | ]
|
1665 1675 |
|
1666 1676 | [[package]]
|
1667 1677 | name = "blocking"
|
1668 1678 | version = "1.6.2"
|
1669 1679 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1670 1680 | checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
|
1671 1681 | dependencies = [
|
1672 1682 | "async-channel 2.5.0",
|
1673 1683 | "async-task",
|
1674 1684 | "futures-io",
|
1675 1685 | "futures-lite 2.6.1",
|
1676 1686 | "piper",
|
@@ -1713,1723 +1775,1785 @@
1713 1723 | "either",
|
1714 1724 | ]
|
1715 1725 |
|
1716 1726 | [[package]]
|
1717 1727 | name = "cast"
|
1718 1728 | version = "0.3.0"
|
1719 1729 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1720 1730 | checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
1721 1731 |
|
1722 1732 | [[package]]
|
1723 1733 | name = "cbor-diag"
|
1724 1734 | version = "0.1.12"
|
1725 1735 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1726 1736 | checksum = "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429"
|
1727 1737 | dependencies = [
|
1728 1738 | "bs58",
|
1729 1739 | "chrono",
|
1730 1740 | "data-encoding",
|
1731 1741 | "half",
|
1732 1742 | "nom",
|
1733 1743 | "num-bigint",
|
1734 1744 | "num-rational",
|
1735 1745 | "num-traits",
|
1736 1746 | "separator",
|
1737 1747 | "url",
|
1738 1748 | "uuid",
|
1739 1749 | ]
|
1740 1750 |
|
1741 1751 | [[package]]
|
1742 1752 | name = "cc"
|
1743 - | version = "1.2.59"
|
1753 + | version = "1.2.60"
|
1744 1754 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1745 - | checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283"
|
1755 + | checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20"
|
1746 1756 | dependencies = [
|
1747 1757 | "find-msvc-tools",
|
1748 1758 | "jobserver",
|
1749 1759 | "libc",
|
1750 1760 | "shlex",
|
1751 1761 | ]
|
1752 1762 |
|
1753 1763 | [[package]]
|
1754 1764 | name = "cexpr"
|
1755 1765 | version = "0.6.0"
|
1756 1766 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1757 1767 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
1758 1768 | dependencies = [
|
1759 1769 | "nom",
|
1760 1770 | ]
|
1761 1771 |
|
1762 1772 | [[package]]
|
1763 1773 | name = "cfg-if"
|
1764 1774 | version = "1.0.4"
|
1765 1775 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1766 1776 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
1767 1777 |
|
1768 1778 | [[package]]
|
1769 1779 | name = "chrono"
|
1770 1780 | version = "0.4.44"
|
1771 1781 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1772 1782 | checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
|
1773 1783 | dependencies = [
|
1774 1784 | "num-traits",
|
1775 1785 | ]
|
@@ -2655,2665 +2797,2813 @@
2655 2665 | name = "half"
|
2656 2666 | version = "2.7.1"
|
2657 2667 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2658 2668 | checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
|
2659 2669 | dependencies = [
|
2660 2670 | "cfg-if",
|
2661 2671 | "crunchy",
|
2662 2672 | "zerocopy",
|
2663 2673 | ]
|
2664 2674 |
|
2665 2675 | [[package]]
|
2666 2676 | name = "hashbrown"
|
2667 2677 | version = "0.15.5"
|
2668 2678 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2669 2679 | checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
2670 2680 | dependencies = [
|
2671 2681 | "foldhash 0.1.5",
|
2672 2682 | ]
|
2673 2683 |
|
2674 2684 | [[package]]
|
2675 2685 | name = "hashbrown"
|
2676 2686 | version = "0.16.1"
|
2677 2687 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2678 2688 | checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
2679 2689 | dependencies = [
|
2680 2690 | "allocator-api2",
|
2681 2691 | "equivalent",
|
2682 2692 | "foldhash 0.2.0",
|
2683 2693 | ]
|
2684 2694 |
|
2695 + | [[package]]
|
2696 + | name = "hashbrown"
|
2697 + | version = "0.17.0"
|
2698 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2699 + | checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
|
2700 + |
|
2685 2701 | [[package]]
|
2686 2702 | name = "hdrhistogram"
|
2687 2703 | version = "7.5.4"
|
2688 2704 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2689 2705 | checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
|
2690 2706 | dependencies = [
|
2691 2707 | "base64 0.21.7",
|
2692 2708 | "byteorder",
|
2693 2709 | "crossbeam-channel",
|
2694 2710 | "flate2",
|
2695 2711 | "nom",
|
2696 2712 | "num-traits",
|
2697 2713 | ]
|
2698 2714 |
|
2699 2715 | [[package]]
|
2700 2716 | name = "heck"
|
2701 2717 | version = "0.5.0"
|
2702 2718 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2703 2719 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2704 2720 |
|
2705 2721 | [[package]]
|
2706 2722 | name = "hermit-abi"
|
2707 2723 | version = "0.3.9"
|
2708 2724 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2709 2725 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2710 2726 |
|
2711 2727 | [[package]]
|
2712 2728 | name = "hermit-abi"
|
2713 2729 | version = "0.5.2"
|
2714 2730 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2715 2731 | checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
|
2716 2732 |
|
2717 2733 | [[package]]
|
2718 2734 | name = "hex"
|
2719 2735 | version = "0.4.3"
|
2720 2736 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2721 2737 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2722 2738 |
|
2723 2739 | [[package]]
|
2724 2740 | name = "hex-literal"
|
2725 2741 | version = "0.4.1"
|
2726 2742 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2727 2743 | checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
|
2728 2744 |
|
2729 2745 | [[package]]
|
2730 2746 | name = "hickory-proto"
|
2731 2747 | version = "0.25.2"
|
2732 2748 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2733 2749 | checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
|
2734 2750 | dependencies = [
|
2735 2751 | "async-trait",
|
2736 2752 | "cfg-if",
|
2737 2753 | "data-encoding",
|
2738 2754 | "enum-as-inner",
|
2739 2755 | "futures-channel",
|
2740 2756 | "futures-io",
|
2741 2757 | "futures-util",
|
2742 2758 | "idna",
|
2743 2759 | "ipnet",
|
2744 2760 | "once_cell",
|
2745 - | "rand 0.9.2",
|
2761 + | "rand 0.9.4",
|
2746 2762 | "ring",
|
2747 2763 | "thiserror 2.0.18",
|
2748 2764 | "tinyvec",
|
2749 2765 | "tokio",
|
2750 2766 | "tracing",
|
2751 2767 | "url",
|
2752 2768 | ]
|
2753 2769 |
|
2754 2770 | [[package]]
|
2755 2771 | name = "hickory-resolver"
|
2756 2772 | version = "0.25.2"
|
2757 2773 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2758 2774 | checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
|
2759 2775 | dependencies = [
|
2760 2776 | "cfg-if",
|
2761 2777 | "futures-util",
|
2762 2778 | "hickory-proto",
|
2763 2779 | "ipconfig",
|
2764 2780 | "moka",
|
2765 2781 | "once_cell",
|
2766 2782 | "parking_lot",
|
2767 - | "rand 0.9.2",
|
2783 + | "rand 0.9.4",
|
2768 2784 | "resolv-conf",
|
2769 2785 | "smallvec",
|
2770 2786 | "thiserror 2.0.18",
|
2771 2787 | "tokio",
|
2772 2788 | "tracing",
|
2773 2789 | ]
|
2774 2790 |
|
2775 2791 | [[package]]
|
2776 2792 | name = "hmac"
|
2777 2793 | version = "0.12.1"
|
2778 2794 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2779 2795 | checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
2780 2796 | dependencies = [
|
2781 2797 | "digest 0.10.7",
|
2782 2798 | ]
|
2783 2799 |
|
2784 2800 | [[package]]
|
2785 2801 | name = "hmac"
|
2786 2802 | version = "0.13.0"
|
2787 2803 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2788 2804 | checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f"
|
2789 2805 | dependencies = [
|
2790 2806 | "digest 0.11.2",
|
2791 2807 | ]
|
2792 2808 |
|
2793 2809 | [[package]]
|
2794 2810 | name = "hound"
|
2795 2811 | version = "3.5.1"
|
2796 2812 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2797 2813 | checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
|
@@ -2909,2925 +2978,2993 @@
2909 2925 | "h2 0.4.13",
|
2910 2926 | "http 1.4.0",
|
2911 2927 | "http-body 1.0.1",
|
2912 2928 | "httparse",
|
2913 2929 | "httpdate",
|
2914 2930 | "itoa",
|
2915 2931 | "pin-project-lite",
|
2916 2932 | "smallvec",
|
2917 2933 | "tokio",
|
2918 2934 | "want",
|
2919 2935 | ]
|
2920 2936 |
|
2921 2937 | [[package]]
|
2922 2938 | name = "hyper-rustls"
|
2923 2939 | version = "0.24.2"
|
2924 2940 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2925 2941 | checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
2926 2942 | dependencies = [
|
2927 2943 | "futures-util",
|
2928 2944 | "http 0.2.12",
|
2929 2945 | "hyper 0.14.32",
|
2930 2946 | "log",
|
2931 2947 | "rustls 0.21.12",
|
2932 2948 | "tokio",
|
2933 2949 | "tokio-rustls 0.24.1",
|
2934 2950 | "webpki-roots",
|
2935 2951 | ]
|
2936 2952 |
|
2937 2953 | [[package]]
|
2938 2954 | name = "hyper-rustls"
|
2939 - | version = "0.27.7"
|
2955 + | version = "0.27.9"
|
2940 2956 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2941 - | checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
|
2957 + | checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
|
2942 2958 | dependencies = [
|
2943 2959 | "http 1.4.0",
|
2944 2960 | "hyper 1.9.0",
|
2945 2961 | "hyper-util",
|
2946 - | "rustls 0.23.37",
|
2962 + | "rustls 0.23.38",
|
2947 2963 | "rustls-native-certs",
|
2948 - | "rustls-pki-types",
|
2949 2964 | "tokio",
|
2950 2965 | "tokio-rustls 0.26.4",
|
2951 2966 | "tower-service",
|
2952 2967 | ]
|
2953 2968 |
|
2954 2969 | [[package]]
|
2955 2970 | name = "hyper-util"
|
2956 2971 | version = "0.1.20"
|
2957 2972 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2958 2973 | checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
|
2959 2974 | dependencies = [
|
2960 2975 | "base64 0.22.1",
|
2961 2976 | "bytes",
|
2962 2977 | "futures-channel",
|
2963 2978 | "futures-util",
|
2964 2979 | "http 1.4.0",
|
2965 2980 | "http-body 1.0.1",
|
2966 2981 | "hyper 1.9.0",
|
2967 2982 | "ipnet",
|
2968 2983 | "libc",
|
2969 2984 | "percent-encoding",
|
2970 2985 | "pin-project-lite",
|
2971 2986 | "socket2 0.6.3",
|
2972 2987 | "system-configuration",
|
2973 2988 | "tokio",
|
2974 2989 | "tower-layer",
|
2975 2990 | "tower-service",
|
2976 2991 | "tracing",
|
2977 2992 | "windows-registry",
|
2978 2993 | ]
|
@@ -3061,3076 +3126,3141 @@
3061 3076 |
|
3062 3077 | [[package]]
|
3063 3078 | name = "id-arena"
|
3064 3079 | version = "2.3.0"
|
3065 3080 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3066 3081 | checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
|
3067 3082 |
|
3068 3083 | [[package]]
|
3069 3084 | name = "idna"
|
3070 3085 | version = "1.1.0"
|
3071 3086 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3072 3087 | checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
3073 3088 | dependencies = [
|
3074 3089 | "idna_adapter",
|
3075 3090 | "smallvec",
|
3076 3091 | "utf8_iter",
|
3077 3092 | ]
|
3078 3093 |
|
3079 3094 | [[package]]
|
3080 3095 | name = "idna_adapter"
|
3081 3096 | version = "1.2.1"
|
3082 3097 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3083 3098 | checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
3084 3099 | dependencies = [
|
3085 3100 | "icu_normalizer",
|
3086 3101 | "icu_properties",
|
3087 3102 | ]
|
3088 3103 |
|
3089 3104 | [[package]]
|
3090 3105 | name = "indexmap"
|
3091 - | version = "2.13.1"
|
3106 + | version = "2.14.0"
|
3092 3107 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3093 - | checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff"
|
3108 + | checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
|
3094 3109 | dependencies = [
|
3095 3110 | "equivalent",
|
3096 - | "hashbrown 0.16.1",
|
3111 + | "hashbrown 0.17.0",
|
3097 3112 | "serde",
|
3098 3113 | "serde_core",
|
3099 3114 | ]
|
3100 3115 |
|
3101 3116 | [[package]]
|
3102 3117 | name = "instant"
|
3103 3118 | version = "0.1.13"
|
3104 3119 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3105 3120 | checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
3106 3121 | dependencies = [
|
3107 3122 | "cfg-if",
|
3108 3123 | ]
|
3109 3124 |
|
3110 3125 | [[package]]
|
3111 3126 | name = "io-lifetimes"
|
3112 3127 | version = "1.0.11"
|
3113 3128 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3114 3129 | checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
3115 3130 | dependencies = [
|
3116 3131 | "hermit-abi 0.3.9",
|
3117 3132 | "libc",
|
3118 3133 | "windows-sys 0.48.0",
|
3119 3134 | ]
|
3120 3135 |
|
3121 3136 | [[package]]
|
3122 3137 | name = "ipconfig"
|
3123 3138 | version = "0.3.4"
|
3124 3139 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3125 3140 | checksum = "4d40460c0ce33d6ce4b0630ad68ff63d6661961c48b6dba35e5a4d81cfb48222"
|
3126 3141 | dependencies = [
|
@@ -3177,3192 +3272,3287 @@
3177 3192 | version = "0.5.4+5.3.0-patched"
|
3178 3193 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3179 3194 | checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
|
3180 3195 | dependencies = [
|
3181 3196 | "cc",
|
3182 3197 | "libc",
|
3183 3198 | ]
|
3184 3199 |
|
3185 3200 | [[package]]
|
3186 3201 | name = "jemallocator"
|
3187 3202 | version = "0.5.4"
|
3188 3203 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3189 3204 | checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc"
|
3190 3205 | dependencies = [
|
3191 3206 | "jemalloc-sys",
|
3192 3207 | "libc",
|
3193 3208 | ]
|
3194 3209 |
|
3195 3210 | [[package]]
|
3196 3211 | name = "jobserver"
|
3197 3212 | version = "0.1.34"
|
3198 3213 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3199 3214 | checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
|
3200 3215 | dependencies = [
|
3201 3216 | "getrandom 0.3.4",
|
3202 3217 | "libc",
|
3203 3218 | ]
|
3204 3219 |
|
3205 3220 | [[package]]
|
3206 3221 | name = "js-sys"
|
3207 - | version = "0.3.94"
|
3222 + | version = "0.3.95"
|
3208 3223 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3209 - | checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9"
|
3224 + | checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca"
|
3210 3225 | dependencies = [
|
3211 3226 | "cfg-if",
|
3212 3227 | "futures-util",
|
3213 3228 | "once_cell",
|
3214 3229 | "wasm-bindgen",
|
3215 3230 | ]
|
3216 3231 |
|
3217 3232 | [[package]]
|
3218 3233 | name = "kv-log-macro"
|
3219 3234 | version = "1.0.7"
|
3220 3235 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3221 3236 | checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
3222 3237 | dependencies = [
|
3223 3238 | "log",
|
3224 3239 | ]
|
3225 3240 |
|
3226 3241 | [[package]]
|
3227 3242 | name = "lazy_static"
|
3228 3243 | version = "1.5.0"
|
3229 3244 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3230 3245 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
3231 3246 |
|
3232 3247 | [[package]]
|
3233 3248 | name = "leb128fmt"
|
3234 3249 | version = "0.1.0"
|
3235 3250 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3236 3251 | checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
3237 3252 |
|
3238 3253 | [[package]]
|
3239 3254 | name = "libc"
|
3240 - | version = "0.2.184"
|
3255 + | version = "0.2.185"
|
3241 3256 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3242 - | checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
|
3257 + | checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
|
3243 3258 |
|
3244 3259 | [[package]]
|
3245 3260 | name = "libloading"
|
3246 3261 | version = "0.8.9"
|
3247 3262 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3248 3263 | checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
3249 3264 | dependencies = [
|
3250 3265 | "cfg-if",
|
3251 3266 | "windows-link",
|
3252 3267 | ]
|
3253 3268 |
|
3254 3269 | [[package]]
|
3255 3270 | name = "libmimalloc-sys"
|
3256 3271 | version = "0.1.44"
|
3257 3272 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3258 3273 | checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
|
3259 3274 | dependencies = [
|
3260 3275 | "cc",
|
3261 3276 | "libc",
|
3262 3277 | ]
|
3263 3278 |
|
3264 3279 | [[package]]
|
3265 3280 | name = "linux-raw-sys"
|
3266 3281 | version = "0.3.8"
|
3267 3282 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3268 3283 | checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
3269 3284 |
|
3270 3285 | [[package]]
|
3271 3286 | name = "linux-raw-sys"
|
3272 3287 | version = "0.4.15"
|
@@ -3278,3293 +3340,3355 @@
3278 3293 | version = "0.12.1"
|
3279 3294 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3280 3295 | checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
3281 3296 |
|
3282 3297 | [[package]]
|
3283 3298 | name = "litemap"
|
3284 3299 | version = "0.8.2"
|
3285 3300 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3286 3301 | checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
|
3287 3302 |
|
3288 3303 | [[package]]
|
3289 3304 | name = "lock_api"
|
3290 3305 | version = "0.4.14"
|
3291 3306 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3292 3307 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
3293 3308 | dependencies = [
|
3294 3309 | "scopeguard",
|
3295 3310 | ]
|
3296 3311 |
|
3297 3312 | [[package]]
|
3298 3313 | name = "log"
|
3299 3314 | version = "0.4.29"
|
3300 3315 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3301 3316 | checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
3302 3317 | dependencies = [
|
3303 3318 | "value-bag",
|
3304 3319 | ]
|
3305 3320 |
|
3306 3321 | [[package]]
|
3307 3322 | name = "lru"
|
3308 - | version = "0.16.3"
|
3323 + | version = "0.16.4"
|
3309 3324 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3310 - | checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593"
|
3325 + | checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39"
|
3311 3326 | dependencies = [
|
3312 3327 | "hashbrown 0.16.1",
|
3313 3328 | ]
|
3314 3329 |
|
3315 3330 | [[package]]
|
3316 3331 | name = "matchers"
|
3317 3332 | version = "0.2.0"
|
3318 3333 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3319 3334 | checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
|
3320 3335 | dependencies = [
|
3321 3336 | "regex-automata",
|
3322 3337 | ]
|
3323 3338 |
|
3324 3339 | [[package]]
|
3325 3340 | name = "md-5"
|
3326 3341 | version = "0.11.0"
|
3327 3342 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3328 3343 | checksum = "69b6441f590336821bb897fb28fc622898ccceb1d6cea3fde5ea86b090c4de98"
|
3329 3344 | dependencies = [
|
3330 3345 | "cfg-if",
|
3331 3346 | "digest 0.11.2",
|
3332 3347 | ]
|
3333 3348 |
|
3334 3349 | [[package]]
|
3335 3350 | name = "memchr"
|
3336 3351 | version = "2.8.0"
|
3337 3352 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3338 3353 | checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
3339 3354 |
|
3340 3355 | [[package]]
|
@@ -3756,3771 +3948,3963 @@
3756 3771 | "proc-macro2",
|
3757 3772 | "syn",
|
3758 3773 | ]
|
3759 3774 |
|
3760 3775 | [[package]]
|
3761 3776 | name = "primeorder"
|
3762 3777 | version = "0.13.6"
|
3763 3778 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3764 3779 | checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
|
3765 3780 | dependencies = [
|
3766 3781 | "elliptic-curve 0.13.8",
|
3767 3782 | ]
|
3768 3783 |
|
3769 3784 | [[package]]
|
3770 3785 | name = "proc-macro2"
|
3771 3786 | version = "1.0.106"
|
3772 3787 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3773 3788 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
3774 3789 | dependencies = [
|
3775 3790 | "unicode-ident",
|
3776 3791 | ]
|
3777 3792 |
|
3778 3793 | [[package]]
|
3779 3794 | name = "proptest"
|
3780 3795 | version = "1.11.0"
|
3781 3796 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3782 3797 | checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
|
3783 3798 | dependencies = [
|
3784 3799 | "bit-set",
|
3785 3800 | "bit-vec",
|
3786 - | "bitflags 2.11.0",
|
3801 + | "bitflags 2.11.1",
|
3787 3802 | "num-traits",
|
3788 - | "rand 0.9.2",
|
3803 + | "rand 0.9.4",
|
3789 3804 | "rand_chacha 0.9.0",
|
3790 3805 | "rand_xorshift",
|
3791 3806 | "regex-syntax",
|
3792 3807 | "rusty-fork",
|
3793 3808 | "tempfile",
|
3794 3809 | "unarray",
|
3795 3810 | ]
|
3796 3811 |
|
3797 3812 | [[package]]
|
3798 3813 | name = "quick-error"
|
3799 3814 | version = "1.2.3"
|
3800 3815 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3801 3816 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
3802 3817 |
|
3803 3818 | [[package]]
|
3804 3819 | name = "quote"
|
3805 3820 | version = "1.0.45"
|
3806 3821 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3807 3822 | checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
3808 3823 | dependencies = [
|
3809 3824 | "proc-macro2",
|
3810 3825 | ]
|
3811 3826 |
|
3812 3827 | [[package]]
|
3813 3828 | name = "r-efi"
|
3814 3829 | version = "5.3.0"
|
3815 3830 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3816 3831 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
3817 3832 |
|
3818 3833 | [[package]]
|
3819 3834 | name = "r-efi"
|
3820 3835 | version = "6.0.0"
|
3821 3836 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3822 3837 | checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
3823 3838 |
|
3824 3839 | [[package]]
|
3825 3840 | name = "rand"
|
3826 3841 | version = "0.8.5"
|
3827 3842 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3828 3843 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
3829 3844 | dependencies = [
|
3830 3845 | "libc",
|
3831 3846 | "rand_chacha 0.3.1",
|
3832 3847 | "rand_core 0.6.4",
|
3833 3848 | ]
|
3834 3849 |
|
3835 3850 | [[package]]
|
3836 3851 | name = "rand"
|
3837 - | version = "0.9.2"
|
3852 + | version = "0.9.4"
|
3838 3853 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3839 - | checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
3854 + | checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
|
3840 3855 | dependencies = [
|
3841 3856 | "rand_chacha 0.9.0",
|
3842 3857 | "rand_core 0.9.5",
|
3843 3858 | ]
|
3844 3859 |
|
3845 3860 | [[package]]
|
3846 3861 | name = "rand_chacha"
|
3847 3862 | version = "0.3.1"
|
3848 3863 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3849 3864 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
3850 3865 | dependencies = [
|
3851 3866 | "ppv-lite86",
|
3852 3867 | "rand_core 0.6.4",
|
3853 3868 | ]
|
3854 3869 |
|
3855 3870 | [[package]]
|
3856 3871 | name = "rand_chacha"
|
3857 3872 | version = "0.9.0"
|
3858 3873 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3859 3874 | checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
3860 3875 | dependencies = [
|
3861 3876 | "ppv-lite86",
|
3862 3877 | "rand_core 0.9.5",
|
3863 3878 | ]
|
3864 3879 |
|
3865 3880 | [[package]]
|
3866 3881 | name = "rand_core"
|
3867 3882 | version = "0.6.4"
|
3868 3883 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3869 3884 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
3870 3885 | dependencies = [
|
3871 3886 | "getrandom 0.2.17",
|
3872 3887 | ]
|
3873 3888 |
|
3874 3889 | [[package]]
|
3875 3890 | name = "rand_core"
|
3876 3891 | version = "0.9.5"
|
3877 3892 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3878 3893 | checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
|
3879 3894 | dependencies = [
|
3880 3895 | "getrandom 0.3.4",
|
3881 3896 | ]
|
3882 3897 |
|
3883 3898 | [[package]]
|
3884 3899 | name = "rand_xorshift"
|
3885 3900 | version = "0.4.0"
|
3886 3901 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3887 3902 | checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
|
3888 3903 | dependencies = [
|
3889 3904 | "rand_core 0.9.5",
|
3890 3905 | ]
|
3891 3906 |
|
3892 3907 | [[package]]
|
3893 3908 | name = "rayon"
|
3894 - | version = "1.11.0"
|
3909 + | version = "1.12.0"
|
3895 3910 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3896 - | checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
|
3911 + | checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
|
3897 3912 | dependencies = [
|
3898 3913 | "either",
|
3899 3914 | "rayon-core",
|
3900 3915 | ]
|
3901 3916 |
|
3902 3917 | [[package]]
|
3903 3918 | name = "rayon-core"
|
3904 3919 | version = "1.13.0"
|
3905 3920 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3906 3921 | checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
3907 3922 | dependencies = [
|
3908 3923 | "crossbeam-deque",
|
3909 3924 | "crossbeam-utils",
|
3910 3925 | ]
|
3911 3926 |
|
3912 3927 | [[package]]
|
3913 3928 | name = "redox_syscall"
|
3914 3929 | version = "0.5.18"
|
3915 3930 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3916 3931 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
3917 3932 | dependencies = [
|
3918 - | "bitflags 2.11.0",
|
3933 + | "bitflags 2.11.1",
|
3919 3934 | ]
|
3920 3935 |
|
3921 3936 | [[package]]
|
3922 3937 | name = "regex"
|
3923 3938 | version = "1.12.3"
|
3924 3939 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3925 3940 | checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
3926 3941 | dependencies = [
|
3927 3942 | "aho-corasick",
|
3928 3943 | "memchr",
|
3929 3944 | "regex-automata",
|
3930 3945 | "regex-syntax",
|
3931 3946 | ]
|
3932 3947 |
|
3933 3948 | [[package]]
|
3934 3949 | name = "regex-automata"
|
3935 3950 | version = "0.4.14"
|
3936 3951 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3937 3952 | checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
3938 3953 | dependencies = [
|
3939 3954 | "aho-corasick",
|
3940 3955 | "memchr",
|
3941 3956 | "regex-syntax",
|
3942 3957 | ]
|
3943 3958 |
|
3944 3959 | [[package]]
|
3945 3960 | name = "regex-lite"
|
3946 3961 | version = "0.1.9"
|
3947 3962 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3948 3963 | checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
|
@@ -4011,4026 +4163,4178 @@
4011 4026 |
|
4012 4027 | [[package]]
|
4013 4028 | name = "rustc_version"
|
4014 4029 | version = "0.4.1"
|
4015 4030 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4016 4031 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
4017 4032 | dependencies = [
|
4018 4033 | "semver",
|
4019 4034 | ]
|
4020 4035 |
|
4021 4036 | [[package]]
|
4022 4037 | name = "rustix"
|
4023 4038 | version = "0.37.28"
|
4024 4039 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4025 4040 | checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6"
|
4026 4041 | dependencies = [
|
4027 4042 | "bitflags 1.3.2",
|
4028 4043 | "errno",
|
4029 4044 | "io-lifetimes",
|
4030 4045 | "libc",
|
4031 4046 | "linux-raw-sys 0.3.8",
|
4032 4047 | "windows-sys 0.48.0",
|
4033 4048 | ]
|
4034 4049 |
|
4035 4050 | [[package]]
|
4036 4051 | name = "rustix"
|
4037 4052 | version = "0.38.44"
|
4038 4053 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4039 4054 | checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
4040 4055 | dependencies = [
|
4041 - | "bitflags 2.11.0",
|
4056 + | "bitflags 2.11.1",
|
4042 4057 | "errno",
|
4043 4058 | "libc",
|
4044 4059 | "linux-raw-sys 0.4.15",
|
4045 4060 | "windows-sys 0.59.0",
|
4046 4061 | ]
|
4047 4062 |
|
4048 4063 | [[package]]
|
4049 4064 | name = "rustix"
|
4050 4065 | version = "1.1.4"
|
4051 4066 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4052 4067 | checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
4053 4068 | dependencies = [
|
4054 - | "bitflags 2.11.0",
|
4069 + | "bitflags 2.11.1",
|
4055 4070 | "errno",
|
4056 4071 | "libc",
|
4057 4072 | "linux-raw-sys 0.12.1",
|
4058 4073 | "windows-sys 0.61.2",
|
4059 4074 | ]
|
4060 4075 |
|
4061 4076 | [[package]]
|
4062 4077 | name = "rustls"
|
4063 4078 | version = "0.21.12"
|
4064 4079 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4065 4080 | checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
4066 4081 | dependencies = [
|
4067 4082 | "log",
|
4068 4083 | "ring",
|
4069 4084 | "rustls-webpki 0.101.7",
|
4070 4085 | "sct",
|
4071 4086 | ]
|
4072 4087 |
|
4073 4088 | [[package]]
|
4074 4089 | name = "rustls"
|
4075 - | version = "0.23.37"
|
4090 + | version = "0.23.38"
|
4076 4091 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4077 - | checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
|
4092 + | checksum = "69f9466fb2c14ea04357e91413efb882e2a6d4a406e625449bc0a5d360d53a21"
|
4078 4093 | dependencies = [
|
4079 4094 | "aws-lc-rs",
|
4080 4095 | "log",
|
4081 4096 | "once_cell",
|
4082 4097 | "ring",
|
4083 4098 | "rustls-pki-types",
|
4084 - | "rustls-webpki 0.103.10",
|
4099 + | "rustls-webpki 0.103.12",
|
4085 4100 | "subtle",
|
4086 4101 | "zeroize",
|
4087 4102 | ]
|
4088 4103 |
|
4089 4104 | [[package]]
|
4090 4105 | name = "rustls-native-certs"
|
4091 4106 | version = "0.8.3"
|
4092 4107 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4093 4108 | checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
|
4094 4109 | dependencies = [
|
4095 4110 | "openssl-probe",
|
4096 4111 | "rustls-pki-types",
|
4097 4112 | "schannel",
|
4098 4113 | "security-framework",
|
4099 4114 | ]
|
4100 4115 |
|
4101 4116 | [[package]]
|
4102 4117 | name = "rustls-pemfile"
|
4103 4118 | version = "2.2.0"
|
4104 4119 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4105 4120 | checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
4106 4121 | dependencies = [
|
4107 4122 | "rustls-pki-types",
|
4108 4123 | ]
|
4109 4124 |
|
4110 4125 | [[package]]
|
4111 4126 | name = "rustls-pki-types"
|
4112 4127 | version = "1.14.0"
|
4113 4128 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4114 4129 | checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
|
4115 4130 | dependencies = [
|
4116 4131 | "zeroize",
|
4117 4132 | ]
|
4118 4133 |
|
4119 4134 | [[package]]
|
4120 4135 | name = "rustls-webpki"
|
4121 4136 | version = "0.101.7"
|
4122 4137 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4123 4138 | checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
4124 4139 | dependencies = [
|
4125 4140 | "ring",
|
4126 4141 | "untrusted 0.9.0",
|
4127 4142 | ]
|
4128 4143 |
|
4129 4144 | [[package]]
|
4130 4145 | name = "rustls-webpki"
|
4131 - | version = "0.103.10"
|
4146 + | version = "0.103.12"
|
4132 4147 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4133 - | checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef"
|
4148 + | checksum = "8279bb85272c9f10811ae6a6c547ff594d6a7f3c6c6b02ee9726d1d0dcfcdd06"
|
4134 4149 | dependencies = [
|
4135 4150 | "aws-lc-rs",
|
4136 4151 | "ring",
|
4137 4152 | "rustls-pki-types",
|
4138 4153 | "untrusted 0.9.0",
|
4139 4154 | ]
|
4140 4155 |
|
4141 4156 | [[package]]
|
4142 4157 | name = "rustversion"
|
4143 4158 | version = "1.0.22"
|
4144 4159 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4145 4160 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
4146 4161 |
|
4147 4162 | [[package]]
|
4148 4163 | name = "rusty-fork"
|
4149 4164 | version = "0.3.1"
|
4150 4165 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4151 4166 | checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
|
4152 4167 | dependencies = [
|
4153 4168 | "fnv",
|
4154 4169 | "quick-error",
|
4155 4170 | "tempfile",
|
4156 4171 | "wait-timeout",
|
4157 4172 | ]
|
4158 4173 |
|
4159 4174 | [[package]]
|
4160 4175 | name = "ryu"
|
4161 4176 | version = "1.0.23"
|
4162 4177 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4163 4178 | checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
|
@@ -4269,4284 +4329,4344 @@
4269 4284 | checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
|
4270 4285 | dependencies = [
|
4271 4286 | "base16ct 0.1.1",
|
4272 4287 | "der 0.6.1",
|
4273 4288 | "generic-array",
|
4274 4289 | "pkcs8 0.9.0",
|
4275 4290 | "subtle",
|
4276 4291 | "zeroize",
|
4277 4292 | ]
|
4278 4293 |
|
4279 4294 | [[package]]
|
4280 4295 | name = "sec1"
|
4281 4296 | version = "0.7.3"
|
4282 4297 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4283 4298 | checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
|
4284 4299 | dependencies = [
|
4285 4300 | "base16ct 0.2.0",
|
4286 4301 | "der 0.7.10",
|
4287 4302 | "generic-array",
|
4288 4303 | "pkcs8 0.10.2",
|
4289 4304 | "subtle",
|
4290 4305 | "zeroize",
|
4291 4306 | ]
|
4292 4307 |
|
4293 4308 | [[package]]
|
4294 4309 | name = "security-framework"
|
4295 4310 | version = "3.7.0"
|
4296 4311 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4297 4312 | checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
|
4298 4313 | dependencies = [
|
4299 - | "bitflags 2.11.0",
|
4314 + | "bitflags 2.11.1",
|
4300 4315 | "core-foundation 0.10.1",
|
4301 4316 | "core-foundation-sys",
|
4302 4317 | "libc",
|
4303 4318 | "security-framework-sys",
|
4304 4319 | ]
|
4305 4320 |
|
4306 4321 | [[package]]
|
4307 4322 | name = "security-framework-sys"
|
4308 4323 | version = "2.17.0"
|
4309 4324 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4310 4325 | checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
|
4311 4326 | dependencies = [
|
4312 4327 | "core-foundation-sys",
|
4313 4328 | "libc",
|
4314 4329 | ]
|
4315 4330 |
|
4316 4331 | [[package]]
|
4317 4332 | name = "semver"
|
4318 4333 | version = "1.0.28"
|
4319 4334 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4320 4335 | checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
4321 4336 |
|
4322 4337 | [[package]]
|
4323 4338 | name = "separator"
|
4324 4339 | version = "0.4.1"
|
4325 4340 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4326 4341 | checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
|
4327 4342 |
|
4328 4343 | [[package]]
|
4329 4344 | name = "serde"
|
@@ -4603,4618 +4663,4678 @@
4603 4618 | "quote",
|
4604 4619 | "unicode-ident",
|
4605 4620 | ]
|
4606 4621 |
|
4607 4622 | [[package]]
|
4608 4623 | name = "sync_wrapper"
|
4609 4624 | version = "1.0.2"
|
4610 4625 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4611 4626 | checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
4612 4627 | dependencies = [
|
4613 4628 | "futures-core",
|
4614 4629 | ]
|
4615 4630 |
|
4616 4631 | [[package]]
|
4617 4632 | name = "synstructure"
|
4618 4633 | version = "0.13.2"
|
4619 4634 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4620 4635 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
4621 4636 | dependencies = [
|
4622 4637 | "proc-macro2",
|
4623 4638 | "quote",
|
4624 4639 | "syn",
|
4625 4640 | ]
|
4626 4641 |
|
4627 4642 | [[package]]
|
4628 4643 | name = "system-configuration"
|
4629 4644 | version = "0.7.0"
|
4630 4645 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4631 4646 | checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
|
4632 4647 | dependencies = [
|
4633 - | "bitflags 2.11.0",
|
4648 + | "bitflags 2.11.1",
|
4634 4649 | "core-foundation 0.9.4",
|
4635 4650 | "system-configuration-sys",
|
4636 4651 | ]
|
4637 4652 |
|
4638 4653 | [[package]]
|
4639 4654 | name = "system-configuration-sys"
|
4640 4655 | version = "0.6.0"
|
4641 4656 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4642 4657 | checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
4643 4658 | dependencies = [
|
4644 4659 | "core-foundation-sys",
|
4645 4660 | "libc",
|
4646 4661 | ]
|
4647 4662 |
|
4648 4663 | [[package]]
|
4649 4664 | name = "tagptr"
|
4650 4665 | version = "0.2.0"
|
4651 4666 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4652 4667 | checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
|
4653 4668 |
|
4654 4669 | [[package]]
|
4655 4670 | name = "tempfile"
|
4656 4671 | version = "3.27.0"
|
4657 4672 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4658 4673 | checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|
4659 4674 | dependencies = [
|
4660 4675 | "fastrand 2.4.1",
|
4661 4676 | "getrandom 0.4.2",
|
4662 4677 | "once_cell",
|
4663 4678 | "rustix 1.1.4",
|
@@ -4754,4769 +4856,4871 @@
4754 4769 | "zerovec",
|
4755 4770 | ]
|
4756 4771 |
|
4757 4772 | [[package]]
|
4758 4773 | name = "tinytemplate"
|
4759 4774 | version = "1.2.1"
|
4760 4775 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4761 4776 | checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
4762 4777 | dependencies = [
|
4763 4778 | "serde",
|
4764 4779 | "serde_json",
|
4765 4780 | ]
|
4766 4781 |
|
4767 4782 | [[package]]
|
4768 4783 | name = "tinyvec"
|
4769 4784 | version = "1.11.0"
|
4770 4785 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4771 4786 | checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
|
4772 4787 | dependencies = [
|
4773 4788 | "tinyvec_macros",
|
4774 4789 | ]
|
4775 4790 |
|
4776 4791 | [[package]]
|
4777 4792 | name = "tinyvec_macros"
|
4778 4793 | version = "0.1.1"
|
4779 4794 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4780 4795 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
4781 4796 |
|
4782 4797 | [[package]]
|
4783 4798 | name = "tokio"
|
4784 - | version = "1.51.0"
|
4799 + | version = "1.52.0"
|
4785 4800 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4786 - | checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd"
|
4801 + | checksum = "a91135f59b1cbf38c91e73cf3386fca9bb77915c45ce2771460c9d92f0f3d776"
|
4787 4802 | dependencies = [
|
4788 4803 | "bytes",
|
4789 4804 | "libc",
|
4790 4805 | "mio",
|
4791 4806 | "parking_lot",
|
4792 4807 | "pin-project-lite",
|
4793 4808 | "signal-hook-registry",
|
4794 4809 | "socket2 0.6.3",
|
4795 4810 | "tokio-macros",
|
4796 4811 | "windows-sys 0.61.2",
|
4797 4812 | ]
|
4798 4813 |
|
4799 4814 | [[package]]
|
4800 4815 | name = "tokio-macros"
|
4801 4816 | version = "2.7.0"
|
4802 4817 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4803 4818 | checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
|
4804 4819 | dependencies = [
|
4805 4820 | "proc-macro2",
|
4806 4821 | "quote",
|
4807 4822 | "syn",
|
4808 4823 | ]
|
4809 4824 |
|
4810 4825 | [[package]]
|
4811 4826 | name = "tokio-rustls"
|
4812 4827 | version = "0.24.1"
|
4813 4828 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4814 4829 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
4815 4830 | dependencies = [
|
4816 4831 | "rustls 0.21.12",
|
4817 4832 | "tokio",
|
4818 4833 | ]
|
4819 4834 |
|
4820 4835 | [[package]]
|
4821 4836 | name = "tokio-rustls"
|
4822 4837 | version = "0.26.4"
|
4823 4838 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4824 4839 | checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
4825 4840 | dependencies = [
|
4826 - | "rustls 0.23.37",
|
4841 + | "rustls 0.23.38",
|
4827 4842 | "tokio",
|
4828 4843 | ]
|
4829 4844 |
|
4830 4845 | [[package]]
|
4831 4846 | name = "tokio-stream"
|
4832 4847 | version = "0.1.18"
|
4833 4848 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4834 4849 | checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
|
4835 4850 | dependencies = [
|
4836 4851 | "futures-core",
|
4837 4852 | "pin-project-lite",
|
4838 4853 | "tokio",
|
4839 4854 | ]
|
4840 4855 |
|
4841 4856 | [[package]]
|
4842 4857 | name = "tokio-test"
|
4843 4858 | version = "0.4.5"
|
4844 4859 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4845 4860 | checksum = "3f6d24790a10a7af737693a3e8f1d03faef7e6ca0cc99aae5066f533766de545"
|
4846 4861 | dependencies = [
|
4847 4862 | "futures-core",
|
4848 4863 | "tokio",
|
4849 4864 | "tokio-stream",
|
4850 4865 | ]
|
4851 4866 |
|
4852 4867 | [[package]]
|
4853 4868 | name = "tokio-util"
|
4854 4869 | version = "0.7.18"
|
4855 4870 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4856 4871 | checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
|
@@ -5131,5146 +5282,5297 @@
5131 5146 | dependencies = [
|
5132 5147 | "try-lock",
|
5133 5148 | ]
|
5134 5149 |
|
5135 5150 | [[package]]
|
5136 5151 | name = "wasi"
|
5137 5152 | version = "0.11.1+wasi-snapshot-preview1"
|
5138 5153 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5139 5154 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
5140 5155 |
|
5141 5156 | [[package]]
|
5142 5157 | name = "wasip2"
|
5143 5158 | version = "1.0.2+wasi-0.2.9"
|
5144 5159 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5145 5160 | checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
|
5146 5161 | dependencies = [
|
5147 5162 | "wit-bindgen",
|
5148 5163 | ]
|
5149 5164 |
|
5150 5165 | [[package]]
|
5151 5166 | name = "wasip3"
|
5152 5167 | version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
5153 5168 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5154 5169 | checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
|
5155 5170 | dependencies = [
|
5156 5171 | "wit-bindgen",
|
5157 5172 | ]
|
5158 5173 |
|
5159 5174 | [[package]]
|
5160 5175 | name = "wasm-bindgen"
|
5161 - | version = "0.2.117"
|
5176 + | version = "0.2.118"
|
5162 5177 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5163 - | checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0"
|
5178 + | checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89"
|
5164 5179 | dependencies = [
|
5165 5180 | "cfg-if",
|
5166 5181 | "once_cell",
|
5167 5182 | "rustversion",
|
5168 5183 | "wasm-bindgen-macro",
|
5169 5184 | "wasm-bindgen-shared",
|
5170 5185 | ]
|
5171 5186 |
|
5172 5187 | [[package]]
|
5173 5188 | name = "wasm-bindgen-futures"
|
5174 - | version = "0.4.67"
|
5189 + | version = "0.4.68"
|
5175 5190 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5176 - | checksum = "03623de6905b7206edd0a75f69f747f134b7f0a2323392d664448bf2d3c5d87e"
|
5191 + | checksum = "f371d383f2fb139252e0bfac3b81b265689bf45b6874af544ffa4c975ac1ebf8"
|
5177 5192 | dependencies = [
|
5178 5193 | "js-sys",
|
5179 5194 | "wasm-bindgen",
|
5180 5195 | ]
|
5181 5196 |
|
5182 5197 | [[package]]
|
5183 5198 | name = "wasm-bindgen-macro"
|
5184 - | version = "0.2.117"
|
5199 + | version = "0.2.118"
|
5185 5200 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5186 - | checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be"
|
5201 + | checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed"
|
5187 5202 | dependencies = [
|
5188 5203 | "quote",
|
5189 5204 | "wasm-bindgen-macro-support",
|
5190 5205 | ]
|
5191 5206 |
|
5192 5207 | [[package]]
|
5193 5208 | name = "wasm-bindgen-macro-support"
|
5194 - | version = "0.2.117"
|
5209 + | version = "0.2.118"
|
5195 5210 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5196 - | checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2"
|
5211 + | checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904"
|
5197 5212 | dependencies = [
|
5198 5213 | "bumpalo",
|
5199 5214 | "proc-macro2",
|
5200 5215 | "quote",
|
5201 5216 | "syn",
|
5202 5217 | "wasm-bindgen-shared",
|
5203 5218 | ]
|
5204 5219 |
|
5205 5220 | [[package]]
|
5206 5221 | name = "wasm-bindgen-shared"
|
5207 - | version = "0.2.117"
|
5222 + | version = "0.2.118"
|
5208 5223 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5209 - | checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b"
|
5224 + | checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129"
|
5210 5225 | dependencies = [
|
5211 5226 | "unicode-ident",
|
5212 5227 | ]
|
5213 5228 |
|
5214 5229 | [[package]]
|
5215 5230 | name = "wasm-encoder"
|
5216 5231 | version = "0.244.0"
|
5217 5232 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5218 5233 | checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
5219 5234 | dependencies = [
|
5220 5235 | "leb128fmt",
|
5221 5236 | "wasmparser",
|
5222 5237 | ]
|
5223 5238 |
|
5224 5239 | [[package]]
|
5225 5240 | name = "wasm-metadata"
|
5226 5241 | version = "0.244.0"
|
5227 5242 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5228 5243 | checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
5229 5244 | dependencies = [
|
5230 5245 | "anyhow",
|
5231 5246 | "indexmap",
|
5232 5247 | "wasm-encoder",
|
5233 5248 | "wasmparser",
|
5234 5249 | ]
|
5235 5250 |
|
5236 5251 | [[package]]
|
5237 5252 | name = "wasmparser"
|
5238 5253 | version = "0.244.0"
|
5239 5254 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5240 5255 | checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
5241 5256 | dependencies = [
|
5242 - | "bitflags 2.11.0",
|
5257 + | "bitflags 2.11.1",
|
5243 5258 | "hashbrown 0.15.5",
|
5244 5259 | "indexmap",
|
5245 5260 | "semver",
|
5246 5261 | ]
|
5247 5262 |
|
5248 5263 | [[package]]
|
5249 5264 | name = "web-sys"
|
5250 - | version = "0.3.94"
|
5265 + | version = "0.3.95"
|
5251 5266 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5252 - | checksum = "cd70027e39b12f0849461e08ffc50b9cd7688d942c1c8e3c7b22273236b4dd0a"
|
5267 + | checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d"
|
5253 5268 | dependencies = [
|
5254 5269 | "js-sys",
|
5255 5270 | "wasm-bindgen",
|
5256 5271 | ]
|
5257 5272 |
|
5258 5273 | [[package]]
|
5259 5274 | name = "webpki-roots"
|
5260 5275 | version = "0.25.4"
|
5261 5276 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5262 5277 | checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
|
5263 5278 |
|
5264 5279 | [[package]]
|
5265 5280 | name = "widestring"
|
5266 5281 | version = "1.2.1"
|
5267 5282 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5268 5283 | checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
|
5269 5284 |
|
5270 5285 | [[package]]
|
5271 5286 | name = "winapi"
|
5272 5287 | version = "0.3.9"
|
5273 5288 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5274 5289 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
5275 5290 | dependencies = [
|
5276 5291 | "winapi-i686-pc-windows-gnu",
|
5277 5292 | "winapi-x86_64-pc-windows-gnu",
|
5278 5293 | ]
|
5279 5294 |
|
5280 5295 | [[package]]
|
5281 5296 | name = "winapi-i686-pc-windows-gnu"
|
5282 5297 | version = "0.4.0"
|
@@ -5469,5484 +5582,5597 @@
5469 5484 | [[package]]
|
5470 5485 | name = "windows_x86_64_gnullvm"
|
5471 5486 | version = "0.48.5"
|
5472 5487 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5473 5488 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
5474 5489 |
|
5475 5490 | [[package]]
|
5476 5491 | name = "windows_x86_64_gnullvm"
|
5477 5492 | version = "0.52.6"
|
5478 5493 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5479 5494 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
5480 5495 |
|
5481 5496 | [[package]]
|
5482 5497 | name = "windows_x86_64_msvc"
|
5483 5498 | version = "0.48.5"
|
5484 5499 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5485 5500 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
5486 5501 |
|
5487 5502 | [[package]]
|
5488 5503 | name = "windows_x86_64_msvc"
|
5489 5504 | version = "0.52.6"
|
5490 5505 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5491 5506 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
5492 5507 |
|
5493 5508 | [[package]]
|
5494 5509 | name = "wit-bindgen"
|
5495 5510 | version = "0.51.0"
|
5496 5511 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5497 5512 | checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
5498 5513 | dependencies = [
|
5499 - | "bitflags 2.11.0",
|
5514 + | "bitflags 2.11.1",
|
5500 5515 | "wit-bindgen-rust-macro",
|
5501 5516 | ]
|
5502 5517 |
|
5503 5518 | [[package]]
|
5504 5519 | name = "wit-bindgen-core"
|
5505 5520 | version = "0.51.0"
|
5506 5521 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5507 5522 | checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
5508 5523 | dependencies = [
|
5509 5524 | "anyhow",
|
5510 5525 | "heck",
|
5511 5526 | "wit-parser",
|
5512 5527 | ]
|
5513 5528 |
|
5514 5529 | [[package]]
|
5515 5530 | name = "wit-bindgen-rust"
|
5516 5531 | version = "0.51.0"
|
5517 5532 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5518 5533 | checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
5519 5534 | dependencies = [
|
5520 5535 | "anyhow",
|
5521 5536 | "heck",
|
5522 5537 | "indexmap",
|
5523 5538 | "prettyplease",
|
5524 5539 | "syn",
|
5525 5540 | "wasm-metadata",
|
5526 5541 | "wit-bindgen-core",
|
5527 5542 | "wit-component",
|
5528 5543 | ]
|
5529 5544 |
|
5530 5545 | [[package]]
|
5531 5546 | name = "wit-bindgen-rust-macro"
|
5532 5547 | version = "0.51.0"
|
5533 5548 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5534 5549 | checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
5535 5550 | dependencies = [
|
5536 5551 | "anyhow",
|
5537 5552 | "prettyplease",
|
5538 5553 | "proc-macro2",
|
5539 5554 | "quote",
|
5540 5555 | "syn",
|
5541 5556 | "wit-bindgen-core",
|
5542 5557 | "wit-bindgen-rust",
|
5543 5558 | ]
|
5544 5559 |
|
5545 5560 | [[package]]
|
5546 5561 | name = "wit-component"
|
5547 5562 | version = "0.244.0"
|
5548 5563 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5549 5564 | checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
5550 5565 | dependencies = [
|
5551 5566 | "anyhow",
|
5552 - | "bitflags 2.11.0",
|
5567 + | "bitflags 2.11.1",
|
5553 5568 | "indexmap",
|
5554 5569 | "log",
|
5555 5570 | "serde",
|
5556 5571 | "serde_derive",
|
5557 5572 | "serde_json",
|
5558 5573 | "wasm-encoder",
|
5559 5574 | "wasm-metadata",
|
5560 5575 | "wasmparser",
|
5561 5576 | "wit-parser",
|
5562 5577 | ]
|
5563 5578 |
|
5564 5579 | [[package]]
|
5565 5580 | name = "wit-parser"
|
5566 5581 | version = "0.244.0"
|
5567 5582 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5568 5583 | checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
5569 5584 | dependencies = [
|
5570 5585 | "anyhow",
|
5571 5586 | "id-arena",
|
5572 5587 | "indexmap",
|
5573 5588 | "log",
|
5574 5589 | "semver",
|
5575 5590 | "serde",
|
5576 5591 | "serde_derive",
|
5577 5592 | "serde_json",
|
5578 5593 | "unicode-xid",
|
5579 5594 | "wasmparser",
|
5580 5595 | ]
|
5581 5596 |
|
5582 5597 | [[package]]
|