Client Test

Client Test

rev. 80d9b4c9aa38f40a6d033a9f956fdf3576cff60f

Files changed:

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

@@ -194,194 +270,272 @@
  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    223   
 "syn 2.0.110",
         224  +
 "syn 2.0.109",
  224    225   
]
  225    226   
  226    227   
[[package]]
  227    228   
name = "async-task"
  228    229   
version = "4.7.1"
  229    230   
source = "registry+https://github.com/rust-lang/crates.io-index"
  230    231   
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
  231    232   
  232    233   
[[package]]
  233    234   
name = "async-trait"
  234    235   
version = "0.1.89"
  235    236   
source = "registry+https://github.com/rust-lang/crates.io-index"
  236    237   
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
  237    238   
dependencies = [
  238    239   
 "proc-macro2",
  239    240   
 "quote",
  240    241   
 "syn 2.0.110",
         242  +
 "syn 2.0.109",
  241    243   
]
  242    244   
  243    245   
[[package]]
  244    246   
name = "atomic-waker"
  245    247   
version = "1.1.2"
  246    248   
source = "registry+https://github.com/rust-lang/crates.io-index"
  247    249   
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
  248    250   
  249    251   
[[package]]
  250    252   
name = "atty"
@@ -319,321 +379,381 @@
  339    341   
 "pretty_assertions",
  340    342   
 "sha1",
  341    343   
 "sha2",
  342    344   
 "tokio",
  343    345   
 "tracing",
  344    346   
 "tracing-test",
  345    347   
]
  346    348   
  347    349   
[[package]]
  348    350   
name = "aws-smithy-compression"
  349         -
version = "0.0.6"
         351  +
version = "0.0.7"
  350    352   
dependencies = [
  351    353   
 "aws-smithy-runtime-api",
  352    354   
 "aws-smithy-types",
  353    355   
 "bytes",
  354    356   
 "bytes-utils",
  355    357   
 "flate2",
  356    358   
 "futures-util",
  357    359   
 "http 0.2.12",
  358    360   
 "http 1.3.1",
  359    361   
 "http-body 0.4.6",
@@ -393,395 +453,455 @@
  413    415   
 "percent-encoding",
  414    416   
 "pin-project-lite",
  415    417   
 "pin-utils",
  416    418   
 "proptest",
  417    419   
 "tokio",
  418    420   
 "tracing",
  419    421   
]
  420    422   
  421    423   
[[package]]
  422    424   
name = "aws-smithy-http-client"
  423         -
version = "1.1.4"
         425  +
version = "1.1.5"
  424    426   
dependencies = [
  425    427   
 "aws-smithy-async",
  426    428   
 "aws-smithy-protocol-test",
  427    429   
 "aws-smithy-runtime-api",
  428    430   
 "aws-smithy-types",
  429    431   
 "base64 0.22.1",
  430    432   
 "bytes",
  431    433   
 "h2 0.3.27",
  432    434   
 "h2 0.4.12",
  433    435   
 "http 0.2.12",
@@ -464,466 +633,635 @@
  484    486   
 "thiserror 2.0.17",
  485    487   
 "tokio",
  486    488   
 "tower 0.4.13",
  487    489   
 "tower-http",
  488    490   
 "tracing",
  489    491   
 "uuid",
  490    492   
]
  491    493   
  492    494   
[[package]]
  493    495   
name = "aws-smithy-http-server-python"
  494         -
version = "0.66.5"
         496  +
version = "0.66.6"
  495    497   
