Client Test

Client Test

rev. c0b00f120b2294b4133c26e53e151644b700bd2b (ignoring whitespace)

Files changed:

tmp-codegen-diff/codegen-client-test/Cargo.lock

@@ -1,1 +45,45 @@
    3      3   
version = 4
    4      4   
    5      5   
[[package]]
    6      6   
name = "adler2"
    7      7   
version = "2.0.1"
    8      8   
source = "registry+https://github.com/rust-lang/crates.io-index"
    9      9   
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
   10     10   
   11     11   
[[package]]
   12     12   
name = "aho-corasick"
   13         -
version = "1.1.3"
          13  +
version = "1.1.4"
   14     14   
source = "registry+https://github.com/rust-lang/crates.io-index"
   15         -
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
          15  +
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
   16     16   
dependencies = [
   17     17   
 "memchr",
   18     18   
]
   19     19   
   20     20   
[[package]]
   21     21   
name = "anes"
   22     22   
version = "0.1.6"
   23     23   
source = "registry+https://github.com/rust-lang/crates.io-index"
   24     24   
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
   25     25   
@@ -193,193 +270,270 @@
  213    213   
]
  214    214   
  215    215   
[[package]]
  216    216   
name = "async-stream-impl"
  217    217   
version = "0.3.6"
  218    218   
source = "registry+https://github.com/rust-lang/crates.io-index"
  219    219   
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
  220    220   
dependencies = [
  221    221   
 "proc-macro2",
  222    222   
 "quote",
  223         -
 "syn 2.0.107",
         223  +
 "syn 2.0.108",
  224    224   
]
  225    225   
  226    226   
[[package]]
  227    227   
name = "async-task"
  228    228   
version = "4.7.1"
  229    229   
source = "registry+https://github.com/rust-lang/crates.io-index"
  230    230   
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
  231    231   
  232    232   
[[package]]
  233    233   
name = "async-trait"
  234    234   
version = "0.1.89"
  235    235   
source = "registry+https://github.com/rust-lang/crates.io-index"
  236    236   
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
  237    237   
dependencies = [
  238    238   
 "proc-macro2",
  239    239   
 "quote",
  240         -
 "syn 2.0.107",
         240  +
 "syn 2.0.108",
  241    241   
]
  242    242   
  243    243   
[[package]]
  244    244   
name = "atomic-waker"
  245    245   
version = "1.1.2"
  246    246   
source = "registry+https://github.com/rust-lang/crates.io-index"
  247    247   
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
  248    248   
  249    249   
[[package]]
  250    250   
name = "atty"
@@ -416,416 +476,476 @@
  436    436   
 "http-body 1.0.1",
  437    437   
 "http-body-util",
  438    438   
 "hyper 0.14.32",
  439    439   
 "hyper 1.7.0",
  440    440   
 "hyper-rustls 0.24.2",
  441    441   
 "hyper-rustls 0.27.7",
  442    442   
 "hyper-util",
  443    443   
 "indexmap 2.12.0",
  444    444   
 "pin-project-lite",
  445    445   
 "rustls 0.21.12",
  446         -
 "rustls 0.23.33",
         446  +
 "rustls 0.23.34",
  447    447   
 "rustls-native-certs 0.8.2",
  448    448   
 "rustls-pemfile 2.2.0",
  449    449   
 "rustls-pki-types",
  450    450   
 "s2n-tls",
  451    451   
 "s2n-tls-hyper",
  452    452   
 "s2n-tls-tokio",
  453    453   
 "serde",
  454    454   
 "serde_json",
  455    455   
 "serial_test",
  456    456   
 "tokio",
@@ -750,750 +810,810 @@
  770    770   
 "cexpr",
  771    771   
 "clang-sys",
  772    772   
 "itertools 0.13.0",
  773    773   
 "log",
  774    774   
 "prettyplease",
  775    775   
 "proc-macro2",
  776    776   
 "quote",
  777    777   
 "regex",
  778    778   
 "rustc-hash",
  779    779   
 "shlex",
  780         -
 "syn 2.0.107",
         780  +
 "syn 2.0.108",
  781    781   
]
  782    782   
  783    783   
[[package]]
  784    784   
name = "bit-set"
  785    785   
version = "0.8.0"
  786    786   
source = "registry+https://github.com/rust-lang/crates.io-index"
  787    787   
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
  788    788   
dependencies = [
  789    789   
 "bit-vec",
  790    790   
]
@@ -863,863 +925,925 @@
  883    883   
 "num-bigint",
  884    884   
 "num-rational",
  885    885   
 "num-traits",
  886    886   
 "separator",
  887    887   
 "url",
  888    888   
 "uuid",
  889    889   
]
  890    890   
  891    891   
[[package]]
  892    892   
name = "cc"
  893         -
version = "1.2.41"
         893  +
version = "1.2.43"
  894    894   
source = "registry+https://github.com/rust-lang/crates.io-index"
  895         -
checksum = "ac9fe6cdbb24b6ade63616c0a0688e45bb56732262c158df3c0c4bea4ca47cb7"
         895  +
checksum = "739eb0f94557554b3ca9a86d2d37bebd49c5e6d0c1d2bda35ba5bdac830befc2"
  896    896   
dependencies = [
  897    897   
 "find-msvc-tools",
  898    898   
 "jobserver",
  899    899   
 "libc",
  900    900   
 "shlex",
  901    901   
]
  902    902   
  903    903   
[[package]]
  904    904   
name = "cexpr"
  905    905   
version = "0.6.0"
@@ -1176,1176 +1373,1373 @@
 1196   1196   
]
 1197   1197   
 1198   1198   
[[package]]
 1199   1199   
name = "data-encoding"
 1200   1200   
version = "2.9.0"
 1201   1201   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1202   1202   
checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 1203   1203   
 1204   1204   
[[package]]
 1205   1205   
name = "deranged"
 1206         -
version = "0.5.4"
        1206  +
version = "0.5.5"
 1207   1207   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1208         -
checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
        1208  +
checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
 1209   1209   
dependencies = [
 1210   1210   
 "powerfmt",
 1211   1211   
]
 1212   1212   
 1213   1213   
[[package]]
 1214   1214   
name = "derive_arbitrary"
 1215   1215   
version = "1.4.2"
 1216   1216   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1217   1217   
checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 1218   1218   
dependencies = [
 1219   1219   
 "proc-macro2",
 1220   1220   
 "quote",
 1221         -
 "syn 2.0.107",
        1221  +
 "syn 2.0.108",
 1222   1222   
]
 1223   1223   
 1224   1224   
[[package]]
 1225   1225   
name = "diff"
 1226   1226   
version = "0.1.13"
 1227   1227   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1228   1228   
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 1229   1229   
 1230   1230   
[[package]]
 1231   1231   
name = "digest"
 1232   1232   
version = "0.10.7"
 1233   1233   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1234   1234   
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 1235   1235   
dependencies = [
 1236   1236   
 "block-buffer",
 1237   1237   
 "crypto-common",
 1238   1238   
]
 1239   1239   
 1240   1240   
[[package]]
 1241   1241   
name = "displaydoc"
 1242   1242   
version = "0.2.5"
 1243   1243   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1244   1244   
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 1245   1245   
dependencies = [
 1246   1246   
 "proc-macro2",
 1247   1247   
 "quote",
 1248         -
 "syn 2.0.107",
        1248  +
 "syn 2.0.108",
 1249   1249   
]
 1250   1250   
 1251   1251   
[[package]]
 1252   1252   
name = "dunce"
 1253   1253   
version = "1.0.5"
 1254   1254   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1255   1255   
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 1256   1256   
 1257   1257   
[[package]]
 1258   1258   
name = "either"
 1259   1259   
version = "1.15.0"
 1260   1260   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1261   1261   
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 1262   1262   
 1263   1263   
[[package]]
 1264   1264   
name = "encoding_rs"
 1265   1265   
version = "0.8.35"
 1266   1266   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1267   1267   
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 1268   1268   
dependencies = [
 1269   1269   
 "cfg-if",
 1270   1270   
]
 1271   1271   
 1272   1272   
[[package]]
 1273   1273   
name = "enum-as-inner"
 1274   1274   
version = "0.6.1"
 1275   1275   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1276   1276   
checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 1277   1277   
dependencies = [
 1278   1278   
 "heck 0.5.0",
 1279   1279   
 "proc-macro2",
 1280   1280   
 "quote",
 1281         -
 "syn 2.0.107",
        1281  +
 "syn 2.0.108",
 1282   1282   
]
 1283   1283   
 1284   1284   
[[package]]
 1285   1285   
name = "equivalent"
 1286   1286   
version = "1.0.2"
 1287   1287   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1288   1288   
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 1289   1289   
 1290   1290   
[[package]]
 1291   1291   
name = "errno"
 1292   1292   
version = "0.3.14"
 1293   1293   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1294   1294   
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 1295   1295   
dependencies = [
 1296   1296   
 "libc",
 1297   1297   
 "windows-sys 0.61.2",
 1298   1298   
]
 1299   1299   
 1300   1300   
[[package]]
 1301   1301   
name = "event-listener"
 1302   1302   
version = "2.5.3"
 1303   1303   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1304   1304   
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 1305   1305   
 1306   1306   
[[package]]
 1307   1307   
name = "event-listener"
 1308   1308   
version = "5.4.1"
 1309   1309   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1310   1310   
checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 1311   1311   
dependencies = [
 1312   1312   
 "concurrent-queue",
 1313   1313   
 "parking",
 1314   1314   
 "pin-project-lite",
 1315   1315   
]
 1316   1316   
 1317   1317   
[[package]]
 1318   1318   
name = "event-listener-strategy"
 1319   1319   
version = "0.5.4"
 1320   1320   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1321   1321   
checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 1322   1322   
dependencies = [
 1323   1323   
 "event-listener 5.4.1",
 1324   1324   
 "pin-project-lite",
 1325   1325   
]
 1326   1326   
 1327   1327   
[[package]]
 1328   1328   
name = "fastrand"
 1329   1329   
version = "2.3.0"
 1330   1330   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1331   1331   
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 1332   1332   
 1333   1333   
[[package]]
 1334   1334   
name = "find-msvc-tools"
 1335   1335   
version = "0.1.4"
 1336   1336   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1337   1337   
checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
 1338   1338   
 1339   1339   
[[package]]
 1340   1340   
name = "flate2"
 1341         -
version = "1.1.4"
        1341  +
version = "1.1.5"
 1342   1342   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1343         -
checksum = "dc5a4e564e38c699f2880d3fda590bedc2e69f3f84cd48b457bd892ce61d0aa9"
        1343  +
checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
 1344   1344   
dependencies = [
 1345   1345   
 "crc32fast",
 1346   1346   
 "miniz_oxide",
 1347   1347   
]
 1348   1348   
 1349   1349   
[[package]]
 1350   1350   
name = "fnv"
 1351   1351   
version = "1.0.7"
 1352   1352   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1353   1353   
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
@@ -1409,1409 +1469,1469 @@
 1429   1429   
]
 1430   1430   
 1431   1431   
[[package]]
 1432   1432   
name = "futures-macro"
 1433   1433   
version = "0.3.31"
 1434   1434   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1435   1435   
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 1436   1436   
dependencies = [
 1437   1437   
 "proc-macro2",
 1438   1438   
 "quote",
 1439         -
 "syn 2.0.107",
        1439  +
 "syn 2.0.108",
 1440   1440   
]
 1441   1441   
 1442   1442   
[[package]]
 1443   1443   
name = "futures-sink"
 1444   1444   
version = "0.3.31"
 1445   1445   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1446   1446   
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 1447   1447   
 1448   1448   
[[package]]
 1449   1449   
name = "futures-task"
@@ -1789,1789 +1961,1956 @@
 1809   1809   
 1810   1810   
[[package]]
 1811   1811   
name = "hyper-rustls"
 1812   1812   
version = "0.27.7"
 1813   1813   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1814   1814   
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 1815   1815   
dependencies = [
 1816   1816   
 "http 1.3.1",
 1817   1817   
 "hyper 1.7.0",
 1818   1818   
 "hyper-util",
 1819         -
 "rustls 0.23.33",
        1819  +
 "rustls 0.23.34",
 1820   1820   
 "rustls-native-certs 0.8.2",
 1821   1821   
 "rustls-pki-types",
 1822   1822   
 "tokio",
 1823   1823   
 "tokio-rustls 0.26.4",
 1824   1824   
 "tower-service",
 1825   1825   
]
 1826   1826   
 1827   1827   
