Client Test

Client Test

rev. 4805821007b36babc2f111b702a20b4ef52b6c60 (ignoring whitespace)

Files changed:

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

@@ -199,199 +276,276 @@
  219    219   
]
  220    220   
  221    221   
[[package]]
  222    222   
name = "async-stream-impl"
  223    223   
version = "0.3.6"
  224    224   
source = "registry+https://github.com/rust-lang/crates.io-index"
  225    225   
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
  226    226   
dependencies = [
  227    227   
 "proc-macro2",
  228    228   
 "quote",
  229         -
 "syn 2.0.104",
         229  +
 "syn 2.0.105",
  230    230   
]
  231    231   
  232    232   
[[package]]
  233    233   
name = "async-task"
  234    234   
version = "4.7.1"
  235    235   
source = "registry+https://github.com/rust-lang/crates.io-index"
  236    236   
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
  237    237   
  238    238   
[[package]]
  239    239   
name = "async-trait"
  240    240   
version = "0.1.88"
  241    241   
source = "registry+https://github.com/rust-lang/crates.io-index"
  242    242   
checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
  243    243   
dependencies = [
  244    244   
 "proc-macro2",
  245    245   
 "quote",
  246         -
 "syn 2.0.104",
         246  +
 "syn 2.0.105",
  247    247   
]
  248    248   
  249    249   
[[package]]
  250    250   
name = "atomic-waker"
  251    251   
version = "1.1.2"
  252    252   
source = "registry+https://github.com/rust-lang/crates.io-index"
  253    253   
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
  254    254   
  255    255   
[[package]]
  256    256   
name = "atty"
@@ -455,455 +549,549 @@
  475    475   
 "http 0.2.12",
  476    476   
 "http-body 0.4.6",
  477    477   
 "hyper 0.14.32",
  478    478   
 "lambda_http",
  479    479   
 "mime",
  480    480   
 "nom",
  481    481   
 "pin-project-lite",
  482    482   
 "pretty_assertions",
  483    483   
 "regex",
  484    484   
 "serde_urlencoded",
  485         -
 "thiserror 2.0.12",
         485  +
 "thiserror 2.0.14",
  486    486   
 "tokio",
  487    487   
 "tower 0.4.13",
  488    488   
 "tower-http",
  489    489   
 "tracing",
  490    490   
 "uuid",
  491    491   
]
  492    492   
  493    493   
[[package]]
  494    494   
name = "aws-smithy-http-server-python"
  495    495   
version = "0.66.1"
  496    496   
dependencies = [
  497    497   
 "aws-smithy-http",
  498    498   
 "aws-smithy-http-server",
  499    499   
 "aws-smithy-json",
  500    500   
 "aws-smithy-types",
  501    501   
 "aws-smithy-xml",
  502    502   
 "bytes",
  503    503   
 "futures",
  504    504   
 "futures-util",
  505    505   
 "http 0.2.12",
  506    506   
 "hyper 0.14.32",
  507    507   
 "hyper-rustls 0.24.2",
  508    508   
 "lambda_http",
  509    509   
 "num_cpus",
  510    510   
 "parking_lot",
  511    511   
 "pin-project-lite",
  512    512   
 "pretty_assertions",
  513    513   
 "pyo3",
  514    514   
 "pyo3-asyncio",
  515    515   
 "rcgen",
  516    516   
 "rustls-pemfile 1.0.4",
  517    517   
 "signal-hook",
  518    518   
 "socket2 0.5.10",
  519         -
 "thiserror 2.0.12",
         519  +
 "thiserror 2.0.14",
  520    520   
 "tls-listener",
  521    521   
 "tokio",
  522    522   
 "tokio-rustls 0.24.1",
  523    523   
 "tokio-stream",
  524    524   
 "tokio-test",
  525    525   
 "tower 0.4.13",
  526    526   
 "tower-test",
  527    527   
 "tracing",
  528    528   
 "tracing-appender",
  529    529   
 "tracing-subscriber",
@@ -574,574 +634,634 @@
  594    594   
 "assert-json-diff",
  595    595   
 "aws-smithy-runtime-api",
  596    596   
 "base64-simd",
  597    597   
 "cbor-diag",
  598    598   
 "ciborium",
  599    599   
 "http 0.2.12",
  600    600   
 "pretty_assertions",
  601    601   
 "regex-lite",
  602    602   
 "roxmltree",
  603    603   
 "serde_json",
  604         -
 "thiserror 2.0.12",
         604  +
 "thiserror 2.0.14",
  605    605   
]
  606    606   
  607    607   
[[package]]
  608    608   
name = "aws-smithy-query"
  609    609   
version = "0.60.7"
  610    610   
dependencies = [
  611    611   
 "aws-smithy-types",
  612    612   
 "urlencoding",
  613    613   
]
  614    614   