dependencies = [
  496    498   
 "aws-smithy-http",
  497    499   
 "aws-smithy-http-server",
  498    500   
 "aws-smithy-json",
  499    501   
 "aws-smithy-types",
  500    502   
 "aws-smithy-xml",
  501    503   
 "bytes",
  502    504   
 "futures",
  503    505   
 "futures-util",
  504    506   
 "http 0.2.12",
  505    507   
 "hyper 0.14.32",
  506    508   
 "hyper-rustls 0.24.2",
  507    509   
 "lambda_http",
  508    510   
 "num_cpus",
  509    511   
 "parking_lot",
  510    512   
 "pin-project-lite",
  511    513   
 "pretty_assertions",
  512    514   
 "pyo3",
  513    515   
 "pyo3-asyncio",
  514    516   
 "rcgen",
  515    517   
 "rustls-pemfile 1.0.4",
  516    518   
 "signal-hook",
  517    519   
 "socket2 0.5.10",
  518    520   
 "thiserror 2.0.17",
  519    521   
 "tls-listener",
  520    522   
 "tokio",
  521    523   
 "tokio-rustls 0.24.1",
  522    524   
 "tokio-stream",
  523    525   
 "tokio-test",
  524    526   
 "tower 0.4.13",
  525    527   
 "tower-test",
  526    528   
 "tracing",
  527    529   
 "tracing-appender",
  528    530   
 "tracing-subscriber",
  529    531   
]
  530    532   
  531    533   
[[package]]
  532    534   
name = "aws-smithy-json"
  533    535   
version = "0.61.7"
  534    536   
dependencies = [
  535    537   
 "aws-smithy-types",
  536    538   
 "proptest",
  537    539   
 "serde_json",
  538    540   
]
  539    541   
  540    542   
[[package]]
  541    543   
name = "aws-smithy-mocks"
  542         -
version = "0.2.0"
         544  +
version = "0.2.1"
  543    545   
dependencies = [
  544    546   
 "aws-smithy-async",
  545    547   
 "aws-smithy-http-client",
  546    548   
 "aws-smithy-runtime",
  547    549   
 "aws-smithy-runtime-api",
  548    550   
 "aws-smithy-types",
  549    551   
 "http 1.3.1",
  550    552   
 "tokio",
  551    553   
]
  552    554   
  553    555   
[[package]]
  554    556   
name = "aws-smithy-observability"
  555         -
version = "0.1.4"
         557  +
version = "0.2.0"
  556    558   
dependencies = [
  557    559   
 "aws-smithy-runtime-api",
  558    560   
 "serial_test",
  559    561   
]
  560    562   
  561    563   
[[package]]
  562    564   
name = "aws-smithy-observability-otel"
  563         -
version = "0.1.2"
         565  +
version = "0.1.3"
  564    566   
dependencies = [
  565    567   
 "async-global-executor",
  566    568   
 "async-task",
  567    569   
 "aws-smithy-observability",
  568    570   
 "criterion",
  569    571   
 "opentelemetry",
  570    572   
 "opentelemetry_sdk",
  571    573   
 "stats_alloc",
  572    574   
 "tokio",
  573    575   
 "value-bag",
  574    576   
]
  575    577   
  576    578   
[[package]]
  577    579   
name = "aws-smithy-protocol-test"
  578    580   
version = "0.63.6"
  579    581   
dependencies = [
  580    582   
 "assert-json-diff",
  581    583   
 "aws-smithy-runtime-api",
  582    584   
 "base64-simd",
  583    585   
 "cbor-diag",
  584    586   
 "ciborium",
  585    587   
 "http 0.2.12",
  586    588   
 "pretty_assertions",
  587    589   
 "regex-lite",
  588    590   
 "roxmltree",
  589    591   
 "serde_json",
  590    592   
 "thiserror 2.0.17",
  591    593   
]
  592    594   
  593    595   
[[package]]
  594    596   
name = "aws-smithy-query"
  595    597   
version = "0.60.8"
  596    598   
dependencies = [
  597    599   
 "aws-smithy-types",
  598    600   
 "urlencoding",
  599    601   
]
  600    602   
  601    603   
[[package]]
  602    604   
name = "aws-smithy-runtime"
  603         -
version = "1.9.4"
         605  +
version = "1.9.5"
  604    606   
