Client Test

Client Test

rev. af37e631cf105bb218b01bed018aa2f285ab1597 (ignoring whitespace)

Files changed:

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

@@ -1,1 +63,63 @@
   21     21   
name = "aho-corasick"
   22     22   
version = "1.1.3"
   23     23   
source = "registry+https://github.com/rust-lang/crates.io-index"
   24     24   
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
   25     25   
dependencies = [
   26     26   
 "memchr",
   27     27   
]
   28     28   
   29     29   
[[package]]
   30     30   
name = "allocator-api2"
   31         -
version = "0.2.18"
          31  +
version = "0.2.20"
   32     32   
source = "registry+https://github.com/rust-lang/crates.io-index"
   33         -
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
          33  +
checksum = "45862d1c77f2228b9e10bc609d5bc203d86ebc9b87ad8d5d5167a6c9abf739d9"
   34     34   
   35     35   
[[package]]
   36     36   
name = "anes"
   37     37   
version = "0.1.6"
   38     38   
source = "registry+https://github.com/rust-lang/crates.io-index"
   39     39   
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
   40     40   
   41     41   
[[package]]
   42     42   
name = "anstyle"
   43     43   
version = "1.0.10"
@@ -113,113 +244,244 @@
  133    133   
checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
  134    134   
dependencies = [
  135    135   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  136    136   
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
  137    137   
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  138    138   
 "zeroize",
  139    139   
]
  140    140   
  141    141   
[[package]]
  142    142   
name = "aws-lc-fips-sys"
  143         -
version = "0.12.13"
         143  +
version = "0.12.14"
  144    144   
source = "registry+https://github.com/rust-lang/crates.io-index"
  145         -
checksum = "bf12b67bc9c5168f68655aadb2a12081689a58f1d9b1484705e4d1810ed6e4ac"
         145  +
checksum = "8671005a9c1e80bd3dc9aee84c5bfd594d32a3d645fdb56d5d9d5e26daa4c315"
  146    146   
dependencies = [
  147    147   
 "bindgen",
  148    148   
 "cc",
  149    149   
 "cmake",
  150    150   
 "dunce",
  151    151   
 "fs_extra",
  152    152   
 "libc",
  153    153   
 "paste",
  154    154   
]
  155    155   
  156    156   
[[package]]
  157    157   
name = "aws-lc-rs"
  158         -
version = "1.10.0"
         158  +
version = "1.11.0"
  159    159   
source = "registry+https://github.com/rust-lang/crates.io-index"
  160         -
checksum = "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d"
         160  +
checksum = "fe7c2840b66236045acd2607d5866e274380afd87ef99d6226e961e2cb47df45"
  161    161   
dependencies = [
  162    162   
 "aws-lc-fips-sys",
  163    163   
 "aws-lc-sys",
  164    164   
 "mirai-annotations",
  165    165   
 "paste",
  166    166   
 "zeroize",
  167    167   
]
  168    168   
  169    169   
[[package]]
  170    170   
name = "aws-lc-sys"
  171         -
version = "0.22.0"
         171  +
version = "0.23.0"
  172    172   
source = "registry+https://github.com/rust-lang/crates.io-index"
  173         -
checksum = "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972"
         173  +
checksum = "ad3a619a9de81e1d7de1f1186dcba4506ed661a0e483d84410fdef0ee87b2f96"
  174    174   
dependencies = [
  175    175   
 "bindgen",
  176    176   
 "cc",
  177    177   
 "cmake",
  178    178   
 "dunce",
  179    179   
 "fs_extra",
  180    180   
 "libc",
  181    181   
 "paste",
  182    182   
]
  183    183   
  184    184   
[[package]]
  185    185   
name = "aws-runtime"
  186    186   
version = "1.4.3"
  187    187   
source = "registry+https://github.com/rust-lang/crates.io-index"
  188    188   
checksum = "a10d5c055aa540164d9561a0e2e74ad30f0dcf7393c3a92f6733ddf9c5762468"
  189    189   
dependencies = [
  190    190   
 "aws-credential-types",
  191    191   
 "aws-sigv4",
  192    192   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  193    193   
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
  194    194   
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
  195    195   
 "aws-smithy-runtime 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
  196    196   
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
  197    197   
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  198    198   
 "aws-types",
  199    199   
 "bytes",
  200    200   
 "fastrand",
  201    201   
 "http 0.2.12",
  202    202   
 "http-body 0.4.6",
  203    203   
 "once_cell",
  204    204   
 "percent-encoding",
  205    205   
 "pin-project-lite",
  206    206   
 "tracing",
  207    207   
 "uuid",
  208    208   
]
  209    209   
  210    210   