[[package]]
 1828   1828   
name = "hyper-util"
 1829   1829   
version = "0.1.17"
 1830   1830   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1831   1831   
checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 1832   1832   
dependencies = [
 1833   1833   
 "base64 0.22.1",
 1834   1834   
 "bytes",
 1835   1835   
 "futures-channel",
 1836   1836   
 "futures-core",
 1837   1837   
 "futures-util",
 1838   1838   
 "http 1.3.1",
 1839   1839   
 "http-body 1.0.1",
 1840   1840   
 "hyper 1.7.0",
 1841   1841   
 "ipnet",
 1842   1842   
 "libc",
 1843   1843   
 "percent-encoding",
 1844   1844   
 "pin-project-lite",
 1845   1845   
 "socket2 0.6.1",
 1846   1846   
 "system-configuration",
 1847   1847   
 "tokio",
 1848   1848   
 "tower-service",
 1849   1849   
 "tracing",
 1850   1850   
 "windows-registry",
 1851   1851   
]
 1852   1852   
 1853   1853   
[[package]]
 1854   1854   
name = "icu_collections"
 1855         -
version = "2.0.0"
        1855  +
version = "2.1.1"
 1856   1856   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1857         -
checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
        1857  +
checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
 1858   1858   
dependencies = [
 1859   1859   
 "displaydoc",
 1860   1860   
 "potential_utf",
 1861   1861   
 "yoke",
 1862   1862   
 "zerofrom",
 1863   1863   
 "zerovec",
 1864   1864   
]
 1865   1865   
 1866   1866   
[[package]]
 1867   1867   
name = "icu_locale_core"
 1868         -
version = "2.0.0"
        1868  +
version = "2.1.1"
 1869   1869   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1870         -
checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
        1870  +
checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
 1871   1871   
dependencies = [
 1872   1872   
 "displaydoc",
 1873   1873   
 "litemap",
 1874   1874   
 "tinystr",
 1875   1875   
 "writeable",
 1876   1876   
 "zerovec",
 1877   1877   
]
 1878   1878   
 1879   1879   
[[package]]
 1880   1880   
name = "icu_normalizer"
 1881         -
version = "2.0.0"
        1881  +
version = "2.1.1"
 1882   1882   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1883         -
checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
        1883  +
checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
 1884   1884   
dependencies = [
 1885         -
 "displaydoc",
 1886   1885   
 "icu_collections",
 1887   1886   
 "icu_normalizer_data",
 1888   1887   
 "icu_properties",
 1889   1888   
 "icu_provider",
 1890   1889   
 "smallvec",
 1891   1890   
 "zerovec",
 1892   1891   
]
 1893   1892   
 1894   1893   
[[package]]
 1895   1894   
name = "icu_normalizer_data"
 1896         -
version = "2.0.0"
        1895  +
version = "2.1.1"
 1897   1896   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1898         -
checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
        1897  +
checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
 1899   1898   
 1900   1899   
[[package]]
 1901   1900   
name = "icu_properties"
 1902         -
version = "2.0.1"
        1901  +
version = "2.1.1"
 1903   1902   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1904         -
checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
        1903  +
checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99"
 1905   1904   
dependencies = [
 1906         -
 "displaydoc",
 1907   1905   
 "icu_collections",
 1908   1906   
 "icu_locale_core",
 1909   1907   
 "icu_properties_data",
 1910   1908   
 "icu_provider",
 1911         -
 "potential_utf",
 1912   1909   
 "zerotrie",
 1913   1910   
 "zerovec",
 1914   1911   
]
 1915   1912   
 1916   1913   
[[package]]
 1917   1914   
name = "icu_properties_data"
 1918         -
version = "2.0.1"
        1915  +
version = "2.1.1"
 1919   1916   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1920         -
checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
        1917  +
checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899"
 1921   1918   
 1922   1919   
[[package]]
 1923   1920   
name = "icu_provider"
 1924         -
version = "2.0.0"
        1921  +
version = "2.1.1"
 1925   1922   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1926         -
checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
        1923  +
checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
 1927   1924   
dependencies = [
 1928   1925   
 "displaydoc",
 1929   1926   
 "icu_locale_core",
 1930         -
 "stable_deref_trait",
 1931         -
 "tinystr",
 1932   1927   
 "writeable",
 1933   1928   
 "yoke",
 1934   1929   
 "zerofrom",
 1935   1930   
 "zerotrie",
 1936   1931   
 "zerovec",
 1937   1932   
]
 1938   1933   
 1939   1934   
[[package]]
 1940   1935   
name = "idna"
 1941   1936   
version = "1.1.0"
@@ -2017,2012 +2144,2139 @@
 2037   2032   
]
 2038   2033   
 2039   2034   
[[package]]
 2040   2035   
name = "ipnet"
 2041   2036   
version = "2.11.0"
 2042   2037   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2043   2038   
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 2044   2039   
 2045   2040   
[[package]]
 2046   2041   
name = "is-terminal"
 2047         -
version = "0.4.16"
        2042  +
version = "0.4.17"
 2048   2043   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2049         -
checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
        2044  +
checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
 2050   2045   
dependencies = [
 2051   2046   
 "hermit-abi 0.5.2",
 2052   2047   
 "libc",
 2053         -
 "windows-sys 0.59.0",
        2048  +
 "windows-sys 0.61.2",
 2054   2049   
]
 2055   2050   
 2056   2051   
[[package]]
 2057   2052   
name = "itertools"
 2058   2053   
version = "0.10.5"
 2059   2054   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2060   2055   
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 2061   2056   
dependencies = [
 2062   2057   
 "either",
 2063   2058   
]
 2064   2059   
 2065   2060   
[[package]]
 2066   2061   
name = "itertools"
 2067   2062   
version = "0.13.0"
 2068   2063   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2069   2064   
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
 2070   2065   
dependencies = [
 2071   2066   
 "either",
 2072   2067   
]
 2073   2068   
 2074   2069   
[[package]]
 2075   2070   
name = "itoa"
 2076   2071   
version = "1.0.15"
 2077   2072   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2078   2073   
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 2079   2074   
 2080   2075   
[[package]]
 2081   2076   
name = "jemalloc-sys"
 2082   2077   
version = "0.5.4+5.3.0-patched"
 2083   2078   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2084   2079   
checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
 2085   2080   
dependencies = [
 2086   2081   
 "cc",
 2087   2082   
 "libc",
 2088   2083   
]
 2089   2084   
 2090   2085   
[[package]]
 2091   2086   
name = "jemallocator"
 2092   2087   
version = "0.5.4"
 2093   2088   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2094   2089   
checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc"
 2095   2090   
dependencies = [
 2096   2091   
 "jemalloc-sys",
 2097   2092   
 "libc",
 2098   2093   
]
 2099   2094   
 2100   2095   
[[package]]
 2101   2096   
name = "jobserver"
 2102   2097   
version = "0.1.34"
 2103   2098   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2104   2099   
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 2105   2100   
dependencies = [
 2106   2101   
 "getrandom 0.3.4",
 2107   2102   
 "libc",
 2108   2103   
]
 2109   2104   
 2110   2105   
[[package]]
 2111   2106   
name = "js-sys"
 2112         -
version = "0.3.81"
        2107  +
version = "0.3.82"
 2113   2108   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2114         -
checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
        2109  +
checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
 2115   2110   
dependencies = [
 2116   2111   
 "once_cell",
 2117   2112   
 "wasm-bindgen",
 2118   2113   
]
 2119   2114   
 2120   2115   
[[package]]
 2121   2116   
name = "kv-log-macro"
 2122   2117   
version = "1.0.7"
 2123   2118   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2124   2119   
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
@@ -2199,2194 +2261,2256 @@
 2219   2214   
]
 2220   2215   
 2221   2216   
[[package]]
 2222   2217   
name = "linux-raw-sys"
 2223   2218   
version = "0.11.0"
 2224   2219   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2225   2220   
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 2226   2221   
 2227   2222   
[[package]]
 2228   2223   
name = "litemap"
 2229         -
version = "0.8.0"
        2224  +
version = "0.8.1"
 2230   2225   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2231         -
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
        2226  +
checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
 2232   2227   
 2233   2228   
[[package]]
 2234   2229   
name = "lock_api"
 2235   2230   
version = "0.4.14"
 2236   2231   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2237   2232   
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
 2238   2233   
dependencies = [
 2239   2234   
 "scopeguard",
 2240   2235   
]
 2241   2236   
@@ -2288,2283 +2348,2343 @@
 2308   2303   
]
 2309   2304   
 2310   2305   
[[package]]
 2311   2306   
name = "minicbor-derive"
 2312   2307   
version = "0.15.3"
 2313   2308   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2314   2309   
checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
 2315   2310   
dependencies = [
 2316   2311   
 "proc-macro2",
 2317   2312   
 "quote",
 2318         -
 "syn 2.0.107",
        2313  +
 "syn 2.0.108",
 2319   2314   
]
 2320   2315   
 2321   2316   
[[package]]
 2322   2317   
name = "minimal-lexical"
 2323   2318   
version = "0.2.1"
 2324   2319   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2325   2320   
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 2326   2321   
 2327   2322   
[[package]]
 2328   2323   
name = "miniz_oxide"
@@ -2541,2536 +2601,2596 @@
 2561   2556   
]
 2562   2557   
 2563   2558   
[[package]]
 2564   2559   
name = "pin-project-internal"
 2565   2560   
version = "1.1.10"
 2566   2561   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2567   2562   
checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
 2568   2563   
dependencies = [
 2569   2564   
 "proc-macro2",
 2570   2565   
 "quote",
 2571         -
 "syn 2.0.107",
        2566  +
 "syn 2.0.108",
 2572   2567   
]
 2573   2568   
 2574   2569   
[[package]]
 2575   2570   
name = "pin-project-lite"
 2576   2571   
version = "0.2.16"
 2577   2572   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2578   2573   
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
 2579   2574   
 2580   2575   
[[package]]
 2581   2576   
name = "pin-utils"
@@ -2617,2612 +2737,2731 @@
 2637   2632   
]
 2638   2633   
 2639   2634   
[[package]]
 2640   2635   
name = "portable-atomic"
 2641   2636   
version = "1.11.1"
 2642   2637   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2643   2638   
checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
 2644   2639   
 2645   2640   
[[package]]
 2646   2641   
name = "potential_utf"
 2647         -
version = "0.1.3"
        2642  +
version = "0.1.4"
 2648   2643   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2649         -
checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
        2644  +
checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
 2650   2645   
dependencies = [
 2651   2646   
 "zerovec",
 2652   2647   
]
 2653   2648   
 2654   2649   
[[package]]
 2655   2650   
name = "powerfmt"
 2656   2651   
version = "0.2.0"
 2657   2652   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2658   2653   
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
 2659   2654   
 2660   2655   
[[package]]
 2661   2656   
name = "ppv-lite86"
 2662   2657   
version = "0.2.21"
 2663   2658   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2664   2659   
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
 2665   2660   
dependencies = [
 2666   2661   
 "zerocopy",
 2667   2662   
]
 2668   2663   
 2669   2664   
[[package]]
 2670   2665   
name = "pretty_assertions"
 2671   2666   
version = "1.4.1"
 2672   2667   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2673   2668   
checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
 2674   2669   
dependencies = [
 2675   2670   
 "diff",
 2676   2671   
 "yansi",
 2677   2672   
]
 2678   2673   
 2679   2674   
[[package]]
 2680   2675   
name = "prettyplease"
 2681   2676   
version = "0.2.37"
 2682   2677   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2683   2678   
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
 2684   2679   
dependencies = [
 2685   2680   
 "proc-macro2",
 2686         -
 "syn 2.0.107",
        2681  +
 "syn 2.0.108",
 2687   2682   
]
 2688   2683   
 2689   2684   
[[package]]
 2690   2685   
name = "proc-macro2"
 2691         -
version = "1.0.101"
        2686  +
version = "1.0.103"
 2692   2687   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2693         -
checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
        2688  +
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
 2694   2689   
dependencies = [
 2695   2690   
 "unicode-ident",
 2696   2691   
]
 2697   2692   
 2698   2693   
[[package]]
 2699   2694   
name = "proptest"
 2700         -
version = "1.8.0"
        2695  +
version = "1.9.0"
 2701   2696   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2702         -
checksum = "2bb0be07becd10686a0bb407298fb425360a5c44a663774406340c59a22de4ce"
        2697  +
checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40"
 2703   2698   
