AWS SDK

AWS SDK

rev. 708950bbb3d8c66d1b6b1e5255413c30ba10950f (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/Cargo.lock

@@ -1,1 +45,45 @@
    3      3   
version = 4
    4      4   
    5      5   
[[package]]
    6      6   
name = "adler2"
    7      7   
version = "2.0.1"
    8      8   
source = "registry+https://github.com/rust-lang/crates.io-index"
    9      9   
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
   10     10   
   11     11   
[[package]]
   12     12   
name = "aho-corasick"
   13         -
version = "1.1.3"
          13  +
version = "1.1.4"
   14     14   
source = "registry+https://github.com/rust-lang/crates.io-index"
   15         -
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
          15  +
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
   16     16   
dependencies = [
   17     17   
 "memchr",
   18     18   
]
   19     19   
   20     20   
[[package]]
   21     21   
name = "allocator-api2"
   22     22   
version = "0.2.21"
   23     23   
source = "registry+https://github.com/rust-lang/crates.io-index"
   24     24   
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
   25     25   
@@ -302,302 +362,362 @@
  322    322   
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
  323    323   
  324    324   
[[package]]
  325    325   
name = "autocfg"
  326    326   
version = "1.5.0"
  327    327   
source = "registry+https://github.com/rust-lang/crates.io-index"
  328    328   
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
  329    329   
  330    330   
[[package]]
  331    331   
name = "aws-config"
  332         -
version = "1.8.9"
         332  +
version = "1.8.10"
  333    333   
dependencies = [
  334    334   
 "aws-credential-types",
  335    335   
 "aws-runtime",
  336    336   
 "aws-sdk-sso",
  337    337   
 "aws-sdk-ssooidc",
  338    338   
 "aws-sdk-sts",
  339    339   
 "aws-smithy-async",
  340    340   
 "aws-smithy-http",
  341    341   
 "aws-smithy-http-client",
  342    342   
 "aws-smithy-json",
@@ -387,387 +447,447 @@
  407    407   
dependencies = [
  408    408   
 "bindgen",
  409    409   
 "cc",
  410    410   
 "cmake",
  411    411   
 "dunce",
  412    412   
 "fs_extra",
  413    413   
]
  414    414   
  415    415   
[[package]]
  416    416   
name = "aws-runtime"
  417         -
version = "1.5.12"
         417  +
version = "1.5.13"
  418    418   
dependencies = [
  419    419   
 "arbitrary",
  420    420   
 "aws-credential-types",
  421    421   
 "aws-sigv4",
  422    422   
 "aws-smithy-async",
  423    423   
 "aws-smithy-eventstream",
  424    424   
 "aws-smithy-http",
  425    425   
 "aws-smithy-protocol-test",
  426    426   
 "aws-smithy-runtime",
  427    427   
 "aws-smithy-runtime-api",
@@ -767,767 +854,826 @@
  787    787   
 "http 0.2.12",
  788    788   
 "http 1.3.1",
  789    789   
 "http-body 1.0.1",
  790    790   
 "regex-lite",
  791    791   
 "serde_json",
  792    792   
 "tokio",
  793    793   
 "tracing",
  794    794   
 "tracing-subscriber",
  795    795   
]
  796    796   
  797         -
[[package]]
  798         -
name = "aws-sdk-qldbsession"
  799         -
version = "0.0.0-local"
  800         -
dependencies = [
  801         -
 "aws-config",
  802         -
 "aws-credential-types",
  803         -
 "aws-runtime",
  804         -
 "aws-smithy-async",
  805         -
 "aws-smithy-http",
  806         -
 "aws-smithy-http-client",
  807         -
 "aws-smithy-json",
  808         -
 "aws-smithy-protocol-test",
  809         -
 "aws-smithy-runtime",
  810         -
 "aws-smithy-runtime-api",
  811         -
 "aws-smithy-types",
  812         -
 "aws-types",
  813         -
 "bytes",
  814         -
 "fastrand 2.3.0",
  815         -
 "futures-util",
  816         -
 "http 0.2.12",
  817         -
 "http 1.3.1",
  818         -
 "regex-lite",
  819         -
 "serde_json",
  820         -
 "tokio",
  821         -
 "tracing",
  822         -
 "tracing-subscriber",
  823         -
]
  824         -
  825    797   
[[package]]
  826    798   
name = "aws-sdk-route53"
  827    799   
version = "0.0.0-local"
  828    800   
dependencies = [
  829    801   
 "aws-config",
  830    802   
 "aws-credential-types",
  831    803   
 "aws-runtime",
  832    804   
 "aws-smithy-async",
  833    805   
 "aws-smithy-http",
  834    806   
 "aws-smithy-http-client",
@@ -1058,1030 +1225,1197 @@
 1078   1050   
 "hyper 0.14.32",
 1079   1051   
 "regex-lite",
 1080   1052   
 "serde_json",
 1081   1053   
 "tokio",
 1082   1054   
 "tracing",
 1083   1055   
 "tracing-subscriber",
 1084   1056   
]
 1085   1057   
 1086   1058   
[[package]]
 1087   1059   
name = "aws-sigv4"
 1088         -
version = "1.3.5"
        1060  +
version = "1.3.6"
 1089   1061   
dependencies = [
 1090   1062   
 "aws-credential-types",
 1091   1063   
 "aws-smithy-eventstream",
 1092   1064   
 "aws-smithy-http",
 1093   1065   
 "aws-smithy-runtime-api",
 1094   1066   
 "aws-smithy-types",
 1095   1067   
 "bytes",
 1096   1068   
 "criterion",
 1097   1069   
 "crypto-bigint 0.5.5",
 1098   1070   
 "form_urlencoded",
 1099   1071   
 "hex",
 1100   1072   
 "hex-literal",
 1101   1073   
 "hmac",
 1102   1074   
 "http 0.2.12",
 1103   1075   
 "http 1.3.1",
 1104   1076   
 "httparse",
 1105   1077   
 "p256",
 1106   1078   
 "percent-encoding",
 1107   1079   
 "pretty_assertions",
 1108   1080   
 "proptest",
 1109   1081   
 "ring",
 1110   1082   
 "serde",
 1111   1083   
 "serde_derive",
 1112   1084   
 "serde_json",
 1113   1085   
 "sha2",
 1114   1086   
 "subtle",
 1115   1087   
 "time",
 1116   1088   
 "tracing",
 1117   1089   
 "zeroize",
 1118   1090   
]
 1119   1091   
 1120   1092   
[[package]]
 1121   1093   
name = "aws-smithy-async"
 1122   1094   
version = "1.2.6"
 1123   1095   
dependencies = [
 1124   1096   
 "futures-util",
 1125   1097   
 "pin-project-lite",
 1126   1098   
 "pin-utils",
 1127   1099   
 "tokio",
 1128   1100   
 "tokio-test",
 1129   1101   
]
 1130   1102   
 1131   1103   
[[package]]
 1132   1104   
name = "aws-smithy-cbor"
 1133         -
version = "0.61.2"
        1105  +
version = "0.61.3"
 1134   1106   
dependencies = [
 1135   1107   
 "aws-smithy-types",
 1136   1108   
 "criterion",
 1137   1109   
 "minicbor",
 1138   1110   
]
 1139   1111   
 1140   1112   
[[package]]
 1141   1113   
name = "aws-smithy-checksums"
 1142   1114   
version = "0.63.10"
 1143   1115   
dependencies = [
 1144   1116   
 "aws-smithy-http",
 1145   1117   
 "aws-smithy-types",
 1146   1118   
 "bytes",
 1147   1119   
 "bytes-utils",
 1148   1120   
 "crc-fast",
 1149   1121   
 "hex",
 1150   1122   
 "http 0.2.12",
 1151   1123   
 "http-body 0.4.6",
 1152   1124   
 "md-5",
 1153   1125   
 "pin-project-lite",
 1154   1126   
 "pretty_assertions",
 1155   1127   
 "sha1",
 1156   1128   
 "sha2",
 1157   1129   
 "tokio",
 1158   1130   
 "tracing",
 1159   1131   
 "tracing-test",
 1160   1132   
]
 1161   1133   
 1162   1134   
[[package]]
 1163   1135   
name = "aws-smithy-compression"
 1164         -
version = "0.0.5"
        1136  +
version = "0.0.6"
 1165   1137   
dependencies = [
 1166   1138   
 "aws-smithy-runtime-api",
 1167   1139   
 "aws-smithy-types",
 1168   1140   
 "bytes",
 1169   1141   
 "bytes-utils",
 1170   1142   
 "flate2",
 1171   1143   
 "futures-util",
 1172   1144   
 "http 0.2.12",
 1173   1145   
 "http 1.3.1",
 1174   1146   
 "http-body 0.4.6",
 1175   1147   
 "http-body 1.0.1",
 1176   1148   
 "http-body-util",
 1177   1149   
 "pin-project-lite",
 1178   1150   
 "pretty_assertions",
 1179   1151   
 "tokio",
 1180   1152   
 "tracing",
 1181   1153   
]
 1182   1154   
 1183   1155   
[[package]]
 1184   1156   
name = "aws-smithy-dns"
 1185         -
version = "0.1.3"
        1157  +
version = "0.1.4"
 1186   1158   
dependencies = [
 1187   1159   
 "aws-smithy-runtime-api",
 1188   1160   
 "criterion",
 1189   1161   
 "hickory-resolver",
 1190   1162   
 "tokio",
 1191   1163   
]
 1192   1164   
 1193   1165   
[[package]]
 1194   1166   
name = "aws-smithy-eventstream"
 1195         -
version = "0.60.12"
        1167  +
version = "0.60.13"
 1196   1168   
dependencies = [
 1197   1169   
 "arbitrary",
 1198   1170   
 "aws-smithy-types",
 1199   1171   
 "bytes",
 1200   1172   
 "bytes-utils",
 1201   1173   
 "crc32fast",
 1202   1174   
 "criterion",
 1203   1175   
 "derive_arbitrary",
 1204   1176   
 "jemallocator",
 1205   1177   
 "mimalloc",
@@ -1231,1203 +1491,1463 @@
 1251   1223   
 "http-body 1.0.1",
 1252   1224   
 "http-body-util",
 1253   1225   
 "hyper 0.14.32",
 1254   1226   
 "hyper 1.7.0",
 1255   1227   
 "hyper-rustls 0.24.2",
 1256   1228   
 "hyper-rustls 0.27.7",
 1257   1229   
 "hyper-util",
 1258   1230   
 "indexmap",
 1259   1231   
 "pin-project-lite",
 1260   1232   
 "rustls 0.21.12",
 1261         -
 "rustls 0.23.33",
        1233  +
 "rustls 0.23.34",
 1262   1234   
 "rustls-native-certs 0.8.2",
 1263   1235   
 "rustls-pemfile 2.2.0",
 1264   1236   
 "rustls-pki-types",
 1265   1237   
 "s2n-tls",
 1266   1238   
 "s2n-tls-hyper",
 1267   1239   
 "s2n-tls-tokio",
 1268   1240   
 "serde",
 1269   1241   
 "serde_json",
 1270   1242   
 "serial_test",
 1271   1243   
 "tokio",
 1272   1244   
 "tokio-rustls 0.26.4",
 1273   1245   
 "tower",
 1274   1246   
 "tracing",
 1275   1247   
]
 1276   1248   
 1277   1249   
[[package]]
 1278   1250   
name = "aws-smithy-json"
 1279         -
version = "0.61.6"
        1251  +
version = "0.61.7"
 1280   1252   
dependencies = [
 1281   1253   
 "aws-smithy-types",
 1282   1254   
 "proptest",
 1283   1255   
 "serde_json",
 1284   1256   
]
 1285   1257   
 1286   1258   
[[package]]
 1287   1259   
name = "aws-smithy-mocks"
 1288   1260   
version = "0.2.0"
 1289   1261   
dependencies = [
 1290   1262   
 "aws-smithy-async",
 1291   1263   
 "aws-smithy-http-client",
 1292   1264   
 "aws-smithy-runtime",
 1293   1265   
 "aws-smithy-runtime-api",
 1294   1266   
 "aws-smithy-types",
 1295   1267   
 "http 1.3.1",
 1296   1268   
 "tokio",
 1297   1269   
]
 1298   1270   
 1299   1271   
[[package]]
 1300   1272   
name = "aws-smithy-observability"
 1301   1273   
version = "0.1.4"
 1302   1274   
dependencies = [
 1303   1275   
 "aws-smithy-runtime-api",
 1304   1276   
 "serial_test",
 1305   1277   
]
 1306   1278   
 1307   1279   
[[package]]
 1308   1280   
name = "aws-smithy-observability-otel"
 1309   1281   
version = "0.1.2"
 1310   1282   
dependencies = [
 1311   1283   
 "async-global-executor",
 1312   1284   
 "async-task",
 1313   1285   
 "aws-smithy-observability",
 1314   1286   
 "criterion",
 1315   1287   
 "opentelemetry",
 1316   1288   
 "opentelemetry_sdk",
 1317   1289   
 "stats_alloc",
 1318   1290   
 "tokio",
 1319   1291   
 "value-bag",
 1320   1292   
]
 1321   1293   
 1322   1294   
[[package]]
 1323   1295   
name = "aws-smithy-protocol-test"
 1324         -
version = "0.63.5"
        1296  +
version = "0.63.6"
 1325   1297   
dependencies = [
 1326   1298   
 "assert-json-diff",
 1327   1299   
 "aws-smithy-runtime-api",
 1328   1300   
 "base64-simd",
 1329   1301   
 "cbor-diag",
 1330   1302   
 "ciborium",
 1331   1303   
 "http 0.2.12",
 1332   1304   
 "pretty_assertions",
 1333   1305   
 "regex-lite",
 1334   1306   
 "roxmltree",
 1335   1307   
 "serde_json",
 1336   1308   
 "thiserror 2.0.17",
 1337   1309   
]
 1338   1310   
 1339   1311   
[[package]]
 1340   1312   
name = "aws-smithy-query"
 1341   1313   
version = "0.60.8"
 1342   1314   
dependencies = [
 1343   1315   
 "aws-smithy-types",
 1344   1316   
 "urlencoding",
 1345   1317   
]
 1346   1318   
 1347   1319   
[[package]]
 1348   1320   
name = "aws-smithy-runtime"
 1349   1321   
version = "1.9.4"
 1350   1322   
dependencies = [
 1351   1323   
 "approx",
 1352   1324   
 "aws-smithy-async",
 1353   1325   
 "aws-smithy-http",
 1354   1326   
 "aws-smithy-http-client",
 1355   1327   
 "aws-smithy-observability",
 1356   1328   
 "aws-smithy-runtime-api",
 1357   1329   
 "aws-smithy-types",
 1358   1330   
 "bytes",
 1359   1331   
 "fastrand 2.3.0",
 1360   1332   
 "futures-util",
 1361   1333   
 "http 0.2.12",
 1362   1334   
 "http 1.3.1",
 1363   1335   
 "http-body 0.4.6",
 1364   1336   
 "http-body 1.0.1",
 1365   1337   
 "hyper 0.14.32",
 1366   1338   
 "pin-project-lite",
 1367   1339   
 "pin-utils",
 1368   1340   
 "pretty_assertions",
 1369   1341   
 "tokio",
 1370   1342   
 "tracing",
 1371   1343   
 "tracing-subscriber",
 1372   1344   
 "tracing-test",
 1373   1345   
]
 1374   1346   
 1375   1347   
[[package]]
 1376   1348   
name = "aws-smithy-runtime-api"
 1377         -
version = "1.9.1"
        1349  +
version = "1.9.2"
 1378   1350   
dependencies = [
 1379   1351   
 "aws-smithy-async",
 1380   1352   
 "aws-smithy-types",
 1381   1353   
 "bytes",
 1382   1354   
 "http 0.2.12",
 1383   1355   
 "http 1.3.1",
 1384   1356   
 "pin-project-lite",
 1385   1357   
 "proptest",
 1386   1358   
 "tokio",
 1387   1359   
 "tracing",
 1388   1360   
 "zeroize",
 1389   1361   
]
 1390   1362   
 1391   1363   
[[package]]
 1392   1364   
name = "aws-smithy-types"
 1393         -
version = "1.3.3"
        1365  +
version = "1.3.4"
 1394   1366   
dependencies = [
 1395   1367   
 "base64 0.13.1",
 1396   1368   
 "base64-simd",
 1397   1369   
 "bytes",
 1398   1370   
 "bytes-utils",
 1399   1371   
 "ciborium",
 1400   1372   
 "criterion",
 1401   1373   
 "futures-core",
 1402   1374   
 "http 0.2.12",
 1403   1375   
 "http 1.3.1",
 1404   1376   
 "http-body 0.4.6",
 1405   1377   
 "http-body 1.0.1",
 1406   1378   
 "http-body-util",
 1407   1379   
 "hyper 0.14.32",
 1408   1380   
 "itoa",
 1409   1381   
 "lazy_static",
 1410   1382   
 "num-integer",
 1411   1383   
 "pin-project-lite",
 1412   1384   
 "pin-utils",
 1413   1385   
 "proptest",
 1414   1386   
 "rand 0.8.5",
 1415   1387   
 "ryu",
 1416   1388   
 "serde",
 1417   1389   
 "serde_json",
 1418   1390   
 "tempfile",
 1419   1391   
 "time",
 1420   1392   
 "tokio",
 1421   1393   
 "tokio-stream",
 1422   1394   
 "tokio-util",
 1423   1395   
]
 1424   1396   
 1425   1397   
[[package]]
 1426   1398   
name = "aws-smithy-types-convert"
 1427   1399   
version = "0.60.10"
 1428   1400   
dependencies = [
 1429   1401   
 "aws-smithy-async",
 1430   1402   
 "aws-smithy-types",
 1431   1403   
 "chrono",
 1432   1404   
 "futures-core",
 1433   1405   
 "time",
 1434   1406   
]
 1435   1407   
 1436   1408   
[[package]]
 1437   1409   
name = "aws-smithy-wasm"
 1438   1410   
version = "0.1.5"
 1439   1411   
dependencies = [
 1440   1412   
 "aws-smithy-http",
 1441   1413   
 "aws-smithy-runtime-api",
 1442   1414   
 "aws-smithy-types",
 1443   1415   
 "bytes",
 1444   1416   
 "http 1.3.1",
 1445   1417   
 "tracing",
 1446   1418   
 "wasi 0.12.1+wasi-0.2.0",
 1447   1419   
]
 1448   1420   
 1449   1421   
[[package]]
 1450   1422   
name = "aws-smithy-xml"
 1451         -
version = "0.60.11"
        1423  +
version = "0.60.12"
 1452   1424   
dependencies = [
 1453   1425   
 "aws-smithy-protocol-test",
 1454   1426   
 "base64 0.13.1",
 1455   1427   
 "proptest",
 1456   1428   
 "xmlparser",
 1457   1429   
]
 1458   1430   
 1459   1431   
[[package]]
 1460   1432   
name = "aws-types"
 1461         -
version = "1.3.9"
        1433  +
version = "1.3.10"
 1462   1434   
dependencies = [
 1463   1435   
 "aws-credential-types",
 1464   1436   
 "aws-smithy-async",
 1465   1437   
 "aws-smithy-runtime",
 1466   1438   
 "aws-smithy-runtime-api",
 1467   1439   
 "aws-smithy-types",
 1468   1440   
 "http 0.2.12",
 1469   1441   
 "hyper-rustls 0.24.2",
 1470   1442   
 "rustc_version",
 1471   1443   
 "tempfile",
@@ -1620,1592 +1682,1654 @@
 1640   1612   
 "num-bigint",
 1641   1613   
 "num-rational",
 1642   1614   
 "num-traits",
 1643   1615   
 "separator",
 1644   1616   
 "url",
 1645   1617   
 "uuid",
 1646   1618   
]
 1647   1619   
 1648   1620   
[[package]]
 1649   1621   
name = "cc"
 1650         -
version = "1.2.41"
        1622  +
version = "1.2.43"
 1651   1623   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1652         -
checksum = "ac9fe6cdbb24b6ade63616c0a0688e45bb56732262c158df3c0c4bea4ca47cb7"
        1624  +
checksum = "739eb0f94557554b3ca9a86d2d37bebd49c5e6d0c1d2bda35ba5bdac830befc2"
 1653   1625   
dependencies = [
 1654   1626   
 "find-msvc-tools",
 1655   1627   
 "jobserver",
 1656   1628   
 "libc",
 1657   1629   
 "shlex",
 1658   1630   
]
 1659   1631   
 1660   1632   
[[package]]
 1661   1633   
name = "cexpr"
 1662   1634   
version = "0.6.0"
@@ -1956,1928 +2018,1990 @@
 1976   1948   
version = "0.6.1"
 1977   1949   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1978   1950   
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 1979   1951   
dependencies = [
 1980   1952   
 "const-oid",
 1981   1953   
 "zeroize",
 1982   1954   
]
 1983   1955   
 1984   1956   
[[package]]
 1985   1957   
name = "deranged"
 1986         -
version = "0.5.4"
        1958  +
version = "0.5.5"
 1987   1959   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1988         -
checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
        1960  +
checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
 1989   1961   
dependencies = [
 1990   1962   
 "powerfmt",
 1991   1963   
]
 1992   1964   
 1993   1965   
[[package]]
 1994   1966   
name = "derive_arbitrary"
 1995   1967   
version = "1.4.2"
 1996   1968   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1997   1969   
checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 1998   1970   
dependencies = [
@@ -2145,2117 +2207,2179 @@
 2165   2137   
]
 2166   2138   
 2167   2139   
[[package]]
 2168   2140   
name = "find-msvc-tools"
 2169   2141   
version = "0.1.4"
 2170   2142   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2171   2143   
checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
 2172   2144   
 2173   2145   
[[package]]
 2174   2146   
name = "flate2"
 2175         -
version = "1.1.4"
        2147  +
version = "1.1.5"
 2176   2148   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2177         -
checksum = "dc5a4e564e38c699f2880d3fda590bedc2e69f3f84cd48b457bd892ce61d0aa9"
        2149  +
checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
 2178   2150   
dependencies = [
 2179   2151   
 "crc32fast",
 2180   2152   
 "miniz_oxide",
 2181   2153   
]
 2182   2154   
 2183   2155   
[[package]]
 2184   2156   
name = "fnv"
 2185   2157   
version = "1.0.7"
 2186   2158   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2187   2159   
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
@@ -2671,2643 +2843,2810 @@
 2691   2663   
 2692   2664   
[[package]]
 2693   2665   
name = "hyper-rustls"
 2694   2666   
version = "0.27.7"
 2695   2667   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2696   2668   
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 2697   2669   
dependencies = [
 2698   2670   
 "http 1.3.1",
 2699   2671   
 "hyper 1.7.0",
 2700   2672   
 "hyper-util",
 2701         -
 "rustls 0.23.33",
        2673  +
 "rustls 0.23.34",
 2702   2674   
 "rustls-native-certs 0.8.2",
 2703   2675   
 "rustls-pki-types",
 2704   2676   
 "tokio",
 2705   2677   
 "tokio-rustls 0.26.4",
 2706   2678   
 "tower-service",
 2707   2679   
]
 2708   2680   
 2709   2681   
[[package]]
 2710   2682   
name = "hyper-util"
 2711   2683   
version = "0.1.17"
 2712   2684   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2713   2685   
checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 2714   2686   
dependencies = [
 2715   2687   
 "base64 0.22.1",
 2716   2688   
 "bytes",
 2717   2689   
 "futures-channel",
 2718   2690   
 "futures-core",
 2719   2691   
 "futures-util",
 2720   2692   
 "http 1.3.1",
 2721   2693   
 "http-body 1.0.1",
 2722   2694   
 "hyper 1.7.0",
 2723   2695   
 "ipnet",
 2724   2696   
 "libc",
 2725   2697   
 "percent-encoding",
 2726   2698   
 "pin-project-lite",
 2727   2699   
 "socket2 0.6.1",
 2728   2700   
 "system-configuration",
 2729   2701   
 "tokio",
 2730   2702   
 "tower-service",
 2731   2703   
 "tracing",
 2732   2704   
 "windows-registry",
 2733   2705   
]
 2734   2706   
 2735   2707   
[[package]]
 2736   2708   
name = "icu_collections"
 2737         -
version = "2.0.0"
        2709  +
version = "2.1.1"
 2738   2710   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2739         -
checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
        2711  +
checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
 2740   2712   
dependencies = [
 2741   2713   
 "displaydoc",
 2742   2714   
 "potential_utf",
 2743   2715   
 "yoke",
 2744   2716   
 "zerofrom",
 2745   2717   
 "zerovec",
 2746   2718   
]
 2747   2719   
 2748   2720   
[[package]]
 2749   2721   
name = "icu_locale_core"
 2750         -
version = "2.0.0"
        2722  +
version = "2.1.1"
 2751   2723   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2752         -
checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
        2724  +
checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
 2753   2725   
dependencies = [
 2754   2726   
 "displaydoc",
 2755   2727   
 "litemap",
 2756   2728   
 "tinystr",
 2757   2729   
 "writeable",
 2758   2730   
 "zerovec",
 2759   2731   
]
 2760   2732   
 2761   2733   
[[package]]
 2762   2734   
name = "icu_normalizer"
 2763         -
version = "2.0.0"
        2735  +
version = "2.1.1"
 2764   2736   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2765         -
checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
        2737  +
checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
 2766   2738   
dependencies = [
 2767         -
 "displaydoc",
 2768   2739   
 "icu_collections",
 2769   2740   
 "icu_normalizer_data",
 2770   2741   
 "icu_properties",
 2771   2742   
 "icu_provider",
 2772   2743   
 "smallvec",
 2773   2744   
 "zerovec",
 2774   2745   
]
 2775   2746   
 2776   2747   
[[package]]
 2777   2748   
name = "icu_normalizer_data"
 2778         -
version = "2.0.0"
        2749  +
version = "2.1.1"
 2779   2750   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2780         -
checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
        2751  +
checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
 2781   2752   
 2782   2753   
[[package]]
 2783   2754   
name = "icu_properties"
 2784         -
version = "2.0.1"
        2755  +
version = "2.1.1"
 2785   2756   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2786         -
checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
        2757  +
checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99"
 2787   2758   
dependencies = [
 2788         -
 "displaydoc",
 2789   2759   
 "icu_collections",
 2790   2760   
 "icu_locale_core",
 2791   2761   
 "icu_properties_data",
 2792   2762   
 "icu_provider",
 2793         -
 "potential_utf",
 2794   2763   
 "zerotrie",
 2795   2764   
 "zerovec",
 2796   2765   
]
 2797   2766   
 2798   2767   
[[package]]
 2799   2768   
name = "icu_properties_data"
 2800         -
version = "2.0.1"
        2769  +
version = "2.1.1"
 2801   2770   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2802         -
checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
        2771  +
checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899"
 2803   2772   
 2804   2773   
[[package]]
 2805   2774   
name = "icu_provider"
 2806         -
version = "2.0.0"
        2775  +
version = "2.1.1"
 2807   2776   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2808         -
checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
        2777  +
checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
 2809   2778   
dependencies = [
 2810   2779   
 "displaydoc",
 2811   2780   
 "icu_locale_core",
 2812         -
 "stable_deref_trait",
 2813         -
 "tinystr",
 2814   2781   
 "writeable",
 2815   2782   
 "yoke",
 2816   2783   
 "zerofrom",
 2817   2784   
 "zerotrie",
 2818   2785   
 "zerovec",
 2819   2786   
]
 2820   2787   
 2821   2788   
[[package]]
 2822   2789   
name = "idna"
 2823   2790   
version = "1.1.0"
@@ -2864,2831 +2991,2958 @@
 2884   2851   
]
 2885   2852   
 2886   2853   
[[package]]
 2887   2854   
name = "ipnet"
 2888   2855   
version = "2.11.0"
 2889   2856   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2890   2857   
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 2891   2858   
 2892   2859   
[[package]]
 2893   2860   
name = "is-terminal"
 2894         -
version = "0.4.16"
        2861  +
version = "0.4.17"
 2895   2862   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2896         -
checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
        2863  +
checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
 2897   2864   
dependencies = [
 2898   2865   
 "hermit-abi 0.5.2",
 2899   2866   
 "libc",
 2900         -
 "windows-sys 0.59.0",
        2867  +
 "windows-sys 0.61.2",
 2901   2868   
]
 2902   2869   
 2903   2870   
[[package]]
 2904   2871   
name = "itertools"
 2905   2872   
version = "0.10.5"
 2906   2873   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2907   2874   
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 2908   2875   
dependencies = [
 2909   2876   
 "either",
 2910   2877   
]
 2911   2878   
 2912   2879   
[[package]]
 2913   2880   
name = "itertools"
 2914   2881   
version = "0.13.0"
 2915   2882   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2916   2883   
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
 2917   2884   
dependencies = [
 2918   2885   
 "either",
 2919   2886   
]
 2920   2887   
 2921   2888   
[[package]]
 2922   2889   
name = "itoa"
 2923   2890   
version = "1.0.15"
 2924   2891   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2925   2892   
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 2926   2893   
 2927   2894   
[[package]]
 2928   2895   
name = "jemalloc-sys"
 2929   2896   
version = "0.5.4+5.3.0-patched"
 2930   2897   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2931   2898   
checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
 2932   2899   
dependencies = [
 2933   2900   
 "cc",
 2934   2901   
 "libc",
 2935   2902   
]
 2936   2903   
 2937   2904   
[[package]]
 2938   2905   
name = "jemallocator"
 2939   2906   
version = "0.5.4"
 2940   2907   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2941   2908   
checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc"
 2942   2909   
dependencies = [
 2943   2910   
 "jemalloc-sys",
 2944   2911   
 "libc",
 2945   2912   
]
 2946   2913   
 2947   2914   
[[package]]
 2948   2915   
name = "jobserver"
 2949   2916   
version = "0.1.34"
 2950   2917   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2951   2918   
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 2952   2919   
dependencies = [
 2953   2920   
 "getrandom 0.3.4",
 2954   2921   
 "libc",
 2955   2922   
]
 2956   2923   
 2957   2924   
[[package]]
 2958   2925   
name = "js-sys"
 2959         -
version = "0.3.81"
        2926  +
version = "0.3.82"
 2960   2927   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2961         -
checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
        2928  +
checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
 2962   2929   
dependencies = [
 2963   2930   
 "once_cell",
 2964   2931   
 "wasm-bindgen",
 2965   2932   
]
 2966   2933   
 2967   2934   
[[package]]
 2968   2935   
name = "kv-log-macro"
 2969   2936   
version = "1.0.7"
 2970   2937   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2971   2938   
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
@@ -2998,2965 +3060,3027 @@
 3018   2985   
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 3019   2986   
 3020   2987   
[[package]]
 3021   2988   
name = "linux-raw-sys"
 3022   2989   
version = "0.11.0"
 3023   2990   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3024   2991   
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 3025   2992   
 3026   2993   
[[package]]
 3027   2994   
name = "litemap"
 3028         -
version = "0.8.0"
        2995  +
version = "0.8.1"
 3029   2996   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3030         -
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
        2997  +
checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
 3031   2998   
 3032   2999   
[[package]]
 3033   3000   
name = "lock_api"
 3034   3001   
version = "0.4.14"
 3035   3002   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3036   3003   
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
 3037   3004   
dependencies = [
 3038   3005   
 "scopeguard",
 3039   3006   
]
 3040   3007   
@@ -3402,3369 +3522,3488 @@
 3422   3389   
]
 3423   3390   
 3424   3391   