[[package]]
  211    211   
name = "aws-sdk-s3"
  212         -
version = "1.60.0"
         212  +
version = "1.61.0"
  213    213   
source = "registry+https://github.com/rust-lang/crates.io-index"
  214         -
checksum = "0506cc60e392e33712d47717d5ae5760a3b134bf8ee7aea7e43df3d7e2669ae0"
         214  +
checksum = "0e531658a0397d22365dfe26c3e1c0c8448bf6a3a2d8a098ded802f2b1261615"
  215    215   
dependencies = [
  216    216   
 "aws-credential-types",
  217    217   
 "aws-runtime",
  218    218   
 "aws-sigv4",
  219    219   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  220    220   
 "aws-smithy-checksums 0.60.13 (registry+https://github.com/rust-lang/crates.io-index)",
  221    221   
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
  222    222   
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
  223    223   
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
  224    224   
 "aws-smithy-runtime 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -374,374 +441,441 @@
  394    394   
]
  395    395   
  396    396   
[[package]]
  397    397   
name = "aws-smithy-experimental"
  398    398   
version = "0.1.5"
  399    399   
dependencies = [
  400    400   
 "aws-smithy-async 1.2.1",
  401    401   
 "aws-smithy-runtime 1.7.3",
  402    402   
 "aws-smithy-runtime-api 1.7.3",
  403    403   
 "aws-smithy-types 1.2.9",
  404         -
 "h2 0.4.6",
         404  +
 "h2 0.4.7",
  405    405   
 "http 1.1.0",
  406         -
 "hyper 1.5.0",
         406  +
 "hyper 1.5.1",
  407    407   
 "hyper-rustls 0.27.3",
  408    408   
 "hyper-util",
  409    409   
 "once_cell",
  410    410   
 "pin-project-lite",
  411         -
 "rustls 0.23.16",
         411  +
 "rustls 0.23.17",
  412    412   
 "tokio",
  413    413   
 "tower",
  414    414   
 "tracing",
  415    415   
]
  416    416   
  417    417   
[[package]]
  418    418   
name = "aws-smithy-http"
  419    419   
version = "0.60.11"
  420    420   
dependencies = [
  421    421   
 "async-stream",
@@ -996,996 +1058,1058 @@
 1016   1016   
 "num-bigint",
 1017   1017   
 "num-rational",
 1018   1018   
 "num-traits",
 1019   1019   
 "separator",
 1020   1020   
 "url",
 1021   1021   
 "uuid",
 1022   1022   
]
 1023   1023   
 1024   1024   
[[package]]
 1025   1025   
name = "cc"
 1026         -
version = "1.1.36"
        1026  +
version = "1.2.1"
 1027   1027   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1028         -
checksum = "baee610e9452a8f6f0a1b6194ec09ff9e2d85dea54432acdae41aa0761c95d70"
        1028  +
checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47"
 1029   1029   
dependencies = [
 1030   1030   
 "jobserver",
 1031   1031   
 "libc",
 1032   1032   
 "shlex",
 1033   1033   
]
 1034   1034   
 1035   1035   
[[package]]
 1036   1036   
name = "cexpr"
 1037   1037   
version = "0.6.0"
 1038   1038   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1084,1084 +1252,1252 @@
 1104   1104   
 "bitflags 1.3.2",
 1105   1105   
 "clap_lex 0.2.4",
 1106   1106   
 "indexmap 1.9.3",
 1107   1107   
 "strsim",
 1108   1108   
 "termcolor",
 1109   1109   
 "textwrap",
 1110   1110   
]
 1111   1111   
 1112   1112   
[[package]]
 1113   1113   
name = "clap"
 1114         -
version = "4.5.20"
        1114  +
version = "4.5.21"
 1115   1115   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1116         -
checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
        1116  +
checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f"
 1117   1117   
dependencies = [
 1118   1118   
 "clap_builder",
 1119   1119   
]
 1120   1120   
 1121   1121   
[[package]]
 1122   1122   
name = "clap_builder"
 1123         -
version = "4.5.20"
        1123  +