dependencies = [
 2704   2699   
 "bit-set",
 2705   2700   
 "bit-vec",
 2706   2701   
 "bitflags 2.10.0",
 2707         -
 "lazy_static",
 2708   2702   
 "num-traits",
 2709   2703   
 "rand 0.9.2",
 2710   2704   
 "rand_chacha 0.9.0",
 2711   2705   
 "rand_xorshift",
 2712   2706   
 "regex-syntax",
 2713   2707   
 "rusty-fork",
 2714   2708   
 "tempfile",
 2715   2709   
 "unarray",
 2716   2710   
]
 2717   2711   
@@ -2763,2757 +2836,2830 @@
 2783   2777   
 2784   2778   
[[package]]
 2785   2779   
name = "pyo3-macros"
 2786   2780   
version = "0.20.3"
 2787   2781   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2788   2782   
checksum = "7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158"
 2789   2783   
dependencies = [
 2790   2784   
 "proc-macro2",
 2791   2785   
 "pyo3-macros-backend",
 2792   2786   
 "quote",
 2793         -
 "syn 2.0.107",
        2787  +
 "syn 2.0.108",
 2794   2788   
]
 2795   2789   
 2796   2790   
[[package]]
 2797   2791   
name = "pyo3-macros-backend"
 2798   2792   
version = "0.20.3"
 2799   2793   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2800   2794   
checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185"
 2801   2795   
dependencies = [
 2802   2796   
 "heck 0.4.1",
 2803   2797   
 "proc-macro2",
 2804   2798   
 "pyo3-build-config",
 2805   2799   
 "quote",
 2806         -
 "syn 2.0.107",
        2800  +
 "syn 2.0.108",
 2807   2801   
]
 2808   2802   
 2809   2803   
[[package]]
 2810   2804   
name = "query_map"
 2811   2805   
version = "0.7.0"
 2812   2806   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2813   2807   
checksum = "5eab6b8b1074ef3359a863758dae650c7c0c6027927a085b7af911c8e0bf3a15"
 2814   2808   
dependencies = [
 2815   2809   
 "form_urlencoded",
 2816   2810   
 "serde",
@@ -3041,3035 +3180,3174 @@
 3061   3055   
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
 3062   3056   
dependencies = [
 3063   3057   
 "log",
 3064   3058   
 "ring 0.17.14",
 3065   3059   
 "rustls-webpki 0.101.7",
 3066   3060   
 "sct",
 3067   3061   
]
 3068   3062   
 3069   3063   
[[package]]
 3070   3064   
name = "rustls"
 3071         -
version = "0.23.33"
        3065  +
version = "0.23.34"
 3072   3066   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3073         -
checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
        3067  +
checksum = "6a9586e9ee2b4f8fab52a0048ca7334d7024eef48e2cb9407e3497bb7cab7fa7"
 3074   3068   
dependencies = [
 3075   3069   
 "aws-lc-rs",
 3076   3070   
 "log",
 3077   3071   
 "once_cell",
 3078   3072   
 "ring 0.17.14",
 3079   3073   
 "rustls-pki-types",
 3080         -
 "rustls-webpki 0.103.7",
        3074  +
 "rustls-webpki 0.103.8",
 3081   3075   
 "subtle",
 3082   3076   
 "zeroize",
 3083   3077   
]
 3084   3078   
 3085   3079   
[[package]]
 3086   3080   
name = "rustls-native-certs"
 3087   3081   
version = "0.6.3"
 3088   3082   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3089   3083   
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
 3090   3084   
dependencies = [
 3091   3085   
 "openssl-probe",
 3092   3086   
 "rustls-pemfile 1.0.4",
 3093   3087   
 "schannel",
 3094   3088   
 "security-framework 2.11.1",
 3095   3089   
]
 3096   3090   
 3097   3091   
[[package]]
 3098   3092   
name = "rustls-native-certs"
 3099   3093   
version = "0.8.2"
 3100   3094   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3101   3095   
checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
 3102   3096   
dependencies = [
 3103   3097   
 "openssl-probe",
 3104   3098   
 "rustls-pki-types",
 3105   3099   
 "schannel",
 3106   3100   
 "security-framework 3.5.1",
 3107   3101   
]
 3108   3102   
 3109   3103   
[[package]]
 3110   3104   
name = "rustls-pemfile"
 3111   3105   
version = "1.0.4"
 3112   3106   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3113   3107   
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
 3114   3108   
dependencies = [
 3115   3109   
 "base64 0.21.7",
 3116   3110   
]
 3117   3111   
 3118   3112   
[[package]]
 3119   3113   
name = "rustls-pemfile"
 3120   3114   
version = "2.2.0"
 3121   3115   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3122   3116   
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
 3123   3117   
dependencies = [
 3124   3118   
 "rustls-pki-types",
 3125   3119   
]
 3126   3120   
 3127   3121   
[[package]]
 3128   3122   
name = "rustls-pki-types"
 3129         -
version = "1.12.0"
        3123  +
version = "1.13.0"
 3130   3124   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3131         -
checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
        3125  +
checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a"
 3132   3126   
dependencies = [
 3133   3127   
 "zeroize",
 3134   3128   
]
 3135   3129   
 3136   3130   
[[package]]
 3137   3131   
name = "rustls-webpki"
 3138   3132   
version = "0.101.7"
 3139   3133   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3140   3134   
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
 3141   3135   
dependencies = [
 3142   3136   
 "ring 0.17.14",
 3143   3137   
 "untrusted 0.9.0",
 3144   3138   
]
 3145   3139   
 3146   3140   
[[package]]
 3147   3141   
name = "rustls-webpki"
 3148         -
version = "0.103.7"
        3142  +
version = "0.103.8"
 3149   3143   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3150         -
checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
        3144  +
checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
 3151   3145   
dependencies = [
 3152   3146   
 "aws-lc-rs",
 3153   3147   
 "ring 0.17.14",
 3154   3148   
 "rustls-pki-types",
 3155   3149   
 "untrusted 0.9.0",
 3156   3150   
]
 3157   3151   
 3158   3152   
[[package]]
 3159   3153   
name = "rustversion"
 3160   3154   
version = "1.0.22"
@@ -3327,3321 +3387,3381 @@
 3347   3341   
]
 3348   3342   
 3349   3343   
[[package]]
 3350   3344   