@@ -781,781 +841,841 @@
  801    801   
 "itertools 0.12.1",
  802    802   
 "lazy_static",
  803    803   
 "lazycell",
  804    804   
 "log",
  805    805   
 "prettyplease",
  806    806   
 "proc-macro2",
  807    807   
 "quote",
  808    808   
 "regex",
  809    809   
 "rustc-hash",
  810    810   
 "shlex",
  811         -
 "syn 2.0.104",
         811  +
 "syn 2.0.105",
  812    812   
 "which",
  813    813   
]
  814    814   
  815    815   
[[package]]
  816    816   
name = "bit-set"
  817    817   
version = "0.8.0"
  818    818   
source = "registry+https://github.com/rust-lang/crates.io-index"
  819    819   
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
  820    820   
dependencies = [
  821    821   
 "bit-vec",
@@ -895,895 +957,957 @@
  915    915   
 "num-bigint",
  916    916   
 "num-rational",
  917    917   
 "num-traits",
  918    918   
 "separator",
  919    919   
 "url",
  920    920   
 "uuid",
  921    921   
]
  922    922   
  923    923   
[[package]]
  924    924   
name = "cc"
  925         -
version = "1.2.31"
         925  +
version = "1.2.32"
  926    926   
source = "registry+https://github.com/rust-lang/crates.io-index"
  927         -
checksum = "c3a42d84bb6b69d3a8b3eaacf0d88f179e1929695e1ad012b6cf64d9caaa5fd2"
         927  +
checksum = "2352e5597e9c544d5e6d9c95190d5d27738ade584fa8db0a16e130e5c2b5296e"
  928    928   
dependencies = [
  929    929   
 "jobserver",
  930    930   
 "libc",
  931    931   
 "shlex",
  932    932   
]
  933    933   
  934    934   
[[package]]
  935    935   
name = "cexpr"
  936    936   
version = "0.6.0"
  937    937   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -983,983 +1054,1054 @@
 1003   1003   
 "bitflags 1.3.2",
 1004   1004   
 "clap_lex 0.2.4",
 1005   1005   
 "indexmap 1.9.3",
 1006   1006   
 "strsim",
 1007   1007   
 "termcolor",
 1008   1008   
 "textwrap",
 1009   1009   
]
 1010   1010   
 1011   1011   
[[package]]
 1012   1012   
name = "clap"
 1013         -
version = "4.5.43"
        1013  +
version = "4.5.45"
 1014   1014   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1015         -
checksum = "50fd97c9dc2399518aa331917ac6f274280ec5eb34e555dd291899745c48ec6f"
        1015  +
checksum = "1fc0e74a703892159f5ae7d3aac52c8e6c392f5ae5f359c70b5881d60aaac318"
 1016   1016   
dependencies = [
 1017   1017   
 "clap_builder",
 1018   1018   
]
 1019   1019   
 1020   1020   
[[package]]
 1021   1021   
name = "clap_builder"
 1022         -
version = "4.5.43"
        1022  +
version = "4.5.44"
 1023   1023   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1024         -
checksum = "c35b5830294e1fa0462034af85cc95225a4cb07092c088c55bda3147cfcd8f65"
        1024  +
checksum = "b3e7f4214277f3c7aa526a59dd3fbe306a370daee1f8b7b8c987069cd8e888a8"
 1025   1025   
dependencies = [
 1026   1026   
 "anstyle",
 1027   1027   
 "clap_lex 0.7.5",
 1028   1028   
]
 1029   1029   
 1030   1030   
[[package]]
 1031   1031   
name = "clap_lex"
 1032   1032   
version = "0.2.4"
 1033   1033   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1034   1034   
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
@@ -1114,1114 +1174,1174 @@
 1134   1134   
 1135   1135   
[[package]]
 1136   1136   
name = "criterion"
 1137   1137   
version = "0.5.1"
 1138   1138   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1139   1139   
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 1140   1140   
dependencies = [
 1141   1141   
 "anes",
 1142   1142   
 "cast",
 1143   1143   
 "ciborium",
 1144         -
 "clap 4.5.43",
        1144  +
 "clap 4.5.45",
 1145   1145   
 "criterion-plot",
 1146   1146   
 "futures",
 1147   1147   
 "is-terminal",
 1148   1148   
 "itertools 0.10.5",
 1149   1149   
 "num-traits",
 1150   1150   
 "once_cell",
 1151   1151   
 "oorandom",
 1152   1152   
 "plotters",
 1153   1153   
 "rayon",
 1154   1154   
 "regex",
@@ -1216,1216 +1303,1303 @@
 1236   1236   
]
 1237   1237   
 1238   1238   
[[package]]
 1239   1239   
name = "derive_arbitrary"
 1240   1240   
version = "1.4.1"
 1241   1241   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1242   1242   
checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800"
 1243   1243   
dependencies = [
 1244   1244   
 "proc-macro2",
 1245   1245   
 "quote",
 1246         -
 "syn 2.0.104",
        1246  +
 "syn 2.0.105",
 1247   1247   
]
 1248   1248   
 1249   1249   
[[package]]
 1250   1250   
name = "diff"
 1251   1251   
version = "0.1.13"
 1252   1252   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1253   1253   
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 1254   1254   
 1255   1255   
[[package]]
 1256   1256   
name = "digest"
 1257   1257   
version = "0.10.7"
 1258   1258   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1259   1259   
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 1260   1260   
dependencies = [
 1261   1261   
 "block-buffer",
 1262   1262   
 "crypto-common",
 1263   1263   
]
 1264   1264   
 1265   1265   
[[package]]
 1266   1266   
name = "displaydoc"
 1267   1267   
version = "0.2.5"
 1268   1268   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1269   1269   
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 1270   1270   
dependencies = [
 1271   1271   
 "proc-macro2",
 1272   1272   
 "quote",
 1273         -
 "syn 2.0.104",
        1273  +
 "syn 2.0.105",
 1274   1274   
]
 1275   1275   
 1276   1276   
[[package]]
 1277   1277   
name = "dunce"
 1278   1278   
version = "1.0.5"
 1279   1279   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1280   1280   
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 1281   1281   
 1282   1282   
[[package]]
 1283   1283   
name = "either"
@@ -1416,1416 +1476,1476 @@
 1436   1436   
]
 1437   1437   
 1438   1438   
[[package]]
 1439   1439   
name = "futures-macro"
 1440   1440   
version = "0.3.31"
 1441   1441   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1442   1442   
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 1443   1443   
dependencies = [
 1444   1444   
 "proc-macro2",
 1445   1445   
 "quote",
 1446         -
 "syn 2.0.104",
        1446  +
 "syn 2.0.105",
 1447   1447   
]
 1448   1448   
 1449   1449   
[[package]]
 1450   1450   
name = "futures-sink"
 1451   1451   
version = "0.3.31"
 1452   1452   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1453   1453   
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 1454   1454   
 1455   1455   
[[package]]
 1456   1456   
name = "futures-task"
@@ -1490,1490 +1552,1552 @@
 1510   1510   
]
 1511   1511   
 1512   1512   
[[package]]
 1513   1513   
name = "gimli"
 1514   1514   
version = "0.31.1"
 1515   1515   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1516   1516   
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 1517   1517   
 1518   1518   
[[package]]
 1519   1519   
name = "glob"
 1520         -
version = "0.3.2"
        1520  +
version = "0.3.3"
 1521   1521   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1522         -
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
        1522  +
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 1523   1523   
 1524   1524   
[[package]]
 1525   1525   
name = "gloo-timers"
 1526   1526   
version = "0.3.0"
 1527   1527   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1528   1528   
checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 1529   1529   
dependencies = [
 1530   1530   
 "futures-channel",
 1531   1531   
 "futures-core",
 1532   1532   
 "js-sys",
@@ -1562,1562 +1624,1624 @@
 1582   1582   
]
 1583   1583   
 1584   1584   
[[package]]
 1585   1585   
name = "hashbrown"
 1586   1586   
version = "0.12.3"
 1587   1587   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1588   1588   
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 1589   1589   
 1590   1590   
[[package]]
 1591   1591   
name = "hashbrown"
 1592         -
version = "0.15.4"
        1592  +
version = "0.15.5"
 1593   1593   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1594         -
checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
        1594  +
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 1595   1595   
 1596   1596   
[[package]]
 1597   1597   
name = "heck"
 1598   1598   
version = "0.4.1"
 1599   1599   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1600   1600   
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 1601   1601   
 1602   1602   
[[package]]
 1603   1603   
name = "hermit-abi"
 1604   1604   
version = "0.1.19"
@@ -1914,1914 +1974,1974 @@
 1934   1934   
 "hashbrown 0.12.3",
 1935   1935   
]
 1936   1936   
 1937   1937   
[[package]]
 1938   1938   
name = "indexmap"
 1939   1939   
version = "2.10.0"
 1940   1940   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1941   1941   
checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
 1942   1942   
dependencies = [
 1943   1943   
 "equivalent",
 1944         -
 "hashbrown 0.15.4",
        1944  +
 "hashbrown 0.15.5",
 1945   1945   
 "serde",
 1946   1946   
]
 1947   1947   
 1948   1948   
[[package]]
 1949   1949   
name = "indoc"
 1950   1950   
version = "2.0.6"
 1951   1951   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1952   1952   
checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 1953   1953   
 1954   1954   
[[package]]
@@ -2135,2135 +2197,2197 @@
 2155   2155   
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 2156   2156   
 2157   2157   