version = "4.5.21"
 1124   1124   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1125         -
checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
        1125  +
checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec"
 1126   1126   
dependencies = [
 1127   1127   
 "anstyle",
 1128         -
 "clap_lex 0.7.2",
        1128  +
 "clap_lex 0.7.3",
 1129   1129   
]
 1130   1130   
 1131   1131   
[[package]]
 1132   1132   
name = "clap_lex"
 1133   1133   
version = "0.2.4"
 1134   1134   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1135   1135   
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
 1136   1136   
dependencies = [
 1137   1137   
 "os_str_bytes",
 1138   1138   
]
 1139   1139   
 1140   1140   
[[package]]
 1141   1141   
name = "clap_lex"
 1142         -
version = "0.7.2"
        1142  +
version = "0.7.3"
 1143   1143   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1144         -
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
        1144  +
checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7"
 1145   1145   
 1146   1146   
[[package]]
 1147   1147   
name = "cmake"
 1148   1148   
version = "0.1.51"
 1149   1149   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1150   1150   
checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a"
 1151   1151   
dependencies = [
 1152   1152   
 "cc",
 1153   1153   
]
 1154   1154   
 1155   1155   
[[package]]
 1156   1156   
name = "concurrent-queue"
 1157   1157   
version = "2.5.0"
 1158   1158   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1159   1159   
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 1160   1160   
dependencies = [
 1161   1161   
 "crossbeam-utils",
 1162   1162   
]
 1163   1163   
 1164   1164   
[[package]]
 1165   1165   
name = "const-oid"
 1166   1166   
version = "0.9.6"
 1167   1167   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1168   1168   
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 1169   1169   
 1170   1170   
[[package]]
 1171   1171   
name = "core-foundation"
 1172   1172   
version = "0.9.4"
 1173   1173   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1174   1174   
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 1175   1175   
dependencies = [
 1176   1176   
 "core-foundation-sys",
 1177   1177   
 "libc",
 1178   1178   
]
 1179   1179   
 1180   1180   
[[package]]
 1181   1181   
name = "core-foundation-sys"
 1182   1182   
version = "0.8.7"
 1183   1183   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1184   1184   
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 1185   1185   
 1186   1186   
[[package]]
 1187   1187   
name = "cpufeatures"
 1188         -
version = "0.2.14"
        1188  +
version = "0.2.15"
 1189   1189   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1190         -
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
        1190  +
checksum = "0ca741a962e1b0bff6d724a1a0958b686406e853bb14061f218562e1896f95e6"
 1191   1191   
dependencies = [
 1192   1192   
 "libc",
 1193   1193   
]
 1194   1194   
 1195   1195   
[[package]]
 1196   1196   
name = "crc32c"
 1197   1197   
version = "0.6.8"
 1198   1198   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1199   1199   
checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 1200   1200   
dependencies = [
 1201   1201   
 "rustc_version",
 1202   1202   
]
 1203   1203   
 1204   1204   
[[package]]
 1205   1205   
name = "crc32fast"
 1206   1206   
version = "1.4.2"
 1207   1207   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1208   1208   
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 1209   1209   
dependencies = [
 1210   1210   
 "cfg-if",
 1211   1211   
]
 1212   1212   
 1213   1213   
[[package]]
 1214   1214   
name = "criterion"
 1215   1215   
version = "0.5.1"
 1216   1216   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1217   1217   
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 1218   1218   
dependencies = [
 1219   1219   
 "anes",
 1220   1220   
 "cast",
 1221   1221   
 "ciborium",
 1222         -
 "clap 4.5.20",
        1222  +
 "clap 4.5.21",
 1223   1223   
 "criterion-plot",
 1224   1224   
 "is-terminal",
 1225   1225   
 "itertools 0.10.5",
 1226   1226   
 "num-traits",
 1227   1227   
 "once_cell",
 1228   1228   
 "oorandom",
 1229   1229   
 "plotters",
 1230   1230   
 "rayon",
 1231   1231   
 "regex",
 1232   1232   
 "serde",
@@ -1449,1449 +1511,1511 @@
 1469   1469   
version = "0.12.1"
 1470   1470   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1471   1471   
checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 1472   1472   
dependencies = [
 1473   1473   
 "rand_core",
 1474   1474   
 "subtle",
 1475   1475   
]
 1476   1476   
 1477   1477   
[[package]]
 1478   1478   
name = "flate2"
 1479         -
version = "1.0.34"
        1479  +
version = "1.0.35"
 1480   1480   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1481         -
checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
        1481  +
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 1482   1482   
dependencies = [
 1483   1483   
 "crc32fast",
 1484   1484   
 "miniz_oxide",
 1485   1485   
]
 1486   1486   
 1487   1487   
[[package]]
 1488   1488   
name = "fnv"
 1489   1489   
version = "1.0.7"
 1490   1490   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1491   1491   
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
@@ -1638,1638 +1700,1700 @@
 1658   1658   
 "http 0.2.12",
 1659   1659   
 "indexmap 2.6.0",
 1660   1660   
 "slab",
 1661   1661   
 "tokio",
 1662   1662   
 "tokio-util",
 1663   1663   
 "tracing",
 1664   1664   
]
 1665   1665   
 1666   1666   