[[package]]
 3425   3392   
name = "portable-atomic"
 3426   3393   
version = "1.11.1"
 3427   3394   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3428   3395   
checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
 3429   3396   
 3430   3397   
[[package]]
 3431   3398   
name = "potential_utf"
 3432         -
version = "0.1.3"
        3399  +
version = "0.1.4"
 3433   3400   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3434         -
checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
        3401  +
checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
 3435   3402   
dependencies = [
 3436   3403   
 "zerovec",
 3437   3404   
]
 3438   3405   
 3439   3406   
[[package]]
 3440   3407   
name = "powerfmt"
 3441   3408   
version = "0.2.0"
 3442   3409   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3443   3410   
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
 3444   3411   
 3445   3412   
[[package]]
 3446   3413   
name = "ppv-lite86"
 3447   3414   
version = "0.2.21"
 3448   3415   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3449   3416   
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
 3450   3417   
dependencies = [
 3451   3418   
 "zerocopy",
 3452   3419   
]
 3453   3420   
 3454   3421   
[[package]]
 3455   3422   
name = "pretty_assertions"
 3456   3423   
version = "1.4.1"
 3457   3424   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3458   3425   
checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
 3459   3426   
dependencies = [
 3460   3427   
 "diff",
 3461   3428   
 "yansi",
 3462   3429   
]
 3463   3430   
 3464   3431   