dependencies = [
  605    607   
 "approx",
  606    608   
 "aws-smithy-async",
  607    609   
 "aws-smithy-http",
  608    610   
 "aws-smithy-http-client",
  609    611   
 "aws-smithy-observability",
  610    612   
 "aws-smithy-runtime-api",
  611    613   
 "aws-smithy-types",
  612    614   
 "bytes",
  613    615   
 "fastrand",
@@ -751,753 +810,813 @@
  771    773   
 "clang-sys",
  772    774   
 "itertools 0.13.0",
  773    775   
 "log",
  774    776   
 "prettyplease",
  775    777   
 "proc-macro2",
  776    778   
 "quote",
  777    779   
 "regex",
  778    780   
 "rustc-hash",
  779    781   
 "shlex",
  780    782   
 "syn 2.0.110",
         783  +
 "syn 2.0.109",
  781    784   
]
  782    785   
  783    786   
[[package]]
  784    787   
name = "bit-set"
  785    788   
version = "0.8.0"
  786    789   
source = "registry+https://github.com/rust-lang/crates.io-index"
  787    790   
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
  788    791   
dependencies = [
  789    792   
 "bit-vec",
  790    793   
]
@@ -1192,1195 +1311,1317 @@
 1212   1215   
 1213   1216   
[[package]]
 1214   1217   
name = "derive_arbitrary"
 1215   1218   
version = "1.4.2"
 1216   1219   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1217   1220   
checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 1218   1221   
dependencies = [
 1219   1222   
 "proc-macro2",
 1220   1223   
 "quote",
 1221   1224   
 "syn 2.0.110",
        1225  +
 "syn 2.0.109",
 1222   1226   
]
 1223   1227   
 1224   1228   
[[package]]
 1225   1229   
name = "diff"
 1226   1230   
version = "0.1.13"
 1227   1231   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1228   1232   
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 1229   1233   
 1230   1234   
[[package]]
 1231   1235   
name = "digest"
 1232   1236   
version = "0.10.7"
 1233   1237   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1234   1238   
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 1235   1239   
dependencies = [
 1236   1240   
 "block-buffer",
 1237   1241   
 "crypto-common",
 1238   1242   
]
 1239   1243   
 1240   1244   
[[package]]
 1241   1245   
name = "displaydoc"
 1242   1246   
version = "0.2.5"
 1243   1247   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1244   1248   
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 1245   1249   
dependencies = [
 1246   1250   
 "proc-macro2",
 1247   1251   
 "quote",
 1248   1252   
 "syn 2.0.110",
        1253  +
 "syn 2.0.109",
 1249   1254   
]
 1250   1255   
 1251   1256   
[[package]]
 1252   1257   
name = "dunce"
 1253   1258   
version = "1.0.5"
 1254   1259   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1255   1260   
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 1256   1261   
 1257   1262   
[[package]]
 1258   1263   
name = "either"
 1259   1264   
version = "1.15.0"
 1260   1265   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1261   1266   
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 1262   1267   
 1263   1268   
[[package]]
 1264   1269   
name = "encoding_rs"
 1265   1270   
version = "0.8.35"
 1266   1271   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1267   1272   
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 1268   1273   
dependencies = [
 1269   1274   
 "cfg-if",
 1270   1275   
]
 1271   1276   
 1272   1277   
[[package]]
 1273   1278   
name = "enum-as-inner"
 1274   1279   
version = "0.6.1"
 1275   1280   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1276   1281   
checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 1277   1282   
dependencies = [
 1278   1283   
 "heck 0.5.0",
 1279   1284   
 "proc-macro2",
 1280   1285   
 "quote",
 1281   1286   
 "syn 2.0.110",
        1287  +
 "syn 2.0.109",
 1282   1288   
]
 1283   1289   
 1284   1290   
[[package]]
 1285   1291   
name = "equivalent"
 1286   1292   
version = "1.0.2"
 1287   1293   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1288   1294   
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 1289   1295   
 1290   1296   
[[package]]
 1291   1297   
name = "errno"
@@ -1410,1416 +1469,1476 @@
 1430   1436   
 1431   1437   