[[package]]
 1667   1667   
name = "h2"
 1668         -
version = "0.4.6"
        1668  +
version = "0.4.7"
 1669   1669   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1670         -
checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
        1670  +
checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 1671   1671   
dependencies = [
 1672   1672   
 "atomic-waker",
 1673   1673   
 "bytes",
 1674   1674   
 "fnv",
 1675   1675   
 "futures-core",
 1676   1676   
 "futures-sink",
 1677   1677   
 "http 1.1.0",
 1678   1678   
 "indexmap 2.6.0",
 1679   1679   
 "slab",
 1680   1680   
 "tokio",
@@ -1837,1837 +1960,1960 @@
 1857   1857   
 "pin-project-lite",
 1858   1858   
 "socket2",
 1859   1859   
 "tokio",
 1860   1860   
 "tower-service",
 1861   1861   
 "tracing",
 1862   1862   
 "want",
 1863   1863   
]
 1864   1864   
 1865   1865   
[[package]]
 1866   1866   
name = "hyper"
 1867         -
version = "1.5.0"
        1867  +
version = "1.5.1"
 1868   1868   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1869         -
checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a"
        1869  +
checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 1870   1870   
dependencies = [
 1871   1871   
 "bytes",
 1872   1872   
 "futures-channel",
 1873   1873   
 "futures-util",
 1874         -
 "h2 0.4.6",
        1874  +
 "h2 0.4.7",
 1875   1875   
 "http 1.1.0",
 1876   1876   
 "http-body 1.0.1",
 1877   1877   
 "httparse",
 1878   1878   
 "itoa",
 1879   1879   
 "pin-project-lite",
 1880   1880   
 "smallvec",
 1881   1881   
 "tokio",
 1882   1882   
 "want",
 1883   1883   
]
 1884   1884   
 1885   1885   
[[package]]
 1886   1886   
name = "hyper-rustls"
 1887   1887   
version = "0.24.2"
 1888   1888   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1889   1889   
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 1890   1890   
dependencies = [
 1891   1891   
 "futures-util",
 1892   1892   
 "http 0.2.12",
 1893   1893   
 "hyper 0.14.31",
 1894   1894   
 "log",
 1895   1895   
 "rustls 0.21.12",
 1896   1896   
 "rustls-native-certs 0.6.3",
 1897   1897   
 "tokio",
 1898   1898   
 "tokio-rustls 0.24.1",
 1899   1899   
]
 1900   1900   
 1901   1901   
[[package]]
 1902   1902   
name = "hyper-rustls"
 1903   1903   
version = "0.27.3"
 1904   1904   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1905   1905   
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 1906   1906   
dependencies = [
 1907   1907   
 "futures-util",
 1908   1908   
 "http 1.1.0",
 1909         -
 "hyper 1.5.0",
        1909  +
 "hyper 1.5.1",
 1910   1910   
 "hyper-util",
 1911         -
 "rustls 0.23.16",
        1911  +
 "rustls 0.23.17",
 1912   1912   
 "rustls-native-certs 0.8.0",
 1913   1913   
 "rustls-pki-types",
 1914   1914   
 "tokio",
 1915   1915   
 "tokio-rustls 0.26.0",
 1916   1916   
 "tower-service",
 1917   1917   
]
 1918   1918   
 1919   1919   
[[package]]
 1920   1920   
name = "hyper-util"
 1921   1921   