[[package]]
 3465   3432   
name = "prettyplease"
 3466   3433   
version = "0.2.37"
 3467   3434   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3468   3435   
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
 3469   3436   
dependencies = [
 3470   3437   
 "proc-macro2",
 3471   3438   
 "syn",
 3472   3439   
]
 3473   3440   
 3474   3441   
[[package]]
 3475   3442   
name = "proc-macro2"
 3476         -
version = "1.0.101"
        3443  +
version = "1.0.103"
 3477   3444   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3478         -
checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
        3445  +
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
 3479   3446   
dependencies = [
 3480   3447   
 "unicode-ident",
 3481   3448   
]
 3482   3449   
 3483   3450   
[[package]]
 3484   3451   
name = "proptest"
 3485         -
version = "1.8.0"
        3452  +
version = "1.9.0"
 3486   3453   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3487         -
checksum = "2bb0be07becd10686a0bb407298fb425360a5c44a663774406340c59a22de4ce"
        3454  +
checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40"
 3488   3455   
dependencies = [
 3489   3456   
 "bit-set",
 3490   3457   
 "bit-vec",
 3491   3458   
 "bitflags 2.10.0",
 3492         -
 "lazy_static",
 3493   3459   
 "num-traits",
 3494   3460   
 "rand 0.9.2",
 3495   3461   
 "rand_chacha 0.9.0",
 3496   3462   
 "rand_xorshift",
 3497   3463   
 "regex-syntax",
 3498   3464   
 "rusty-fork",
 3499   3465   
 "tempfile",
 3500   3466   
 "unarray",
 3501   3467   
]
 3502   3468   