[[package]]
 2158   2158   
name = "lazycell"
 2159   2159   
version = "1.3.0"
 2160   2160   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2161   2161   
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 2162   2162   
 2163   2163   
[[package]]
 2164   2164   
name = "libc"
 2165         -
version = "0.2.174"
        2165  +
version = "0.2.175"
 2166   2166   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2167         -
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
        2167  +
checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
 2168   2168   
 2169   2169   
[[package]]
 2170   2170   
name = "libloading"
 2171   2171   
version = "0.8.8"
 2172   2172   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2173   2173   
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
 2174   2174   
dependencies = [
 2175   2175   
 "cfg-if",
 2176   2176   
 "windows-targets 0.53.3",
 2177   2177   
]
@@ -2263,2263 +2323,2323 @@
 2283   2283   
]
 2284   2284   
 2285   2285   
[[package]]
 2286   2286   
name = "minicbor-derive"
 2287   2287   
version = "0.15.3"
 2288   2288   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2289   2289   
checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
 2290   2290   
dependencies = [
 2291   2291   
 "proc-macro2",
 2292   2292   
 "quote",
 2293         -
 "syn 2.0.104",
        2293  +
 "syn 2.0.105",
 2294   2294   
]
 2295   2295   
 2296   2296   
[[package]]
 2297   2297   
name = "minimal-lexical"
 2298   2298   
version = "0.2.1"
 2299   2299   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2300   2300   
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 2301   2301   
 2302   2302   
[[package]]
 2303   2303   
name = "miniz_oxide"
@@ -2509,2509 +2569,2569 @@
 2529   2529   
]
 2530   2530   
 2531   2531   
[[package]]
 2532   2532   
name = "pin-project-internal"
 2533   2533   
version = "1.1.10"
 2534   2534   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2535   2535   
checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
 2536   2536   
dependencies = [
 2537   2537   
 "proc-macro2",
 2538   2538   
 "quote",
 2539         -
 "syn 2.0.104",
        2539  +
 "syn 2.0.105",
 2540   2540   
]
 2541   2541   
 2542   2542   
[[package]]
 2543   2543   
name = "pin-project-lite"
 2544   2544   
version = "0.2.16"
 2545   2545   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2546   2546   
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
 2547   2547   
 2548   2548   
[[package]]
 2549   2549   
name = "pin-utils"
@@ -2624,2624 +2691,2691 @@
 2644   2644   
 "yansi",
 2645   2645   
]
 2646   2646   
 2647   2647   
[[package]]
 2648   2648   
name = "prettyplease"
 2649   2649   
version = "0.2.36"
 2650   2650   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2651   2651   
checksum = "ff24dfcda44452b9816fff4cd4227e1bb73ff5a2f1bc1105aa92fb8565ce44d2"
 2652   2652   
dependencies = [
 2653   2653   
 "proc-macro2",
 2654         -
 "syn 2.0.104",
        2654  +
 "syn 2.0.105",
 2655   2655   
]
 2656   2656   
 2657   2657   
[[package]]
 2658   2658   
name = "proc-macro2"
 2659         -
version = "1.0.95"
        2659  +
version = "1.0.97"
 2660   2660   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2661         -
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
        2661  +
checksum = "d61789d7719defeb74ea5fe81f2fdfdbd28a803847077cecce2ff14e1472f6f1"
 2662   2662   
dependencies = [
 2663   2663   
 "unicode-ident",
 2664   2664   
]
 2665   2665   
 2666   2666   
[[package]]
 2667   2667   
name = "proptest"
 2668   2668   
version = "1.7.0"
 2669   2669   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2670   2670   
checksum = "6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f"
 2671   2671   