version = "0.1.10"
 1922   1922   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1923   1923   
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 1924   1924   
dependencies = [
 1925   1925   
 "bytes",
 1926   1926   
 "futures-channel",
 1927   1927   
 "futures-util",
 1928   1928   
 "http 1.1.0",
 1929   1929   
 "http-body 1.0.1",
 1930         -
 "hyper 1.5.0",
        1930  +
 "hyper 1.5.1",
 1931   1931   
 "pin-project-lite",
 1932   1932   
 "socket2",
 1933   1933   
 "tokio",
 1934   1934   
 "tower-service",
 1935   1935   
 "tracing",
 1936   1936   
]
 1937   1937   
 1938   1938   
[[package]]
 1939   1939   
name = "idna"
 1940   1940   
version = "0.5.0"
@@ -2106,2106 +2168,2168 @@
 2126   2126   
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 2127   2127   
 2128   2128   
[[package]]
 2129   2129   
name = "lazycell"
 2130   2130   
version = "1.3.0"
 2131   2131   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2132   2132   
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 2133   2133   
 2134   2134   
[[package]]
 2135   2135   
name = "libc"
 2136         -
version = "0.2.161"
        2136  +
version = "0.2.164"
 2137   2137   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2138         -
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
        2138  +
checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f"
 2139   2139   
 2140   2140   
[[package]]
 2141   2141   
name = "libloading"
 2142   2142   
version = "0.8.5"
 2143   2143   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2144   2144   
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
 2145   2145   
dependencies = [
 2146   2146   
 "cfg-if",
 2147   2147   
 "windows-targets",
 2148   2148   
]
@@ -2787,2787 +2864,2864 @@
 2807   2807   
]
 2808   2808   
 2809   2809   
[[package]]
 2810   2810   
name = "regex"
 2811   2811   
version = "1.11.1"
 2812   2812   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2813   2813   
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
 2814   2814   
dependencies = [
 2815   2815   
 "aho-corasick",
 2816   2816   
 "memchr",
 2817         -
 "regex-automata 0.4.8",
        2817  +
 "regex-automata 0.4.9",
 2818   2818   
 "regex-syntax 0.8.5",
 2819   2819   
]
 2820   2820   
 2821   2821   
[[package]]
 2822   2822   
name = "regex-automata"
 2823   2823   
version = "0.1.10"
 2824   2824   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2825   2825   
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
 2826   2826   
dependencies = [
 2827   2827   
 "regex-syntax 0.6.29",
 2828   2828   
]
 2829   2829   
 2830   2830   
[[package]]
 2831   2831   
name = "regex-automata"
 2832         -
version = "0.4.8"
        2832  +
version = "0.4.9"
 2833   2833   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2834         -
checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
        2834  +
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
 2835   2835   
dependencies = [
 2836   2836   
 "aho-corasick",
 2837   2837   
 "memchr",
 2838   2838   
 "regex-syntax 0.8.5",
 2839   2839   
]
 2840   2840   
 2841   2841   
[[package]]
 2842   2842   
name = "regex-lite"
 2843   2843   
version = "0.1.6"
 2844   2844   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2902,2902 +2989,2989 @@
 2922   2922   
name = "rustc_version"
 2923   2923   
version = "0.4.1"
 2924   2924   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2925   2925   
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
 2926   2926   
dependencies = [
 2927   2927   
 "semver",
 2928   2928   
]
 2929   2929   
 2930   2930   
[[package]]
 2931   2931   
name = "rustix"
 2932         -
version = "0.38.39"
        2932  +
version = "0.38.41"
 2933   2933   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2934         -
checksum = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee"
        2934  +
checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6"
 2935   2935   
dependencies = [
 2936   2936   
 "bitflags 2.6.0",
 2937   2937   
 "errno",
 2938   2938   
 "libc",
 2939   2939   
 "linux-raw-sys",
 2940   2940   
 "windows-sys 0.52.0",
 2941   2941   
]
 2942   2942   
 2943   2943   
[[package]]
 2944   2944   
name = "rustls"
 2945   2945   
version = "0.21.12"
 2946   2946   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2947   2947   
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
 2948   2948   
dependencies = [
 2949   2949   
 "log",
 2950   2950   
 "ring 0.17.8",
 2951   2951   
 "rustls-webpki 0.101.7",
 2952   2952   
 "sct",
 2953   2953   
]
 2954   2954   
 2955   2955   