@@ -3735,3701 +3874,3840 @@
 3755   3721   
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
 3756   3722   
dependencies = [
 3757   3723   
 "log",
 3758   3724   
 "ring",
 3759   3725   
 "rustls-webpki 0.101.7",
 3760   3726   
 "sct",
 3761   3727   
]
 3762   3728   
 3763   3729   
[[package]]
 3764   3730   
name = "rustls"
 3765         -
version = "0.23.33"
        3731  +
version = "0.23.34"
 3766   3732   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3767         -
checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
        3733  +
checksum = "6a9586e9ee2b4f8fab52a0048ca7334d7024eef48e2cb9407e3497bb7cab7fa7"
 3768   3734   
dependencies = [
 3769   3735   
 "aws-lc-rs",
 3770   3736   
 "log",
 3771   3737   
 "once_cell",
 3772   3738   
 "ring",
 3773   3739   
 "rustls-pki-types",
 3774         -
 "rustls-webpki 0.103.7",
        3740  +
 "rustls-webpki 0.103.8",
 3775   3741   
 "subtle",
 3776   3742   
 "zeroize",
 3777   3743   
]
 3778   3744   
 3779   3745   
[[package]]
 3780   3746   
name = "rustls-native-certs"
 3781   3747   
version = "0.6.3"
 3782   3748   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3783   3749   
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
 3784   3750   
