Client Test

Client Test

rev. 84092442d1315426ce75c650379552d981680678 (ignoring whitespace)

Files changed:

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

@@ -238,238 +326,326 @@
  258    258   
]
  259    259   
  260    260   
[[package]]
  261    261   
name = "autocfg"
  262    262   
version = "1.5.0"
  263    263   
source = "registry+https://github.com/rust-lang/crates.io-index"
  264    264   
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
  265    265   
  266    266   
[[package]]
  267    267   
name = "aws-lc-fips-sys"
  268         -
version = "0.13.10"
         268  +
version = "0.13.11"
  269    269   
source = "registry+https://github.com/rust-lang/crates.io-index"
  270         -
checksum = "57900537c00a0565a35b63c4c281b372edfc9744b072fd4a3b414350a8f5ed48"
         270  +
checksum = "df6ea8e07e2df15b9f09f2ac5ee2977369b06d116f0c4eb5fa4ad443b73c7f53"
  271    271   
dependencies = [
  272    272   
 "bindgen",
  273    273   
 "cc",
  274    274   
 "cmake",
  275    275   
 "dunce",
  276    276   
 "fs_extra",
  277    277   
 "regex",
  278    278   
]
  279    279   
  280    280   
[[package]]
  281    281   
name = "aws-lc-rs"
  282         -
version = "1.15.2"
         282  +
version = "1.15.4"
  283    283   
source = "registry+https://github.com/rust-lang/crates.io-index"
  284         -
checksum = "6a88aab2464f1f25453baa7a07c84c5b7684e274054ba06817f382357f77a288"
         284  +
checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
  285    285   
dependencies = [
  286    286   
 "aws-lc-fips-sys",
  287    287   
 "aws-lc-sys",
  288    288   
 "untrusted 0.7.1",
  289    289   
 "zeroize",
  290    290   
]
  291    291   
  292    292   
[[package]]
  293    293   
name = "aws-lc-sys"
  294         -
version = "0.35.0"
         294  +
version = "0.37.0"
  295    295   
source = "registry+https://github.com/rust-lang/crates.io-index"
  296         -
checksum = "b45afffdee1e7c9126814751f88dddc747f41d91da16c9551a0f1e8a11e788a1"
         296  +
checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
  297    297   
dependencies = [
  298    298   
 "cc",
  299    299   
 "cmake",
  300    300   
 "dunce",
  301    301   
 "fs_extra",
  302    302   
]
  303    303   
  304    304   
[[package]]
  305    305   
name = "aws-smithy-async"
  306    306   
version = "1.2.8"
@@ -447,447 +549,549 @@
  467    467   
 "aws-smithy-runtime-api",
  468    468   
 "aws-smithy-types",
  469    469   
 "aws-smithy-xml",
  470    470   
 "bytes",
  471    471   
 "futures-util",
  472    472   
 "http 1.4.0",
  473    473   
 "http-body 1.0.1",
  474    474   
 "http-body-util",
  475    475   
 "hyper 1.8.1",
  476    476   
 "hyper-util",
  477         -
 "lambda_http 1.0.1",
         477  +
 "lambda_http 1.0.2",
  478    478   
 "mime",
  479    479   
 "nom",
  480    480   
 "pin-project-lite",
  481    481   
 "pretty_assertions",
  482    482   
 "regex",
  483    483   
 "serde_urlencoded",
  484         -
 "thiserror 2.0.17",
         484  +
 "thiserror 2.0.18",
  485    485   
 "tokio",
  486    486   
 "tower 0.4.13",
  487    487   
 "tower-http 0.6.8",
  488    488   
 "tracing",
  489    489   
 "tracing-subscriber",
  490    490   
 "uuid",
  491    491   
]
  492    492   
  493    493   
[[package]]
  494    494   
name = "aws-smithy-http-server-python"
  495    495   
version = "0.66.7"
  496    496   
dependencies = [
  497    497   
 "aws-smithy-http",
  498    498   
 "aws-smithy-json",
  499    499   
 "aws-smithy-legacy-http-server",
  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 0.8.4",
  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.17",
         519  +
 "thiserror 2.0.18",
  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",
@@ -557,557 +676,676 @@
  577    577   
 "http 0.2.12",
  578    578   
 "http-body 0.4.6",
  579    579   
 "hyper 0.14.32",
  580    580   
 "lambda_http 0.8.4",
  581    581   
 "mime",
  582    582   
 "nom",
  583    583   
 "pin-project-lite",
  584    584   
 "pretty_assertions",
  585    585   
 "regex",
  586    586   
 "serde_urlencoded",
  587         -
 "thiserror 2.0.17",
         587  +
 "thiserror 2.0.18",
  588    588   
 "tokio",
  589    589   
 "tower 0.4.13",
  590    590   
 "tower-http 0.3.5",
  591    591   
 "tracing",
  592    592   
 "uuid",
  593    593   
]
  594    594   
  595    595   
[[package]]
  596    596   
name = "aws-smithy-mocks"
  597    597   
version = "0.2.4"
  598    598   
dependencies = [
  599    599   
 "aws-smithy-async",
  600    600   
 "aws-smithy-http-client",
  601    601   
 "aws-smithy-runtime",
  602    602   
 "aws-smithy-runtime-api",
  603    603   
 "aws-smithy-types",
  604    604   
 "http 1.4.0",
  605    605   
 "tokio",
  606    606   
]
  607    607   
  608    608   
[[package]]
  609    609   
name = "aws-smithy-observability"
  610    610   
version = "0.2.1"
  611    611   
dependencies = [
  612    612   
 "aws-smithy-runtime-api",
  613    613   
 "serial_test",
  614    614   
]
  615    615   
  616    616   
[[package]]
  617    617   
name = "aws-smithy-observability-otel"
  618    618   
version = "0.1.5"
  619    619   
dependencies = [
  620    620   
 "async-global-executor",
  621    621   
 "async-task",
  622    622   
 "aws-smithy-observability",
  623    623   
 "criterion",
  624    624   
 "opentelemetry",
  625    625   
 "opentelemetry_sdk",
  626    626   
 "stats_alloc",
  627    627   
 "tokio",
  628    628   
 "value-bag",
  629    629   
]
  630    630   
  631    631   
[[package]]
  632    632   
name = "aws-smithy-protocol-test"
  633    633   
version = "0.63.8"
  634    634   
dependencies = [
  635    635   
 "assert-json-diff",
  636    636   
 "aws-smithy-runtime-api",
  637    637   
 "base64-simd",
  638    638   
 "cbor-diag",
  639    639   
 "ciborium",
  640    640   
 "http 0.2.12",
  641    641   
 "http 1.4.0",
  642    642   
 "pretty_assertions",
  643    643   
 "regex-lite",
  644    644   
 "roxmltree",
  645    645   
 "serde_json",
  646         -
 "thiserror 2.0.17",
         646  +
 "thiserror 2.0.18",
  647    647   
]
  648    648   
  649    649   
[[package]]
  650    650   
name = "aws-smithy-query"
  651    651   
version = "0.60.10"
  652    652   
dependencies = [
  653    653   
 "aws-smithy-types",
  654    654   
 "urlencoding",
  655    655   
]
  656    656   
@@ -758,758 +820,820 @@
  778    778   
 "http 0.2.12",
  779    779   
 "http-body 0.4.6",
  780    780   
 "http-serde 1.1.3",
  781    781   
 "query_map",
  782    782   
 "serde",
  783    783   
 "serde_json",
  784    784   
]
  785    785   
  786    786   