[[package]]
 1432   1438   
name = "futures-macro"
 1433   1439   
version = "0.3.31"
 1434   1440   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1435   1441   
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 1436   1442   
dependencies = [
 1437   1443   
 "proc-macro2",
 1438   1444   
 "quote",
 1439   1445   
 "syn 2.0.110",
        1446  +
 "syn 2.0.109",
 1440   1447   
]
 1441   1448   
 1442   1449   
[[package]]
 1443   1450   
name = "futures-sink"
 1444   1451   
version = "0.3.31"
 1445   1452   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1446   1453   
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 1447   1454   
 1448   1455   
[[package]]
 1449   1456   
name = "futures-task"
@@ -2267,2274 +2343,2351 @@
 2287   2294   
]
 2288   2295   
 2289   2296   
[[package]]
 2290   2297   
name = "mime"
 2291   2298   
version = "0.3.17"
 2292   2299   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2293   2300   
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 2294   2301   
 2295   2302   
[[package]]
 2296   2303   
name = "minicbor"
 2297         -
version = "0.24.2"
        2304  +
version = "0.24.4"
 2298   2305   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2299         -
checksum = "5f8e213c36148d828083ae01948eed271d03f95f7e72571fa242d78184029af2"
        2306  +
checksum = "29be4f60e41fde478b36998b88821946aafac540e53591e76db53921a0cc225b"
 2300   2307   
dependencies = [
 2301   2308   
 "half",
 2302   2309   
 "minicbor-derive",
 2303   2310   
]
 2304   2311   
 2305   2312   
[[package]]
 2306   2313   
name = "minicbor-derive"
 2307   2314   
version = "0.15.3"
 2308   2315   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2309   2316   
checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
 2310   2317   
dependencies = [
 2311   2318   
 "proc-macro2",
 2312   2319   
 "quote",
 2313   2320   
 "syn 2.0.110",
        2321  +
 "syn 2.0.109",
 2314   2322   
]
 2315   2323   
 2316   2324   
[[package]]
 2317   2325   
name = "minimal-lexical"
 2318   2326   
version = "0.2.1"
 2319   2327   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2320   2328   
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 2321   2329   
 2322   2330   
[[package]]
 2323   2331   
name = "miniz_oxide"
@@ -2429,2437 +2520,2528 @@
 2449   2457   
checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
 2450   2458   
 2451   2459   
[[package]]
 2452   2460   
name = "openssl-probe"
 2453   2461   
version = "0.1.6"
 2454   2462   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2455   2463   
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
 2456   2464   
 2457   2465   
[[package]]
 2458   2466   
name = "opentelemetry"
 2459         -
version = "0.26.0"
        2467  +
version = "0.27.1"
 2460   2468   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2461         -
checksum = "570074cc999d1a58184080966e5bd3bf3a9a4af650c3b05047c2621e7405cd17"
        2469  +
checksum = "ab70038c28ed37b97d8ed414b6429d343a8bbf44c9f79ec854f3a643029ba6d7"
 2462   2470   
dependencies = [
 2463   2471   
 "futures-core",
 2464   2472   
 "futures-sink",
 2465   2473   
 "js-sys",
 2466         -
 "once_cell",
 2467   2474   
 "pin-project-lite",
 2468   2475   
 "thiserror 1.0.69",
        2476  +
 "tracing",
 2469   2477   
]
 2470   2478   
 2471   2479   
[[package]]
 2472   2480   
name = "opentelemetry_sdk"
 2473         -
version = "0.26.0"
        2481  +
version = "0.27.1"
 2474   2482   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2475         -
checksum = "d2c627d9f4c9cdc1f21a29ee4bfbd6028fcb8bcf2a857b43f3abdf72c9c862f3"
        2483  +
checksum = "231e9d6ceef9b0b2546ddf52335785ce41252bc7474ee8ba05bfad277be13ab8"
 2476   2484   