dependencies = [
 3785   3751   
 "openssl-probe",
 3786   3752   
 "rustls-pemfile 1.0.4",
 3787   3753   
 "schannel",
 3788   3754   
 "security-framework 2.11.1",
 3789   3755   
]
 3790   3756   
 3791   3757   
[[package]]
 3792   3758   
name = "rustls-native-certs"
 3793   3759   
version = "0.8.2"
 3794   3760   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3795   3761   
checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
 3796   3762   
dependencies = [
 3797   3763   
 "openssl-probe",
 3798   3764   
 "rustls-pki-types",
 3799   3765   
 "schannel",
 3800   3766   
 "security-framework 3.5.1",
 3801   3767   
]
 3802   3768   
 3803   3769   
[[package]]
 3804   3770   
name = "rustls-pemfile"
 3805   3771   
version = "1.0.4"
 3806   3772   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3807   3773   
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
 3808   3774   
dependencies = [
 3809   3775   
 "base64 0.21.7",
 3810   3776   
]
 3811   3777   
 3812   3778   
[[package]]
 3813   3779   
name = "rustls-pemfile"
 3814   3780   
version = "2.2.0"
 3815   3781   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3816   3782   
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
 3817   3783   
dependencies = [
 3818   3784   
 "rustls-pki-types",
 3819   3785   
]
 3820   3786   
 3821   3787   