[[package]]
  787    787   
name = "aws_lambda_events"
  788         -
version = "1.0.1"
         788  +
version = "1.0.3"
  789    789   
source = "registry+https://github.com/rust-lang/crates.io-index"
  790         -
checksum = "ac59c9b189a3bd75146633e1c87f35fb727f53b03c7f331af789ff1293a9f350"
         790  +
checksum = "ca106ceeb46420f22b33b863f8a667214afbf6b0457bc209f8c97de2282bedae"
  791    791   
dependencies = [
  792    792   
 "base64 0.22.1",
  793    793   
 "bytes",
  794    794   
 "http 1.4.0",
  795    795   
 "http-body 1.0.1",
  796    796   
 "http-serde 2.1.1",
  797    797   
 "query_map",
  798    798   
 "serde",
  799    799   
 "serde_json",
  800    800   
]
@@ -936,936 +1096,1096 @@
  956    956   
 "num-bigint",
  957    957   
 "num-rational",
  958    958   
 "num-traits",
  959    959   
 "separator",
  960    960   
 "url",
  961    961   
 "uuid",
  962    962   
]
  963    963   
  964    964   
[[package]]
  965    965   
name = "cc"
  966         -
version = "1.2.52"
         966  +
version = "1.2.54"
  967    967   
source = "registry+https://github.com/rust-lang/crates.io-index"
  968         -
checksum = "cd4932aefd12402b36c60956a4fe0035421f544799057659ff86f923657aada3"
         968  +
checksum = "6354c81bbfd62d9cfa9cb3c773c2b7b2a3a482d569de977fd0e961f6e7c00583"
  969    969   
dependencies = [
  970    970   
 "find-msvc-tools",
  971    971   
 "jobserver",
  972    972   
 "libc",
  973    973   
 "shlex",
  974    974   
]
  975    975   
  976    976   
[[package]]
  977    977   
name = "cexpr"
  978    978   
version = "0.6.0"
  979    979   
source = "registry+https://github.com/rust-lang/crates.io-index"
  980    980   
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
  981    981   
dependencies = [
  982    982   
 "nom",
  983    983   
]
  984    984   
  985    985   
[[package]]
  986    986   
name = "cfg-if"
  987    987   
version = "1.0.4"
  988    988   
source = "registry+https://github.com/rust-lang/crates.io-index"
  989    989   
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
  990    990   
  991    991   
[[package]]
  992    992   
name = "chrono"
  993         -
version = "0.4.42"
         993  +
version = "0.4.43"
  994    994   
source = "registry+https://github.com/rust-lang/crates.io-index"
  995         -
checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
         995  +
checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
  996    996   
dependencies = [
  997    997   
 "num-traits",
  998    998   
]
  999    999   
 1000   1000   
[[package]]
 1001   1001   
name = "ciborium"
 1002   1002   
version = "0.2.2"
 1003   1003   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1004   1004   
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 1005   1005   
dependencies = [
 1006   1006   
 "ciborium-io",
 1007   1007   
 "ciborium-ll",
 1008   1008   
 "serde",
 1009   1009   
]
 1010   1010   
 1011   1011   
[[package]]
 1012   1012   
name = "ciborium-io"
 1013   1013   
version = "0.2.2"
 1014   1014   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1015   1015   
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 1016   1016   
 1017   1017   
[[package]]
 1018   1018   
name = "ciborium-ll"
 1019   1019   
version = "0.2.2"
 1020   1020   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1021   1021   
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 1022   1022   
dependencies = [
 1023   1023   
 "ciborium-io",
 1024   1024   
 "half",
 1025   1025   
]
 1026   1026   
 1027   1027   
[[package]]
 1028   1028   
name = "clang-sys"
 1029   1029   
version = "1.8.1"
 1030   1030   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1031   1031   
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 1032   1032   
dependencies = [
 1033   1033   
 "glob",
 1034   1034   
 "libc",
 1035   1035   
 "libloading",
 1036   1036   
]
 1037   1037   
 1038   1038   
[[package]]
 1039   1039   
name = "clap"
 1040   1040   
version = "3.2.25"
 1041   1041   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1042   1042   
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
 1043   1043   
dependencies = [
 1044   1044   
 "atty",
 1045   1045   
 "bitflags 1.3.2",
 1046   1046   
 "clap_lex 0.2.4",
 1047   1047   
 "indexmap 1.9.3",
 1048   1048   
 "strsim",
 1049   1049   
 "termcolor",
 1050   1050   
 "textwrap",
 1051   1051   
]
 1052   1052   
 1053   1053   
[[package]]
 1054   1054   
name = "clap"
 1055         -
version = "4.5.54"
        1055  +
version = "4.5.56"
 1056   1056   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1057         -
checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394"
        1057  +
checksum = "a75ca66430e33a14957acc24c5077b503e7d374151b2b4b3a10c83b4ceb4be0e"
 1058   1058   
dependencies = [
 1059   1059   
 "clap_builder",
 1060   1060   
]
 1061   1061   
 1062   1062   
[[package]]
 1063   1063   
name = "clap_builder"
 1064         -
version = "4.5.54"
        1064  +
version = "4.5.56"
 1065   1065   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1066         -
checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00"
        1066  +
checksum = "793207c7fa6300a0608d1080b858e5fdbe713cdc1c8db9fb17777d8a13e63df0"
 1067   1067   
dependencies = [
 1068   1068   
 "anstyle",
 1069   1069   
 "clap_lex 0.7.7",
 1070   1070   
]
 1071   1071   
 1072   1072   
[[package]]
 1073   1073   
name = "clap_lex"
 1074   1074   
version = "0.2.4"
 1075   1075   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1076   1076   
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
@@ -1112,1112 +1215,1217 @@
 1132   1132   
name = "cpufeatures"
 1133   1133   
version = "0.2.17"
 1134   1134   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1135   1135   
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 1136   1136   
dependencies = [
 1137   1137   
 "libc",
 1138   1138   
]
 1139   1139   
 1140   1140   
[[package]]
 1141   1141   
name = "crc"
 1142         -
version = "3.3.0"
        1142  +
version = "3.4.0"
 1143   1143   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1144         -
checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
        1144  +
checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
 1145   1145   
dependencies = [
 1146   1146   
 "crc-catalog",
 1147   1147   
]
 1148   1148   
 1149   1149   
[[package]]
 1150   1150   
name = "crc-catalog"
 1151   1151   
version = "2.4.0"
 1152   1152   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1153   1153   
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 1154   1154   
 1155   1155   
[[package]]
 1156   1156   
name = "crc-fast"
 1157         -
version = "1.9.0"
        1157  +
version = "1.4.0"
 1158   1158   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1159         -
checksum = "2fd92aca2c6001b1bf5ba0ff84ee74ec8501b52bbef0cac80bf25a6c1d87a83d"
        1159  +
checksum = "ec9f79df9b0383475ae6df8fcf35d4e29528441706385339daf0fe3f4cce040b"
 1160   1160   
dependencies = [
 1161   1161   
 "crc",
 1162   1162   
 "digest",
        1163  +
 "libc",
        1164  +
 "rand 0.9.2",
        1165  +
 "regex",
 1163   1166   
 "rustversion",
 1164         -
 "spin 0.10.0",
 1165   1167   
]
 1166   1168   
 1167   1169   