dependencies = [
 2477   2485   
 "async-std",
 2478   2486   
 "async-trait",
 2479   2487   
 "futures-channel",
 2480   2488   
 "futures-executor",
 2481   2489   
 "futures-util",
 2482   2490   
 "glob",
 2483         -
 "once_cell",
 2484   2491   
 "opentelemetry",
 2485   2492   
 "percent-encoding",
 2486   2493   
 "rand 0.8.5",
 2487   2494   
 "serde_json",
 2488   2495   
 "thiserror 1.0.69",
 2489   2496   
 "tokio",
 2490   2497   
 "tokio-stream",
        2498  +
 "tracing",
 2491   2499   
]
 2492   2500   
 2493   2501   
[[package]]
 2494   2502   
name = "os_str_bytes"
 2495   2503   
version = "6.6.1"
 2496   2504   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2497   2505   
checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
 2498   2506   
 2499   2507   
[[package]]
 2500   2508   
name = "outref"
@@ -2537,2545 +2596,2605 @@
 2557   2565   
 2558   2566   
[[package]]
 2559   2567   
name = "pin-project-internal"
 2560   2568   
version = "1.1.10"
 2561   2569   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2562   2570   
checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
 2563   2571   
dependencies = [
 2564   2572   
 "proc-macro2",
 2565   2573   
 "quote",
 2566   2574   
 "syn 2.0.110",
        2575  +
 "syn 2.0.109",
 2567   2576   
]
 2568   2577   
 2569   2578   
[[package]]
 2570   2579   
name = "pin-project-lite"
 2571   2580   
version = "0.2.16"
 2572   2581   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2573   2582   
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
 2574   2583   
 2575   2584   
[[package]]
 2576   2585   
name = "pin-utils"
@@ -2652,2661 +2711,2721 @@
 2672   2681   
]
 2673   2682   
 2674   2683   
[[package]]
 2675   2684   
name = "prettyplease"
 2676   2685   
version = "0.2.37"
 2677   2686   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2678   2687   
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
 2679   2688   
dependencies = [
 2680   2689   
 "proc-macro2",
 2681   2690   
 "syn 2.0.110",
        2691  +
 "syn 2.0.109",
 2682   2692   
]
 2683   2693   
 2684   2694   
[[package]]
 2685   2695   
name = "proc-macro2"
 2686   2696   
version = "1.0.103"
 2687   2697   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2688   2698   
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
 2689   2699   
dependencies = [
 2690   2700   
 "unicode-ident",
 2691   2701   
]
@@ -2758,2768 +2854,2868 @@
 2778   2788   
[[package]]
 2779   2789   
name = "pyo3-macros"
 2780   2790   
version = "0.20.3"
 2781   2791   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2782   2792   
checksum = "7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158"
 2783   2793   
dependencies = [
 2784   2794   
 "proc-macro2",
 2785   2795   
 "pyo3-macros-backend",
 2786   2796   
 "quote",
 2787   2797   
 "syn 2.0.110",
        2798  +
 "syn 2.0.109",
 2788   2799   
]
 2789   2800   
 2790   2801   
[[package]]
 2791   2802   
name = "pyo3-macros-backend"
 2792   2803   
version = "0.20.3"
 2793   2804   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2794   2805   
checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185"
 2795   2806   
dependencies = [
 2796   2807   
 "heck 0.4.1",
 2797   2808   
 "proc-macro2",
 2798   2809   
 "pyo3-build-config",
 2799   2810   
 "quote",
 2800   2811   
 "syn 2.0.110",
        2812  +
 "syn 2.0.109",
 2801   2813   
]
 2802   2814   
 2803   2815   
[[package]]
 2804   2816   
name = "query_map"
 2805   2817   
version = "0.7.0"
 2806   2818   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2807   2819   
checksum = "5eab6b8b1074ef3359a863758dae650c7c0c6027927a085b7af911c8e0bf3a15"
 2808   2820   