[[package]]
 3822   3788   
name = "rustls-pki-types"
 3823         -
version = "1.12.0"
        3789  +
version = "1.13.0"
 3824   3790   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3825         -
checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
        3791  +
checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a"
 3826   3792   
dependencies = [
 3827   3793   
 "zeroize",
 3828   3794   
]
 3829   3795   
 3830   3796   
[[package]]
 3831   3797   
name = "rustls-webpki"
 3832   3798   
version = "0.101.7"
 3833   3799   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3834   3800   
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
 3835   3801   
dependencies = [
 3836   3802   
 "ring",
 3837   3803   
 "untrusted 0.9.0",
 3838   3804   
]
 3839   3805   
 3840   3806   
[[package]]
 3841   3807   
name = "rustls-webpki"
 3842         -
version = "0.103.7"
        3808  +
version = "0.103.8"
 3843   3809   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3844         -
checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
        3810  +
checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
 3845   3811   
dependencies = [
 3846   3812   
 "aws-lc-rs",
 3847   3813   
 "ring",
 3848   3814   
 "rustls-pki-types",
 3849   3815   
 "untrusted 0.9.0",
 3850   3816   
]
 3851   3817   
 3852   3818   
[[package]]
 3853   3819   
name = "rustversion"
 3854   3820   