[[package]]
 2956   2956   
name = "rustls"
 2957         -
version = "0.23.16"
        2957  +
version = "0.23.17"
 2958   2958   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2959         -
checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e"
        2959  +
checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e"
 2960   2960   
dependencies = [
 2961   2961   
 "aws-lc-rs",
 2962   2962   
 "once_cell",
 2963   2963   
 "ring 0.17.8",
 2964   2964   
 "rustls-pki-types",
 2965   2965   
 "rustls-webpki 0.102.8",
 2966   2966   
 "subtle",
 2967   2967   
 "zeroize",
 2968   2968   
]
 2969   2969   
@@ -3040,3040 +3196,3196 @@
 3060   3060   
name = "same-file"
 3061   3061   
version = "1.0.6"
 3062   3062   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3063   3063   
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
 3064   3064   
dependencies = [
 3065   3065   
 "winapi-util",
 3066   3066   
]
 3067   3067   
 3068   3068   
[[package]]
 3069   3069   
name = "schannel"
 3070         -
version = "0.1.26"
        3070  +
version = "0.1.27"
 3071   3071   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3072         -
checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1"
        3072  +
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
 3073   3073   
dependencies = [
 3074   3074   
 "windows-sys 0.59.0",
 3075   3075   
]
 3076   3076   
 3077   3077   
[[package]]
 3078   3078   
name = "scopeguard"
 3079   3079   
version = "1.2.0"
 3080   3080   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3081   3081   
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
 3082   3082   
 3083   3083   
[[package]]
 3084   3084   
name = "sct"
 3085   3085   
version = "0.7.1"
 3086   3086   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3087   3087   
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
 3088   3088   
dependencies = [
 3089   3089   
 "ring 0.17.8",
 3090   3090   
 "untrusted 0.9.0",
 3091   3091   
]
 3092   3092   
 3093   3093   
[[package]]
 3094   3094   
name = "sec1"
 3095   3095   
version = "0.3.0"
 3096   3096   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3097   3097   
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
 3098   3098   
dependencies = [
 3099   3099   
 "base16ct",
 3100   3100   
 "der",
 3101   3101   
 "generic-array",
 3102   3102   
 "pkcs8",
 3103   3103   
 "subtle",
 3104   3104   
 "zeroize",
 3105   3105   
]
 3106   3106   
 3107   3107   
[[package]]
 3108   3108   
name = "security-framework"
 3109   3109   
version = "2.11.1"
 3110   3110   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3111   3111   
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
 3112   3112   
dependencies = [
 3113   3113   
 "bitflags 2.6.0",
 3114   3114   
 "core-foundation",
 3115   3115   
 "core-foundation-sys",
 3116   3116   
 "libc",
 3117   3117   
 "security-framework-sys",
 3118   3118   
]
 3119   3119   
 3120   3120   
[[package]]
 3121   3121   
name = "security-framework-sys"
 3122         -
version = "2.12.0"
        3122  +
version = "2.12.1"
 3123   3123   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3124         -
checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6"
        3124  +
checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
 3125   3125   
dependencies = [
 3126   3126   
 "core-foundation-sys",
 3127   3127   
 "libc",
 3128   3128   
]
 3129   3129   
 3130   3130   
[[package]]
 3131   3131   
name = "semver"
 3132   3132   
version = "1.0.23"
 3133   3133   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3134   3134   
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
 3135   3135   
 3136   3136   
[[package]]
 3137   3137   
name = "separator"
 3138   3138   
version = "0.4.1"
 3139   3139   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3140   3140   
checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
 3141   3141   
 3142   3142   
[[package]]
 3143   3143   
name = "serde"
 3144         -
version = "1.0.214"
        3144  +
version = "1.0.215"
 3145   3145   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3146         -
checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
        3146  +
checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
 3147   3147   
dependencies = [
 3148   3148   
 "serde_derive",
 3149   3149   
]
 3150   3150   
 3151   3151   
[[package]]
 3152   3152   
name = "serde_derive"
 3153         -
version = "1.0.214"
        3153  +
version = "1.0.215"
 3154   3154   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3155         -
checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
        3155  +
checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
 3156   3156   
dependencies = [
 3157   3157   
 "proc-macro2",
 3158   3158   
 "quote",
 3159   3159   
 "syn 2.0.87",
 3160   3160   
]
 3161   3161   
 3162   3162   