dependencies = [
 2809   2821   
 "form_urlencoded",
 2810   2822   
 "serde",
 2811   2823   
 "serde_derive",
 2812   2824   
]
 2813   2825   
 2814   2826   
[[package]]
 2815   2827   
name = "quick-error"
 2816   2828   
version = "1.2.3"
 2817   2829   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2818   2830   
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
 2819   2831   
 2820   2832   
[[package]]
 2821   2833   
name = "quote"
 2822   2834   
version = "1.0.42"
        2835  +
version = "1.0.42"
 2823   2836   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2824   2837   
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
        2838  +
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
 2825   2839   
dependencies = [
 2826   2840   
 "proc-macro2",
 2827   2841   
]
 2828   2842   
 2829   2843   
[[package]]
 2830   2844   
name = "r-efi"
 2831   2845   
version = "5.3.0"
 2832   2846   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2833   2847   
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
 2834   2848   
@@ -3322,3336 +3381,3396 @@
 3342   3356   
 3343   3357   
[[package]]
 3344   3358   
name = "serde_derive"
 3345   3359   
version = "1.0.228"
 3346   3360   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3347   3361   
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
 3348   3362   
dependencies = [
 3349   3363   
 "proc-macro2",
 3350   3364   
 "quote",
 3351   3365   
 "syn 2.0.110",
        3366  +
 "syn 2.0.109",
 3352   3367   
]
 3353   3368   
 3354   3369   
[[package]]
 3355   3370   
name = "serde_json"
 3356   3371   
version = "1.0.145"
 3357   3372   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3358   3373   
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
 3359   3374   