dependencies = [
@@ -2731,2731 +2804,2804 @@
 2751   2751   
 2752   2752   
[[package]]
 2753   2753   
name = "pyo3-macros"
 2754   2754   
version = "0.20.3"
 2755   2755   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2756   2756   
checksum = "7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158"
 2757   2757   
dependencies = [
 2758   2758   
 "proc-macro2",
 2759   2759   
 "pyo3-macros-backend",
 2760   2760   
 "quote",
 2761         -
 "syn 2.0.104",
        2761  +
 "syn 2.0.105",
 2762   2762   
]
 2763   2763   
 2764   2764   
[[package]]
 2765   2765   
name = "pyo3-macros-backend"
 2766   2766   
version = "0.20.3"
 2767   2767   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2768   2768   
checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185"
 2769   2769   
dependencies = [
 2770   2770   
 "heck",
 2771   2771   
 "proc-macro2",
 2772   2772   
 "pyo3-build-config",
 2773   2773   
 "quote",
 2774         -
 "syn 2.0.104",
        2774  +
 "syn 2.0.105",
 2775   2775   
]
 2776   2776   
 2777   2777   
[[package]]
 2778   2778   
name = "query_map"
 2779   2779   
version = "0.7.0"
 2780   2780   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2781   2781   
checksum = "5eab6b8b1074ef3359a863758dae650c7c0c6027927a085b7af911c8e0bf3a15"
 2782   2782   
dependencies = [
 2783   2783   
 "form_urlencoded",
 2784   2784   
 "serde",
@@ -2849,2849 +2921,2921 @@
 2869   2869   
name = "rand_xorshift"
 2870   2870   
version = "0.4.0"
 2871   2871   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2872   2872   
checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
 2873   2873   
dependencies = [
 2874   2874   
 "rand_core 0.9.3",
 2875   2875   
]
 2876   2876   
 2877   2877   
[[package]]
 2878   2878   
name = "rayon"
 2879         -
version = "1.10.0"
        2879  +
version = "1.11.0"
 2880   2880   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2881         -
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
        2881  +
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
 2882   2882   
dependencies = [
 2883   2883   
 "either",
 2884   2884   
 "rayon-core",
 2885   2885   
]
 2886   2886   
 2887   2887   
[[package]]
 2888   2888   
name = "rayon-core"
 2889         -
version = "1.12.1"
        2889  +
version = "1.13.0"
 2890   2890   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2891         -
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
        2891  +
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
 2892   2892   
dependencies = [
 2893   2893   
 "crossbeam-deque",
 2894   2894   
 "crossbeam-utils",
 2895   2895   
]
 2896   2896   
 2897   2897   
[[package]]
 2898   2898   
name = "rcgen"
 2899   2899   
version = "0.10.0"
 2900   2900   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2901   2901   
checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"
@@ -3117,3117 +3179,3179 @@
 3137   3137   
checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
 3138   3138   
dependencies = [
 3139   3139   
 "aws-lc-rs",
 3140   3140   
 "ring 0.17.14",
 3141   3141   
 "rustls-pki-types",
 3142   3142   
 "untrusted 0.9.0",
 3143   3143   
]
 3144   3144   
 3145   3145   
[[package]]
 3146   3146   
name = "rustversion"
 3147         -
version = "1.0.21"
        3147  +
version = "1.0.22"
 3148   3148   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3149         -
checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
        3149  +
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
 3150   3150   
 3151   3151   
[[package]]
 3152   3152   
name = "rusty-fork"
 3153   3153   
version = "0.3.0"
 3154   3154   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3155   3155   
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
 3156   3156   
dependencies = [
 3157   3157   
 "fnv",
 3158   3158   
 "quick-error",
 3159   3159   
 "tempfile",
@@ -3298,3298 +3418,3418 @@
 3318   3318   
]
 3319   3319   
 3320   3320   
[[package]]
 3321   3321   
name = "serde_derive"
 3322   3322   
version = "1.0.219"
 3323   3323   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3324   3324   
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
 3325   3325   
dependencies = [
 3326   3326   
 "proc-macro2",
 3327   3327   
 "quote",
 3328         -
 "syn 2.0.104",
        3328  +
 "syn 2.0.105",
 3329   3329   
]
 3330   3330   
 3331   3331   
[[package]]
 3332   3332   
name = "serde_json"
 3333   3333   
version = "1.0.142"
 3334   3334   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3335   3335   
checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7"
 3336   3336   
dependencies = [
 3337   3337   
 "indexmap 2.10.0",
 3338   3338   
 "itoa",
 3339   3339   
 "memchr",
 3340   3340   
 "ryu",
 3341   3341   
 "serde",
 3342   3342   
]
 3343   3343   
 3344   3344   
[[package]]
 3345   3345   
name = "serde_path_to_error"
 3346   3346   
version = "0.1.17"
 3347   3347   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3348   3348   
checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
 3349   3349   
dependencies = [
 3350   3350   
 "itoa",
 3351   3351   
 "serde",
 3352   3352   
]
 3353   3353   
 3354   3354   
[[package]]
 3355   3355   
name = "serde_urlencoded"
 3356   3356   
version = "0.7.1"
 3357   3357   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3358   3358   
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
 3359   3359   
dependencies = [
 3360   3360   
 "form_urlencoded",
 3361   3361   
 "itoa",
 3362   3362   
 "ryu",
 3363   3363   
 "serde",
 3364   3364   
]
 3365   3365   
 3366   3366   
[[package]]
 3367   3367   
name = "serial_test"
 3368   3368   
version = "3.2.0"
 3369   3369   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3370   3370   
checksum = "1b258109f244e1d6891bf1053a55d63a5cd4f8f4c30cf9a1280989f80e7a1fa9"
 3371   3371   
dependencies = [
 3372   3372   
 "futures",
 3373   3373   
 "log",
 3374   3374   
 "once_cell",
 3375   3375   
 "parking_lot",
 3376   3376   
 "scc",
 3377   3377   
 "serial_test_derive",
 3378   3378   
]
 3379   3379   
 3380   3380   
[[package]]
 3381   3381   
name = "serial_test_derive"
 3382   3382   
version = "3.2.0"
 3383   3383   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3384   3384   
checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef"
 3385   3385   
dependencies = [
 3386   3386   
 "proc-macro2",
 3387   3387   
 "quote",
 3388         -
 "syn 2.0.104",
        3388  +
 "syn 2.0.105",
 3389   3389   
]
 3390   3390   
 3391   3391   
[[package]]
 3392   3392   
name = "sha1"
 3393   3393   
version = "0.10.6"
 3394   3394   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3395   3395   
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
 3396   3396   
dependencies = [
 3397   3397   
 "cfg-if",
 3398   3398   
 "cpufeatures",
@@ -3420,3420 +3482,3482 @@
 3440   3440   
name = "signal-hook-registry"
 3441   3441   
version = "1.4.6"
 3442   3442   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3443   3443   
checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
 3444   3444   
dependencies = [
 3445   3445   
 "libc",
 3446   3446   
]
 3447   3447   
 3448   3448   
[[package]]
 3449   3449   
name = "slab"
 3450         -
version = "0.4.10"
        3450  +
version = "0.4.11"
 3451   3451   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3452         -
checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
        3452  +
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
 3453   3453   
 3454   3454   
[[package]]
 3455   3455   
name = "smallvec"
 3456   3456   
version = "1.15.1"
 3457   3457   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3458   3458   
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
 3459   3459   
 3460   3460   
[[package]]
 3461   3461   
name = "socket2"
 3462   3462   
version = "0.5.10"
@@ -3493,3493 +3570,3570 @@
 3513   3513   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3514   3514   
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
 3515   3515   
dependencies = [
 3516   3516   
 "proc-macro2",
 3517   3517   
 "quote",
 3518   3518   
 "unicode-ident",
 3519   3519   
]
 3520   3520   
 3521   3521   
[[package]]
 3522   3522   
name = "syn"
 3523         -
version = "2.0.104"
        3523  +
version = "2.0.105"
 3524   3524   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3525         -
checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
        3525  +
checksum = "7bc3fcb250e53458e712715cf74285c1f889686520d79294a9ef3bd7aa1fc619"
 3526   3526   
dependencies = [
 3527   3527   
 "proc-macro2",
 3528   3528   
 "quote",
 3529   3529   
 "unicode-ident",
 3530   3530   
]
 3531   3531   
 3532   3532   
[[package]]
 3533   3533   
name = "synstructure"
 3534   3534   
version = "0.13.2"
 3535   3535   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3536   3536   
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
 3537   3537   
dependencies = [
 3538   3538   
 "proc-macro2",
 3539   3539   
 "quote",
 3540         -
 "syn 2.0.104",
        3540  +
 "syn 2.0.105",
 3541   3541   
]
 3542   3542   
 3543   3543   
[[package]]
 3544   3544   
name = "system-configuration"
 3545   3545   
version = "0.6.1"
 3546   3546   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3547   3547   
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
 3548   3548   
dependencies = [
 3549   3549   
 "bitflags 2.9.1",
 3550   3550   
 "core-foundation 0.9.4",
@@ -3579,3579 +3665,3665 @@
 3599   3599   
name = "thiserror"
 3600   3600   
version = "1.0.69"
 3601   3601   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3602   3602   
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
 3603   3603   
dependencies = [
 3604   3604   
 "thiserror-impl 1.0.69",
 3605   3605   
]
 3606   3606   
 3607   3607   
[[package]]
 3608   3608   
name = "thiserror"
 3609         -
version = "2.0.12"
        3609  +
version = "2.0.14"
 3610   3610   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3611         -
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
        3611  +
checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e"
 3612   3612   
dependencies = [
 3613         -
 "thiserror-impl 2.0.12",
        3613  +
 "thiserror-impl 2.0.14",
 3614   3614   
]
 3615   3615   
 3616   3616   
[[package]]
 3617   3617   
name = "thiserror-impl"
 3618   3618   
version = "1.0.69"
 3619   3619   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3620   3620   
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
 3621   3621   
dependencies = [
 3622   3622   
 "proc-macro2",
 3623   3623   
 "quote",
 3624         -
 "syn 2.0.104",
        3624  +
 "syn 2.0.105",
 3625   3625   
]
 3626   3626   
 3627   3627   
[[package]]
 3628   3628   
name = "thiserror-impl"
 3629         -
version = "2.0.12"
        3629  +
version = "2.0.14"
 3630   3630   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3631         -
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
        3631  +
checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227"
 3632   3632   
dependencies = [
 3633   3633   
 "proc-macro2",
 3634   3634   
 "quote",
 3635         -
 "syn 2.0.104",
        3635  +
 "syn 2.0.105",
 3636   3636   
]
 3637   3637   
 3638   3638   
[[package]]
 3639   3639   
name = "thread_local"
 3640   3640   
version = "1.1.9"
 3641   3641   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3642   3642   
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
 3643   3643   
dependencies = [
 3644   3644   
 "cfg-if",
 3645   3645   
]
@@ -3725,3725 +3785,3785 @@
 3745   3745   
]
 3746   3746   
 3747   3747   
[[package]]
 3748   3748   
name = "tokio-macros"
 3749   3749   
version = "2.5.0"
 3750   3750   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3751   3751   
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
 3752   3752   
dependencies = [
 3753   3753   
 "proc-macro2",
 3754   3754   
 "quote",
 3755         -
 "syn 2.0.104",
        3755  +
 "syn 2.0.105",
 3756   3756   
]
 3757   3757   
 3758   3758   
[[package]]
 3759   3759   
name = "tokio-rustls"
 3760   3760   
version = "0.24.1"
 3761   3761   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3762   3762   
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
 3763   3763   
dependencies = [
 3764   3764   
 "rustls 0.21.12",
 3765   3765   
 "tokio",
@@ -3887,3887 +3947,3947 @@
 3907   3907   
]
 3908   3908   
 3909   3909   
[[package]]
 3910   3910   
name = "tracing-attributes"
 3911   3911   
version = "0.1.30"
 3912   3912   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3913   3913   
checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
 3914   3914   
dependencies = [
 3915   3915   
 "proc-macro2",
 3916   3916   
 "quote",
 3917         -
 "syn 2.0.104",
        3917  +
 "syn 2.0.105",
 3918   3918   
]
 3919   3919   
 3920   3920   
[[package]]
 3921   3921   
name = "tracing-core"
 3922   3922   
version = "0.1.34"
 3923   3923   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3924   3924   
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
 3925   3925   
dependencies = [
 3926   3926   
 "once_cell",
 3927   3927   
 "valuable",
@@ -3960,3960 +4020,4020 @@
 3980   3980   
 "tracing-test-macro",
 3981   3981   
]
 3982   3982   
 3983   3983   
[[package]]
 3984   3984   
name = "tracing-test-macro"
 3985   3985   
version = "0.2.5"
 3986   3986   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3987   3987   
checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
 3988   3988   
dependencies = [
 3989   3989   
 "quote",
 3990         -
 "syn 2.0.104",
        3990  +
 "syn 2.0.105",
 3991   3991   
]
 3992   3992   
 3993   3993   
[[package]]
 3994   3994   
name = "try-lock"
 3995   3995   
version = "0.2.5"
 3996   3996   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3997   3997   
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
 3998   3998   
 3999   3999   
[[package]]
 4000   4000   
name = "typenum"
@@ -4030,4030 +4092,4092 @@
 4050   4050   
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
 4051   4051   
 4052   4052   
[[package]]
 4053   4053   
name = "utf8_iter"
 4054   4054   
version = "1.0.4"
 4055   4055   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4056   4056   
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
 4057   4057   
 4058   4058   
[[package]]
 4059   4059   
name = "uuid"
 4060         -
version = "1.17.0"
        4060  +
version = "1.18.0"
 4061   4061   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4062         -
checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
        4062  +
checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be"
 4063   4063   
dependencies = [
 4064   4064   
 "getrandom 0.3.3",
 4065   4065   
 "js-sys",
 4066   4066   
 "rand 0.9.2",
 4067   4067   
 "wasm-bindgen",
 4068   4068   
]
 4069   4069   
 4070   4070   
[[package]]
 4071   4071   
name = "valuable"
 4072   4072   
version = "0.1.1"
@@ -4138,4138 +4233,4233 @@
 4158   4158   
[[package]]
 4159   4159   
name = "wasm-bindgen-backend"
 4160   4160   
version = "0.2.100"
 4161   4161   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4162   4162   
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
 4163   4163   
dependencies = [
 4164   4164   
 "bumpalo",
 4165   4165   
 "log",
 4166   4166   
 "proc-macro2",
 4167   4167   
 "quote",
 4168         -
 "syn 2.0.104",
        4168  +
 "syn 2.0.105",
 4169   4169   
 "wasm-bindgen-shared",
 4170   4170   
]
 4171   4171   
 4172   4172   
[[package]]
 4173   4173   
name = "wasm-bindgen-futures"
 4174   4174   
version = "0.4.50"
 4175   4175   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4176   4176   
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
 4177   4177   
dependencies = [
 4178   4178   
 "cfg-if",
 4179   4179   
 "js-sys",
 4180   4180   
 "once_cell",
 4181   4181   
 "wasm-bindgen",
 4182   4182   
 "web-sys",
 4183   4183   
]
 4184   4184   
 4185   4185   
[[package]]
 4186   4186   
name = "wasm-bindgen-macro"
 4187   4187   
version = "0.2.100"
 4188   4188   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4189   4189   
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
 4190   4190   
dependencies = [
 4191   4191   
 "quote",
 4192   4192   
 "wasm-bindgen-macro-support",
 4193   4193   
]
 4194   4194   
 4195   4195   
[[package]]
 4196   4196   
name = "wasm-bindgen-macro-support"
 4197   4197   
version = "0.2.100"
 4198   4198   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4199   4199   
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
 4200   4200   
dependencies = [
 4201   4201   
 "proc-macro2",
 4202   4202   
 "quote",
 4203         -
 "syn 2.0.104",
        4203  +
 "syn 2.0.105",
 4204   4204   
 "wasm-bindgen-backend",
 4205   4205   
 "wasm-bindgen-shared",
 4206   4206   
]
 4207   4207   
 4208   4208   
[[package]]
 4209   4209   
name = "wasm-bindgen-shared"
 4210   4210   
version = "0.2.100"
 4211   4211   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4212   4212   
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
 4213   4213   
dependencies = [
@@ -4496,4496 +4608,4608 @@
 4516   4516   
]
 4517   4517   
 4518   4518   
[[package]]
 4519   4519   
name = "yoke-derive"
 4520   4520   
version = "0.8.0"
 4521   4521   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4522   4522   
checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
 4523   4523   
dependencies = [
 4524   4524   
 "proc-macro2",
 4525   4525   
 "quote",
 4526         -
 "syn 2.0.104",
        4526  +
 "syn 2.0.105",
 4527   4527   
 "synstructure",
 4528   4528   
]
 4529   4529   
 4530   4530   
[[package]]
 4531   4531   
name = "zerocopy"
 4532   4532   
version = "0.8.26"
 4533   4533   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4534   4534   
checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
 4535   4535   
dependencies = [
 4536   4536   
 "zerocopy-derive",
 4537   4537   
]
 4538   4538   
 4539   4539   
[[package]]
 4540   4540   
name = "zerocopy-derive"
 4541   4541   
version = "0.8.26"
 4542   4542   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4543   4543   
checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
 4544   4544   
dependencies = [
 4545   4545   
 "proc-macro2",
 4546   4546   
 "quote",
 4547         -
 "syn 2.0.104",
        4547  +
 "syn 2.0.105",
 4548   4548   
]
 4549   4549   
 4550   4550   
[[package]]
 4551   4551   
name = "zerofrom"
 4552   4552   
version = "0.1.6"
 4553   4553   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4554   4554   
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
 4555   4555   
dependencies = [
 4556   4556   
 "zerofrom-derive",
 4557   4557   
]
 4558   4558   
 4559   4559   
[[package]]
 4560   4560   
name = "zerofrom-derive"
 4561   4561   
version = "0.1.6"
 4562   4562   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4563   4563   
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
 4564   4564   
dependencies = [
 4565   4565   
 "proc-macro2",
 4566   4566   
 "quote",
 4567         -
 "syn 2.0.104",
        4567  +
 "syn 2.0.105",
 4568   4568   
 "synstructure",
 4569   4569   
]
 4570   4570   
 4571   4571   
[[package]]
 4572   4572   
name = "zeroize"
 4573   4573   
version = "1.8.1"
 4574   4574   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4575   4575   
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
 4576   4576   
 4577   4577   
[[package]]
 4578   4578   
name = "zerotrie"
 4579   4579   
version = "0.2.2"
 4580   4580   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4581   4581   
checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
 4582   4582   
dependencies = [
 4583   4583   
 "displaydoc",
 4584   4584   
 "yoke",
 4585   4585   
 "zerofrom",
 4586   4586   
]
 4587   4587   
 4588   4588   
[[package]]
 4589   4589   
name = "zerovec"
 4590   4590   
version = "0.11.4"
 4591   4591   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4592   4592   
checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
 4593   4593   
dependencies = [
 4594   4594   
 "yoke",
 4595   4595   
 "zerofrom",
 4596   4596   
 "zerovec-derive",
 4597   4597   
]
 4598   4598   
 4599   4599   
[[package]]
 4600   4600   
name = "zerovec-derive"
 4601   4601   
version = "0.11.1"
 4602   4602   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4603   4603   
checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
 4604   4604   
dependencies = [
 4605   4605   
 "proc-macro2",
 4606   4606   
 "quote",
 4607         -
 "syn 2.0.104",
        4607  +
 "syn 2.0.105",
 4608   4608   
]