[[package]]
 1168   1170   
name = "crc32fast"
 1169   1171   
version = "1.5.0"
 1170   1172   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1171   1173   
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 1172   1174   
dependencies = [
 1173   1175   
 "cfg-if",
 1174   1176   
]
 1175   1177   
 1176   1178   
[[package]]
 1177   1179   
name = "criterion"
 1178   1180   
version = "0.5.1"
 1179   1181   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1180   1182   
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 1181   1183   
dependencies = [
 1182   1184   
 "anes",
 1183   1185   
 "cast",
 1184   1186   
 "ciborium",
 1185         -
 "clap 4.5.54",
        1187  +
 "clap 4.5.56",
 1186   1188   
 "criterion-plot",
 1187   1189   
 "futures",
 1188   1190   
 "is-terminal",
 1189   1191   
 "itertools 0.10.5",
 1190   1192   
 "num-traits",
 1191   1193   
 "once_cell",
 1192   1194   
 "oorandom",
 1193   1195   
 "plotters",
 1194   1196   
 "rayon",
 1195   1197   
 "regex",
@@ -1377,1379 +1439,1441 @@
 1397   1399   
]
 1398   1400   
 1399   1401   
[[package]]
 1400   1402   
name = "fastrand"
 1401   1403   
version = "2.3.0"
 1402   1404   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1403   1405   
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 1404   1406   
 1405   1407   
[[package]]
 1406   1408   
name = "find-msvc-tools"
 1407         -
version = "0.1.7"
        1409  +
version = "0.1.8"
 1408   1410   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1409         -
checksum = "f449e6c6c08c865631d4890cfacf252b3d396c9bcc83adb6623cdb02a8336c41"
        1411  +
checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db"
 1410   1412   
 1411   1413   
[[package]]
 1412   1414   
name = "flate2"
 1413   1415   
version = "1.1.8"
 1414   1416   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1415   1417   
checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 1416   1418   
dependencies = [
 1417   1419   
 "crc32fast",
 1418   1420   
 "miniz_oxide",
 1419   1421   
]
@@ -1677,1679 +1760,1762 @@
 1697   1699   
 "data-encoding",
 1698   1700   
 "enum-as-inner",
 1699   1701   
 "futures-channel",
 1700   1702   
 "futures-io",
 1701   1703   
 "futures-util",
 1702   1704   
 "idna",
 1703   1705   
 "ipnet",
 1704   1706   
 "once_cell",
 1705   1707   
 "rand 0.9.2",
 1706   1708   
 "ring 0.17.14",
 1707         -
 "thiserror 2.0.17",
        1709  +
 "thiserror 2.0.18",
 1708   1710   
 "tinyvec",
 1709   1711   
 "tokio",
 1710   1712   
 "tracing",
 1711   1713   
 "url",
 1712   1714   
]
 1713   1715   
 1714   1716   
[[package]]
 1715   1717   
name = "hickory-resolver"
 1716   1718   
version = "0.25.2"
 1717   1719   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1718   1720   
checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
 1719   1721   
dependencies = [
 1720   1722   
 "cfg-if",
 1721   1723   
 "futures-util",
 1722   1724   
 "hickory-proto",
 1723   1725   
 "ipconfig",
 1724   1726   
 "moka",
 1725   1727   
 "once_cell",
 1726   1728   
 "parking_lot",
 1727   1729   
 "rand 0.9.2",
 1728   1730   
 "resolv-conf",
 1729   1731   
 "smallvec",
 1730         -
 "thiserror 2.0.17",
        1732  +
 "thiserror 2.0.18",
 1731   1733   
 "tokio",
 1732   1734   
 "tracing",
 1733   1735   
]
 1734   1736   
 1735   1737   
[[package]]
 1736   1738   
name = "http"
 1737   1739   
version = "0.2.12"
 1738   1740   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1739   1741   
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 1740   1742   
dependencies = [
@@ -1896,1898 +1956,1958 @@
 1916   1918   
 "futures-channel",
 1917   1919   
 "futures-core",
 1918   1920   
 "futures-util",
 1919   1921   
 "http 1.4.0",
 1920   1922   
 "http-body 1.0.1",
 1921   1923   
 "hyper 1.8.1",
 1922   1924   
 "ipnet",
 1923   1925   
 "libc",
 1924   1926   
 "percent-encoding",
 1925   1927   
 "pin-project-lite",
 1926         -
 "socket2 0.6.1",
        1928  +
 "socket2 0.6.2",
 1927   1929   
 "system-configuration",
 1928   1930   
 "tokio",
 1929   1931   
 "tower-layer",
 1930   1932   
 "tower-service",
 1931   1933   
 "tracing",
 1932   1934   
 "windows-registry",
 1933   1935   
]
 1934   1936   
 1935   1937   
[[package]]
 1936   1938   
name = "icu_collections"
@@ -2162,2164 +2353,2355 @@
 2182   2184   
version = "0.1.34"
 2183   2185   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2184   2186   
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 2185   2187   
dependencies = [
 2186   2188   
 "getrandom 0.3.4",
 2187   2189   
 "libc",
 2188   2190   
]
 2189   2191   
 2190   2192   
[[package]]
 2191   2193   
name = "js-sys"
 2192         -
version = "0.3.83"
        2194  +
version = "0.3.85"
 2193   2195   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2194         -
checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
        2196  +
checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
 2195   2197   
dependencies = [
 2196   2198   
 "once_cell",
 2197   2199   
 "wasm-bindgen",
 2198   2200   
]
 2199   2201   
 2200   2202   
[[package]]
 2201   2203   
name = "kv-log-macro"
 2202   2204   
version = "1.0.7"
 2203   2205   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2204   2206   
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 2205   2207   
dependencies = [
 2206   2208   
 "log",
 2207   2209   
]
 2208   2210   
 2209   2211   
[[package]]
 2210   2212   
name = "lambda_http"
 2211   2213   
version = "0.8.4"
 2212   2214   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2213   2215   
checksum = "cfba45269ac18740ba882b09d1617c1f05eb4bdc026a5149b593bf77dab12e6b"
 2214   2216   
dependencies = [
 2215   2217   
 "aws_lambda_events 0.12.1",
 2216   2218   
 "base64 0.21.7",
 2217   2219   
 "bytes",
 2218   2220   
 "encoding_rs",
 2219   2221   
 "futures",
 2220   2222   
 "http 0.2.12",
 2221   2223   
 "http-body 0.4.6",
 2222   2224   
 "hyper 0.14.32",
 2223   2225   
 "lambda_runtime 0.8.3",
 2224   2226   
 "mime",
 2225   2227   
 "percent-encoding",
 2226   2228   
 "serde",
 2227   2229   
 "serde_json",
 2228   2230   
 "serde_urlencoded",
 2229   2231   
 "tokio-stream",
 2230   2232   
 "url",
 2231   2233   
]
 2232   2234   
 2233   2235   
[[package]]
 2234   2236   
name = "lambda_http"
 2235         -
version = "1.0.1"
        2237  +
version = "1.0.2"
 2236   2238   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2237         -
checksum = "a106755a9079a3ed20b4262e32c9a5efa127c97546cb2ecf69bbf3d17dbf970b"
        2239  +
checksum = "a0b02fac5bd704497e93f0acacfa3c7942866b58b370d3aefaefb75a0f0eb7b2"
 2238   2240   