[[package]]
 3163   3163   
name = "serde_json"
 3164         -
version = "1.0.132"
        3164  +
version = "1.0.133"
 3165   3165   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3166         -
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
        3166  +
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
 3167   3167   
dependencies = [
 3168   3168   
 "indexmap 2.6.0",
 3169   3169   
 "itoa",
 3170   3170   
 "memchr",
 3171   3171   
 "ryu",
 3172   3172   
 "serde",
 3173   3173   
]
 3174   3174   
 3175   3175   
[[package]]
 3176   3176   
name = "serde_path_to_error"
@@ -3351,3351 +3422,3422 @@
 3371   3371   
]
 3372   3372   
 3373   3373   
[[package]]
 3374   3374   
name = "textwrap"
 3375   3375   
version = "0.16.1"
 3376   3376   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3377   3377   
checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
 3378   3378   
 3379   3379   
[[package]]
 3380   3380   
name = "thiserror"
 3381         -
version = "1.0.68"
        3381  +
version = "1.0.69"
 3382   3382   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3383         -
checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
        3383  +
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
 3384   3384   
dependencies = [
 3385   3385   
 "thiserror-impl",
 3386   3386   
]
 3387   3387   
 3388   3388   
[[package]]
 3389   3389   
name = "thiserror-impl"
 3390         -
version = "1.0.68"
        3390  +
version = "1.0.69"
 3391   3391   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3392         -
checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e"
        3392  +
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
 3393   3393   
dependencies = [
 3394   3394   
 "proc-macro2",
 3395   3395   
 "quote",
 3396   3396   
 "syn 2.0.87",
 3397   3397   
]
 3398   3398   
 3399   3399   
[[package]]
 3400   3400   
name = "thread_local"
 3401   3401   
version = "1.1.8"
 3402   3402   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3451,3451 +3554,3554 @@
 3471   3471   
 "futures-util",
 3472   3472   
 "hyper 0.14.31",
 3473   3473   
 "pin-project-lite",
 3474   3474   
 "thiserror",
 3475   3475   
 "tokio",
 3476   3476   
 "tokio-rustls 0.24.1",
 3477   3477   
]
 3478   3478   
 3479   3479   
[[package]]
 3480   3480   
name = "tokio"
 3481         -
version = "1.41.0"
        3481  +
version = "1.41.1"
 3482   3482   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3483         -
checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
        3483  +
checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33"
 3484   3484   
dependencies = [
 3485   3485   
 "backtrace",
 3486   3486   
 "bytes",
 3487   3487   
 "libc",
 3488   3488   
 "mio",
 3489   3489   
 "parking_lot",
 3490   3490   
 "pin-project-lite",
 3491   3491   
 "signal-hook-registry",
 3492   3492   
 "socket2",
 3493   3493   
 "tokio-macros",
 3494   3494   
 "windows-sys 0.52.0",
 3495   3495   
]
 3496   3496   
 3497   3497   
[[package]]
 3498   3498   
name = "tokio-macros"
 3499   3499   
version = "2.4.0"
 3500   3500   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3501   3501   
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
 3502   3502   
dependencies = [
 3503   3503   
 "proc-macro2",
 3504   3504   
 "quote",
 3505   3505   
 "syn 2.0.87",
 3506   3506   
]
 3507   3507   
 3508   3508   
[[package]]
 3509   3509   
name = "tokio-rustls"
 3510   3510   
version = "0.24.1"
 3511   3511   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3512   3512   
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
 3513   3513   
dependencies = [
 3514   3514   
 "rustls 0.21.12",
 3515   3515   
 "tokio",
 3516   3516   
]
 3517   3517   
 3518   3518   
[[package]]
 3519   3519   
name = "tokio-rustls"
 3520   3520   
version = "0.26.0"
 3521   3521   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3522   3522   
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
 3523   3523   
dependencies = [
 3524         -
 "rustls 0.23.16",
        3524  +
 "rustls 0.23.17",
 3525   3525   
 "rustls-pki-types",
 3526   3526   
 "tokio",
 3527   3527   
]
 3528   3528   
 3529   3529   
[[package]]
 3530   3530   
name = "tokio-stream"
 3531   3531   
version = "0.1.16"
 3532   3532   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3533   3533   
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
 3534   3534   
dependencies = [