dependencies = [
 3360   3375   
 "indexmap 2.12.0",
 3361   3376   
 "itoa",
@@ -3384,3399 +3443,3459 @@
 3404   3419   
 3405   3420   
[[package]]
 3406   3421   
name = "serial_test_derive"
 3407   3422   
version = "3.2.0"
 3408   3423   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3409   3424   
checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef"
 3410   3425   
dependencies = [
 3411   3426   
 "proc-macro2",
 3412   3427   
 "quote",
 3413   3428   
 "syn 2.0.110",
        3429  +
 "syn 2.0.109",
 3414   3430   
]
 3415   3431   
 3416   3432   
[[package]]
 3417   3433   
name = "sha1"
 3418   3434   
version = "0.10.6"
 3419   3435   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3420   3436   
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
 3421   3437   
dependencies = [
 3422   3438   
 "cfg-if",
 3423   3439   
 "cpufeatures",
@@ -3525,3541 +3601,3620 @@
 3545   3561   
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
 3546   3562   
dependencies = [
 3547   3563   
 "proc-macro2",
 3548   3564   
 "quote",
 3549   3565   
 "unicode-ident",
 3550   3566   
]
 3551   3567   
 3552   3568   
[[package]]
 3553   3569   
name = "syn"
 3554   3570   
version = "2.0.110"
        3571  +
version = "2.0.109"
 3555   3572   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3556   3573   
checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea"
        3574  +
checksum = "2f17c7e013e88258aa9543dcbe81aca68a667a9ac37cd69c9fbc07858bfe0e2f"
 3557   3575   
dependencies = [
 3558   3576   
 "proc-macro2",
 3559   3577   
 "quote",
 3560   3578   
 "unicode-ident",
 3561   3579   
]
 3562   3580   
 3563   3581   
[[package]]
 3564   3582   
name = "synstructure"
 3565   3583   
version = "0.13.2"
 3566   3584   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3567   3585   
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
 3568   3586   
dependencies = [
 3569   3587   
 "proc-macro2",
 3570   3588   
 "quote",
 3571   3589   
 "syn 2.0.110",
        3590  +
 "syn 2.0.109",
 3572   3591   
]
 3573   3592   
 3574   3593   
[[package]]
 3575   3594   
name = "system-configuration"
 3576   3595   
version = "0.6.1"
 3577   3596   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3578   3597   
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
 3579   3598   
dependencies = [
 3580   3599   
 "bitflags 2.10.0",
 3581   3600   
 "core-foundation 0.9.4",
@@ -3632,3651 +3702,3723 @@
 3652   3671   
 3653   3672   
[[package]]
 3654   3673   
name = "thiserror-impl"
 3655   3674   
version = "1.0.69"
 3656   3675   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3657   3676   
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
 3658   3677   
dependencies = [
 3659   3678   
 "proc-macro2",
 3660   3679   
 "quote",
 3661   3680   
 "syn 2.0.110",
        3681  +
 "syn 2.0.109",
 3662   3682   
]
 3663   3683   
 3664   3684   
[[package]]
 3665   3685   
name = "thiserror-impl"
 3666   3686   
version = "2.0.17"
 3667   3687   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3668   3688   
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
 3669   3689   
dependencies = [
 3670   3690   
 "proc-macro2",
 3671   3691   
 "quote",
 3672   3692   
 "syn 2.0.110",
        3693  +
 "syn 2.0.109",
 3673   3694   
]
 3674   3695   
 3675   3696   
[[package]]
 3676   3697   
name = "thread_local"
 3677   3698   
version = "1.1.9"
 3678   3699   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3679   3700   
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
 3680   3701   
dependencies = [
 3681   3702   
 "cfg-if",
 3682   3703   
]
@@ -3760,3781 +3819,3841 @@
 3780   3801   
 3781   3802   
[[package]]
 3782   3803   
name = "tokio-macros"
 3783   3804   
version = "2.6.0"
 3784   3805   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3785   3806   
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
 3786   3807   
dependencies = [
 3787   3808   
 "proc-macro2",
 3788   3809   
 "quote",
 3789   3810   
 "syn 2.0.110",
        3811  +
 "syn 2.0.109",
 3790   3812   
]
 3791   3813   
 3792   3814   
[[package]]
 3793   3815   
name = "tokio-rustls"
 3794   3816   
version = "0.24.1"
 3795   3817   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3796   3818   
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
 3797   3819   
dependencies = [
 3798   3820   
 "rustls 0.21.12",
 3799   3821   
 "tokio",
@@ -3922,3944 +3981,4004 @@
 3942   3964   
 3943   3965   
[[package]]
 3944   3966   
name = "tracing-attributes"
 3945   3967   
version = "0.1.30"
 3946   3968   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3947   3969   
checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
 3948   3970   
dependencies = [
 3949   3971   
 "proc-macro2",
 3950   3972   
 "quote",
 3951   3973   
 "syn 2.0.110",
        3974  +
 "syn 2.0.109",
 3952   3975   
]
 3953   3976   
 3954   3977   
[[package]]
 3955   3978   
name = "tracing-core"
 3956   3979   
version = "0.1.34"
 3957   3980   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3958   3981   
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
 3959   3982   
dependencies = [
 3960   3983   
 "once_cell",
 3961   3984   
 "valuable",
@@ -3995,4018 +4054,4078 @@
 4015   4038   
]
 4016   4039   
 4017   4040   
[[package]]
 4018   4041   
name = "tracing-test-macro"
 4019   4042   
version = "0.2.5"
 4020   4043   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4021   4044   
checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
 4022   4045   
dependencies = [
 4023   4046   
 "quote",
 4024   4047   
 "syn 2.0.110",
        4048  +
 "syn 2.0.109",
 4025   4049   
]
 4026   4050   
 4027   4051   
[[package]]
 4028   4052   
name = "try-lock"
 4029   4053   
version = "0.2.5"
 4030   4054   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4031   4055   
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
 4032   4056   
 4033   4057   
[[package]]
 4034   4058   
name = "typenum"
@@ -4197,4221 +4256,4281 @@
 4217   4241   
[[package]]
 4218   4242   
name = "wasm-bindgen-macro-support"
 4219   4243   
version = "0.2.105"
 4220   4244   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4221   4245   
checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
 4222   4246   
dependencies = [
 4223   4247   
 "bumpalo",
 4224   4248   
 "proc-macro2",
 4225   4249   
 "quote",
 4226   4250   
 "syn 2.0.110",
        4251  +
 "syn 2.0.109",
 4227   4252   
 "wasm-bindgen-shared",
 4228   4253   
]
 4229   4254   
 4230   4255   
[[package]]
 4231   4256   
name = "wasm-bindgen-shared"
 4232   4257   
version = "0.2.105"
 4233   4258   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4234   4259   
checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
 4235   4260   
dependencies = [
 4236   4261   
 "unicode-ident",
@@ -4591,4616 +4702,4731 @@
 4611   4636   
 4612   4637   
[[package]]
 4613   4638   
name = "yoke-derive"
 4614   4639   
version = "0.8.1"
 4615   4640   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4616   4641   
checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
 4617   4642   
dependencies = [
 4618   4643   
 "proc-macro2",
 4619   4644   
 "quote",
 4620   4645   
 "syn 2.0.110",
        4646  +
 "syn 2.0.109",
 4621   4647   
 "synstructure",
 4622   4648   
]
 4623   4649   
 4624   4650   
[[package]]
 4625   4651   
name = "zerocopy"
 4626   4652   
version = "0.8.27"
 4627   4653   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4628   4654   
checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
 4629   4655   
dependencies = [
 4630   4656   
 "zerocopy-derive",
 4631   4657   
]
 4632   4658   
 4633   4659   
[[package]]
 4634   4660   
name = "zerocopy-derive"
 4635   4661   
version = "0.8.27"
 4636   4662   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4637   4663   
checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
 4638   4664   
dependencies = [
 4639   4665   
 "proc-macro2",
 4640   4666   
 "quote",
 4641   4667   
 "syn 2.0.110",
        4668  +
 "syn 2.0.109",
 4642   4669   
]
 4643   4670   
 4644   4671   
[[package]]
 4645   4672   
name = "zerofrom"
 4646   4673   
version = "0.1.6"
 4647   4674   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4648   4675   
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
 4649   4676   
dependencies = [
 4650   4677   
 "zerofrom-derive",
 4651   4678   
]
 4652   4679   
 4653   4680   
[[package]]
 4654   4681   
name = "zerofrom-derive"
 4655   4682   
version = "0.1.6"
 4656   4683   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4657   4684   
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
 4658   4685   
dependencies = [
 4659   4686   
 "proc-macro2",
 4660   4687   
 "quote",
 4661   4688   
 "syn 2.0.110",
        4689  +
 "syn 2.0.109",
 4662   4690   
 "synstructure",
 4663   4691   
]
 4664   4692   
 4665   4693   
[[package]]
 4666   4694   
name = "zeroize"
 4667   4695   
version = "1.8.2"
 4668   4696   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4669   4697   
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
 4670   4698   
 4671   4699   
[[package]]
 4672   4700   
name = "zerotrie"
 4673   4701   
version = "0.2.3"
 4674   4702   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4675   4703   
checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
 4676   4704   
dependencies = [
 4677   4705   
 "displaydoc",
 4678   4706   
 "yoke",
 4679   4707   
 "zerofrom",
 4680   4708   
]
 4681   4709   
 4682   4710   
[[package]]
 4683   4711   
name = "zerovec"
 4684   4712   
version = "0.11.5"
 4685   4713   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4686   4714   
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
 4687   4715   
dependencies = [
 4688   4716   
 "yoke",
 4689   4717   
 "zerofrom",
 4690   4718   
 "zerovec-derive",
 4691   4719   
]
 4692   4720   
 4693   4721   
[[package]]
 4694   4722   
name = "zerovec-derive"
 4695   4723   
version = "0.11.2"
 4696   4724   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4697   4725   
checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
 4698   4726   
dependencies = [
 4699   4727   
 "proc-macro2",
 4700   4728   
 "quote",
 4701   4729   
 "syn 2.0.110",
        4730  +
 "syn 2.0.109",
 4702   4731   
]