name = "serde_derive"
 3351   3345   
version = "1.0.228"
 3352   3346   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3353   3347   
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
 3354   3348   
dependencies = [
 3355   3349   
 "proc-macro2",
 3356   3350   
 "quote",
 3357         -
 "syn 2.0.107",
        3351  +
 "syn 2.0.108",
 3358   3352   
]
 3359   3353   
 3360   3354   
[[package]]
 3361   3355   
name = "serde_json"
 3362   3356   
version = "1.0.145"
 3363   3357   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3364   3358   
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
 3365   3359   
dependencies = [
 3366   3360   
 "indexmap 2.12.0",
 3367   3361   
 "itoa",
@@ -3389,3383 +3449,3443 @@
 3409   3403   
]
 3410   3404   
 3411   3405   
[[package]]
 3412   3406   
name = "serial_test_derive"
 3413   3407   
version = "3.2.0"
 3414   3408   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3415   3409   
checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef"
 3416   3410   
dependencies = [
 3417   3411   
 "proc-macro2",
 3418   3412   
 "quote",
 3419         -
 "syn 2.0.107",
        3413  +
 "syn 2.0.108",
 3420   3414   
]
 3421   3415   
 3422   3416   
[[package]]
 3423   3417   
name = "sha1"
 3424   3418   
version = "0.10.6"
 3425   3419   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3426   3420   
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
 3427   3421   
dependencies = [
 3428   3422   
 "cfg-if",
 3429   3423   
 "cpufeatures",
@@ -3530,3524 +3607,3601 @@
 3550   3544   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3551   3545   
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
 3552   3546   
dependencies = [
 3553   3547   
 "proc-macro2",
 3554   3548   
 "quote",
 3555   3549   
 "unicode-ident",
 3556   3550   
]
 3557   3551   
 3558   3552   
[[package]]
 3559   3553   
name = "syn"
 3560         -
version = "2.0.107"
        3554  +
version = "2.0.108"
 3561   3555   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3562         -
checksum = "2a26dbd934e5451d21ef060c018dae56fc073894c5a7896f882928a76e6d081b"
        3556  +
checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917"
 3563   3557   
dependencies = [
 3564   3558   
 "proc-macro2",
 3565   3559   
 "quote",
 3566   3560   
 "unicode-ident",
 3567   3561   
]
 3568   3562   
 3569   3563   
[[package]]
 3570   3564   
name = "synstructure"
 3571   3565   
version = "0.13.2"
 3572   3566   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3573   3567   
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
 3574   3568   
dependencies = [
 3575   3569   
 "proc-macro2",
 3576   3570   
 "quote",
 3577         -
 "syn 2.0.107",
        3571  +
 "syn 2.0.108",
 3578   3572   
]
 3579   3573   
 3580   3574   
[[package]]
 3581   3575   
name = "system-configuration"
 3582   3576   
version = "0.6.1"
 3583   3577   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3584   3578   
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
 3585   3579   
dependencies = [
 3586   3580   
 "bitflags 2.10.0",
 3587   3581   
 "core-foundation 0.9.4",
@@ -3637,3631 +3755,3749 @@
 3657   3651   
]
 3658   3652   
 3659   3653   
[[package]]
 3660   3654   
name = "thiserror-impl"
 3661   3655   
version = "1.0.69"
 3662   3656   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3663   3657   
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
 3664   3658   
dependencies = [
 3665   3659   
 "proc-macro2",
 3666   3660   
 "quote",
 3667         -
 "syn 2.0.107",
        3661  +
 "syn 2.0.108",
 3668   3662   
]
 3669   3663   
 3670   3664   
[[package]]
 3671   3665   
name = "thiserror-impl"
 3672   3666   
version = "2.0.17"
 3673   3667   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3674   3668   
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
 3675   3669   
dependencies = [
 3676   3670   
 "proc-macro2",
 3677   3671   
 "quote",
 3678         -
 "syn 2.0.107",
        3672  +
 "syn 2.0.108",
 3679   3673   
]
 3680   3674   
 3681   3675   
[[package]]
 3682   3676   
name = "thread_local"
 3683   3677   
version = "1.1.9"
 3684   3678   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3685   3679   
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
 3686   3680   
dependencies = [
 3687   3681   
 "cfg-if",
 3688   3682   
]
 3689   3683   
 3690   3684   
[[package]]
 3691   3685   
name = "time"
 3692   3686   
version = "0.3.44"
 3693   3687   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3694   3688   
checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
 3695   3689   
dependencies = [
 3696   3690   
 "deranged",
 3697   3691   
 "itoa",
 3698   3692   
 "num-conv",
 3699   3693   
 "powerfmt",
 3700   3694   
 "serde",
 3701   3695   
 "time-core",
 3702   3696   
 "time-macros",
 3703   3697   
]
 3704   3698   
 3705   3699   
[[package]]
 3706   3700   
name = "time-core"
 3707   3701   
version = "0.1.6"
 3708   3702   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3709   3703   
checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
 3710   3704   
 3711   3705   
[[package]]
 3712   3706   
name = "time-macros"
 3713   3707   
version = "0.2.24"
 3714   3708   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3715   3709   
checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
 3716   3710   
dependencies = [
 3717   3711   
 "num-conv",
 3718   3712   
 "time-core",
 3719   3713   
]
 3720   3714   
 3721   3715   
[[package]]
 3722   3716   
name = "tinystr"
 3723         -
version = "0.8.1"
        3717  +
version = "0.8.2"
 3724   3718   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3725         -
checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
        3719  +
checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
 3726   3720   
dependencies = [
 3727   3721   
 "displaydoc",
 3728   3722   
 "zerovec",
 3729   3723   
]
 3730   3724   
 3731   3725   
[[package]]
 3732   3726   
name = "tinytemplate"
 3733   3727   
version = "1.2.1"
 3734   3728   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3735   3729   
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
@@ -3765,3759 +3844,3838 @@
 3785   3779   
]
 3786   3780   
 3787   3781   
[[package]]
 3788   3782   
name = "tokio-macros"
 3789   3783   
version = "2.6.0"
 3790   3784   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3791   3785   
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
 3792   3786   
dependencies = [
 3793   3787   
 "proc-macro2",
 3794   3788   
 "quote",
 3795         -
 "syn 2.0.107",
        3789  +
 "syn 2.0.108",
 3796   3790   
]
 3797   3791   
 3798   3792   