dependencies = [
 2239         -
 "aws_lambda_events 1.0.1",
        2241  +
 "aws_lambda_events 1.0.3",
 2240   2242   
 "bytes",
 2241   2243   
 "encoding_rs",
 2242   2244   
 "futures-util",
 2243   2245   
 "http 1.4.0",
 2244   2246   
 "http-body 1.0.1",
 2245   2247   
 "http-body-util",
 2246   2248   
 "hyper 1.8.1",
 2247         -
 "lambda_runtime 1.0.1",
        2249  +
 "lambda_runtime 1.0.2",
 2248   2250   
 "mime",
 2249   2251   
 "percent-encoding",
 2250   2252   
 "pin-project-lite",
 2251   2253   
 "serde",
 2252   2254   
 "serde_json",
 2253   2255   
 "serde_urlencoded",
 2254   2256   
 "tokio-stream",
 2255   2257   
 "url",
 2256   2258   
]
 2257   2259   
 2258   2260   
[[package]]
 2259   2261   
name = "lambda_runtime"
 2260   2262   
version = "0.8.3"
 2261   2263   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2262   2264   
checksum = "deca8f65d7ce9a8bfddebb49d7d91b22e788a59ca0c5190f26794ab80ed7a702"
 2263   2265   
dependencies = [
 2264   2266   
 "async-stream",
 2265   2267   
 "base64 0.20.0",
 2266   2268   
 "bytes",
 2267   2269   
 "futures",
 2268   2270   
 "http 0.2.12",
 2269   2271   
 "http-body 0.4.6",
 2270   2272   
 "http-serde 1.1.3",
 2271   2273   
 "hyper 0.14.32",
 2272   2274   
 "lambda_runtime_api_client 0.8.0",
 2273   2275   
 "serde",
 2274   2276   
 "serde_json",
 2275   2277   
 "serde_path_to_error",
 2276   2278   
 "tokio",
 2277   2279   
 "tokio-stream",
 2278   2280   
 "tower 0.4.13",
 2279   2281   
 "tracing",
 2280   2282   
]
 2281   2283   
 2282   2284   
[[package]]
 2283   2285   
name = "lambda_runtime"
 2284         -
version = "1.0.1"
        2286  +
version = "1.0.2"
 2285   2287   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2286         -
checksum = "46e566d19773ae483b0d32cc6045c5420d7b3eec6192ecb1c26ffa4e0091388a"
        2288  +
checksum = "dc0b4409eea054e4c06f0101fed547b2cf208e8eca9dc6d41dead4114577852b"
 2287   2289   
dependencies = [
 2288   2290   
 "async-stream",
 2289   2291   
 "base64 0.22.1",
 2290   2292   
 "bytes",
 2291   2293   
 "futures",
 2292   2294   
 "http 1.4.0",
 2293   2295   
 "http-body-util",
 2294   2296   
 "http-serde 2.1.1",
 2295   2297   
 "hyper 1.8.1",
 2296         -
 "lambda_runtime_api_client 1.0.1",
        2298  +
 "lambda_runtime_api_client 1.0.2",
 2297   2299   
 "pin-project",
 2298   2300   
 "serde",
 2299   2301   
 "serde_json",
 2300   2302   
 "serde_path_to_error",
 2301   2303   
 "tokio",
 2302   2304   
 "tokio-stream",
 2303   2305   
 "tower 0.5.3",
 2304   2306   
 "tracing",
 2305   2307   
]
 2306   2308   
 2307   2309   
[[package]]
 2308   2310   
name = "lambda_runtime_api_client"
 2309   2311   
version = "0.8.0"
 2310   2312   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2311   2313   
checksum = "690c5ae01f3acac8c9c3348b556fc443054e9b7f1deaf53e9ebab716282bf0ed"
 2312   2314   
dependencies = [
 2313   2315   
 "http 0.2.12",
 2314   2316   
 "hyper 0.14.32",
 2315   2317   
 "tokio",
 2316   2318   
 "tower-service",
 2317   2319   
]
 2318   2320   
 2319   2321   
[[package]]
 2320   2322   
name = "lambda_runtime_api_client"
 2321         -
version = "1.0.1"
        2323  +
version = "1.0.2"
 2322   2324   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2323         -
checksum = "2c039f06329949692a81a993ede4cfaa6abab3ac8e72590cf7c5e6a64a9ec7b1"
        2325  +
checksum = "7b4873061514cb57ffb6a599b77c46c65d6d783efe9bad8fd56b7cba7f0459ef"
 2324   2326   
dependencies = [
 2325   2327   
 "bytes",
 2326   2328   
 "futures-channel",
 2327   2329   
 "futures-util",
 2328   2330   
 "http 1.4.0",
 2329   2331   
 "http-body 1.0.1",
 2330   2332   
 "http-body-util",
 2331   2333   
 "hyper 1.8.1",
 2332   2334   
 "hyper-util",
 2333   2335   
 "tower 0.5.3",
@@ -2421,2423 +2577,2579 @@
 2441   2443   
]
 2442   2444   
 2443   2445   
[[package]]
 2444   2446   
name = "mime"
 2445   2447   
version = "0.3.17"
 2446   2448   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2447   2449   
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 2448   2450   
 2449   2451   
[[package]]
 2450   2452   
name = "minicbor"
 2451         -
version = "0.24.2"
        2453  +
version = "0.24.4"
 2452   2454   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2453         -
checksum = "5f8e213c36148d828083ae01948eed271d03f95f7e72571fa242d78184029af2"
        2455  +
checksum = "29be4f60e41fde478b36998b88821946aafac540e53591e76db53921a0cc225b"
 2454   2456   
dependencies = [
 2455   2457   
 "half",
 2456   2458   
 "minicbor-derive",
 2457   2459   
]
 2458   2460   
 2459   2461   
[[package]]
 2460   2462   
name = "minicbor-derive"
 2461   2463   
version = "0.15.3"
 2462   2464   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2463   2465   
checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
 2464   2466   
dependencies = [
 2465   2467   
 "proc-macro2",
 2466   2468   
 "quote",
 2467   2469   
 "syn 2.0.114",
 2468   2470   
]
 2469   2471   
 2470   2472   
[[package]]
 2471   2473   
name = "minimal-lexical"
 2472   2474   
version = "0.2.1"
 2473   2475   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2474   2476   
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 2475   2477   
 2476   2478   
[[package]]
 2477   2479   
name = "miniz_oxide"
 2478   2480   
version = "0.8.9"
 2479   2481   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2480   2482   
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
 2481   2483   
dependencies = [
 2482   2484   
 "adler2",
 2483   2485   
 "simd-adler32",
 2484   2486   
]
 2485   2487   
 2486   2488   
[[package]]
 2487   2489   
name = "mio"
 2488   2490   
version = "1.1.1"
 2489   2491   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2490   2492   
checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
 2491   2493   
dependencies = [
 2492   2494   
 "libc",
 2493   2495   
 "wasi",
 2494   2496   
 "windows-sys 0.61.2",
 2495   2497   
]
 2496   2498   
 2497   2499   
[[package]]
 2498   2500   
name = "moka"
 2499         -
version = "0.12.12"
        2501  +
version = "0.12.13"
 2500   2502   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2501         -
checksum = "a3dec6bd31b08944e08b58fd99373893a6c17054d6f3ea5006cc894f4f4eee2a"
        2503  +
checksum = "b4ac832c50ced444ef6be0767a008b02c106a909ba79d1d830501e94b96f6b7e"
 2502   2504   