version = "1.0.22"
@@ -4228,4194 +4290,4256 @@
 4248   4214   
checksum = "5c0e04424e733e69714ca1bbb9204c1a57f09f5493439520f9f68c132ad25eec"
 4249   4215   
 4250   4216   
[[package]]
 4251   4217   
name = "subtle"
 4252   4218   
version = "2.6.1"
 4253   4219   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4254   4220   
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
 4255   4221   
 4256   4222   
[[package]]
 4257   4223   
name = "syn"
 4258         -
version = "2.0.107"
        4224  +
version = "2.0.108"
 4259   4225   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4260         -
checksum = "2a26dbd934e5451d21ef060c018dae56fc073894c5a7896f882928a76e6d081b"
        4226  +
checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917"
 4261   4227   
dependencies = [
 4262   4228   
 "proc-macro2",
 4263   4229   
 "quote",
 4264   4230   
 "unicode-ident",
 4265   4231   
]
 4266   4232   
 4267   4233   
[[package]]
 4268   4234   
name = "synstructure"
 4269   4235   
version = "0.13.2"
 4270   4236   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4370,4336 +4432,4398 @@
 4390   4356   
version = "0.2.24"
 4391   4357   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4392   4358   
checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
 4393   4359   
dependencies = [
 4394   4360   
 "num-conv",
 4395   4361   
 "time-core",
 4396   4362   
]
 4397   4363   
 4398   4364   
[[package]]
 4399   4365   
name = "tinystr"
 4400         -
version = "0.8.1"
        4366  +
version = "0.8.2"
 4401   4367   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4402         -
checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
        4368  +
checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
 4403   4369   
dependencies = [
 4404   4370   
 "displaydoc",
 4405   4371   
 "zerovec",
 4406   4372   
]
 4407   4373   
 4408   4374   
[[package]]
 4409   4375   
name = "tinytemplate"
 4410   4376   
version = "1.2.1"
 4411   4377   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4412   4378   
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
@@ -4447,4413 +4507,4473 @@
 4467   4433   
 "rustls 0.21.12",
 4468   4434   
 "tokio",
 4469   4435   
]
 4470   4436   
 4471   4437   
[[package]]
 4472   4438   
name = "tokio-rustls"
 4473   4439   
version = "0.26.4"
 4474   4440   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4475   4441   
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
 4476   4442   
dependencies = [
 4477         -
 "rustls 0.23.33",
        4443  +
 "rustls 0.23.34",
 4478   4444   
 "tokio",
 4479   4445   
]
 4480   4446   
 4481   4447   
[[package]]
 4482   4448   
name = "tokio-stream"
 4483   4449   
version = "0.1.17"
 4484   4450   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4485   4451   
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
 4486   4452   
dependencies = [
 4487   4453   
 "futures-core",
@@ -4778,4744 +4912,4864 @@
 4798   4764   
name = "wasip2"
 4799   4765   
version = "1.0.1+wasi-0.2.4"
 4800   4766   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4801   4767   
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
 4802   4768   
dependencies = [
 4803   4769   
 "wit-bindgen 0.46.0",
 4804   4770   
]
 4805   4771   
 4806   4772   
[[package]]
 4807   4773   
name = "wasm-bindgen"
 4808         -
version = "0.2.104"
        4774  +
version = "0.2.105"
 4809   4775   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4810         -
checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
        4776  +
checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
 4811   4777   
dependencies = [
 4812   4778   
 "cfg-if",
 4813   4779   
 "once_cell",
 4814   4780   
 "rustversion",
 4815   4781   
 "wasm-bindgen-macro",
 4816   4782   
 "wasm-bindgen-shared",
 4817   4783   
]
 4818   4784   
 4819         -
[[package]]
 4820         -
name = "wasm-bindgen-backend"
 4821         -
version = "0.2.104"
 4822         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4823         -
checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
 4824         -
dependencies = [
 4825         -
 "bumpalo",
 4826         -
 "log",
 4827         -
 "proc-macro2",
 4828         -
 "quote",
 4829         -
 "syn",
 4830         -
 "wasm-bindgen-shared",
 4831         -
]
 4832         -
 4833   4785   
[[package]]
 4834   4786   
name = "wasm-bindgen-futures"
 4835         -
version = "0.4.54"
        4787  +
version = "0.4.55"
 4836   4788   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4837         -
checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c"
        4789  +
checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0"
 4838   4790   
dependencies = [
 4839   4791   
 "cfg-if",
 4840   4792   
 "js-sys",
 4841   4793   
 "once_cell",
 4842   4794   
 "wasm-bindgen",
 4843   4795   
 "web-sys",
 4844   4796   
]
 4845   4797   
 4846   4798   
[[package]]
 4847   4799   
name = "wasm-bindgen-macro"
 4848         -
version = "0.2.104"
        4800  +
version = "0.2.105"
 4849   4801   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4850         -
checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
        4802  +
checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
 4851   4803   
dependencies = [
 4852   4804   
 "quote",
 4853   4805   
 "wasm-bindgen-macro-support",
 4854   4806   
]
 4855   4807   
 4856   4808   
[[package]]
 4857   4809   
name = "wasm-bindgen-macro-support"
 4858         -
version = "0.2.104"
        4810  +
version = "0.2.105"
 4859   4811   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4860         -
checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
        4812  +
checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
 4861   4813   
dependencies = [
        4814  +
 "bumpalo",
 4862   4815   
 "proc-macro2",
 4863   4816   
 "quote",
 4864   4817   
 "syn",
 4865         -
 "wasm-bindgen-backend",
 4866   4818   
 "wasm-bindgen-shared",
 4867   4819   
]
 4868   4820   
 4869   4821   
[[package]]
 4870   4822   
name = "wasm-bindgen-shared"
 4871         -
version = "0.2.104"
        4823  +
version = "0.2.105"
 4872   4824   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4873         -
checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
        4825  +
checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
 4874   4826   
dependencies = [
 4875   4827   
 "unicode-ident",
 4876   4828   
]
 4877   4829   
 4878   4830   
[[package]]
 4879   4831   
name = "web-sys"
 4880         -
version = "0.3.81"
        4832  +
version = "0.3.82"
 4881   4833   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4882         -
checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
        4834  +
checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
 4883   4835   
dependencies = [
 4884   4836   
 "js-sys",
 4885   4837   
 "wasm-bindgen",
 4886   4838   
]
 4887   4839   
 4888   4840   
[[package]]
 4889   4841   
name = "webpki-roots"
 4890   4842   
version = "0.25.4"
 4891   4843   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4892   4844   
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
@@ -5200,5152 +5348,5299 @@
 5220   5172   
]
 5221   5173   
 5222   5174   