[[package]]
 3799   3793   
name = "tokio-rustls"
 3800   3794   
version = "0.24.1"
 3801   3795   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3802   3796   
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
 3803   3797   
dependencies = [
 3804   3798   
 "rustls 0.21.12",
 3805   3799   
 "tokio",
 3806   3800   
]
 3807   3801   
 3808   3802   
[[package]]
 3809   3803   
name = "tokio-rustls"
 3810   3804   
version = "0.26.4"
 3811   3805   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3812   3806   
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
 3813   3807   
dependencies = [
 3814         -
 "rustls 0.23.33",
        3808  +
 "rustls 0.23.34",
 3815   3809   
 "tokio",
 3816   3810   
]
 3817   3811   
 3818   3812   
[[package]]
 3819   3813   
name = "tokio-stream"
 3820   3814   
version = "0.1.17"
 3821   3815   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3822   3816   
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
 3823   3817   
dependencies = [
 3824   3818   
 "futures-core",
@@ -3927,3921 +3987,3981 @@
 3947   3941   
]
 3948   3942   
 3949   3943   
[[package]]
 3950   3944   
name = "tracing-attributes"
 3951   3945   
version = "0.1.30"
 3952   3946   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3953   3947   
checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
 3954   3948   
dependencies = [
 3955   3949   
 "proc-macro2",
 3956   3950   
 "quote",
 3957         -
 "syn 2.0.107",
        3951  +
 "syn 2.0.108",
 3958   3952   
]
 3959   3953   
 3960   3954   
[[package]]
 3961   3955   
name = "tracing-core"
 3962   3956   
version = "0.1.34"
 3963   3957   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3964   3958   
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
 3965   3959   
dependencies = [
 3966   3960   
 "once_cell",
 3967   3961   
 "valuable",
@@ -4000,3994 +4060,4054 @@
 4020   4014   
 "tracing-test-macro",
 4021   4015   
]
 4022   4016   
 4023   4017   
[[package]]
 4024   4018   
name = "tracing-test-macro"
 4025   4019   
version = "0.2.5"
 4026   4020   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4027   4021   
checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
 4028   4022   
dependencies = [
 4029   4023   
 "quote",
 4030         -
 "syn 2.0.107",
        4024  +
 "syn 2.0.108",
 4031   4025   
]
 4032   4026   
 4033   4027   
[[package]]
 4034   4028   
name = "try-lock"
 4035   4029   
version = "0.2.5"
 4036   4030   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4037   4031   
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
 4038   4032   
 4039   4033   
[[package]]
 4040   4034   
name = "typenum"
@@ -4159,4153 +4293,4273 @@
 4179   4173   
name = "wasip2"
 4180   4174   
version = "1.0.1+wasi-0.2.4"
 4181   4175   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4182   4176   
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
 4183   4177   
dependencies = [
 4184   4178   
 "wit-bindgen 0.46.0",
 4185   4179   
]
 4186   4180   
 4187   4181   
[[package]]
 4188   4182   
name = "wasm-bindgen"
 4189         -
version = "0.2.104"
        4183  +
version = "0.2.105"
 4190   4184   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4191         -
checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
        4185  +
checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
 4192   4186   
dependencies = [
 4193   4187   
 "cfg-if",
 4194   4188   
 "once_cell",
 4195   4189   
 "rustversion",
 4196   4190   
 "wasm-bindgen-macro",
 4197   4191   
 "wasm-bindgen-shared",
 4198   4192   
]
 4199   4193   
 4200         -
[[package]]
 4201         -
name = "wasm-bindgen-backend"
 4202         -
version = "0.2.104"
 4203         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4204         -
checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
 4205         -
dependencies = [
 4206         -
 "bumpalo",
 4207         -
 "log",
 4208         -
 "proc-macro2",
 4209         -
 "quote",
 4210         -
 "syn 2.0.107",
 4211         -
 "wasm-bindgen-shared",
 4212         -
]
 4213         -
 4214   4194   
[[package]]
 4215   4195   
name = "wasm-bindgen-futures"
 4216         -
version = "0.4.54"
        4196  +
version = "0.4.55"
 4217   4197   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4218         -
checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c"
        4198  +
checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0"
 4219   4199   
dependencies = [
 4220   4200   
 "cfg-if",
 4221   4201   
 "js-sys",
 4222   4202   
 "once_cell",
 4223   4203   
 "wasm-bindgen",
 4224   4204   
 "web-sys",
 4225   4205   
]
 4226   4206   
 4227   4207   
[[package]]
 4228   4208   
name = "wasm-bindgen-macro"
 4229         -
version = "0.2.104"
        4209  +
version = "0.2.105"
 4230   4210   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4231         -
checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
        4211  +
checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
 4232   4212   
dependencies = [
 4233   4213   
 "quote",
 4234   4214   
 "wasm-bindgen-macro-support",
 4235   4215   
]
 4236   4216   
 4237   4217   
[[package]]
 4238   4218   
name = "wasm-bindgen-macro-support"
 4239         -
version = "0.2.104"
        4219  +
version = "0.2.105"
 4240   4220   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4241         -
checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
        4221  +
checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
 4242   4222   
dependencies = [
        4223  +
 "bumpalo",
 4243   4224   
 "proc-macro2",
 4244   4225   
 "quote",
 4245         -
 "syn 2.0.107",
 4246         -
 "wasm-bindgen-backend",
        4226  +
 "syn 2.0.108",
 4247   4227   
 "wasm-bindgen-shared",
 4248   4228   
]
 4249   4229   
 4250   4230   
[[package]]
 4251   4231   
name = "wasm-bindgen-shared"
 4252         -
version = "0.2.104"
        4232  +
version = "0.2.105"
 4253   4233   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4254         -
checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
        4234  +
checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
 4255   4235   
dependencies = [
 4256   4236   
 "unicode-ident",
 4257   4237   
]
 4258   4238   
 4259   4239   
[[package]]
 4260   4240   
name = "web-sys"
 4261         -
version = "0.3.81"
        4241  +
version = "0.3.82"
 4262   4242   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4263         -
checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
        4243  +
checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
 4264   4244   
dependencies = [
 4265   4245   
 "js-sys",
 4266   4246   
 "wasm-bindgen",
 4267   4247   
]
 4268   4248   
 4269   4249   