dependencies = [
 2503   2505   
 "crossbeam-channel",
 2504   2506   
 "crossbeam-epoch",
 2505   2507   
 "crossbeam-utils",
 2506   2508   
 "equivalent",
 2507   2509   
 "parking_lot",
 2508   2510   
 "portable-atomic",
 2509   2511   
 "smallvec",
 2510   2512   
 "tagptr",
 2511   2513   
 "uuid",
 2512   2514   
]
 2513   2515   
 2514   2516   
[[package]]
 2515   2517   
name = "nom"
 2516   2518   
version = "7.1.3"
 2517   2519   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2518   2520   
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 2519   2521   
dependencies = [
 2520   2522   
 "memchr",
 2521   2523   
 "minimal-lexical",
 2522   2524   
]
 2523   2525   
 2524   2526   
[[package]]
 2525   2527   
name = "nu-ansi-term"
 2526   2528   
version = "0.50.3"
 2527   2529   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2528   2530   
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
 2529   2531   
dependencies = [
 2530   2532   
 "windows-sys 0.61.2",
 2531   2533   
]
 2532   2534   
 2533   2535   
[[package]]
 2534   2536   
name = "num-bigint"
 2535   2537   
version = "0.4.6"
 2536   2538   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2537   2539   
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 2538   2540   
dependencies = [
 2539   2541   
 "num-integer",
 2540   2542   
 "num-traits",
 2541   2543   
]
 2542   2544   
 2543   2545   
[[package]]
 2544   2546   
name = "num-conv"
 2545         -
version = "0.1.0"
        2547  +
version = "0.2.0"
 2546   2548   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2547         -
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
        2549  +
checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
 2548   2550   
 2549   2551   
[[package]]
 2550   2552   
name = "num-integer"
 2551   2553   
version = "0.1.46"
 2552   2554   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2553   2555   
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 2554   2556   
dependencies = [
 2555   2557   
 "num-traits",
 2556   2558   
]
 2557   2559   
@@ -2582,2584 +2644,2646 @@
 2602   2604   
checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
 2603   2605   
 2604   2606   
[[package]]
 2605   2607   
name = "openssl-probe"
 2606   2608   
version = "0.1.6"
 2607   2609   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2608   2610   
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
 2609   2611   
 2610   2612   
[[package]]
 2611   2613   
name = "openssl-probe"
 2612         -
version = "0.2.0"
        2614  +
version = "0.2.1"
 2613   2615   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2614         -
checksum = "9f50d9b3dabb09ecd771ad0aa242ca6894994c130308ca3d7684634df8037391"
        2616  +
checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
 2615   2617   
 2616   2618   
[[package]]
 2617   2619   
name = "opentelemetry"
 2618   2620   
version = "0.26.0"
 2619   2621   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2620   2622   
checksum = "570074cc999d1a58184080966e5bd3bf3a9a4af650c3b05047c2621e7405cd17"
 2621   2623   