[[package]]
 5223   5175   
name = "wit-bindgen"
 5224   5176   
version = "0.46.0"
 5225   5177   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5226   5178   
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
 5227   5179   
 5228   5180   
[[package]]
 5229   5181   
name = "writeable"
 5230         -
version = "0.6.1"
        5182  +
version = "0.6.2"
 5231   5183   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5232         -
checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
        5184  +
checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
 5233   5185   
 5234   5186   
[[package]]
 5235   5187   
name = "xmlparser"
 5236   5188   
version = "0.13.6"
 5237   5189   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5238   5190   
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
 5239   5191   
 5240   5192   
[[package]]
 5241   5193   
name = "yansi"
 5242   5194   
version = "1.0.1"
 5243   5195   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5244   5196   
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
 5245   5197   
 5246   5198   
[[package]]
 5247   5199   
name = "yoke"
 5248         -
version = "0.8.0"
        5200  +
version = "0.8.1"
 5249   5201   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5250         -
checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
        5202  +
checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
 5251   5203   
dependencies = [
 5252         -
 "serde",
 5253   5204   
 "stable_deref_trait",
 5254   5205   
 "yoke-derive",
 5255   5206   
 "zerofrom",
 5256   5207   
]
 5257   5208   
 5258   5209   
[[package]]
 5259   5210   
name = "yoke-derive"
 5260         -
version = "0.8.0"
        5211  +
version = "0.8.1"
 5261   5212   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5262         -
checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
        5213  +
checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
 5263   5214   
dependencies = [
 5264   5215   
 "proc-macro2",
 5265   5216   
 "quote",
 5266   5217   
 "syn",
 5267   5218   
 "synstructure",
 5268   5219   
]
 5269   5220   
 5270   5221   
[[package]]
 5271   5222   
name = "zerocopy"
 5272   5223   
version = "0.8.27"
 5273   5224   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5274   5225   
checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
 5275   5226   
dependencies = [
 5276   5227   
 "zerocopy-derive",
 5277   5228   
]
 5278   5229   
 5279   5230   
[[package]]
 5280   5231   
name = "zerocopy-derive"
 5281   5232   
version = "0.8.27"
 5282   5233   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5283   5234   
checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
 5284   5235   
dependencies = [
 5285   5236   
 "proc-macro2",
 5286   5237   
 "quote",
 5287   5238   
 "syn",
 5288   5239   
]
 5289   5240   
 5290   5241   
[[package]]
 5291   5242   
name = "zerofrom"
 5292   5243   
version = "0.1.6"
 5293   5244   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5294   5245   
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
 5295   5246   
dependencies = [
 5296   5247   
 "zerofrom-derive",
 5297   5248   
]
 5298   5249   
 5299   5250   
[[package]]
 5300   5251   
name = "zerofrom-derive"
 5301   5252   
version = "0.1.6"
 5302   5253   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5303   5254   
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
 5304   5255   
dependencies = [
 5305   5256   
 "proc-macro2",
 5306   5257   
 "quote",
 5307   5258   
 "syn",
 5308   5259   
 "synstructure",
 5309   5260   
]
 5310   5261   
 5311   5262   
[[package]]
 5312   5263   
name = "zeroize"
 5313   5264   
version = "1.8.2"
 5314   5265   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5315   5266   
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
 5316   5267   
 5317   5268   
[[package]]
 5318   5269   
name = "zerotrie"
 5319         -
version = "0.2.2"
        5270  +
version = "0.2.3"
 5320   5271   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5321         -
checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
        5272  +
checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
 5322   5273   
dependencies = [
 5323   5274   
 "displaydoc",
 5324   5275   
 "yoke",
 5325   5276   
 "zerofrom",
 5326   5277   
]
 5327   5278   
 5328   5279   
[[package]]
 5329   5280   
name = "zerovec"
 5330         -
version = "0.11.4"
        5281  +
version = "0.11.5"
 5331   5282   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5332         -
checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
        5283  +
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
 5333   5284   
dependencies = [
 5334   5285   
 "yoke",
 5335   5286   
 "zerofrom",
 5336   5287   
 "zerovec-derive",
 5337   5288   
]
 5338   5289   
 5339   5290   
[[package]]
 5340   5291   
name = "zerovec-derive"
 5341         -
version = "0.11.1"
        5292  +
version = "0.11.2"
 5342   5293   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5343         -
checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
        5294  +
checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
 5344   5295   
dependencies = [
 5345   5296   
 "proc-macro2",
 5346   5297   
 "quote",
 5347   5298   
 "syn",
 5348   5299   
]