[[package]]
 4270   4250   
name = "widestring"
 4271   4251   
version = "1.2.1"
 4272   4252   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4273   4253   
checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
@@ -4335,4315 +4403,4374 @@
 4355   4335   
 4356   4336   
[[package]]
 4357   4337   
name = "windows-sys"
 4358   4338   
version = "0.52.0"
 4359   4339   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4360   4340   
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
 4361   4341   
dependencies = [
 4362   4342   
 "windows-targets 0.52.6",
 4363   4343   
]
 4364   4344   
 4365         -
[[package]]
 4366         -
name = "windows-sys"
 4367         -
version = "0.59.0"
 4368         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4369         -
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
 4370         -
dependencies = [
 4371         -
 "windows-targets 0.52.6",
 4372         -
]
 4373         -
 4374   4345   
[[package]]
 4375   4346   
name = "windows-sys"
 4376   4347   
version = "0.60.2"
 4377   4348   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4378   4349   
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
 4379   4350   
dependencies = [
 4380   4351   
 "windows-targets 0.53.5",
 4381   4352   
]
 4382   4353   
 4383   4354   
[[package]]
@@ -4575,4546 +4732,4702 @@
 4595   4566   
]
 4596   4567   
 4597   4568   
[[package]]
 4598   4569   
name = "wit-bindgen"
 4599   4570   
version = "0.46.0"
 4600   4571   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4601   4572   
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
 4602   4573   
 4603   4574   
[[package]]
 4604   4575   
name = "writeable"
 4605         -
version = "0.6.1"
        4576  +
version = "0.6.2"
 4606   4577   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4607         -
checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
        4578  +
checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
 4608   4579   
 4609   4580   
[[package]]
 4610   4581   
name = "xmlparser"
 4611   4582   
version = "0.13.6"
 4612   4583   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4613   4584   
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
 4614   4585   
 4615   4586   
[[package]]
 4616   4587   
name = "yansi"
 4617   4588   
version = "1.0.1"
 4618   4589   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4619   4590   
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
 4620   4591   
 4621   4592   
[[package]]
 4622   4593   
name = "yasna"
 4623   4594   
version = "0.5.2"
 4624   4595   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4625   4596   
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
 4626   4597   
dependencies = [
 4627   4598   
 "time",
 4628   4599   
]
 4629   4600   
 4630   4601   
[[package]]
 4631   4602   
name = "yoke"
 4632         -
version = "0.8.0"
        4603  +
version = "0.8.1"
 4633   4604   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4634         -
checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
        4605  +
checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
 4635   4606   
dependencies = [
 4636         -
 "serde",
 4637   4607   
 "stable_deref_trait",
 4638   4608   
 "yoke-derive",
 4639   4609   
 "zerofrom",
 4640   4610   
]
 4641   4611   
 4642   4612   
[[package]]
 4643   4613   
name = "yoke-derive"
 4644         -
version = "0.8.0"
        4614  +
version = "0.8.1"
 4645   4615   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4646         -
checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
        4616  +
checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
 4647   4617   
dependencies = [
 4648   4618   
 "proc-macro2",
 4649   4619   
 "quote",
 4650         -
 "syn 2.0.107",
        4620  +
 "syn 2.0.108",
 4651   4621   
 "synstructure",
 4652   4622   
]
 4653   4623   
 4654   4624   
[[package]]
 4655   4625   
name = "zerocopy"
 4656   4626   
version = "0.8.27"
 4657   4627   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4658   4628   
checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
 4659   4629   
dependencies = [
 4660   4630   
 "zerocopy-derive",
 4661   4631   
]
 4662   4632   
 4663   4633   
[[package]]
 4664   4634   
name = "zerocopy-derive"
 4665   4635   
version = "0.8.27"
 4666   4636   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4667   4637   
checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
 4668   4638   
dependencies = [
 4669   4639   
 "proc-macro2",
 4670   4640   
 "quote",
 4671         -
 "syn 2.0.107",
        4641  +
 "syn 2.0.108",
 4672   4642   
]
 4673   4643   
 4674   4644   
[[package]]
 4675   4645   
name = "zerofrom"
 4676   4646   
version = "0.1.6"
 4677   4647   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4678   4648   
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
 4679   4649   
dependencies = [
 4680   4650   
 "zerofrom-derive",
 4681   4651   
]
 4682   4652   
 4683   4653   
[[package]]
 4684   4654   
name = "zerofrom-derive"
 4685   4655   
version = "0.1.6"
 4686   4656   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4687   4657   
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
 4688   4658   
dependencies = [
 4689   4659   
 "proc-macro2",
 4690   4660   
 "quote",
 4691         -
 "syn 2.0.107",
        4661  +
 "syn 2.0.108",
 4692   4662   
 "synstructure",
 4693   4663   
]
 4694   4664   
 4695   4665   
[[package]]
 4696   4666   
name = "zeroize"
 4697   4667   
version = "1.8.2"
 4698   4668   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4699   4669   
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
 4700   4670   
 4701   4671   
[[package]]
 4702   4672   
name = "zerotrie"
 4703         -
version = "0.2.2"
        4673  +
version = "0.2.3"
 4704   4674   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4705         -
checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
        4675  +
checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
 4706   4676   
dependencies = [
 4707   4677   
 "displaydoc",
 4708   4678   
 "yoke",
 4709   4679   
 "zerofrom",
 4710   4680   
]
 4711   4681   
 4712   4682   
[[package]]
 4713   4683   
name = "zerovec"
 4714         -
version = "0.11.4"
        4684  +
version = "0.11.5"
 4715   4685   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4716         -
checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
        4686  +
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
 4717   4687   
dependencies = [
 4718   4688   
 "yoke",
 4719   4689   
 "zerofrom",
 4720   4690   
 "zerovec-derive",
 4721   4691   
]
 4722   4692   
 4723   4693   
[[package]]
 4724   4694   
name = "zerovec-derive"
 4725         -
version = "0.11.1"
        4695  +
version = "0.11.2"
 4726   4696   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4727         -
checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
        4697  +
checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
 4728   4698   
dependencies = [
 4729   4699   
 "proc-macro2",
 4730   4700   
 "quote",
 4731         -
 "syn 2.0.107",
        4701  +
 "syn 2.0.108",
 4732   4702   
]