dependencies = [
 2622   2624   
 "futures-core",
 2623   2625   
 "futures-sink",
 2624   2626   
 "js-sys",
@@ -2815,2817 +2877,2879 @@
 2835   2837   
version = "0.2.37"
 2836   2838   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2837   2839   
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
 2838   2840   
dependencies = [
 2839   2841   
 "proc-macro2",
 2840   2842   
 "syn 2.0.114",
 2841   2843   
]
 2842   2844   
 2843   2845   
[[package]]
 2844   2846   
name = "proc-macro2"
 2845         -
version = "1.0.105"
        2847  +
version = "1.0.106"
 2846   2848   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2847         -
checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7"
        2849  +
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
 2848   2850   
dependencies = [
 2849   2851   
 "unicode-ident",
 2850   2852   
]
 2851   2853   
 2852   2854   
[[package]]
 2853   2855   
name = "proptest"
 2854   2856   
version = "1.9.0"
 2855   2857   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2856   2858   
checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40"
 2857   2859   
dependencies = [
@@ -2951,2953 +3013,3015 @@
 2971   2973   
]
 2972   2974   
 2973   2975   
[[package]]
 2974   2976   
name = "quick-error"
 2975   2977   
version = "1.2.3"
 2976   2978   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2977   2979   
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
 2978   2980   
 2979   2981   
[[package]]
 2980   2982   
name = "quote"
 2981         -
version = "1.0.43"
        2983  +
version = "1.0.44"
 2982   2984   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2983         -
checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a"
        2985  +
checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
 2984   2986   
dependencies = [
 2985   2987   
 "proc-macro2",
 2986   2988   
]
 2987   2989   
 2988   2990   
[[package]]
 2989   2991   
name = "r-efi"
 2990   2992   
version = "5.3.0"
 2991   2993   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2992   2994   
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
 2993   2995   
@@ -3123,3125 +3183,3185 @@
 3143   3145   
 3144   3146   
[[package]]
 3145   3147   
name = "ring"
 3146   3148   
version = "0.16.20"
 3147   3149   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3148   3150   
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
 3149   3151   
dependencies = [
 3150   3152   
 "cc",
 3151   3153   
 "libc",
 3152   3154   
 "once_cell",
 3153         -
 "spin 0.5.2",
        3155  +
 "spin",
 3154   3156   
 "untrusted 0.7.1",
 3155   3157   
 "web-sys",
 3156   3158   
 "winapi",
 3157   3159   
]
 3158   3160   
 3159   3161   
[[package]]
 3160   3162   
name = "ring"
 3161   3163   
version = "0.17.14"
 3162   3164   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3163   3165   
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
@@ -3194,3196 +3398,3400 @@
 3214   3216   
name = "rustls"
 3215   3217   
version = "0.23.36"
 3216   3218   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3217   3219   
checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b"
 3218   3220   
dependencies = [
 3219   3221   
 "aws-lc-rs",
 3220   3222   
 "log",
 3221   3223   
 "once_cell",
 3222   3224   
 "ring 0.17.14",
 3223   3225   
 "rustls-pki-types",
 3224         -
 "rustls-webpki 0.103.8",
        3226  +
 "rustls-webpki 0.103.9",
 3225   3227   
 "subtle",
 3226   3228   
 "zeroize",
 3227   3229   
]
 3228   3230   
 3229   3231   
[[package]]
 3230   3232   
name = "rustls-native-certs"
 3231   3233   
version = "0.6.3"
 3232   3234   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3233   3235   
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
 3234   3236   
dependencies = [
 3235   3237   
 "openssl-probe 0.1.6",
 3236   3238   
 "rustls-pemfile 1.0.4",
 3237   3239   
 "schannel",
 3238   3240   
 "security-framework 2.11.1",
 3239   3241   
]
 3240   3242   
 3241   3243   
[[package]]
 3242   3244   
name = "rustls-native-certs"
 3243   3245   
version = "0.8.3"
 3244   3246   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3245   3247   
checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
 3246   3248   
dependencies = [
 3247         -
 "openssl-probe 0.2.0",
        3249  +
 "openssl-probe 0.2.1",
 3248   3250   
 "rustls-pki-types",
 3249   3251   
 "schannel",
 3250   3252   
 "security-framework 3.5.1",
 3251   3253   
]
 3252   3254   
 3253   3255   
[[package]]
 3254   3256   
name = "rustls-pemfile"
 3255   3257   
version = "1.0.4"
 3256   3258   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3257   3259   
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
 3258   3260   
dependencies = [
 3259   3261   
 "base64 0.21.7",
 3260   3262   
]
 3261   3263   
 3262   3264   
[[package]]
 3263   3265   
name = "rustls-pemfile"
 3264   3266   
version = "2.2.0"
 3265   3267   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3266   3268   
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
 3267   3269   
dependencies = [
 3268   3270   
 "rustls-pki-types",
 3269   3271   
]
 3270   3272   
 3271   3273   
[[package]]
 3272   3274   
name = "rustls-pki-types"
 3273         -
version = "1.13.2"
        3275  +
version = "1.14.0"
 3274   3276   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3275         -
checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282"
        3277  +
checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
 3276   3278   
dependencies = [
 3277   3279   
 "zeroize",
 3278   3280   
]
 3279   3281   
 3280   3282   
[[package]]
 3281   3283   
name = "rustls-webpki"
 3282   3284   
version = "0.101.7"
 3283   3285   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3284   3286   
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
 3285   3287   
dependencies = [
 3286   3288   
 "ring 0.17.14",
 3287   3289   
 "untrusted 0.9.0",
 3288   3290   
]
 3289   3291   
 3290   3292   
[[package]]
 3291   3293   
name = "rustls-webpki"
 3292         -
version = "0.103.8"
        3294  +
version = "0.103.9"
 3293   3295   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3294         -
checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
        3296  +
checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
 3295   3297   
dependencies = [
 3296   3298   
 "aws-lc-rs",
 3297   3299   
 "ring 0.17.14",
 3298   3300   
 "rustls-pki-types",
 3299   3301   
 "untrusted 0.9.0",
 3300   3302   
]
 3301   3303   
 3302   3304   
[[package]]
 3303   3305   
name = "rustversion"
 3304   3306   
version = "1.0.22"
 3305   3307   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3306   3308   
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
 3307   3309   
 3308   3310   
[[package]]
 3309   3311   
name = "rusty-fork"
 3310   3312   
version = "0.3.1"
 3311   3313   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3312   3314   
checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
 3313   3315   
dependencies = [
 3314   3316   
 "fnv",
 3315   3317   
 "quick-error",
 3316   3318   
 "tempfile",
 3317   3319   
 "wait-timeout",
 3318   3320   
]
 3319   3321   
 3320   3322   
[[package]]
 3321   3323   
name = "ryu"
 3322   3324   
version = "1.0.22"
 3323   3325   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3324   3326   
checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984"
 3325   3327   
 3326   3328   
[[package]]
 3327   3329   
name = "s2n-tls"
 3328         -
version = "0.3.33"
        3330  +
version = "0.3.34"
 3329   3331   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3330         -
checksum = "2c6ff3b4545ac3f38f9a5b55bd43827eb1878949d88dcc06d12f54a6dbca5014"
        3332  +
checksum = "98ed0b0786afe33ad792aadf289629d39cb45edc7ab1250a6b6cdf71ebc1c026"
 3331   3333   
dependencies = [
 3332   3334   
 "errno",
 3333   3335   
 "hex",
 3334   3336   
 "libc",
 3335   3337   
 "pin-project-lite",
 3336   3338   
 "s2n-tls-sys",
 3337   3339   
]
 3338   3340   
 3339   3341   
[[package]]
 3340   3342   
name = "s2n-tls-hyper"
 3341   3343   
version = "0.1.0"
 3342   3344   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3343   3345   
checksum = "f48b9922eed6521a7f9d5b444bcc36a5df988161b67579112cc5377ca021ed78"
 3344   3346   
dependencies = [
 3345   3347   
 "http 1.4.0",
 3346   3348   
 "hyper 1.8.1",
 3347   3349   
 "hyper-util",
 3348   3350   
 "s2n-tls",
 3349   3351   
 "s2n-tls-tokio",
 3350   3352   
 "tower-service",
 3351   3353   
]
 3352   3354   
 3353   3355   
[[package]]
 3354   3356   
name = "s2n-tls-sys"
 3355         -
version = "0.3.33"
        3357  +
version = "0.3.34"
 3356   3358   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3357         -
checksum = "43774df7df6fc43e442f79787a9fc14ce723e19956d70034b1c1ce9e14867f20"
        3359  +
checksum = "b1333e7ea5fbc8f36ef4c3c4aa0269441195cee56bef783f0d418151eebb9eac"
 3358   3360   
dependencies = [
 3359   3361   
 "aws-lc-rs",
 3360   3362   
 "cc",
 3361   3363   
 "libc",
 3362   3364   
]
 3363   3365   
 3364   3366   
[[package]]
 3365   3367   
name = "s2n-tls-tokio"
 3366         -
version = "0.3.33"
        3368  +
version = "0.3.34"
 3367   3369   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3368         -
checksum = "9b26293d65bf298bdb39e01327f77f5034438f0b3c64935d638e98d695e6eed0"
        3370  +
checksum = "4858955e65d12820b004f387e6a3ca62cee67483a5f1710d73be352e678fe744"
 3369   3371   
dependencies = [
 3370   3372   
 "errno",
 3371   3373   
 "libc",
 3372   3374   
 "pin-project-lite",
 3373   3375   
 "s2n-tls",
 3374   3376   
 "tokio",
 3375   3377   
]
 3376   3378   
 3377   3379   
[[package]]
 3378   3380   
name = "same-file"
@@ -3470,3472 +3539,3541 @@
 3490   3492   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3491   3493   
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
 3492   3494   
dependencies = [
 3493   3495   
 "proc-macro2",
 3494   3496   
 "quote",
 3495   3497   
 "syn 2.0.114",
 3496   3498   
]
 3497   3499   
 3498   3500   
[[package]]
 3499   3501   
name = "serde_json"
 3500         -
version = "1.0.146"
        3502  +
version = "1.0.149"
 3501   3503   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3502         -
checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8"
        3504  +
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
 3503   3505   
dependencies = [
 3504   3506   
 "indexmap 2.13.0",
 3505   3507   
 "itoa",
 3506   3508   
 "memchr",
 3507         -
 "ryu",
 3508   3509   
 "serde",
 3509   3510   
 "serde_core",
        3511  +
 "zmij",
 3510   3512   
]
 3511   3513   
 3512   3514   
[[package]]
 3513   3515   
name = "serde_path_to_error"
 3514   3516   
version = "0.1.20"
 3515   3517   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3516   3518   
checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
 3517   3519   
dependencies = [
 3518   3520   
 "itoa",
 3519   3521   
 "serde",
@@ -3619,3621 +3698,3694 @@
 3639   3641   
version = "0.5.10"
 3640   3642   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3641   3643   
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
 3642   3644   
dependencies = [
 3643   3645   
 "libc",
 3644   3646   
 "windows-sys 0.52.0",
 3645   3647   
]
 3646   3648   
 3647   3649   
[[package]]
 3648   3650   
name = "socket2"
 3649         -
version = "0.6.1"
        3651  +
version = "0.6.2"
 3650   3652   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3651         -
checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
        3653  +
checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0"
 3652   3654   
dependencies = [
 3653   3655   
 "libc",
 3654   3656   
 "windows-sys 0.60.2",
 3655   3657   
]
 3656   3658   
 3657   3659   
[[package]]
 3658   3660   
name = "spin"
 3659   3661   
version = "0.5.2"
 3660   3662   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3661   3663   
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
 3662   3664   
 3663         -
[[package]]
 3664         -
name = "spin"
 3665         -
version = "0.10.0"
 3666         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3667         -
checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
 3668         -
 3669   3665   
[[package]]
 3670   3666   
name = "stable_deref_trait"
 3671   3667   
version = "1.2.1"
 3672   3668   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3673   3669   
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
 3674   3670   
 3675   3671   
[[package]]
 3676   3672   
name = "stats_alloc"
 3677   3673   
version = "0.1.10"
 3678   3674   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3774,3770 +3897,3893 @@
 3794   3790   
name = "thiserror"
 3795   3791   
version = "1.0.69"
 3796   3792   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3797   3793   
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
 3798   3794   
dependencies = [
 3799   3795   
 "thiserror-impl 1.0.69",
 3800   3796   
]
 3801   3797   
 3802   3798   
[[package]]
 3803   3799   
name = "thiserror"
 3804         -
version = "2.0.17"
        3800  +
version = "2.0.18"
 3805   3801   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3806         -
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
        3802  +
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
 3807   3803   
dependencies = [
 3808         -
 "thiserror-impl 2.0.17",
        3804  +
 "thiserror-impl 2.0.18",
 3809   3805   
]
 3810   3806   
 3811   3807   
[[package]]
 3812   3808   
name = "thiserror-impl"
 3813   3809   
version = "1.0.69"
 3814   3810   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3815   3811   
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
 3816   3812   
dependencies = [
 3817   3813   
 "proc-macro2",
 3818   3814   
 "quote",
 3819   3815   
 "syn 2.0.114",
 3820   3816   
]
 3821   3817   
 3822   3818   
[[package]]
 3823   3819   
name = "thiserror-impl"
 3824         -
version = "2.0.17"
        3820  +
version = "2.0.18"
 3825   3821   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3826         -
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
        3822  +
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
 3827   3823   
dependencies = [
 3828   3824   
 "proc-macro2",
 3829   3825   
 "quote",
 3830   3826   
 "syn 2.0.114",
 3831   3827   
]
 3832   3828   
 3833   3829   
[[package]]
 3834   3830   
name = "thread_local"
 3835   3831   
version = "1.1.9"
 3836   3832   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3837   3833   
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
 3838   3834   
dependencies = [
 3839   3835   
 "cfg-if",
 3840   3836   
]
 3841   3837   
 3842   3838   
[[package]]
 3843   3839   
name = "time"
 3844         -
version = "0.3.45"
        3840  +
version = "0.3.46"
 3845   3841   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3846         -
checksum = "f9e442fc33d7fdb45aa9bfeb312c095964abdf596f7567261062b2a7107aaabd"
        3842  +
checksum = "9da98b7d9b7dad93488a84b8248efc35352b0b2657397d4167e7ad67e5d535e5"
 3847   3843   
dependencies = [
 3848   3844   
 "deranged",
 3849   3845   
 "itoa",
 3850   3846   
 "num-conv",
 3851   3847   
 "powerfmt",
 3852   3848   
 "serde_core",
 3853   3849   
 "time-core",
 3854   3850   
 "time-macros",
 3855   3851   
]
 3856   3852   
 3857   3853   
[[package]]
 3858   3854   
name = "time-core"
 3859         -
version = "0.1.7"
        3855  +
version = "0.1.8"
 3860   3856   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3861         -
checksum = "8b36ee98fd31ec7426d599183e8fe26932a8dc1fb76ddb6214d05493377d34ca"
        3857  +
checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
 3862   3858   
 3863   3859   
[[package]]
 3864   3860   
name = "time-macros"
 3865         -
version = "0.2.25"
        3861  +
version = "0.2.26"
 3866   3862   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3867         -
checksum = "71e552d1249bf61ac2a52db88179fd0673def1e1ad8243a00d9ec9ed71fee3dd"
        3863  +
checksum = "78cc610bac2dcee56805c99642447d4c5dbde4d01f752ffea0199aee1f601dc4"
 3868   3864   
dependencies = [
 3869   3865   
 "num-conv",
 3870   3866   
 "time-core",
 3871   3867   
]
 3872   3868   
 3873   3869   
[[package]]
 3874   3870   
name = "tinystr"
 3875   3871   
version = "0.8.2"
 3876   3872   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3877   3873   
checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
@@ -3904,3900 +3964,3960 @@
 3924   3920   
version = "1.49.0"
 3925   3921   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3926   3922   
checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
 3927   3923   
dependencies = [
 3928   3924   
 "bytes",
 3929   3925   
 "libc",
 3930   3926   
 "mio",
 3931   3927   
 "parking_lot",
 3932   3928   
 "pin-project-lite",
 3933   3929   
 "signal-hook-registry",
 3934         -
 "socket2 0.6.1",
        3930  +
 "socket2 0.6.2",
 3935   3931   
 "tokio-macros",
 3936   3932   
 "windows-sys 0.61.2",
 3937   3933   
]
 3938   3934   
 3939   3935   
[[package]]
 3940   3936   
name = "tokio-macros"
 3941   3937   
version = "2.6.0"
 3942   3938   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3943   3939   
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
 3944   3940   
dependencies = [
@@ -4085,4081 +4145,4141 @@
 4105   4101   
 "tracing-core",
 4106   4102   
]
 4107   4103   
 4108   4104   
[[package]]
 4109   4105   
name = "tracing-appender"
 4110   4106   
version = "0.2.4"
 4111   4107   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4112   4108   
checksum = "786d480bce6247ab75f005b14ae1624ad978d3029d9113f0a22fa1ac773faeaf"
 4113   4109   
dependencies = [
 4114   4110   
 "crossbeam-channel",
 4115         -
 "thiserror 2.0.17",
        4111  +
 "thiserror 2.0.18",
 4116   4112   
 "time",
 4117   4113   
 "tracing-subscriber",
 4118   4114   
]
 4119   4115   
 4120   4116   
[[package]]
 4121   4117   
name = "tracing-attributes"
 4122   4118   
version = "0.1.31"
 4123   4119   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4124   4120   
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
 4125   4121   
dependencies = [
@@ -4242,4238 +4304,4300 @@
 4262   4258   
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
 4263   4259   
 4264   4260   
[[package]]
 4265   4261   
name = "utf8_iter"
 4266   4262   
version = "1.0.4"
 4267   4263   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4268   4264   
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
 4269   4265   
 4270   4266   
[[package]]
 4271   4267   
name = "uuid"
 4272         -
version = "1.19.0"
        4268  +
version = "1.20.0"
 4273   4269   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4274         -
checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
        4270  +
checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f"
 4275   4271   
dependencies = [
 4276   4272   
 "getrandom 0.3.4",
 4277   4273   
 "js-sys",
 4278   4274   
 "rand 0.9.2",
 4279   4275   
 "wasm-bindgen",
 4280   4276   
]
 4281   4277   
 4282   4278   
[[package]]
 4283   4279   
name = "valuable"
 4284   4280   
version = "0.1.1"
@@ -4312,4308 +4441,4438 @@
 4332   4328   
]
 4333   4329   
 4334   4330   
[[package]]
 4335   4331   
name = "wasi"
 4336   4332   
version = "0.11.1+wasi-snapshot-preview1"
 4337   4333   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4338   4334   
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
 4339   4335   
 4340   4336   
[[package]]
 4341   4337   
name = "wasip2"
 4342         -
version = "1.0.1+wasi-0.2.4"
        4338  +
version = "1.0.2+wasi-0.2.9"
 4343   4339   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4344         -
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
        4340  +
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
 4345   4341   
dependencies = [
 4346   4342   
 "wit-bindgen",
 4347   4343   
]
 4348   4344   
 4349   4345   
[[package]]
 4350   4346   
name = "wasm-bindgen"
 4351         -
version = "0.2.106"
        4347  +
version = "0.2.108"
 4352   4348   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4353         -
checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
        4349  +
checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
 4354   4350   
dependencies = [
 4355   4351   
 "cfg-if",
 4356   4352   
 "once_cell",
 4357   4353   
 "rustversion",
 4358   4354   
 "wasm-bindgen-macro",
 4359   4355   
 "wasm-bindgen-shared",
 4360   4356   
]
 4361   4357   
 4362   4358   
[[package]]
 4363   4359   
name = "wasm-bindgen-futures"
 4364         -
version = "0.4.56"
        4360  +
version = "0.4.58"
 4365   4361   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4366         -
checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c"
        4362  +
checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f"
 4367   4363   
dependencies = [
 4368   4364   
 "cfg-if",
        4365  +
 "futures-util",
 4369   4366   
 "js-sys",
 4370   4367   
 "once_cell",
 4371   4368   
 "wasm-bindgen",
 4372   4369   
 "web-sys",
 4373   4370   
]
 4374   4371   
 4375   4372   
[[package]]
 4376   4373   
name = "wasm-bindgen-macro"
 4377         -
version = "0.2.106"
        4374  +
version = "0.2.108"
 4378   4375   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4379         -
checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
        4376  +
checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
 4380   4377   
dependencies = [
 4381   4378   
 "quote",
 4382   4379   
 "wasm-bindgen-macro-support",
 4383   4380   
]
 4384   4381   
 4385   4382   
[[package]]
 4386   4383   
name = "wasm-bindgen-macro-support"
 4387         -
version = "0.2.106"
        4384  +
version = "0.2.108"
 4388   4385   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4389         -
checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
        4386  +
checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
 4390   4387   
dependencies = [
 4391   4388   
 "bumpalo",
 4392   4389   
 "proc-macro2",
 4393   4390   
 "quote",
 4394   4391   
 "syn 2.0.114",
 4395   4392   
 "wasm-bindgen-shared",
 4396   4393   
]
 4397   4394   
 4398   4395   
[[package]]
 4399   4396   
name = "wasm-bindgen-shared"
 4400         -
version = "0.2.106"
        4397  +
version = "0.2.108"
 4401   4398   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4402         -
checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
        4399  +
checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
 4403   4400   
dependencies = [
 4404   4401   
 "unicode-ident",
 4405   4402   
]
 4406   4403   
 4407   4404   
[[package]]
 4408   4405   
name = "web-sys"
 4409         -
version = "0.3.83"
        4406  +
version = "0.3.85"
 4410   4407   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4411         -
checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac"
        4408  +
checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598"
 4412   4409   
dependencies = [
 4413   4410   
 "js-sys",
 4414   4411   
 "wasm-bindgen",
 4415   4412   
]
 4416   4413   
 4417   4414   
[[package]]
 4418   4415   
name = "widestring"
 4419   4416   
version = "1.2.1"
 4420   4417   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4421   4418   
checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
@@ -4693,4690 +4823,4820 @@
 4713   4710   
version = "0.50.0"
 4714   4711   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4715   4712   
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
 4716   4713   
dependencies = [
 4717   4714   
 "cfg-if",
 4718   4715   
 "windows-sys 0.48.0",
 4719   4716   
]
 4720   4717   
 4721   4718   
[[package]]
 4722   4719   
name = "wit-bindgen"
 4723         -
version = "0.46.0"
        4720  +
version = "0.51.0"
 4724   4721   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4725         -
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
        4722  +
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
 4726   4723   
dependencies = [
 4727   4724   
 "bitflags 2.10.0",
 4728   4725   
]
 4729   4726   
 4730   4727   
[[package]]
 4731   4728   
name = "writeable"
 4732   4729   
version = "0.6.2"
 4733   4730   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4734   4731   
checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
 4735   4732   
 4736   4733   
[[package]]
 4737   4734   
name = "xmlparser"
 4738   4735   
version = "0.13.6"
 4739   4736   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4740   4737   
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
 4741   4738   
 4742   4739   
[[package]]
 4743   4740   
name = "yansi"
 4744   4741   
version = "1.0.1"
 4745   4742   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4746   4743   
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
 4747   4744   
 4748   4745   
[[package]]
 4749   4746   
name = "yasna"
 4750   4747   
version = "0.5.2"
 4751   4748   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4752   4749   
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
 4753   4750   
dependencies = [
 4754   4751   
 "time",
 4755   4752   
]
 4756   4753   
 4757   4754   
[[package]]
 4758   4755   
name = "yoke"
 4759   4756   
version = "0.8.1"
 4760   4757   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4761   4758   
checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
 4762   4759   
dependencies = [
 4763   4760   
 "stable_deref_trait",
 4764   4761   
 "yoke-derive",
 4765   4762   
 "zerofrom",
 4766   4763   
]
 4767   4764   
 4768   4765   
[[package]]
 4769   4766   
name = "yoke-derive"
 4770   4767   
version = "0.8.1"
 4771   4768   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4772   4769   
checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
 4773   4770   
dependencies = [
 4774   4771   
 "proc-macro2",
 4775   4772   
 "quote",
 4776   4773   
 "syn 2.0.114",
 4777   4774   
 "synstructure",
 4778   4775   
]
 4779   4776   
 4780   4777   
[[package]]
 4781   4778   
name = "zerocopy"
 4782         -
version = "0.8.33"
        4779  +
version = "0.8.35"
 4783   4780   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4784         -
checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd"
        4781  +
checksum = "fdea86ddd5568519879b8187e1cf04e24fce28f7fe046ceecbce472ff19a2572"
 4785   4782   
dependencies = [
 4786   4783   
 "zerocopy-derive",
 4787   4784   
]
 4788   4785   
 4789   4786   
[[package]]
 4790   4787   
name = "zerocopy-derive"
 4791         -
version = "0.8.33"
        4788  +
version = "0.8.35"
 4792   4789   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4793         -
checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1"
        4790  +
checksum = "0c15e1b46eff7c6c91195752e0eeed8ef040e391cdece7c25376957d5f15df22"
 4794   4791   
dependencies = [
 4795   4792   
 "proc-macro2",
 4796   4793   
 "quote",
 4797   4794   
 "syn 2.0.114",
 4798   4795   
]
 4799   4796   
 4800   4797   
[[package]]
 4801   4798   
name = "zerofrom"
 4802   4799   
version = "0.1.6"
 4803   4800   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4829,4826 +0,4861 @@
 4849   4846   
[[package]]
 4850   4847   
name = "zerovec-derive"
 4851   4848   
version = "0.11.2"
 4852   4849   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4853   4850   
checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
 4854   4851   
dependencies = [
 4855   4852   
 "proc-macro2",
 4856   4853   
 "quote",
 4857   4854   
 "syn 2.0.114",
 4858   4855   
]
        4856  +
        4857  +
[[package]]
        4858  +
name = "zmij"
        4859  +
version = "1.0.17"
        4860  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4861  +
checksum = "02aae0f83f69aafc94776e879363e9771d7ecbffe2c7fbb6c14c5e00dfe88439"