AWS SDK

AWS SDK

rev. 5a860d70d7e90d11840f267fbc8429e14ba5d76d

Files changed:

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

@@ -1,1 +402,414 @@
   10     10   
dependencies = [
   11     11   
 "gimli",
   12     12   
]
   13     13   
   14     14   
[[package]]
   15     15   
name = "adler2"
   16     16   
version = "2.0.0"
   17     17   
source = "registry+https://github.com/rust-lang/crates.io-index"
   18     18   
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   19     19   
          20  +
[[package]]
          21  +
name = "ahash"
          22  +
version = "0.8.11"
          23  +
source = "registry+https://github.com/rust-lang/crates.io-index"
          24  +
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
          25  +
dependencies = [
          26  +
 "cfg-if",
          27  +
 "once_cell",
          28  +
 "version_check",
          29  +
 "zerocopy",
          30  +
]
          31  +
   20     32   
[[package]]
   21     33   
name = "aho-corasick"
   22     34   
version = "1.1.3"
   23     35   
source = "registry+https://github.com/rust-lang/crates.io-index"
   24     36   
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
   25     37   
dependencies = [
   26     38   
 "memchr",
   27     39   
]
   28     40   
   29     41   
[[package]]
   30     42   
name = "allocator-api2"
   31     43   
version = "0.2.18"
   32     44   
source = "registry+https://github.com/rust-lang/crates.io-index"
   33     45   
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
   34     46   
   35     47   
[[package]]
   36     48   
name = "anes"
   37     49   
version = "0.1.6"
   38     50   
source = "registry+https://github.com/rust-lang/crates.io-index"
   39     51   
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
   40     52   
   41     53   
[[package]]
   42     54   
name = "anstyle"
   43         -
version = "1.0.10"
          55  +
version = "1.0.8"
   44     56   
source = "registry+https://github.com/rust-lang/crates.io-index"
   45         -
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
          57  +
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
   46     58   
   47     59   
[[package]]
   48     60   
name = "approx"
   49     61   
version = "0.5.1"
   50     62   
source = "registry+https://github.com/rust-lang/crates.io-index"
   51     63   
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
   52     64   
dependencies = [
   53     65   
 "num-traits",
   54     66   
]
   55     67   
   56     68   
[[package]]
   57     69   
name = "arbitrary"
   58         -
version = "1.4.1"
          70  +
version = "1.3.2"
   59     71   
source = "registry+https://github.com/rust-lang/crates.io-index"
   60         -
checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
          72  +
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
   61     73   
   62     74   
[[package]]
   63     75   
name = "assert-json-diff"
   64     76   
version = "1.1.0"
   65     77   
source = "registry+https://github.com/rust-lang/crates.io-index"
   66     78   
checksum = "4259cbe96513d2f1073027a259fc2ca917feb3026a5a8d984e3628e490255cc0"
   67     79   
dependencies = [
   68     80   
 "extend",
   69     81   
 "serde",
   70     82   
 "serde_json",
   71     83   
]
   72     84   
   73     85   
[[package]]
   74     86   
name = "async-channel"
   75     87   
version = "1.9.0"
   76     88   
source = "registry+https://github.com/rust-lang/crates.io-index"
   77     89   
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
   78     90   
dependencies = [
   79     91   
 "concurrent-queue",
   80     92   
 "event-listener 2.5.3",
   81     93   
 "futures-core",
   82     94   
]
   83     95   
   84     96   
[[package]]
   85     97   
name = "async-channel"
   86     98   
version = "2.3.1"
   87     99   
source = "registry+https://github.com/rust-lang/crates.io-index"
   88    100   
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
   89    101   
dependencies = [
   90    102   
 "concurrent-queue",
   91    103   
 "event-listener-strategy",
   92    104   
 "futures-core",
   93    105   
 "pin-project-lite",
   94    106   
]
   95    107   
   96    108   
[[package]]
   97    109   
name = "async-executor"
   98    110   
version = "1.13.1"
   99    111   
source = "registry+https://github.com/rust-lang/crates.io-index"
  100    112   
checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  101    113   
dependencies = [
  102    114   
 "async-task",
  103    115   
 "concurrent-queue",
  104    116   
 "fastrand 2.0.2",
  105         -
 "futures-lite 2.4.0",
         117  +
 "futures-lite 2.3.0",
  106    118   
 "slab",
  107    119   
]
  108    120   
  109    121   
[[package]]
  110    122   
name = "async-fs"
  111    123   
version = "1.6.0"
  112    124   
source = "registry+https://github.com/rust-lang/crates.io-index"
  113    125   
checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
  114    126   
dependencies = [
  115    127   
 "async-lock 2.8.0",
  116    128   
 "autocfg",
  117    129   
 "blocking",
  118    130   
 "futures-lite 1.13.0",
  119    131   
]
  120    132   
  121    133   
[[package]]
  122    134   
name = "async-global-executor"
  123    135   
version = "2.4.1"
  124    136   
source = "registry+https://github.com/rust-lang/crates.io-index"
  125    137   
checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  126    138   
dependencies = [
  127    139   
 "async-channel 2.3.1",
  128    140   
 "async-executor",
  129    141   
 "async-io 2.3.4",
  130    142   
 "async-lock 3.4.0",
  131    143   
 "blocking",
  132         -
 "futures-lite 2.4.0",
         144  +
 "futures-lite 2.3.0",
  133    145   
 "once_cell",
  134    146   
]
  135    147   
  136    148   
[[package]]
  137    149   
name = "async-io"
  138    150   
version = "1.13.0"
  139    151   
source = "registry+https://github.com/rust-lang/crates.io-index"
  140    152   
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
  141    153   
dependencies = [
  142    154   
 "async-lock 2.8.0",
  143    155   
 "autocfg",
  144    156   
 "cfg-if",
  145    157   
 "concurrent-queue",
  146    158   
 "futures-lite 1.13.0",
  147    159   
 "log",
  148    160   
 "parking",
  149    161   
 "polling 2.8.0",
  150    162   
 "rustix 0.37.27",
  151    163   
 "slab",
  152    164   
 "socket2 0.4.10",
  153    165   
 "waker-fn",
  154    166   
]
  155    167   
  156    168   
[[package]]
  157    169   
name = "async-io"
  158    170   
version = "2.3.4"
  159    171   
source = "registry+https://github.com/rust-lang/crates.io-index"
  160    172   
checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
  161    173   
dependencies = [
  162    174   
 "async-lock 3.4.0",
  163    175   
 "cfg-if",
  164    176   
 "concurrent-queue",
  165    177   
 "futures-io",
  166         -
 "futures-lite 2.4.0",
         178  +
 "futures-lite 2.3.0",
  167    179   
 "parking",
  168    180   
 "polling 3.7.3",
  169         -
 "rustix 0.38.39",
         181  +
 "rustix 0.38.37",
  170    182   
 "slab",
  171    183   
 "tracing",
  172    184   
 "windows-sys 0.59.0",
  173    185   
]
  174    186   
  175    187   
[[package]]
  176    188   
name = "async-lock"
  177    189   
version = "2.8.0"
  178    190   
source = "registry+https://github.com/rust-lang/crates.io-index"
  179    191   
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  180    192   
dependencies = [
  181    193   
 "event-listener 2.5.3",
  182    194   
]
  183    195   
  184    196   
[[package]]
  185    197   
name = "async-lock"
  186    198   
version = "3.4.0"
  187    199   
source = "registry+https://github.com/rust-lang/crates.io-index"
  188    200   
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  189    201   
dependencies = [
  190    202   
 "event-listener 5.3.1",
  191    203   
 "event-listener-strategy",
  192    204   
 "pin-project-lite",
  193    205   
]
  194    206   
  195    207   
[[package]]
  196    208   
name = "async-net"
  197    209   
version = "1.8.0"
  198    210   
source = "registry+https://github.com/rust-lang/crates.io-index"
  199    211   
checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
  200    212   
dependencies = [
  201    213   
 "async-io 1.13.0",
  202    214   
 "blocking",
  203    215   
 "futures-lite 1.13.0",
  204    216   
]
  205    217   
  206    218   
[[package]]
  207    219   
name = "async-process"
  208    220   
version = "1.8.1"
  209    221   
source = "registry+https://github.com/rust-lang/crates.io-index"
  210    222   
checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
  211    223   
dependencies = [
  212    224   
 "async-io 1.13.0",
  213    225   
 "async-lock 2.8.0",
  214    226   
 "async-signal",
  215    227   
 "blocking",
  216    228   
 "cfg-if",
  217    229   
 "event-listener 3.1.0",
  218    230   
 "futures-lite 1.13.0",
  219         -
 "rustix 0.38.39",
         231  +
 "rustix 0.38.37",
  220    232   
 "windows-sys 0.48.0",
  221    233   
]
  222    234   
  223    235   
[[package]]
  224    236   
name = "async-signal"
  225    237   
version = "0.2.10"
  226    238   
source = "registry+https://github.com/rust-lang/crates.io-index"
  227    239   
checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  228    240   
dependencies = [
  229    241   
 "async-io 2.3.4",
  230    242   
 "async-lock 3.4.0",
  231    243   
 "atomic-waker",
  232    244   
 "cfg-if",
  233    245   
 "futures-core",
  234    246   
 "futures-io",
  235         -
 "rustix 0.38.39",
         247  +
 "rustix 0.38.37",
  236    248   
 "signal-hook-registry",
  237    249   
 "slab",
  238    250   
 "windows-sys 0.59.0",
  239    251   
]
  240    252   
  241    253   
[[package]]
  242    254   
name = "async-std"
  243    255   
version = "1.13.0"
  244    256   
source = "registry+https://github.com/rust-lang/crates.io-index"
  245    257   
checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
  246    258   
dependencies = [
  247    259   
 "async-channel 1.9.0",
  248    260   
 "async-global-executor",
  249    261   
 "async-io 2.3.4",
  250    262   
 "async-lock 3.4.0",
  251    263   
 "crossbeam-utils",
  252    264   
 "futures-channel",
  253    265   
 "futures-core",
  254    266   
 "futures-io",
  255         -
 "futures-lite 2.4.0",
         267  +
 "futures-lite 2.3.0",
  256    268   
 "gloo-timers",
  257    269   
 "kv-log-macro",
  258    270   
 "log",
  259    271   
 "memchr",
  260    272   
 "once_cell",
  261    273   
 "pin-project-lite",
  262    274   
 "pin-utils",
  263    275   
 "slab",
  264    276   
 "wasm-bindgen-futures",
  265    277   
]
  266    278   
  267    279   
[[package]]
  268    280   
name = "async-stream"
  269    281   
version = "0.3.6"
  270    282   
source = "registry+https://github.com/rust-lang/crates.io-index"
  271    283   
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
  272    284   
dependencies = [
  273    285   
 "async-stream-impl",
  274    286   
 "futures-core",
  275    287   
 "pin-project-lite",
  276    288   
]
  277    289   
  278    290   
[[package]]
  279    291   
name = "async-stream-impl"
  280    292   
version = "0.3.6"
  281    293   
source = "registry+https://github.com/rust-lang/crates.io-index"
  282    294   
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
  283    295   
dependencies = [
  284    296   
 "proc-macro2",
  285    297   
 "quote",
  286         -
 "syn 2.0.87",
         298  +
 "syn 2.0.82",
  287    299   
]
  288    300   
  289    301   
[[package]]
  290    302   
name = "async-task"
  291    303   
version = "4.7.1"
  292    304   
source = "registry+https://github.com/rust-lang/crates.io-index"
  293    305   
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
  294    306   
  295    307   
[[package]]
  296    308   
name = "async-trait"
  297    309   
version = "0.1.83"
  298    310   
source = "registry+https://github.com/rust-lang/crates.io-index"
  299    311   
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
  300    312   
dependencies = [
  301    313   
 "proc-macro2",
  302    314   
 "quote",
  303         -
 "syn 2.0.87",
         315  +
 "syn 2.0.82",
  304    316   
]
  305    317   
  306    318   
[[package]]
  307    319   
name = "atomic-waker"
  308    320   
version = "1.1.2"
  309    321   
source = "registry+https://github.com/rust-lang/crates.io-index"
  310    322   
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
  311    323   
  312    324   
[[package]]
  313    325   
name = "autocfg"
  314    326   
version = "1.4.0"
  315    327   
source = "registry+https://github.com/rust-lang/crates.io-index"
  316    328   
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
  317    329   
  318    330   
[[package]]
  319    331   
name = "aws-config"
  320         -
version = "1.5.10"
         332  +
version = "1.5.9"
  321    333   
dependencies = [
  322    334   
 "aws-credential-types 1.2.1",
  323    335   
 "aws-runtime 1.4.3",
  324    336   
 "aws-sdk-sso",
  325    337   
 "aws-sdk-ssooidc",
  326    338   
 "aws-sdk-sts",
  327    339   
 "aws-smithy-async 1.2.1",
  328    340   
 "aws-smithy-http 0.60.11",
  329    341   
 "aws-smithy-json 0.60.7",
  330    342   
 "aws-smithy-runtime 1.7.3",
  331         -
 "aws-smithy-runtime-api 1.7.3",
  332         -
 "aws-smithy-types 1.2.9",
         343  +
 "aws-smithy-runtime-api 1.7.2",
         344  +
 "aws-smithy-types 1.2.8",
  333    345   
 "aws-types 1.3.3",
  334    346   
 "bytes",
  335    347   
 "fastrand 2.0.2",
  336    348   
 "futures-util",
  337    349   
 "hex",
  338    350   
 "http 0.2.12",
  339    351   
 "hyper-rustls 0.24.2",
  340    352   
 "ring",
  341    353   
 "serde",
  342    354   
 "serde_json",
  343    355   
 "time",
  344    356   
 "tokio",
  345    357   
 "tracing",
  346    358   
 "tracing-subscriber",
  347    359   
 "tracing-test",
  348    360   
 "url",
  349    361   
 "zeroize",
  350    362   
]
  351    363   
  352    364   
[[package]]
  353    365   
name = "aws-credential-types"
  354    366   
version = "1.2.1"
  355    367   
dependencies = [
  356    368   
 "async-trait",
  357    369   
 "aws-smithy-async 1.2.1",
  358         -
 "aws-smithy-runtime-api 1.7.3",
  359         -
 "aws-smithy-types 1.2.9",
         370  +
 "aws-smithy-runtime-api 1.7.2",
         371  +
 "aws-smithy-types 1.2.8",
  360    372   
 "tokio",
  361    373   
 "zeroize",
  362    374   
]
  363    375   
  364    376   
[[package]]
  365    377   
name = "aws-credential-types"
  366    378   
version = "1.2.1"
  367    379   
source = "registry+https://github.com/rust-lang/crates.io-index"
  368    380   
checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
  369    381   
dependencies = [
  370    382   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  371         -
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
  372         -
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
         383  +
 "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
         384  +
 "aws-smithy-types 1.2.7",
  373    385   
 "zeroize",
  374    386   
]
  375    387   
  376    388   
[[package]]
  377    389   
name = "aws-endpoint"
  378    390   
version = "0.60.3"
  379    391   
  380    392   
[[package]]
  381    393   
name = "aws-http"
  382    394   
version = "0.60.6"
@@ -416,428 +1706,1717 @@
  436    448   
version = "1.4.3"
  437    449   
dependencies = [
  438    450   
 "arbitrary",
  439    451   
 "aws-credential-types 1.2.1",
  440    452   
 "aws-sigv4 1.2.5",
  441    453   
 "aws-smithy-async 1.2.1",
  442    454   
 "aws-smithy-eventstream 0.60.5",
  443    455   
 "aws-smithy-http 0.60.11",
  444    456   
 "aws-smithy-protocol-test 0.63.0",
  445    457   
 "aws-smithy-runtime 1.7.3",
  446         -
 "aws-smithy-runtime-api 1.7.3",
  447         -
 "aws-smithy-types 1.2.9",
         458  +
 "aws-smithy-runtime-api 1.7.2",
         459  +
 "aws-smithy-types 1.2.8",
  448    460   
 "aws-types 1.3.3",
  449    461   
 "bytes",
  450    462   
 "bytes-utils",
  451    463   
 "convert_case",
  452    464   
 "fastrand 2.0.2",
  453    465   
 "futures-util",
  454    466   
 "http 0.2.12",
  455    467   
 "http 1.1.0",
  456    468   
 "http-body 0.4.6",
  457    469   
 "http-body 1.0.1",
  458    470   
 "once_cell",
  459    471   
 "percent-encoding",
  460    472   
 "pin-project-lite",
  461    473   
 "proptest",
  462    474   
 "regex-lite",
  463    475   
 "serde",
  464    476   
 "serde_json",
  465    477   
 "tokio",
  466    478   
 "tracing",
  467    479   
 "tracing-subscriber",
  468    480   
 "tracing-test",
  469    481   
 "uuid",
  470    482   
]
  471    483   
  472    484   
[[package]]
  473    485   
name = "aws-runtime"
  474    486   
version = "1.4.3"
  475    487   
source = "registry+https://github.com/rust-lang/crates.io-index"
  476    488   
checksum = "a10d5c055aa540164d9561a0e2e74ad30f0dcf7393c3a92f6733ddf9c5762468"
  477    489   
dependencies = [
  478    490   
 "aws-credential-types 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  479         -
 "aws-sigv4 1.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
         491  +
 "aws-sigv4 1.2.4",
  480    492   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  481    493   
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
  482    494   
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
  483         -
 "aws-smithy-runtime 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
  484         -
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
  485         -
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
         495  +
 "aws-smithy-runtime 1.7.2",
         496  +
 "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
         497  +
 "aws-smithy-types 1.2.7",
  486    498   
 "aws-types 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  487    499   
 "bytes",
  488    500   
 "fastrand 2.0.2",
  489    501   
 "http 0.2.12",
  490    502   
 "http-body 0.4.6",
  491    503   
 "once_cell",
  492    504   
 "percent-encoding",
  493    505   
 "pin-project-lite",
  494    506   
 "tracing",
  495    507   
 "uuid",
  496    508   
]
  497    509   
  498    510   
[[package]]
  499    511   
name = "aws-runtime-api"
  500    512   
version = "1.1.8"
  501    513   
  502    514   
[[package]]
  503    515   
name = "aws-sdk-bedrockruntime"
  504    516   
version = "0.0.0-local"
  505    517   
dependencies = [
  506    518   
 "aws-config",
  507    519   
 "aws-credential-types 1.2.1",
  508    520   
 "aws-runtime 1.4.3",
  509    521   
 "aws-smithy-async 1.2.1",
  510    522   
 "aws-smithy-eventstream 0.60.5",
  511    523   
 "aws-smithy-http 0.60.11",
  512    524   
 "aws-smithy-json 0.60.7",
  513    525   
 "aws-smithy-runtime 1.7.3",
  514         -
 "aws-smithy-runtime-api 1.7.3",
  515         -
 "aws-smithy-types 1.2.9",
         526  +
 "aws-smithy-runtime-api 1.7.2",
         527  +
 "aws-smithy-types 1.2.8",
  516    528   
 "aws-types 1.3.3",
  517    529   
 "bytes",
  518    530   
 "http 0.2.12",
  519    531   
 "once_cell",
  520    532   
 "regex-lite",
  521    533   
 "tokio",
  522    534   
 "tracing",
  523    535   
]
  524    536   
  525    537   
[[package]]
  526    538   
name = "aws-sdk-codecatalyst"
  527    539   
version = "0.0.0-local"
  528    540   
dependencies = [
  529    541   
 "aws-config",
  530    542   
 "aws-credential-types 1.2.1",
  531    543   
 "aws-runtime 1.4.3",
  532    544   
 "aws-smithy-async 1.2.1",
  533    545   
 "aws-smithy-http 0.60.11",
  534    546   
 "aws-smithy-json 0.60.7",
  535    547   
 "aws-smithy-protocol-test 0.63.0",
  536    548   
 "aws-smithy-runtime 1.7.3",
  537         -
 "aws-smithy-runtime-api 1.7.3",
  538         -
 "aws-smithy-types 1.2.9",
         549  +
 "aws-smithy-runtime-api 1.7.2",
         550  +
 "aws-smithy-types 1.2.8",
  539    551   
 "aws-types 1.3.3",
  540    552   
 "bytes",
  541    553   
 "fastrand 2.0.2",
  542    554   
 "futures-util",
  543    555   
 "http 0.2.12",
  544    556   
 "once_cell",
  545    557   
 "regex-lite",
  546    558   
 "serde_json",
  547    559   
 "tokio",
  548    560   
 "tracing",
  549    561   
 "tracing-subscriber",
  550    562   
]
  551    563   
  552    564   
[[package]]
  553    565   
name = "aws-sdk-config"
  554    566   
version = "0.0.0-local"
  555    567   
dependencies = [
  556    568   
 "aws-config",
  557    569   
 "aws-credential-types 1.2.1",
  558    570   
 "aws-runtime 1.4.3",
  559    571   
 "aws-smithy-async 1.2.1",
  560    572   
 "aws-smithy-http 0.60.11",
  561    573   
 "aws-smithy-json 0.60.7",
  562    574   
 "aws-smithy-runtime 1.7.3",
  563         -
 "aws-smithy-runtime-api 1.7.3",
  564         -
 "aws-smithy-types 1.2.9",
         575  +
 "aws-smithy-runtime-api 1.7.2",
         576  +
 "aws-smithy-types 1.2.8",
  565    577   
 "aws-types 1.3.3",
  566    578   
 "bytes",
  567    579   
 "http 0.2.12",
  568    580   
 "once_cell",
  569    581   
 "regex-lite",
  570    582   
 "tokio",
  571    583   
 "tracing",
  572    584   
]
  573    585   
  574    586   
[[package]]
  575    587   
name = "aws-sdk-dynamodb"
  576    588   
version = "0.0.0-local"
  577    589   
dependencies = [
  578    590   
 "approx",
  579    591   
 "aws-config",
  580    592   
 "aws-credential-types 1.2.1",
  581    593   
 "aws-runtime 1.4.3",
  582    594   
 "aws-smithy-async 1.2.1",
  583    595   
 "aws-smithy-http 0.60.11",
  584    596   
 "aws-smithy-json 0.60.7",
  585    597   
 "aws-smithy-protocol-test 0.63.0",
  586    598   
 "aws-smithy-runtime 1.7.3",
  587         -
 "aws-smithy-runtime-api 1.7.3",
  588         -
 "aws-smithy-types 1.2.9",
         599  +
 "aws-smithy-runtime-api 1.7.2",
         600  +
 "aws-smithy-types 1.2.8",
  589    601   
 "aws-types 1.3.3",
  590    602   
 "bytes",
  591    603   
 "criterion",
  592    604   
 "fastrand 2.0.2",
  593    605   
 "futures-util",
  594    606   
 "http 0.2.12",
  595    607   
 "once_cell",
  596    608   
 "regex-lite",
  597    609   
 "serde_json",
  598    610   
 "tokio",
  599    611   
 "tracing",
  600    612   
 "tracing-subscriber",
  601    613   
]
  602    614   
  603    615   
[[package]]
  604    616   
name = "aws-sdk-ec2"
  605    617   
version = "0.0.0-local"
  606    618   
dependencies = [
  607    619   
 "aws-config",
  608    620   
 "aws-credential-types 1.2.1",
  609    621   
 "aws-runtime 1.4.3",
  610    622   
 "aws-smithy-async 1.2.1",
  611    623   
 "aws-smithy-http 0.60.11",
  612    624   
 "aws-smithy-json 0.60.7",
  613    625   
 "aws-smithy-protocol-test 0.63.0",
  614    626   
 "aws-smithy-query",
  615    627   
 "aws-smithy-runtime 1.7.3",
  616         -
 "aws-smithy-runtime-api 1.7.3",
  617         -
 "aws-smithy-types 1.2.9",
         628  +
 "aws-smithy-runtime-api 1.7.2",
         629  +
 "aws-smithy-types 1.2.8",
  618    630   
 "aws-smithy-xml 0.60.9",
  619    631   
 "aws-types 1.3.3",
  620    632   
 "fastrand 2.0.2",
  621    633   
 "futures-util",
  622    634   
 "http 0.2.12",
  623    635   
 "once_cell",
  624    636   
 "regex-lite",
  625    637   
 "serde_json",
  626    638   
 "tokio",
  627    639   
 "tracing",
  628    640   
 "tracing-subscriber",
  629    641   
]
  630    642   
  631    643   
[[package]]
  632    644   
name = "aws-sdk-ecs"
  633    645   
version = "0.0.0-local"
  634    646   
dependencies = [
  635    647   
 "aws-config",
  636    648   
 "aws-credential-types 1.2.1",
  637    649   
 "aws-runtime 1.4.3",
  638    650   
 "aws-smithy-async 1.2.1",
  639    651   
 "aws-smithy-http 0.60.11",
  640    652   
 "aws-smithy-json 0.60.7",
  641    653   
 "aws-smithy-runtime 1.7.3",
  642         -
 "aws-smithy-runtime-api 1.7.3",
  643         -
 "aws-smithy-types 1.2.9",
         654  +
 "aws-smithy-runtime-api 1.7.2",
         655  +
 "aws-smithy-types 1.2.8",
  644    656   
 "aws-types 1.3.3",
  645    657   
 "bytes",
  646    658   
 "fastrand 2.0.2",
  647    659   
 "http 0.2.12",
  648    660   
 "once_cell",
  649    661   
 "regex-lite",
  650    662   
 "tokio",
  651    663   
 "tracing",
  652    664   
]
  653    665   
  654    666   
[[package]]
  655    667   
name = "aws-sdk-glacier"
  656    668   
version = "0.0.0-local"
  657    669   
dependencies = [
  658    670   
 "aws-config",
  659    671   
 "aws-credential-types 1.2.1",
  660    672   
 "aws-runtime 1.4.3",
  661    673   
 "aws-sigv4 1.2.5",
  662    674   
 "aws-smithy-async 1.2.1",
  663    675   
 "aws-smithy-http 0.60.11",
  664    676   
 "aws-smithy-json 0.60.7",
  665    677   
 "aws-smithy-protocol-test 0.63.0",
  666    678   
 "aws-smithy-runtime 1.7.3",
  667         -
 "aws-smithy-runtime-api 1.7.3",
  668         -
 "aws-smithy-types 1.2.9",
         679  +
 "aws-smithy-runtime-api 1.7.2",
         680  +
 "aws-smithy-types 1.2.8",
  669    681   
 "aws-types 1.3.3",
  670    682   
 "bytes",
  671    683   
 "futures-util",
  672    684   
 "hex",
  673    685   
 "http 0.2.12",
  674    686   
 "once_cell",
  675    687   
 "pretty_assertions",
  676    688   
 "regex-lite",
  677    689   
 "ring",
  678    690   
 "serde_json",
  679    691   
 "tokio",
  680    692   
 "tracing",
  681    693   
 "tracing-subscriber",
  682    694   
 "tracing-test",
  683    695   
]
  684    696   
  685    697   
[[package]]
  686    698   
name = "aws-sdk-iam"
  687    699   
version = "0.0.0-local"
  688    700   
dependencies = [
  689    701   
 "aws-config",
  690    702   
 "aws-credential-types 1.2.1",
  691    703   
 "aws-runtime 1.4.3",
  692    704   
 "aws-smithy-async 1.2.1",
  693    705   
 "aws-smithy-http 0.60.11",
  694    706   
 "aws-smithy-json 0.60.7",
  695    707   
 "aws-smithy-protocol-test 0.63.0",
  696    708   
 "aws-smithy-query",
  697    709   
 "aws-smithy-runtime 1.7.3",
  698         -
 "aws-smithy-runtime-api 1.7.3",
  699         -
 "aws-smithy-types 1.2.9",
         710  +
 "aws-smithy-runtime-api 1.7.2",
         711  +
 "aws-smithy-types 1.2.8",
  700    712   
 "aws-smithy-xml 0.60.9",
  701    713   
 "aws-types 1.3.3",
  702    714   
 "futures-util",
  703    715   
 "http 0.2.12",
  704    716   
 "once_cell",
  705    717   
 "regex-lite",
  706    718   
 "serde_json",
  707    719   
 "tokio",
  708    720   
 "tracing",
  709    721   
 "tracing-subscriber",
  710    722   
]
  711    723   
  712    724   
[[package]]
  713    725   
name = "aws-sdk-kms"
  714    726   
version = "0.0.0-local"
  715    727   
dependencies = [
  716    728   
 "aws-config",
  717    729   
 "aws-credential-types 1.2.1",
  718    730   
 "aws-runtime 1.4.3",
  719    731   
 "aws-smithy-async 1.2.1",
  720    732   
 "aws-smithy-http 0.60.11",
  721    733   
 "aws-smithy-json 0.60.7",
  722    734   
 "aws-smithy-protocol-test 0.63.0",
  723    735   
 "aws-smithy-runtime 1.7.3",
  724         -
 "aws-smithy-runtime-api 1.7.3",
  725         -
 "aws-smithy-types 1.2.9",
         736  +
 "aws-smithy-runtime-api 1.7.2",
         737  +
 "aws-smithy-types 1.2.8",
  726    738   
 "aws-types 1.3.3",
  727    739   
 "bytes",
  728    740   
 "futures-util",
  729    741   
 "http 0.2.12",
  730    742   
 "once_cell",
  731    743   
 "regex-lite",
  732    744   
 "serde_json",
  733    745   
 "tokio",
  734    746   
 "tracing",
  735    747   
 "tracing-subscriber",
  736    748   
]
  737    749   
  738    750   
[[package]]
  739    751   
name = "aws-sdk-lambda"
  740    752   
version = "0.0.0-local"
  741    753   
dependencies = [
  742    754   
 "aws-config",
  743    755   
 "aws-credential-types 1.2.1",
  744    756   
 "aws-runtime 1.4.3",
  745    757   
 "aws-smithy-async 1.2.1",
  746    758   
 "aws-smithy-eventstream 0.60.5",
  747    759   
 "aws-smithy-http 0.60.11",
  748    760   
 "aws-smithy-json 0.60.7",
  749    761   
 "aws-smithy-protocol-test 0.63.0",
  750    762   
 "aws-smithy-runtime 1.7.3",
  751         -
 "aws-smithy-runtime-api 1.7.3",
  752         -
 "aws-smithy-types 1.2.9",
         763  +
 "aws-smithy-runtime-api 1.7.2",
         764  +
 "aws-smithy-types 1.2.8",
  753    765   
 "aws-types 1.3.3",
  754    766   
 "bytes",
  755    767   
 "futures-util",
  756    768   
 "http 0.2.12",
  757    769   
 "once_cell",
  758    770   
 "regex-lite",
  759    771   
 "serde_json",
  760    772   
 "tokio",
  761    773   
 "tracing",
  762    774   
 "tracing-subscriber",
  763    775   
]
  764    776   
  765    777   
[[package]]
  766    778   
name = "aws-sdk-polly"
  767    779   
version = "0.0.0-local"
  768    780   
dependencies = [
  769    781   
 "aws-config",
  770    782   
 "aws-credential-types 1.2.1",
  771    783   
 "aws-runtime 1.4.3",
  772    784   
 "aws-sigv4 1.2.5",
  773    785   
 "aws-smithy-async 1.2.1",
  774    786   
 "aws-smithy-http 0.60.11",
  775    787   
 "aws-smithy-json 0.60.7",
  776    788   
 "aws-smithy-protocol-test 0.63.0",
  777    789   
 "aws-smithy-runtime 1.7.3",
  778         -
 "aws-smithy-runtime-api 1.7.3",
  779         -
 "aws-smithy-types 1.2.9",
         790  +
 "aws-smithy-runtime-api 1.7.2",
         791  +
 "aws-smithy-types 1.2.8",
  780    792   
 "aws-types 1.3.3",
  781    793   
 "bytes",
  782    794   
 "futures-util",
  783    795   
 "http 0.2.12",
  784    796   
 "http 1.1.0",
  785    797   
 "http-body 1.0.1",
  786    798   
 "once_cell",
  787    799   
 "regex-lite",
  788    800   
 "serde_json",
  789    801   
 "tokio",
  790    802   
 "tracing",
  791    803   
 "tracing-subscriber",
  792    804   
]
  793    805   
  794    806   
[[package]]
  795    807   
name = "aws-sdk-qldbsession"
  796    808   
version = "0.0.0-local"
  797    809   
dependencies = [
  798    810   
 "aws-config",
  799    811   
 "aws-credential-types 1.2.1",
  800    812   
 "aws-runtime 1.4.3",
  801    813   
 "aws-smithy-async 1.2.1",
  802    814   
 "aws-smithy-http 0.60.11",
  803    815   
 "aws-smithy-json 0.60.7",
  804    816   
 "aws-smithy-protocol-test 0.63.0",
  805    817   
 "aws-smithy-runtime 1.7.3",
  806         -
 "aws-smithy-runtime-api 1.7.3",
  807         -
 "aws-smithy-types 1.2.9",
         818  +
 "aws-smithy-runtime-api 1.7.2",
         819  +
 "aws-smithy-types 1.2.8",
  808    820   
 "aws-types 1.3.3",
  809    821   
 "bytes",
  810    822   
 "futures-util",
  811    823   
 "http 0.2.12",
  812    824   
 "once_cell",
  813    825   
 "regex-lite",
  814    826   
 "serde_json",
  815    827   
 "tokio",
  816    828   
 "tracing",
  817    829   
 "tracing-subscriber",
  818    830   
]
  819    831   
  820    832   
[[package]]
  821    833   
name = "aws-sdk-route53"
  822    834   
version = "0.0.0-local"
  823    835   
dependencies = [
  824    836   
 "aws-config",
  825    837   
 "aws-credential-types 1.2.1",
  826    838   
 "aws-runtime 1.4.3",
  827    839   
 "aws-smithy-async 1.2.1",
  828    840   
 "aws-smithy-http 0.60.11",
  829    841   
 "aws-smithy-json 0.60.7",
  830    842   
 "aws-smithy-runtime 1.7.3",
  831         -
 "aws-smithy-runtime-api 1.7.3",
  832         -
 "aws-smithy-types 1.2.9",
         843  +
 "aws-smithy-runtime-api 1.7.2",
         844  +
 "aws-smithy-types 1.2.8",
  833    845   
 "aws-smithy-xml 0.60.9",
  834    846   
 "aws-types 1.3.3",
  835    847   
 "http 0.2.12",
  836    848   
 "once_cell",
  837    849   
 "pretty_assertions",
  838    850   
 "regex-lite",
  839    851   
 "tokio",
  840    852   
 "tracing",
  841    853   
 "tracing-test",
  842    854   
]
  843    855   
  844    856   
[[package]]
  845    857   
name = "aws-sdk-s3"
  846    858   
version = "0.0.0-local"
  847    859   
dependencies = [
  848    860   
 "async-std",
  849    861   
 "aws-config",
  850    862   
 "aws-credential-types 1.2.1",
  851    863   
 "aws-runtime 1.4.3",
  852    864   
 "aws-sigv4 1.2.5",
  853    865   
 "aws-smithy-async 1.2.1",
  854    866   
 "aws-smithy-checksums 0.60.13",
  855    867   
 "aws-smithy-eventstream 0.60.5",
  856    868   
 "aws-smithy-experimental",
  857    869   
 "aws-smithy-http 0.60.11",
  858    870   
 "aws-smithy-json 0.60.7",
  859    871   
 "aws-smithy-protocol-test 0.63.0",
  860    872   
 "aws-smithy-runtime 1.7.3",
  861         -
 "aws-smithy-runtime-api 1.7.3",
  862         -
 "aws-smithy-types 1.2.9",
         873  +
 "aws-smithy-runtime-api 1.7.2",
         874  +
 "aws-smithy-types 1.2.8",
  863    875   
 "aws-smithy-xml 0.60.9",
  864    876   
 "aws-types 1.3.3",
  865    877   
 "bytes",
  866    878   
 "bytes-utils",
  867    879   
 "fastrand 2.0.2",
  868    880   
 "futures-util",
  869    881   
 "hdrhistogram",
  870    882   
 "hex",
  871    883   
 "hmac",
  872    884   
 "http 0.2.12",
  873    885   
 "http 1.1.0",
  874    886   
 "http-body 0.4.6",
  875    887   
 "http-body 1.0.1",
  876    888   
 "lru",
  877    889   
 "once_cell",
  878    890   
 "percent-encoding",
  879    891   
 "pretty_assertions",
  880         -
 "proptest",
  881    892   
 "regex-lite",
  882    893   
 "serde_json",
  883    894   
 "sha2",
  884    895   
 "smol",
  885    896   
 "tempfile",
  886    897   
 "tokio",
  887    898   
 "tracing",
  888    899   
 "tracing-appender",
  889    900   
 "tracing-subscriber",
  890    901   
 "tracing-test",
  891    902   
 "url",
  892    903   
]
  893    904   
  894    905   
[[package]]
  895    906   
name = "aws-sdk-s3"
  896         -
version = "1.60.0"
         907  +
version = "1.57.0"
  897    908   
source = "registry+https://github.com/rust-lang/crates.io-index"
  898         -
checksum = "0506cc60e392e33712d47717d5ae5760a3b134bf8ee7aea7e43df3d7e2669ae0"
         909  +
checksum = "8888c238bf93c77c5df8274b3999fd7fc1bb3fb658616f40dfde9e4fcd9efd94"
  899    910   
dependencies = [
         911  +
 "ahash",
  900    912   
 "aws-credential-types 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  901    913   
 "aws-runtime 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
  902         -
 "aws-sigv4 1.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
         914  +
 "aws-sigv4 1.2.4",
  903    915   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  904         -
 "aws-smithy-checksums 0.60.13 (registry+https://github.com/rust-lang/crates.io-index)",
         916  +
 "aws-smithy-checksums 0.60.12",
  905    917   
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
  906    918   
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
  907    919   
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
  908         -
 "aws-smithy-runtime 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
  909         -
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
  910         -
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
         920  +
 "aws-smithy-runtime 1.7.2",
         921  +
 "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
         922  +
 "aws-smithy-types 1.2.7",
  911    923   
 "aws-smithy-xml 0.60.9 (registry+https://github.com/rust-lang/crates.io-index)",
  912    924   
 "aws-types 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  913    925   
 "bytes",
  914    926   
 "fastrand 2.0.2",
  915    927   
 "hex",
  916    928   
 "hmac",
  917    929   
 "http 0.2.12",
  918    930   
 "http-body 0.4.6",
  919    931   
 "lru",
  920    932   
 "once_cell",
  921    933   
 "percent-encoding",
  922    934   
 "regex-lite",
  923    935   
 "sha2",
  924    936   
 "tracing",
  925    937   
 "url",
  926    938   
]
  927    939   
  928    940   
[[package]]
  929    941   
name = "aws-sdk-s3control"
  930    942   
version = "0.0.0-local"
  931    943   
dependencies = [
  932    944   
 "aws-config",
  933    945   
 "aws-credential-types 1.2.1",
  934    946   
 "aws-runtime 1.4.3",
  935    947   
 "aws-smithy-async 1.2.1",
  936    948   
 "aws-smithy-http 0.60.11",
  937    949   
 "aws-smithy-json 0.60.7",
  938    950   
 "aws-smithy-protocol-test 0.63.0",
  939    951   
 "aws-smithy-runtime 1.7.3",
  940         -
 "aws-smithy-runtime-api 1.7.3",
  941         -
 "aws-smithy-types 1.2.9",
         952  +
 "aws-smithy-runtime-api 1.7.2",
         953  +
 "aws-smithy-types 1.2.8",
  942    954   
 "aws-smithy-xml 0.60.9",
  943    955   
 "aws-types 1.3.3",
  944    956   
 "fastrand 2.0.2",
  945    957   
 "futures-util",
  946    958   
 "http 0.2.12",
  947    959   
 "md-5",
  948    960   
 "once_cell",
  949         -
 "proptest",
  950    961   
 "regex-lite",
  951    962   
 "serde_json",
  952    963   
 "tokio",
  953    964   
 "tracing",
  954    965   
 "tracing-subscriber",
  955    966   
 "url",
  956    967   
]
  957    968   
  958    969   
[[package]]
  959    970   
name = "aws-sdk-sso"
  960    971   
version = "0.0.0-local"
  961    972   
dependencies = [
  962    973   
 "aws-credential-types 1.2.1",
  963    974   
 "aws-runtime 1.4.3",
  964    975   
 "aws-smithy-async 1.2.1",
  965    976   
 "aws-smithy-http 0.60.11",
  966    977   
 "aws-smithy-json 0.60.7",
  967    978   
 "aws-smithy-runtime 1.7.3",
  968         -
 "aws-smithy-runtime-api 1.7.3",
  969         -
 "aws-smithy-types 1.2.9",
         979  +
 "aws-smithy-runtime-api 1.7.2",
         980  +
 "aws-smithy-types 1.2.8",
  970    981   
 "aws-types 1.3.3",
  971    982   
 "bytes",
  972    983   
 "http 0.2.12",
  973    984   
 "once_cell",
  974    985   
 "regex-lite",
  975    986   
 "tokio",
  976    987   
 "tracing",
  977    988   
]
  978    989   
  979    990   
[[package]]
  980    991   
name = "aws-sdk-ssooidc"
  981    992   
version = "0.0.0-local"
  982    993   
dependencies = [
  983    994   
 "aws-credential-types 1.2.1",
  984    995   
 "aws-runtime 1.4.3",
  985    996   
 "aws-smithy-async 1.2.1",
  986    997   
 "aws-smithy-http 0.60.11",
  987    998   
 "aws-smithy-json 0.60.7",
  988    999   
 "aws-smithy-runtime 1.7.3",
  989         -
 "aws-smithy-runtime-api 1.7.3",
  990         -
 "aws-smithy-types 1.2.9",
        1000  +
 "aws-smithy-runtime-api 1.7.2",
        1001  +
 "aws-smithy-types 1.2.8",
  991   1002   
 "aws-types 1.3.3",
  992   1003   
 "bytes",
  993   1004   
 "http 0.2.12",
  994   1005   
 "once_cell",
  995   1006   
 "regex-lite",
  996   1007   
 "tokio",
  997   1008   
 "tracing",
  998   1009   
]
  999   1010   
 1000   1011   
[[package]]
 1001   1012   
name = "aws-sdk-sts"
 1002   1013   
version = "0.0.0-local"
 1003   1014   
dependencies = [
 1004   1015   
 "aws-credential-types 1.2.1",
 1005   1016   
 "aws-runtime 1.4.3",
 1006   1017   
 "aws-smithy-async 1.2.1",
 1007   1018   
 "aws-smithy-http 0.60.11",
 1008   1019   
 "aws-smithy-json 0.60.7",
 1009   1020   
 "aws-smithy-protocol-test 0.63.0",
 1010   1021   
 "aws-smithy-query",
 1011   1022   
 "aws-smithy-runtime 1.7.3",
 1012         -
 "aws-smithy-runtime-api 1.7.3",
 1013         -
 "aws-smithy-types 1.2.9",
        1023  +
 "aws-smithy-runtime-api 1.7.2",
        1024  +
 "aws-smithy-types 1.2.8",
 1014   1025   
 "aws-smithy-xml 0.60.9",
 1015   1026   
 "aws-types 1.3.3",
 1016   1027   
 "futures-util",
 1017   1028   
 "http 0.2.12",
 1018   1029   
 "once_cell",
 1019   1030   
 "regex-lite",
 1020   1031   
 "serde_json",
 1021   1032   
 "tokio",
 1022   1033   
 "tracing",
 1023   1034   
 "tracing-subscriber",
 1024   1035   
]
 1025   1036   
 1026   1037   
[[package]]
 1027   1038   
name = "aws-sdk-timestreamquery"
 1028   1039   
version = "0.0.0-local"
 1029   1040   
dependencies = [
 1030   1041   
 "aws-config",
 1031   1042   
 "aws-credential-types 1.2.1",
 1032   1043   
 "aws-runtime 1.4.3",
 1033   1044   
 "aws-smithy-async 1.2.1",
 1034   1045   
 "aws-smithy-http 0.60.11",
 1035   1046   
 "aws-smithy-json 0.60.7",
 1036   1047   
 "aws-smithy-protocol-test 0.63.0",
 1037   1048   
 "aws-smithy-runtime 1.7.3",
 1038         -
 "aws-smithy-runtime-api 1.7.3",
 1039         -
 "aws-smithy-types 1.2.9",
        1049  +
 "aws-smithy-runtime-api 1.7.2",
        1050  +
 "aws-smithy-types 1.2.8",
 1040   1051   
 "aws-types 1.3.3",
 1041   1052   
 "bytes",
 1042   1053   
 "fastrand 2.0.2",
 1043   1054   
 "futures-util",
 1044   1055   
 "http 0.2.12",
 1045   1056   
 "once_cell",
 1046   1057   
 "regex-lite",
 1047   1058   
 "serde_json",
 1048   1059   
 "tokio",
 1049   1060   
 "tracing",
 1050   1061   
 "tracing-subscriber",
 1051   1062   
]
 1052   1063   
 1053   1064   
[[package]]
 1054   1065   
name = "aws-sdk-timestreamwrite"
 1055   1066   
version = "0.0.0-local"
 1056   1067   
dependencies = [
 1057   1068   
 "aws-config",
 1058   1069   
 "aws-credential-types 1.2.1",
 1059   1070   
 "aws-runtime 1.4.3",
 1060   1071   
 "aws-smithy-async 1.2.1",
 1061   1072   
 "aws-smithy-http 0.60.11",
 1062   1073   
 "aws-smithy-json 0.60.7",
 1063   1074   
 "aws-smithy-runtime 1.7.3",
 1064         -
 "aws-smithy-runtime-api 1.7.3",
 1065         -
 "aws-smithy-types 1.2.9",
        1075  +
 "aws-smithy-runtime-api 1.7.2",
        1076  +
 "aws-smithy-types 1.2.8",
 1066   1077   
 "aws-types 1.3.3",
 1067   1078   
 "bytes",
 1068   1079   
 "fastrand 2.0.2",
 1069   1080   
 "http 0.2.12",
 1070   1081   
 "once_cell",
 1071   1082   
 "regex-lite",
 1072   1083   
 "tokio",
 1073   1084   
 "tracing",
 1074   1085   
]
 1075   1086   
 1076   1087   
[[package]]
 1077   1088   
name = "aws-sdk-transcribestreaming"
 1078   1089   
version = "0.0.0-local"
 1079   1090   
dependencies = [
 1080   1091   
 "async-stream",
 1081   1092   
 "aws-config",
 1082   1093   
 "aws-credential-types 1.2.1",
 1083   1094   
 "aws-runtime 1.4.3",
 1084   1095   
 "aws-sigv4 1.2.5",
 1085   1096   
 "aws-smithy-async 1.2.1",
 1086   1097   
 "aws-smithy-eventstream 0.60.5",
 1087   1098   
 "aws-smithy-http 0.60.11",
 1088   1099   
 "aws-smithy-json 0.60.7",
 1089   1100   
 "aws-smithy-protocol-test 0.63.0",
 1090   1101   
 "aws-smithy-runtime 1.7.3",
 1091         -
 "aws-smithy-runtime-api 1.7.3",
 1092         -
 "aws-smithy-types 1.2.9",
        1102  +
 "aws-smithy-runtime-api 1.7.2",
        1103  +
 "aws-smithy-types 1.2.8",
 1093   1104   
 "aws-types 1.3.3",
 1094   1105   
 "bytes",
 1095   1106   
 "futures-core",
 1096   1107   
 "futures-util",
 1097   1108   
 "hound",
 1098   1109   
 "http 0.2.12",
 1099   1110   
 "hyper 0.14.31",
 1100   1111   
 "once_cell",
 1101   1112   
 "regex-lite",
 1102   1113   
 "serde_json",
 1103   1114   
 "tokio",
 1104   1115   
 "tracing",
 1105   1116   
 "tracing-subscriber",
 1106   1117   
]
 1107   1118   
 1108   1119   
[[package]]
 1109   1120   
name = "aws-sig-auth"
 1110   1121   
version = "0.60.3"
 1111   1122   
 1112   1123   
[[package]]
 1113   1124   
name = "aws-sigv4"
 1114         -
version = "1.2.5"
        1125  +
version = "1.2.4"
        1126  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1127  +
checksum = "cc8db6904450bafe7473c6ca9123f88cc11089e41a025408f992db4e22d3be68"
 1115   1128   
dependencies = [
 1116         -
 "aws-credential-types 1.2.1",
 1117         -
 "aws-smithy-eventstream 0.60.5",
 1118         -
 "aws-smithy-http 0.60.11",
 1119         -
 "aws-smithy-runtime-api 1.7.3",
 1120         -
 "aws-smithy-types 1.2.9",
        1129  +
 "aws-credential-types 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1130  +
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
        1131  +
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
        1132  +
 "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
        1133  +
 "aws-smithy-types 1.2.7",
 1121   1134   
 "bytes",
 1122         -
 "criterion",
 1123   1135   
 "crypto-bigint 0.5.5",
 1124   1136   
 "form_urlencoded",
 1125   1137   
 "hex",
 1126         -
 "hex-literal",
 1127   1138   
 "hmac",
 1128   1139   
 "http 0.2.12",
 1129   1140   
 "http 1.1.0",
 1130         -
 "httparse",
 1131         -
 "libfuzzer-sys",
 1132   1141   
 "once_cell",
 1133   1142   
 "p256",
 1134   1143   
 "percent-encoding",
 1135         -
 "pretty_assertions",
 1136         -
 "proptest",
 1137   1144   
 "ring",
 1138         -
 "serde",
 1139         -
 "serde_derive",
 1140         -
 "serde_json",
 1141   1145   
 "sha2",
 1142   1146   
 "subtle",
 1143   1147   
 "time",
 1144   1148   
 "tracing",
 1145   1149   
 "zeroize",
 1146   1150   
]
 1147   1151   
 1148   1152   
[[package]]
 1149   1153   
name = "aws-sigv4"
 1150   1154   
version = "1.2.5"
 1151         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1152         -
checksum = "5619742a0d8f253be760bfbb8e8e8368c69e3587e4637af5754e488a611499b1"
 1153   1155   
dependencies = [
 1154         -
 "aws-credential-types 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 1155         -
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
 1156         -
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
 1157         -
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 1158         -
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
        1156  +
 "aws-credential-types 1.2.1",
        1157  +
 "aws-smithy-eventstream 0.60.5",
        1158  +
 "aws-smithy-http 0.60.11",
        1159  +
 "aws-smithy-runtime-api 1.7.2",
        1160  +
 "aws-smithy-types 1.2.8",
 1159   1161   
 "bytes",
        1162  +
 "criterion",
 1160   1163   
 "crypto-bigint 0.5.5",
 1161   1164   
 "form_urlencoded",
 1162   1165   
 "hex",
        1166  +
 "hex-literal",
 1163   1167   
 "hmac",
 1164   1168   
 "http 0.2.12",
 1165   1169   
 "http 1.1.0",
        1170  +
 "httparse",
        1171  +
 "libfuzzer-sys",
 1166   1172   
 "once_cell",
 1167   1173   
 "p256",
 1168   1174   
 "percent-encoding",
        1175  +
 "pretty_assertions",
        1176  +
 "proptest",
 1169   1177   
 "ring",
        1178  +
 "serde",
        1179  +
 "serde_derive",
        1180  +
 "serde_json",
 1170   1181   
 "sha2",
 1171   1182   
 "subtle",
 1172   1183   
 "time",
 1173   1184   
 "tracing",
 1174   1185   
 "zeroize",
 1175   1186   
]
 1176   1187   
 1177   1188   
[[package]]
 1178   1189   
name = "aws-smithy-async"
 1179   1190   
version = "1.2.1"
 1180   1191   
dependencies = [
 1181   1192   
 "futures-util",
 1182   1193   
 "pin-project-lite",
 1183   1194   
 "pin-utils",
 1184   1195   
 "tokio",
 1185   1196   
 "tokio-test",
 1186   1197   
]
 1187   1198   
 1188   1199   
[[package]]
 1189   1200   
name = "aws-smithy-async"
 1190   1201   
version = "1.2.1"
 1191   1202   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1192   1203   
checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c"
 1193   1204   
dependencies = [
 1194   1205   
 "futures-util",
 1195   1206   
 "pin-project-lite",
 1196   1207   
 "tokio",
 1197   1208   
]
 1198   1209   
 1199   1210   
[[package]]
 1200   1211   
name = "aws-smithy-cbor"
 1201         -
version = "0.60.8"
        1212  +
version = "0.60.7"
 1202   1213   
dependencies = [
 1203         -
 "aws-smithy-types 1.2.9",
        1214  +
 "aws-smithy-types 1.2.8",
 1204   1215   
 "criterion",
 1205   1216   
 "minicbor",
 1206   1217   
]
 1207   1218   
 1208   1219   
[[package]]
 1209   1220   
name = "aws-smithy-checksums"
 1210         -
version = "0.60.13"
        1221  +
version = "0.60.12"
        1222  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1223  +
checksum = "598b1689d001c4d4dc3cb386adb07d37786783aee3ac4b324bcadac116bf3d23"
 1211   1224   
dependencies = [
 1212         -
 "aws-smithy-http 0.60.11",
 1213         -
 "aws-smithy-types 1.2.9",
        1225  +
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
        1226  +
 "aws-smithy-types 1.2.7",
 1214   1227   
 "bytes",
 1215         -
 "bytes-utils",
 1216   1228   
 "crc32c",
 1217   1229   
 "crc32fast",
 1218   1230   
 "hex",
 1219   1231   
 "http 0.2.12",
 1220   1232   
 "http-body 0.4.6",
 1221   1233   
 "md-5",
 1222   1234   
 "pin-project-lite",
 1223         -
 "pretty_assertions",
 1224   1235   
 "sha1",
 1225   1236   
 "sha2",
 1226         -
 "tokio",
 1227   1237   
 "tracing",
 1228         -
 "tracing-test",
 1229   1238   
]
 1230   1239   
 1231   1240   
[[package]]
 1232   1241   
name = "aws-smithy-checksums"
 1233   1242   
version = "0.60.13"
 1234         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1235         -
checksum = "ba1a71073fca26775c8b5189175ea8863afb1c9ea2cceb02a5de5ad9dfbaa795"
 1236   1243   
dependencies = [
 1237         -
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
 1238         -
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
        1244  +
 "aws-smithy-http 0.60.11",
        1245  +
 "aws-smithy-types 1.2.8",
 1239   1246   
 "bytes",
        1247  +
 "bytes-utils",
 1240   1248   
 "crc32c",
 1241   1249   
 "crc32fast",
 1242   1250   
 "hex",
 1243   1251   
 "http 0.2.12",
 1244   1252   
 "http-body 0.4.6",
 1245   1253   
 "md-5",
 1246   1254   
 "pin-project-lite",
        1255  +
 "pretty_assertions",
 1247   1256   
 "sha1",
 1248   1257   
 "sha2",
        1258  +
 "tokio",
 1249   1259   
 "tracing",
        1260  +
 "tracing-test",
 1250   1261   
]
 1251   1262   
 1252   1263   
[[package]]
 1253   1264   
name = "aws-smithy-client"
 1254   1265   
version = "0.60.3"
 1255   1266   
 1256   1267   
[[package]]
 1257   1268   
name = "aws-smithy-compression"
 1258   1269   
version = "0.0.2"
 1259   1270   
dependencies = [
 1260         -
 "aws-smithy-runtime-api 1.7.3",
 1261         -
 "aws-smithy-types 1.2.9",
        1271  +
 "aws-smithy-runtime-api 1.7.2",
        1272  +
 "aws-smithy-types 1.2.8",
 1262   1273   
 "bytes",
 1263   1274   
 "bytes-utils",
 1264   1275   
 "flate2",
 1265   1276   
 "futures-util",
 1266   1277   
 "http 0.2.12",
 1267   1278   
 "http 1.1.0",
 1268   1279   
 "http-body 0.4.6",
 1269   1280   
 "http-body 1.0.1",
 1270   1281   
 "http-body-util",
 1271   1282   
 "pin-project-lite",
 1272   1283   
 "pretty_assertions",
 1273   1284   
 "tokio",
 1274   1285   
 "tracing",
 1275   1286   
]
 1276   1287   
 1277   1288   
[[package]]
 1278   1289   
name = "aws-smithy-eventstream"
 1279   1290   
version = "0.60.5"
 1280   1291   
dependencies = [
 1281   1292   
 "arbitrary",
 1282         -
 "aws-smithy-types 1.2.9",
        1293  +
 "aws-smithy-types 1.2.8",
 1283   1294   
 "bytes",
 1284   1295   
 "bytes-utils",
 1285   1296   
 "crc32fast",
 1286   1297   
 "derive_arbitrary",
 1287   1298   
]
 1288   1299   
 1289   1300   
[[package]]
 1290   1301   
name = "aws-smithy-eventstream"
 1291   1302   
version = "0.60.5"
 1292   1303   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1293   1304   
checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90"
 1294   1305   
dependencies = [
 1295         -
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
        1306  +
 "aws-smithy-types 1.2.7",
 1296   1307   
 "bytes",
 1297   1308   
 "crc32fast",
 1298   1309   
]
 1299   1310   
 1300   1311   
[[package]]
 1301   1312   
name = "aws-smithy-experimental"
 1302         -
version = "0.1.5"
        1313  +
version = "0.1.4"
 1303   1314   
dependencies = [
 1304   1315   
 "aws-smithy-async 1.2.1",
 1305   1316   
 "aws-smithy-runtime 1.7.3",
 1306         -
 "aws-smithy-runtime-api 1.7.3",
 1307         -
 "aws-smithy-types 1.2.9",
        1317  +
 "aws-smithy-runtime-api 1.7.2",
        1318  +
 "aws-smithy-types 1.2.8",
 1308   1319   
 "h2 0.4.6",
 1309   1320   
 "http 1.1.0",
 1310   1321   
 "hyper 1.5.0",
 1311   1322   
 "hyper-rustls 0.27.3",
 1312   1323   
 "hyper-util",
 1313   1324   
 "once_cell",
 1314   1325   
 "pin-project-lite",
 1315         -
 "rustls 0.23.16",
        1326  +
 "rustls 0.23.15",
 1316   1327   
 "tokio",
 1317   1328   
 "tower",
 1318   1329   
 "tracing",
 1319   1330   
]
 1320   1331   
 1321   1332   
[[package]]
 1322   1333   
name = "aws-smithy-http"
 1323   1334   
version = "0.60.11"
 1324   1335   
dependencies = [
 1325   1336   
 "async-stream",
 1326   1337   
 "aws-smithy-eventstream 0.60.5",
 1327         -
 "aws-smithy-runtime-api 1.7.3",
 1328         -
 "aws-smithy-types 1.2.9",
        1338  +
 "aws-smithy-runtime-api 1.7.2",
        1339  +
 "aws-smithy-types 1.2.8",
 1329   1340   
 "bytes",
 1330   1341   
 "bytes-utils",
 1331   1342   
 "futures-core",
 1332   1343   
 "futures-util",
 1333   1344   
 "http 0.2.12",
 1334   1345   
 "http-body 0.4.6",
 1335   1346   
 "hyper 0.14.31",
 1336   1347   
 "once_cell",
 1337   1348   
 "percent-encoding",
 1338   1349   
 "pin-project-lite",
 1339   1350   
 "pin-utils",
 1340   1351   
 "proptest",
 1341   1352   
 "tokio",
 1342   1353   
 "tracing",
 1343   1354   
]
 1344   1355   
 1345   1356   
[[package]]
 1346   1357   
name = "aws-smithy-http"
 1347   1358   
version = "0.60.11"
 1348   1359   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1349   1360   
checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
 1350   1361   
dependencies = [
 1351   1362   
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
 1352         -
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 1353         -
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
        1363  +
 "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
        1364  +
 "aws-smithy-types 1.2.7",
 1354   1365   
 "bytes",
 1355   1366   
 "bytes-utils",
 1356   1367   
 "futures-core",
 1357   1368   
 "http 0.2.12",
 1358   1369   
 "http-body 0.4.6",
 1359   1370   
 "once_cell",
 1360   1371   
 "percent-encoding",
 1361   1372   
 "pin-project-lite",
 1362   1373   
 "pin-utils",
 1363   1374   
 "tracing",
 1364   1375   
]
 1365   1376   
 1366   1377   
[[package]]
 1367   1378   
name = "aws-smithy-http-auth"
 1368   1379   
version = "0.60.3"
 1369   1380   
 1370   1381   
[[package]]
 1371   1382   
name = "aws-smithy-http-tower"
 1372   1383   
version = "0.60.3"
 1373   1384   
 1374   1385   
[[package]]
 1375   1386   
name = "aws-smithy-json"
 1376   1387   
version = "0.60.7"
 1377   1388   
dependencies = [
 1378         -
 "aws-smithy-types 1.2.9",
        1389  +
 "aws-smithy-types 1.2.8",
 1379   1390   
 "proptest",
 1380   1391   
 "serde_json",
 1381   1392   
]
 1382   1393   
 1383   1394   
[[package]]
 1384   1395   
name = "aws-smithy-json"
 1385   1396   
version = "0.60.7"
 1386   1397   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1387   1398   
checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
 1388   1399   
dependencies = [
 1389         -
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
        1400  +
 "aws-smithy-types 1.2.7",
 1390   1401   
]
 1391   1402   
 1392   1403   
[[package]]
 1393   1404   
name = "aws-smithy-mocks-experimental"
 1394   1405   
version = "0.2.1"
 1395   1406   
dependencies = [
 1396         -
 "aws-sdk-s3 1.60.0",
 1397         -
 "aws-smithy-runtime-api 1.7.3",
 1398         -
 "aws-smithy-types 1.2.9",
        1407  +
 "aws-sdk-s3 1.57.0",
        1408  +
 "aws-smithy-runtime-api 1.7.2",
        1409  +
 "aws-smithy-types 1.2.8",
 1399   1410   
 "tokio",
 1400   1411   
]
 1401   1412   
 1402   1413   
[[package]]
 1403   1414   
name = "aws-smithy-protocol-test"
 1404   1415   
version = "0.63.0"
 1405   1416   
dependencies = [
 1406   1417   
 "assert-json-diff",
 1407         -
 "aws-smithy-runtime-api 1.7.3",
        1418  +
 "aws-smithy-runtime-api 1.7.2",
 1408   1419   
 "base64-simd",
 1409   1420   
 "cbor-diag",
 1410   1421   
 "ciborium",
 1411   1422   
 "http 0.2.12",
 1412   1423   
 "pretty_assertions",
 1413   1424   
 "regex-lite",
 1414   1425   
 "roxmltree",
 1415   1426   
 "serde_json",
 1416   1427   
 "thiserror",
 1417   1428   
]
 1418   1429   
 1419   1430   
[[package]]
 1420   1431   
name = "aws-smithy-protocol-test"
 1421   1432   
version = "0.63.0"
 1422   1433   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1423   1434   
checksum = "3b92b62199921f10685c6b588fdbeb81168ae4e7950ae3e5f50145a01bb5f1ad"
 1424   1435   
dependencies = [
 1425   1436   
 "assert-json-diff",
 1426         -
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
        1437  +
 "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 1427   1438   
 "base64-simd",
 1428   1439   
 "cbor-diag",
 1429   1440   
 "ciborium",
 1430   1441   
 "http 0.2.12",
 1431   1442   
 "pretty_assertions",
 1432   1443   
 "regex-lite",
 1433   1444   
 "roxmltree",
 1434   1445   
 "serde_json",
 1435   1446   
 "thiserror",
 1436   1447   
]
 1437   1448   
 1438   1449   
[[package]]
 1439   1450   
name = "aws-smithy-query"
 1440   1451   
version = "0.60.7"
 1441   1452   
dependencies = [
 1442         -
 "aws-smithy-types 1.2.9",
        1453  +
 "aws-smithy-types 1.2.8",
 1443   1454   
 "urlencoding",
 1444   1455   
]
 1445   1456   
 1446   1457   
[[package]]
 1447   1458   
name = "aws-smithy-runtime"
 1448         -
version = "1.7.3"
        1459  +
version = "1.7.2"
        1460  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1461  +
checksum = "a065c0fe6fdbdf9f11817eb68582b2ab4aff9e9c39e986ae48f7ec576c6322db"
 1449   1462   
dependencies = [
 1450         -
 "approx",
 1451         -
 "aws-smithy-async 1.2.1",
 1452         -
 "aws-smithy-http 0.60.11",
 1453         -
 "aws-smithy-protocol-test 0.63.0",
 1454         -
 "aws-smithy-runtime-api 1.7.3",
 1455         -
 "aws-smithy-types 1.2.9",
        1463  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1464  +
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
        1465  +
 "aws-smithy-protocol-test 0.63.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1466  +
 "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
        1467  +
 "aws-smithy-types 1.2.7",
 1456   1468   
 "bytes",
 1457   1469   
 "fastrand 2.0.2",
 1458         -
 "futures-util",
 1459   1470   
 "h2 0.3.26",
 1460   1471   
 "http 0.2.12",
 1461         -
 "http 1.1.0",
 1462   1472   
 "http-body 0.4.6",
 1463   1473   
 "http-body 1.0.1",
 1464   1474   
 "httparse",
 1465   1475   
 "hyper 0.14.31",
 1466   1476   
 "hyper-rustls 0.24.2",
 1467   1477   
 "indexmap",
 1468   1478   
 "once_cell",
 1469   1479   
 "pin-project-lite",
 1470   1480   
 "pin-utils",
 1471         -
 "pretty_assertions",
 1472   1481   
 "rustls 0.21.12",
 1473   1482   
 "serde",
 1474   1483   
 "serde_json",
 1475   1484   
 "tokio",
 1476   1485   
 "tracing",
 1477   1486   
 "tracing-subscriber",
 1478         -
 "tracing-test",
 1479   1487   
]
 1480   1488   
 1481   1489   
[[package]]
 1482   1490   
name = "aws-smithy-runtime"
 1483   1491   
version = "1.7.3"
 1484         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1485         -
checksum = "be28bd063fa91fd871d131fc8b68d7cd4c5fa0869bea68daca50dcb1cbd76be2"
 1486   1492   
dependencies = [
 1487         -
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 1488         -
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
 1489         -
 "aws-smithy-protocol-test 0.63.0 (registry+https://github.com/rust-lang/crates.io-index)",
 1490         -
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 1491         -
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
        1493  +
 "approx",
        1494  +
 "aws-smithy-async 1.2.1",
        1495  +
 "aws-smithy-http 0.60.11",
        1496  +
 "aws-smithy-protocol-test 0.63.0",
        1497  +
 "aws-smithy-runtime-api 1.7.2",
        1498  +
 "aws-smithy-types 1.2.8",
 1492   1499   
 "bytes",
 1493   1500   
 "fastrand 2.0.2",
        1501  +
 "futures-util",
 1494   1502   
 "h2 0.3.26",
 1495   1503   
 "http 0.2.12",
        1504  +
 "http 1.1.0",
 1496   1505   
 "http-body 0.4.6",
 1497   1506   
 "http-body 1.0.1",
 1498   1507   
 "httparse",
 1499   1508   
 "hyper 0.14.31",
 1500   1509   
 "hyper-rustls 0.24.2",
 1501   1510   
 "indexmap",
 1502   1511   
 "once_cell",
 1503   1512   
 "pin-project-lite",
 1504   1513   
 "pin-utils",
        1514  +
 "pretty_assertions",
 1505   1515   
 "rustls 0.21.12",
 1506   1516   
 "serde",
 1507   1517   
 "serde_json",
 1508   1518   
 "tokio",
 1509   1519   
 "tracing",
 1510   1520   
 "tracing-subscriber",
        1521  +
 "tracing-test",
 1511   1522   
]
 1512   1523   
 1513   1524   
[[package]]
 1514   1525   
name = "aws-smithy-runtime-api"
 1515         -
version = "1.7.3"
        1526  +
version = "1.7.2"
 1516   1527   
dependencies = [
 1517   1528   
 "aws-smithy-async 1.2.1",
 1518         -
 "aws-smithy-types 1.2.9",
        1529  +
 "aws-smithy-types 1.2.8",
 1519   1530   
 "bytes",
 1520   1531   
 "http 0.2.12",
 1521   1532   
 "http 1.1.0",
 1522   1533   
 "pin-project-lite",
 1523   1534   
 "proptest",
 1524   1535   
 "tokio",
 1525   1536   
 "tracing",
 1526   1537   
 "zeroize",
 1527   1538   
]
 1528   1539   
 1529   1540   
[[package]]
 1530   1541   
name = "aws-smithy-runtime-api"
 1531         -
version = "1.7.3"
        1542  +
version = "1.7.2"
 1532   1543   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1533         -
checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
        1544  +
checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96"
 1534   1545   
dependencies = [
 1535   1546   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 1536         -
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
        1547  +
 "aws-smithy-types 1.2.7",
 1537   1548   
 "bytes",
 1538   1549   
 "http 0.2.12",
 1539   1550   
 "http 1.1.0",
 1540   1551   
 "pin-project-lite",
 1541   1552   
 "tokio",
 1542   1553   
 "tracing",
 1543   1554   
 "zeroize",
 1544   1555   
]
 1545   1556   
 1546   1557   
[[package]]
 1547   1558   
name = "aws-smithy-types"
 1548         -
version = "1.2.9"
        1559  +
version = "1.2.7"
        1560  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1561  +
checksum = "147100a7bea70fa20ef224a6bad700358305f5dc0f84649c53769761395b355b"
 1549   1562   
dependencies = [
 1550         -
 "base64 0.13.1",
 1551   1563   
 "base64-simd",
 1552   1564   
 "bytes",
 1553   1565   
 "bytes-utils",
 1554         -
 "ciborium",
 1555         -
 "criterion",
 1556   1566   
 "futures-core",
 1557   1567   
 "http 0.2.12",
 1558   1568   
 "http 1.1.0",
 1559   1569   
 "http-body 0.4.6",
 1560   1570   
 "http-body 1.0.1",
 1561   1571   
 "http-body-util",
 1562         -
 "hyper 0.14.31",
 1563   1572   
 "itoa",
 1564         -
 "lazy_static",
 1565   1573   
 "num-integer",
 1566   1574   
 "pin-project-lite",
 1567   1575   
 "pin-utils",
 1568         -
 "proptest",
 1569         -
 "rand",
 1570   1576   
 "ryu",
 1571   1577   
 "serde",
 1572         -
 "serde_json",
 1573         -
 "tempfile",
 1574   1578   
 "time",
 1575   1579   
 "tokio",
 1576         -
 "tokio-stream",
 1577   1580   
 "tokio-util",
 1578   1581   
]
 1579   1582   
 1580   1583   
[[package]]
 1581   1584   
name = "aws-smithy-types"
 1582         -
version = "1.2.9"
 1583         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1584         -
checksum = "4fbd94a32b3a7d55d3806fe27d98d3ad393050439dd05eb53ece36ec5e3d3510"
        1585  +
version = "1.2.8"
 1585   1586   
dependencies = [
        1587  +
 "base64 0.13.1",
 1586   1588   
 "base64-simd",
 1587   1589   
 "bytes",
 1588   1590   
 "bytes-utils",
        1591  +
 "ciborium",
        1592  +
 "criterion",
 1589   1593   
 "futures-core",
 1590   1594   
 "http 0.2.12",
 1591   1595   
 "http 1.1.0",
 1592   1596   
 "http-body 0.4.6",
 1593   1597   
 "http-body 1.0.1",
 1594   1598   
 "http-body-util",
        1599  +
 "hyper 0.14.31",
 1595   1600   
 "itoa",
        1601  +
 "lazy_static",
 1596   1602   
 "num-integer",
 1597   1603   
 "pin-project-lite",
 1598   1604   
 "pin-utils",
        1605  +
 "proptest",
        1606  +
 "rand",
 1599   1607   
 "ryu",
 1600   1608   
 "serde",
        1609  +
 "serde_json",
        1610  +
 "tempfile",
 1601   1611   
 "time",
 1602   1612   
 "tokio",
        1613  +
 "tokio-stream",
 1603   1614   
 "tokio-util",
 1604   1615   
]
 1605   1616   
 1606   1617   
[[package]]
 1607   1618   
name = "aws-smithy-types-convert"
 1608   1619   
version = "0.60.8"
 1609   1620   
dependencies = [
 1610   1621   
 "aws-smithy-async 1.2.1",
 1611         -
 "aws-smithy-types 1.2.9",
        1622  +
 "aws-smithy-types 1.2.8",
 1612   1623   
 "chrono",
 1613   1624   
 "futures-core",
 1614   1625   
 "time",
 1615   1626   
]
 1616   1627   
 1617   1628   
[[package]]
 1618   1629   
name = "aws-smithy-wasm"
 1619   1630   
version = "0.1.3"
 1620   1631   
dependencies = [
 1621   1632   
 "aws-smithy-http 0.60.11",
 1622         -
 "aws-smithy-runtime-api 1.7.3",
 1623         -
 "aws-smithy-types 1.2.9",
        1633  +
 "aws-smithy-runtime-api 1.7.2",
        1634  +
 "aws-smithy-types 1.2.8",
 1624   1635   
 "bytes",
 1625   1636   
 "http 1.1.0",
 1626   1637   
 "tracing",
 1627   1638   
 "wasi 0.12.1+wasi-0.2.0",
 1628   1639   
]
 1629   1640   
 1630   1641   
[[package]]
 1631   1642   
name = "aws-smithy-xml"
 1632   1643   
version = "0.60.9"
 1633   1644   
dependencies = [
 1634   1645   
 "aws-smithy-protocol-test 0.63.0",
 1635   1646   
 "base64 0.13.1",
 1636   1647   
 "proptest",
 1637   1648   
 "xmlparser",
 1638   1649   
]
 1639   1650   
 1640   1651   
[[package]]
 1641   1652   
name = "aws-smithy-xml"
 1642   1653   
version = "0.60.9"
 1643   1654   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1644   1655   
checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1645   1656   
dependencies = [
 1646   1657   
 "xmlparser",
 1647   1658   
]
 1648   1659   
 1649   1660   
[[package]]
 1650   1661   
name = "aws-types"
 1651   1662   
version = "1.3.3"
 1652   1663   
dependencies = [
 1653   1664   
 "aws-credential-types 1.2.1",
 1654   1665   
 "aws-smithy-async 1.2.1",
 1655   1666   
 "aws-smithy-runtime 1.7.3",
 1656         -
 "aws-smithy-runtime-api 1.7.3",
 1657         -
 "aws-smithy-types 1.2.9",
        1667  +
 "aws-smithy-runtime-api 1.7.2",
        1668  +
 "aws-smithy-types 1.2.8",
 1658   1669   
 "http 0.2.12",
 1659   1670   
 "hyper-rustls 0.24.2",
 1660   1671   
 "rustc_version",
 1661   1672   
 "tempfile",
 1662   1673   
 "tokio",
 1663   1674   
 "tracing",
 1664   1675   
 "tracing-test",
 1665   1676   
]
 1666   1677   
 1667   1678   
[[package]]
 1668   1679   
name = "aws-types"
 1669   1680   
version = "1.3.3"
 1670   1681   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1671   1682   
checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
 1672   1683   
dependencies = [
 1673   1684   
 "aws-credential-types 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 1674   1685   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 1675         -
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 1676         -
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
        1686  +
 "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
        1687  +
 "aws-smithy-types 1.2.7",
 1677   1688   
 "rustc_version",
 1678   1689   
 "tracing",
 1679   1690   
]
 1680   1691   
 1681   1692   
[[package]]
 1682   1693   
name = "backtrace"
 1683   1694   
version = "0.3.74"
 1684   1695   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1685   1696   
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1686   1697   
dependencies = [
@@ -1719,1730 +1828,1839 @@
 1739   1750   
 "itertools 0.12.1",
 1740   1751   
 "lazy_static",
 1741   1752   
 "lazycell",
 1742   1753   
 "log",
 1743   1754   
 "prettyplease",
 1744   1755   
 "proc-macro2",
 1745   1756   
 "quote",
 1746   1757   
 "regex",
 1747   1758   
 "rustc-hash",
 1748   1759   
 "shlex",
 1749         -
 "syn 2.0.87",
        1760  +
 "syn 2.0.82",
 1750   1761   
 "which",
 1751   1762   
]
 1752   1763   
 1753   1764   
[[package]]
 1754   1765   
name = "bit-set"
 1755   1766   
version = "0.5.3"
 1756   1767   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1757   1768   
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1758   1769   
dependencies = [
 1759   1770   
 "bit-vec",
 1760   1771   
]
 1761   1772   
 1762   1773   
[[package]]
 1763   1774   
name = "bit-vec"
 1764   1775   
version = "0.6.3"
 1765   1776   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1766   1777   
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1767   1778   
 1768   1779   
[[package]]
 1769   1780   
name = "bitflags"
 1770   1781   
version = "1.3.2"
 1771   1782   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1772   1783   
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1773   1784   
 1774   1785   
[[package]]
 1775   1786   
name = "bitflags"
 1776   1787   
version = "2.6.0"
 1777   1788   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1778   1789   
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
 1779   1790   
 1780   1791   
[[package]]
 1781   1792   
name = "block-buffer"
 1782   1793   
version = "0.10.4"
 1783   1794   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1784   1795   
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 1785   1796   
dependencies = [
 1786   1797   
 "generic-array",
 1787   1798   
]
 1788   1799   
 1789   1800   
[[package]]
 1790   1801   
name = "blocking"
 1791   1802   
version = "1.6.1"
 1792   1803   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1793   1804   
checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 1794   1805   
dependencies = [
 1795   1806   
 "async-channel 2.3.1",
 1796   1807   
 "async-task",
 1797   1808   
 "futures-io",
 1798         -
 "futures-lite 2.4.0",
        1809  +
 "futures-lite 2.3.0",
 1799   1810   
 "piper",
 1800   1811   
]
 1801   1812   
 1802   1813   
[[package]]
 1803   1814   
name = "bs58"
 1804   1815   
version = "0.5.1"
 1805   1816   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1806   1817   
checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
 1807   1818   
dependencies = [
 1808   1819   
 "tinyvec",
@@ -1836,1847 +1898,1909 @@
 1856   1867   
 "num-bigint",
 1857   1868   
 "num-rational",
 1858   1869   
 "num-traits",
 1859   1870   
 "separator",
 1860   1871   
 "url",
 1861   1872   
 "uuid",
 1862   1873   
]
 1863   1874   
 1864   1875   
[[package]]
 1865   1876   
name = "cc"
 1866         -
version = "1.1.36"
        1877  +
version = "1.1.31"
 1867   1878   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1868         -
checksum = "baee610e9452a8f6f0a1b6194ec09ff9e2d85dea54432acdae41aa0761c95d70"
        1879  +
checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f"
 1869   1880   
dependencies = [
 1870   1881   
 "jobserver",
 1871   1882   
 "libc",
 1872   1883   
 "shlex",
 1873   1884   
]
 1874   1885   
 1875   1886   
[[package]]
 1876   1887   
name = "cexpr"
 1877   1888   
version = "0.6.0"
 1878   1889   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2143,2154 +2209,2220 @@
 2163   2174   
name = "deranged"
 2164   2175   
version = "0.3.11"
 2165   2176   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2166   2177   
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
 2167   2178   
dependencies = [
 2168   2179   
 "powerfmt",
 2169   2180   
]
 2170   2181   
 2171   2182   
[[package]]
 2172   2183   
name = "derive_arbitrary"
 2173         -
version = "1.4.1"
        2184  +
version = "1.3.2"
 2174   2185   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2175         -
checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800"
        2186  +
checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
 2176   2187   
dependencies = [
 2177   2188   
 "proc-macro2",
 2178   2189   
 "quote",
 2179         -
 "syn 2.0.87",
        2190  +
 "syn 2.0.82",
 2180   2191   
]
 2181   2192   
 2182   2193   
[[package]]
 2183   2194   
name = "diff"
 2184   2195   
version = "0.1.13"
 2185   2196   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2186   2197   
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 2187   2198   
 2188   2199   
[[package]]
 2189   2200   
name = "digest"
@@ -2379,2390 +2458,2469 @@
 2399   2410   
 "futures-core",
 2400   2411   
 "futures-io",
 2401   2412   
 "memchr",
 2402   2413   
 "parking",
 2403   2414   
 "pin-project-lite",
 2404   2415   
 "waker-fn",
 2405   2416   
]
 2406   2417   
 2407   2418   
[[package]]
 2408   2419   
name = "futures-lite"
 2409         -
version = "2.4.0"
        2420  +
version = "2.3.0"
 2410   2421   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2411         -
checksum = "3f1fa2f9765705486b33fd2acf1577f8ec449c2ba1f318ae5447697b7c08d210"
        2422  +
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
 2412   2423   
dependencies = [
 2413   2424   
 "fastrand 2.0.2",
 2414   2425   
 "futures-core",
 2415   2426   
 "futures-io",
 2416   2427   
 "parking",
 2417   2428   
 "pin-project-lite",
 2418   2429   
]
 2419   2430   
 2420   2431   
[[package]]
 2421   2432   
name = "futures-macro"
 2422   2433   
version = "0.3.31"
 2423   2434   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2424   2435   
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 2425   2436   
dependencies = [
 2426   2437   
 "proc-macro2",
 2427   2438   
 "quote",
 2428         -
 "syn 2.0.87",
        2439  +
 "syn 2.0.82",
 2429   2440   
]
 2430   2441   
 2431   2442   
[[package]]
 2432   2443   
name = "futures-sink"
 2433   2444   
version = "0.3.31"
 2434   2445   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2435   2446   
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 2436   2447   
 2437   2448   
[[package]]
 2438   2449   
name = "futures-task"
@@ -2533,2544 +2595,2606 @@
 2553   2564   
version = "2.4.1"
 2554   2565   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2555   2566   
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 2556   2567   
dependencies = [
 2557   2568   
 "cfg-if",
 2558   2569   
 "crunchy",
 2559   2570   
]
 2560   2571   
 2561   2572   
[[package]]
 2562   2573   
name = "hashbrown"
 2563         -
version = "0.15.1"
        2574  +
version = "0.15.0"
 2564   2575   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2565         -
checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3"
        2576  +
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
 2566   2577   
dependencies = [
 2567   2578   
 "allocator-api2",
 2568   2579   
 "equivalent",
 2569   2580   
 "foldhash",
 2570   2581   
]
 2571   2582   
 2572   2583   
[[package]]
 2573   2584   
name = "hdrhistogram"
 2574   2585   
version = "7.5.4"
 2575   2586   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2743,2754 +2815,2826 @@
 2763   2774   
[[package]]
 2764   2775   
name = "hyper-rustls"
 2765   2776   
version = "0.27.3"
 2766   2777   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2767   2778   
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 2768   2779   
dependencies = [
 2769   2780   
 "futures-util",
 2770   2781   
 "http 1.1.0",
 2771   2782   
 "hyper 1.5.0",
 2772   2783   
 "hyper-util",
 2773         -
 "rustls 0.23.16",
        2784  +
 "rustls 0.23.15",
 2774   2785   
 "rustls-native-certs 0.8.0",
 2775   2786   
 "rustls-pki-types",
 2776   2787   
 "tokio",
 2777   2788   
 "tokio-rustls 0.26.0",
 2778   2789   
 "tower-service",
 2779   2790   
]
 2780   2791   
 2781   2792   
[[package]]
 2782   2793   
name = "hyper-util"
 2783         -
version = "0.1.10"
        2794  +
version = "0.1.9"
 2784   2795   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2785         -
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
        2796  +
checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
 2786   2797   
dependencies = [
 2787   2798   
 "bytes",
 2788   2799   
 "futures-channel",
 2789   2800   
 "futures-util",
 2790   2801   
 "http 1.1.0",
 2791   2802   
 "http-body 1.0.1",
 2792   2803   
 "hyper 1.5.0",
 2793   2804   
 "pin-project-lite",
 2794   2805   
 "socket2 0.5.7",
 2795   2806   
 "tokio",
@@ -2914,2925 +2976,2987 @@
 2934   2945   
version = "0.8.5"
 2935   2946   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2936   2947   
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
 2937   2948   
dependencies = [
 2938   2949   
 "cfg-if",
 2939   2950   
 "windows-targets 0.52.6",
 2940   2951   
]
 2941   2952   
 2942   2953   
[[package]]
 2943   2954   
name = "libm"
 2944         -
version = "0.2.11"
        2955  +
version = "0.2.8"
 2945   2956   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2946         -
checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
        2957  +
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
 2947   2958   
 2948   2959   
[[package]]
 2949   2960   
name = "linux-raw-sys"
 2950   2961   
version = "0.3.8"
 2951   2962   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2952   2963   
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
 2953   2964   
 2954   2965   
[[package]]
 2955   2966   
name = "linux-raw-sys"
 2956   2967   
version = "0.4.14"
@@ -3001,3012 +3061,3072 @@
 3021   3032   
]
 3022   3033   
 3023   3034   
[[package]]
 3024   3035   
name = "minicbor-derive"
 3025   3036   
version = "0.15.3"
 3026   3037   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3027   3038   
checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
 3028   3039   
dependencies = [
 3029   3040   
 "proc-macro2",
 3030   3041   
 "quote",
 3031         -
 "syn 2.0.87",
        3042  +
 "syn 2.0.82",
 3032   3043   
]
 3033   3044   
 3034   3045   
[[package]]
 3035   3046   
name = "minimal-lexical"
 3036   3047   
version = "0.2.1"
 3037   3048   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3038   3049   
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 3039   3050   
 3040   3051   
[[package]]
 3041   3052   
name = "miniz_oxide"
@@ -3196,3207 +3258,3269 @@
 3216   3227   
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 3217   3228   
 3218   3229   
[[package]]
 3219   3230   
name = "percent-encoding"
 3220   3231   
version = "2.3.1"
 3221   3232   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3222   3233   
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 3223   3234   
 3224   3235   
[[package]]
 3225   3236   
name = "pin-project-lite"
 3226         -
version = "0.2.15"
        3237  +
version = "0.2.14"
 3227   3238   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3228         -
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
        3239  +
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
 3229   3240   
 3230   3241   
[[package]]
 3231   3242   
name = "pin-utils"
 3232   3243   
version = "0.1.0"
 3233   3244   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3234   3245   
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
 3235   3246   
 3236   3247   
[[package]]
 3237   3248   
name = "piper"
 3238   3249   
version = "0.2.4"
@@ -3281,3292 +3378,3389 @@
 3301   3312   
[[package]]
 3302   3313   
name = "polling"
 3303   3314   
version = "3.7.3"
 3304   3315   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3305   3316   
checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
 3306   3317   
dependencies = [
 3307   3318   
 "cfg-if",
 3308   3319   
 "concurrent-queue",
 3309   3320   
 "hermit-abi 0.4.0",
 3310   3321   
 "pin-project-lite",
 3311         -
 "rustix 0.38.39",
        3322  +
 "rustix 0.38.37",
 3312   3323   
 "tracing",
 3313   3324   
 "windows-sys 0.59.0",
 3314   3325   
]
 3315   3326   
 3316   3327   
[[package]]
 3317   3328   
name = "powerfmt"
 3318   3329   
version = "0.2.0"
 3319   3330   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3320   3331   
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
 3321   3332   
 3322   3333   
[[package]]
 3323   3334   
name = "ppv-lite86"
 3324   3335   
version = "0.2.20"
 3325   3336   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3326   3337   
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
 3327   3338   
dependencies = [
 3328   3339   
 "zerocopy",
 3329   3340   
]
 3330   3341   
 3331   3342   
[[package]]
 3332   3343   
name = "pretty_assertions"
 3333   3344   
version = "1.4.1"
 3334   3345   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3335   3346   
checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
 3336   3347   
dependencies = [
 3337   3348   
 "diff",
 3338   3349   
 "yansi",
 3339   3350   
]
 3340   3351   
 3341   3352   
[[package]]
 3342   3353   
name = "prettyplease"
 3343         -
version = "0.2.25"
        3354  +
version = "0.2.24"
 3344   3355   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3345         -
checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
        3356  +
checksum = "910d41a655dac3b764f1ade94821093d3610248694320cd072303a8eedcf221d"
 3346   3357   
dependencies = [
 3347   3358   
 "proc-macro2",
 3348         -
 "syn 2.0.87",
        3359  +
 "syn 2.0.82",
 3349   3360   
]
 3350   3361   
 3351   3362   
[[package]]
 3352   3363   
name = "proc-macro-error"
 3353   3364   
version = "1.0.4"
 3354   3365   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3355   3366   
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
 3356   3367   
dependencies = [
 3357   3368   
 "proc-macro-error-attr",
 3358   3369   
 "proc-macro2",
@@ -3459,3470 +3521,3532 @@
 3479   3490   
name = "redox_syscall"
 3480   3491   
version = "0.5.7"
 3481   3492   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3482   3493   
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
 3483   3494   
dependencies = [
 3484   3495   
 "bitflags 2.6.0",
 3485   3496   
]
 3486   3497   
 3487   3498   
[[package]]
 3488   3499   
name = "regex"
 3489         -
version = "1.11.1"
        3500  +
version = "1.11.0"
 3490   3501   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3491         -
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
        3502  +
checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8"
 3492   3503   
dependencies = [
 3493   3504   
 "aho-corasick",
 3494   3505   
 "memchr",
 3495   3506   
 "regex-automata 0.4.8",
 3496   3507   
 "regex-syntax 0.8.5",
 3497   3508   
]
 3498   3509   
 3499   3510   
[[package]]
 3500   3511   
name = "regex-automata"
 3501   3512   
version = "0.1.10"
@@ -3579,3590 +3666,3677 @@
 3599   3610   
 "bitflags 1.3.2",
 3600   3611   
 "errno",
 3601   3612   
 "io-lifetimes",
 3602   3613   
 "libc",
 3603   3614   
 "linux-raw-sys 0.3.8",
 3604   3615   
 "windows-sys 0.48.0",
 3605   3616   
]
 3606   3617   
 3607   3618   
[[package]]
 3608   3619   
name = "rustix"
 3609         -
version = "0.38.39"
        3620  +
version = "0.38.37"
 3610   3621   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3611         -
checksum = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee"
        3622  +
checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
 3612   3623   
dependencies = [
 3613   3624   
 "bitflags 2.6.0",
 3614   3625   
 "errno",
 3615   3626   
 "libc",
 3616   3627   
 "linux-raw-sys 0.4.14",
 3617   3628   
 "windows-sys 0.52.0",
 3618   3629   
]
 3619   3630   
 3620   3631   
[[package]]
 3621   3632   
name = "rustls"
 3622   3633   
version = "0.21.12"
 3623   3634   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3624   3635   
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
 3625   3636   
dependencies = [
 3626   3637   
 "log",
 3627   3638   
 "ring",
 3628   3639   
 "rustls-webpki 0.101.7",
 3629   3640   
 "sct",
 3630   3641   
]
 3631   3642   
 3632   3643   
[[package]]
 3633   3644   
name = "rustls"
 3634         -
version = "0.23.16"
        3645  +
version = "0.23.15"
 3635   3646   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3636         -
checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e"
        3647  +
checksum = "5fbb44d7acc4e873d613422379f69f237a1b141928c02f6bc6ccfddddc2d7993"
 3637   3648   
dependencies = [
 3638   3649   
 "aws-lc-rs",
 3639   3650   
 "once_cell",
 3640   3651   
 "ring",
 3641   3652   
 "rustls-pki-types",
 3642   3653   
 "rustls-webpki 0.102.8",
 3643   3654   
 "subtle",
 3644   3655   
 "zeroize",
 3645   3656   
]
 3646   3657   
@@ -3791,3802 +3866,3877 @@
 3811   3822   
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
 3812   3823   
 3813   3824   
[[package]]
 3814   3825   
name = "separator"
 3815   3826   
version = "0.4.1"
 3816   3827   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3817   3828   
checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
 3818   3829   
 3819   3830   
[[package]]
 3820   3831   
name = "serde"
 3821         -
version = "1.0.214"
        3832  +
version = "1.0.213"
 3822   3833   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3823         -
checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
        3834  +
checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1"
 3824   3835   
dependencies = [
 3825   3836   
 "serde_derive",
 3826   3837   
]
 3827   3838   
 3828   3839   
[[package]]
 3829   3840   
name = "serde_derive"
 3830         -
version = "1.0.214"
        3841  +
version = "1.0.213"
 3831   3842   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3832         -
checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
        3843  +
checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5"
 3833   3844   
dependencies = [
 3834   3845   
 "proc-macro2",
 3835   3846   
 "quote",
 3836         -
 "syn 2.0.87",
        3847  +
 "syn 2.0.82",
 3837   3848   
]
 3838   3849   
 3839   3850   
[[package]]
 3840   3851   
name = "serde_json"
 3841   3852   
version = "1.0.132"
 3842   3853   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3843   3854   
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
 3844   3855   
dependencies = [
 3845   3856   
 "indexmap",
 3846   3857   
 "itoa",
@@ -3965,3976 +4064,4075 @@
 3985   3996   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3986   3997   
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
 3987   3998   
dependencies = [
 3988   3999   
 "proc-macro2",
 3989   4000   
 "quote",
 3990   4001   
 "unicode-ident",
 3991   4002   
]
 3992   4003   
 3993   4004   
[[package]]
 3994   4005   
name = "syn"
 3995         -
version = "2.0.87"
        4006  +
version = "2.0.82"
 3996   4007   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3997         -
checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
        4008  +
checksum = "83540f837a8afc019423a8edb95b52a8effe46957ee402287f4292fae35be021"
 3998   4009   
dependencies = [
 3999   4010   
 "proc-macro2",
 4000   4011   
 "quote",
 4001   4012   
 "unicode-ident",
 4002   4013   
]
 4003   4014   
 4004   4015   
[[package]]
 4005   4016   
name = "tempfile"
 4006   4017   
version = "3.12.0"
 4007   4018   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4008   4019   
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
 4009   4020   
dependencies = [
 4010   4021   
 "cfg-if",
 4011   4022   
 "fastrand 2.0.2",
 4012   4023   
 "once_cell",
 4013         -
 "rustix 0.38.39",
        4024  +
 "rustix 0.38.37",
 4014   4025   
 "windows-sys 0.59.0",
 4015   4026   
]
 4016   4027   
 4017   4028   
[[package]]
 4018   4029   
name = "thiserror"
 4019         -
version = "1.0.68"
        4030  +
version = "1.0.65"
 4020   4031   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4021         -
checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
        4032  +
checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
 4022   4033   
dependencies = [
 4023   4034   
 "thiserror-impl",
 4024   4035   
]
 4025   4036   
 4026   4037   
[[package]]
 4027   4038   
name = "thiserror-impl"
 4028         -
version = "1.0.68"
        4039  +
version = "1.0.65"
 4029   4040   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4030         -
checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e"
        4041  +
checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
 4031   4042   
dependencies = [
 4032   4043   
 "proc-macro2",
 4033   4044   
 "quote",
 4034         -
 "syn 2.0.87",
        4045  +
 "syn 2.0.82",
 4035   4046   
]
 4036   4047   
 4037   4048   
[[package]]
 4038   4049   
name = "thread_local"
 4039   4050   
version = "1.1.8"
 4040   4051   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4041   4052   
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
 4042   4053   
dependencies = [
 4043   4054   
 "cfg-if",
 4044   4055   
 "once_cell",
@@ -4099,4110 +4178,4189 @@
 4119   4130   
]
 4120   4131   
 4121   4132   
[[package]]
 4122   4133   
name = "tokio-macros"
 4123   4134   
version = "2.4.0"
 4124   4135   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4125   4136   
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
 4126   4137   
dependencies = [
 4127   4138   
 "proc-macro2",
 4128   4139   
 "quote",
 4129         -
 "syn 2.0.87",
        4140  +
 "syn 2.0.82",
 4130   4141   
]
 4131   4142   
 4132   4143   
[[package]]
 4133   4144   
name = "tokio-rustls"
 4134   4145   
version = "0.24.1"
 4135   4146   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4136   4147   
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
 4137   4148   
dependencies = [
 4138   4149   
 "rustls 0.21.12",
 4139   4150   
 "tokio",
 4140   4151   
]
 4141   4152   
 4142   4153   
[[package]]
 4143   4154   
name = "tokio-rustls"
 4144   4155   
version = "0.26.0"
 4145   4156   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4146   4157   
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
 4147   4158   
dependencies = [
 4148         -
 "rustls 0.23.16",
        4159  +
 "rustls 0.23.15",
 4149   4160   
 "rustls-pki-types",
 4150   4161   
 "tokio",
 4151   4162   
]
 4152   4163   
 4153   4164   
[[package]]
 4154   4165   
name = "tokio-stream"
 4155   4166   
version = "0.1.16"
 4156   4167   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4157   4168   
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
 4158   4169   
dependencies = [
@@ -4215,4226 +4275,4286 @@
 4235   4246   
]
 4236   4247   
 4237   4248   
[[package]]
 4238   4249   
name = "tracing-attributes"
 4239   4250   
version = "0.1.27"
 4240   4251   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4241   4252   
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
 4242   4253   
dependencies = [
 4243   4254   
 "proc-macro2",
 4244   4255   
 "quote",
 4245         -
 "syn 2.0.87",
        4256  +
 "syn 2.0.82",
 4246   4257   
]
 4247   4258   
 4248   4259   
[[package]]
 4249   4260   
name = "tracing-core"
 4250   4261   
version = "0.1.32"
 4251   4262   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4252   4263   
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
 4253   4264   
dependencies = [
 4254   4265   
 "once_cell",
 4255   4266   
 "valuable",
@@ -4288,4299 +4348,4359 @@
 4308   4319   
 "tracing-test-macro",
 4309   4320   
]
 4310   4321   
 4311   4322   
[[package]]
 4312   4323   
name = "tracing-test-macro"
 4313   4324   
version = "0.2.5"
 4314   4325   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4315   4326   
checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
 4316   4327   
dependencies = [
 4317   4328   
 "quote",
 4318         -
 "syn 2.0.87",
        4329  +
 "syn 2.0.82",
 4319   4330   
]
 4320   4331   
 4321   4332   
[[package]]
 4322   4333   
name = "try-lock"
 4323   4334   
version = "0.2.5"
 4324   4335   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4325   4336   
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
 4326   4337   
 4327   4338   
[[package]]
 4328   4339   
name = "typenum"
@@ -4373,4384 +4435,4446 @@
 4393   4404   
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
 4394   4405   
 4395   4406   
[[package]]
 4396   4407   
name = "valuable"
 4397   4408   
version = "0.1.0"
 4398   4409   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4399   4410   
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
 4400   4411   
 4401   4412   
[[package]]
 4402   4413   
name = "value-bag"
 4403         -
version = "1.10.0"
        4414  +
version = "1.9.0"
 4404   4415   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4405         -
checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
        4416  +
checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
 4406   4417   
 4407   4418   
[[package]]
 4408   4419   
name = "version_check"
 4409   4420   
version = "0.9.5"
 4410   4421   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4411   4422   
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
 4412   4423   
 4413   4424   
[[package]]
 4414   4425   
name = "vsimd"
 4415   4426   
version = "0.8.0"
@@ -4460,4471 +4590,4601 @@
 4480   4491   
name = "wasm-bindgen-backend"
 4481   4492   
version = "0.2.95"
 4482   4493   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4483   4494   
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
 4484   4495   
dependencies = [
 4485   4496   
 "bumpalo",
 4486   4497   
 "log",
 4487   4498   
 "once_cell",
 4488   4499   
 "proc-macro2",
 4489   4500   
 "quote",
 4490         -
 "syn 2.0.87",
        4501  +
 "syn 2.0.82",
 4491   4502   
 "wasm-bindgen-shared",
 4492   4503   
]
 4493   4504   
 4494   4505   
[[package]]
 4495   4506   
name = "wasm-bindgen-futures"
 4496   4507   
version = "0.4.45"
 4497   4508   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4498   4509   
checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b"
 4499   4510   
dependencies = [
 4500   4511   
 "cfg-if",
 4501   4512   
 "js-sys",
 4502   4513   
 "wasm-bindgen",
 4503   4514   
 "web-sys",
 4504   4515   
]
 4505   4516   
 4506   4517   
[[package]]
 4507   4518   
name = "wasm-bindgen-macro"
 4508   4519   
version = "0.2.95"
 4509   4520   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4510   4521   
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
 4511   4522   
dependencies = [
 4512   4523   
 "quote",
 4513   4524   
 "wasm-bindgen-macro-support",
 4514   4525   
]
 4515   4526   
 4516   4527   
[[package]]
 4517   4528   
name = "wasm-bindgen-macro-support"
 4518   4529   
version = "0.2.95"
 4519   4530   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4520   4531   
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
 4521   4532   
dependencies = [
 4522   4533   
 "proc-macro2",
 4523   4534   
 "quote",
 4524         -
 "syn 2.0.87",
        4535  +
 "syn 2.0.82",
 4525   4536   
 "wasm-bindgen-backend",
 4526   4537   
 "wasm-bindgen-shared",
 4527   4538   
]
 4528   4539   
 4529   4540   
[[package]]
 4530   4541   
name = "wasm-bindgen-shared"
 4531   4542   
version = "0.2.95"
 4532   4543   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4533   4544   
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
 4534   4545   
 4535   4546   
[[package]]
 4536   4547   
name = "web-sys"
 4537   4548   
version = "0.3.72"
 4538   4549   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4539   4550   
checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
 4540   4551   
dependencies = [
 4541   4552   
 "js-sys",
 4542   4553   
 "wasm-bindgen",
 4543   4554   
]
 4544   4555   
 4545   4556   
[[package]]
 4546   4557   
name = "webpki-roots"
 4547   4558   
version = "0.25.4"
 4548   4559   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4549   4560   
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
 4550   4561   
 4551   4562   
[[package]]
 4552   4563   
name = "which"
 4553   4564   
version = "4.4.2"
 4554   4565   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4555   4566   
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
 4556   4567   
dependencies = [
 4557   4568   
 "either",
 4558   4569   
 "home",
 4559   4570   
 "once_cell",
 4560         -
 "rustix 0.38.39",
        4571  +
 "rustix 0.38.37",
 4561   4572   
]
 4562   4573   
 4563   4574   
[[package]]
 4564   4575   
name = "winapi"
 4565   4576   
version = "0.3.9"
 4566   4577   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4567   4578   
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
 4568   4579   
dependencies = [
 4569   4580   
 "winapi-i686-pc-windows-gnu",
 4570   4581   
 "winapi-x86_64-pc-windows-gnu",
@@ -4751,4762 +4788,4799 @@
 4771   4782   
]
 4772   4783   
 4773   4784   
[[package]]
 4774   4785   
name = "zerocopy-derive"
 4775   4786   
version = "0.7.35"
 4776   4787   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4777   4788   
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
 4778   4789   
dependencies = [
 4779   4790   
 "proc-macro2",
 4780   4791   
 "quote",
 4781         -
 "syn 2.0.87",
        4792  +
 "syn 2.0.82",
 4782   4793   
]
 4783   4794   
 4784   4795   
[[package]]
 4785   4796   
name = "zeroize"
 4786   4797   
version = "1.8.1"
 4787   4798   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4788   4799   
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"

tmp-codegen-diff/aws-sdk/README.md

@@ -1,1 +57,57 @@
   17     17   
   18     18   
> For a step-by-step guide including several advanced use cases, check out the [Developer Guide](https://docs.aws.amazon.com/sdk-for-rust/latest/dg/welcome.html).
   19     19   
   20     20   
The SDK provides one crate per AWS service. You must add [Tokio](https://crates.io/crates/tokio) as a dependency within your Rust project to execute asynchronous code.
   21     21   
   22     22   
1. Create a new Rust project: `cargo new sdk-example`
   23     23   
2. Add dependencies to DynamoDB and Tokio to your **Cargo.toml** file:
   24     24   
   25     25   
    ```toml
   26     26   
    [dependencies]
   27         -
    aws-config = { version= "1.5.10", features = ["behavior-version-latest"] }
          27  +
    aws-config = { version= "1.5.9", features = ["behavior-version-latest"] }
   28     28   
    aws-sdk-dynamodb = "0.0.0-local"
   29     29   
    tokio = { version = "1", features = ["full"] }
   30     30   
    ```
   31     31   
   32     32   
3. Provide your AWS credentials with the default credential provider chain, which currently looks in:
   33     33   
   - Environment variables: `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, and `AWS_REGION`
   34     34   
   - The default credentials files located in `~/.aws/config` and `~/.aws/credentials` (location can vary per platform)
   35     35   
   - Web Identity Token credentials from the environment or container (including EKS)
   36     36   
   - ECS Container Credentials (IAM roles for tasks)
   37     37   
   - EC2 Instance Metadata Service (IAM Roles attached to instance)

tmp-codegen-diff/aws-sdk/sdk/aws-config/Cargo.toml

@@ -1,1 +34,34 @@
    1      1   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2      2   
[package]
    3      3   
name = "aws-config"
    4         -
version = "1.5.10"
           4  +
version = "1.5.9"
    5      5   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
    6      6   
description = "AWS SDK config and credential provider implementations."
    7      7   
edition = "2021"
    8      8   
exclude = ["test-data/*", "integration-tests/*"]
    9      9   
license = "Apache-2.0"
   10     10   
repository = "https://github.com/smithy-lang/smithy-rs"
   11     11   
[package.metadata.docs.rs]
   12     12   
all-features = true
   13     13   
targets = ["x86_64-unknown-linux-gnu"]
   14     14   
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
@@ -40,40 +152,152 @@
   60     60   
version = "0.60.7"
   61     61   
   62     62   
[dependencies.aws-smithy-runtime]
   63     63   
path = "../aws-smithy-runtime"
   64     64   
features = ["client"]
   65     65   
version = "1.7.3"
   66     66   
   67     67   
[dependencies.aws-smithy-runtime-api]
   68     68   
path = "../aws-smithy-runtime-api"
   69     69   
features = ["client"]
   70         -
version = "1.7.3"
          70  +
version = "1.7.2"
   71     71   
   72     72   
[dependencies.aws-smithy-types]
   73     73   
path = "../aws-smithy-types"
   74         -
version = "1.2.9"
          74  +
version = "1.2.8"
   75     75   
   76     76   
[dependencies.aws-types]
   77     77   
path = "../aws-types"
   78     78   
version = "1.3.3"
   79     79   
   80     80   
[dependencies.time]
   81     81   
version = "0.3.4"
   82     82   
features = ["parsing"]
   83     83   
   84     84   
[dependencies.tokio]
   85     85   
version = "1.13.1"
   86     86   
features = ["sync"]
   87     87   
   88     88   
[dependencies.tracing]
   89     89   
version = "0.1"
   90     90   
   91     91   
[dependencies.aws-sdk-sso]
   92     92   
path = "../sso"
   93     93   
default-features = false
   94     94   
optional = true
   95     95   
version = "0.0.0-local"
   96     96   
   97     97   
[dependencies.ring]
   98     98   
version = "0.17.5"
   99     99   
optional = true
  100    100   
  101    101   
[dependencies.hex]
  102    102   
version = "0.4.3"
  103    103   
optional = true
  104    104   
  105    105   
[dependencies.zeroize]
  106    106   
version = "1"
  107    107   
optional = true
  108    108   
  109    109   
[dependencies.aws-sdk-ssooidc]
  110    110   
path = "../ssooidc"
  111    111   
default-features = false
  112    112   
optional = true
  113    113   
version = "0.0.0-local"
  114    114   
  115    115   
[dev-dependencies]
  116    116   
tracing-test = "0.2.4"
  117    117   
serde_json = "1"
  118    118   
  119    119   
[dev-dependencies.aws-smithy-runtime]
  120    120   
path = "../aws-smithy-runtime"
  121    121   
features = ["client", "connector-hyper-0-14-x", "test-util"]
  122    122   
version = "1.7.3"
  123    123   
  124    124   
[dev-dependencies.aws-smithy-runtime-api]
  125    125   
path = "../aws-smithy-runtime-api"
  126    126   
features = ["test-util"]
  127         -
version = "1.7.3"
         127  +
version = "1.7.2"
  128    128   
  129    129   
[dev-dependencies.futures-util]
  130    130   
version = "0.3.29"
  131    131   
default-features = false
  132    132   
  133    133   
[dev-dependencies.tracing-subscriber]
  134    134   
version = "0.3.16"
  135    135   
features = ["fmt", "json"]
  136    136   
  137    137   
[dev-dependencies.tokio]

tmp-codegen-diff/aws-sdk/sdk/aws-config/fuzz/Cargo.toml

@@ -1,1 +30,30 @@
   13     13   
edition = "2021"
   14     14   
   15     15   
[package.metadata]
   16     16   
cargo-fuzz = true
   17     17   
   18     18   
[dependencies]
   19     19   
libfuzzer-sys = "0.4"
   20     20   
   21     21   
[dependencies.aws-config]
   22     22   
path = ".."
   23         -
version = "1.5.10"
          23  +
version = "1.5.9"
   24     24   
   25     25   
[dependencies.aws-types]
   26     26   
path = "../../../sdk/build/aws-sdk/sdk/aws-types"
   27     27   
version = "1.3.3"
   28     28   
   29     29   
[workspace]
   30     30   
members = ["."]

tmp-codegen-diff/aws-sdk/sdk/aws-config/src/lib.rs

@@ -484,484 +544,544 @@
  504    504   
        /// ```
  505    505   
        pub fn no_credentials(mut self) -> Self {
  506    506   
            self.credentials_provider = TriStateOption::ExplicitlyUnset;
  507    507   
            self
  508    508   
        }
  509    509   
  510    510   
        /// Set test credentials for use when signing requests
  511    511   
        pub fn test_credentials(self) -> Self {
  512    512   
            #[allow(unused_mut)]
  513    513   
            let mut ret = self.credentials_provider(Credentials::for_tests());
  514         -
            #[cfg(feature = "sso")]
         514  +
            #[cfg(all(feature = "sso", feature = "test-util"))]
  515    515   
            {
  516    516   
                use aws_smithy_runtime_api::client::identity::http::Token;
  517    517   
                ret = ret.token_provider(Token::for_tests());
  518    518   
            }
  519    519   
            ret
  520    520   
        }
  521    521   
  522    522   
        /// Override the access token provider used to build [`SdkConfig`].
  523    523   
        ///
  524    524   
        /// # Examples

tmp-codegen-diff/aws-sdk/sdk/aws-credential-types/Cargo.toml

@@ -2,2 +44,44 @@
   22     22   
   23     23   
[dependencies]
   24     24   
zeroize = "1"
   25     25   
   26     26   
[dependencies.aws-smithy-async]
   27     27   
path = "../aws-smithy-async"
   28     28   
version = "1.2.1"
   29     29   
   30     30   
[dependencies.aws-smithy-types]
   31     31   
path = "../aws-smithy-types"
   32         -
version = "1.2.9"
          32  +
version = "1.2.8"
   33     33   
   34     34   
[dependencies.aws-smithy-runtime-api]
   35     35   
path = "../aws-smithy-runtime-api"
   36     36   
features = ["client", "http-auth"]
   37         -
version = "1.7.3"
          37  +
version = "1.7.2"
   38     38   
   39     39   
[dev-dependencies]
   40     40   
async-trait = "0.1.74"
   41     41   
   42     42   
[dev-dependencies.tokio]
   43     43   
version = "1.23.1"
   44     44   
features = ["full", "test-util", "rt"]

tmp-codegen-diff/aws-sdk/sdk/aws-runtime/Cargo.toml

@@ -34,34 +145,145 @@
   54     54   
version = "0.60.11"
   55     55   
   56     56   
[dependencies.aws-smithy-runtime]
   57     57   
path = "../aws-smithy-runtime"
   58     58   
features = ["client"]
   59     59   
version = "1.7.3"
   60     60   
   61     61   
[dependencies.aws-smithy-runtime-api]
   62     62   
path = "../aws-smithy-runtime-api"
   63     63   
features = ["client"]
   64         -
version = "1.7.3"
          64  +
version = "1.7.2"
   65     65   
   66     66   
[dependencies.aws-smithy-types]
   67     67   
path = "../aws-smithy-types"
   68         -
version = "1.2.9"
          68  +
version = "1.2.8"
   69     69   
   70     70   
[dependencies.aws-types]
   71     71   
path = "../aws-types"
   72     72   
version = "1.3.3"
   73     73   
   74     74   
[dependencies.http-02x]
   75     75   
package = "http"
   76     76   
version = "0.2.3"
   77     77   
   78     78   
[dependencies.http-body-04x]
   79     79   
package = "http-body"
   80     80   
version = "0.4.5"
   81     81   
   82     82   
[dependencies.http-1x]
   83     83   
package = "http"
   84     84   
version = "1.1.0"
   85     85   
optional = true
   86     86   
   87     87   
[dependencies.http-body-1x]
   88     88   
package = "http-body"
   89     89   
version = "1.0.0"
   90     90   
optional = true
   91     91   
   92     92   
[dependencies.regex-lite]
   93     93   
version = "0.1.5"
   94     94   
optional = true
   95     95   
   96     96   
[dependencies.uuid]
   97     97   
version = "1"
   98     98   
   99     99   
[dev-dependencies]
  100    100   
arbitrary = "1.3"
  101    101   
bytes-utils = "0.1.2"
  102    102   
convert_case = "0.6.0"
  103    103   
proptest = "1.2"
  104    104   
serde_json = "1"
  105    105   
tracing-test = "0.2.4"
  106    106   
  107    107   
[dev-dependencies.aws-credential-types]
  108    108   
path = "../aws-credential-types"
  109    109   
features = ["test-util"]
  110    110   
version = "1.2.1"
  111    111   
  112    112   
[dev-dependencies.aws-smithy-async]
  113    113   
path = "../aws-smithy-async"
  114    114   
features = ["test-util"]
  115    115   
version = "1.2.1"
  116    116   
  117    117   
[dev-dependencies.aws-smithy-protocol-test]
  118    118   
path = "../aws-smithy-protocol-test"
  119    119   
version = "0.63.0"
  120    120   
  121    121   
[dev-dependencies.aws-smithy-runtime-api]
  122    122   
path = "../aws-smithy-runtime-api"
  123    123   
features = ["test-util"]
  124         -
version = "1.7.3"
         124  +
version = "1.7.2"
  125    125   
  126    126   
[dev-dependencies.aws-smithy-types]
  127    127   
path = "../aws-smithy-types"
  128    128   
features = ["test-util"]
  129         -
version = "1.2.9"
         129  +
version = "1.2.8"
  130    130   
  131    131   
[dev-dependencies.futures-util]
  132    132   
version = "0.3.29"
  133    133   
default-features = false
  134    134   
  135    135   
[dev-dependencies.serde]
  136    136   
version = "1"
  137    137   
features = ["derive"]
  138    138   
  139    139   
[dev-dependencies.tokio]

tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/Cargo.toml

@@ -32,32 +132,132 @@
   52     52   
optional = true
   53     53   
version = "0.60.5"
   54     54   
   55     55   
[dependencies.aws-smithy-http]
   56     56   
path = "../aws-smithy-http"
   57     57   
version = "0.60.11"
   58     58   
   59     59   
[dependencies.aws-smithy-runtime-api]
   60     60   
path = "../aws-smithy-runtime-api"
   61     61   
features = ["client"]
   62         -
version = "1.7.3"
          62  +
version = "1.7.2"
   63     63   
   64     64   
[dependencies.aws-smithy-types]
   65     65   
path = "../aws-smithy-types"
   66         -
version = "1.2.9"
          66  +
version = "1.2.8"
   67     67   
   68     68   
[dependencies.form_urlencoded]
   69     69   
version = "1.0"
   70     70   
optional = true
   71     71   
   72     72   
[dependencies.http0]
   73     73   
version = "0.2"
   74     74   
optional = true
   75     75   
package = "http"
   76     76   
   77     77   
[dependencies.http]
   78     78   
version = "1"
   79     79   
optional = true
   80     80   
   81     81   
[dependencies.p256]
   82     82   
version = "0.11"
   83     83   
features = ["ecdsa"]
   84     84   
optional = true
   85     85   
   86     86   
[dependencies.percent-encoding]
   87     87   
version = "2.1"
   88     88   
optional = true
   89     89   
   90     90   
[dependencies.ring]
   91     91   
version = "0.17.5"
   92     92   
optional = true
   93     93   
   94     94   
[dependencies.crypto-bigint]
   95     95   
version = "0.5.4"
   96     96   
optional = true
   97     97   
   98     98   
[dependencies.subtle]
   99     99   
version = "2.5.0"
  100    100   
optional = true
  101    101   
  102    102   
[dependencies.zeroize]
  103    103   
version = "^1"
  104    104   
optional = true
  105    105   
  106    106   
[dev-dependencies]
  107    107   
bytes = "1"
  108    108   
hex-literal = "0.4.1"
  109    109   
httparse = "1.8"
  110    110   
libfuzzer-sys = "0.4.6"
  111    111   
pretty_assertions = "1.3"
  112    112   
proptest = "1.2"
  113    113   
serde = "1.0.180"
  114    114   
serde_derive = "1.0.180"
  115    115   
serde_json = "1.0.104"
  116    116   
criterion = "0.5"
  117    117   
  118    118   
[dev-dependencies.aws-credential-types]
  119    119   
path = "../aws-credential-types"
  120    120   
features = ["test-util", "hardcoded-credentials"]
  121    121   
version = "1.2.1"
  122    122   
  123    123   
[dev-dependencies.aws-smithy-runtime-api]
  124    124   
path = "../aws-smithy-runtime-api"
  125    125   
features = ["client", "test-util"]
  126         -
version = "1.7.3"
         126  +
version = "1.7.2"
  127    127   
  128    128   
[dev-dependencies.time]
  129    129   
version = "0.3.5"
  130    130   
features = ["parsing"]
  131    131   
[target."cfg(not(any(target_arch = \"powerpc\", target_arch = \"powerpc64\")))".dev-dependencies]
  132    132   
ring = "0.17.5"

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-cbor/Cargo.toml

@@ -1,1 +32,32 @@
    2      2   
[[bench]]
    3      3   
name = "string"
    4      4   
harness = false
    5      5   
    6      6   
[[bench]]
    7      7   
name = "blob"
    8      8   
harness = false
    9      9   
   10     10   
[package]
   11     11   
name = "aws-smithy-cbor"
   12         -
version = "0.60.8"
          12  +
version = "0.60.7"
   13     13   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "David PĂ©rez <d@vidp.dev>"]
   14     14   
description = "CBOR utilities for smithy-rs."
   15     15   
edition = "2021"
   16     16   
license = "Apache-2.0"
   17     17   
repository = "https://github.com/awslabs/smithy-rs"
   18     18   
[package.metadata.docs.rs]
   19     19   
all-features = true
   20     20   
targets = ["x86_64-unknown-linux-gnu"]
   21     21   
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
   22     22   
rustdoc-args = ["--cfg", "docsrs"]
   23     23   
[dependencies.minicbor]
   24     24   
version = "0.24.2"
   25     25   
features = ["alloc", "half"]
   26     26   
   27     27   
[dependencies.aws-smithy-types]
   28     28   
path = "../aws-smithy-types"
   29         -
version = "1.2.9"
          29  +
version = "1.2.8"
   30     30   
   31     31   
[dev-dependencies]
   32     32   
criterion = "0.5.1"

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-cbor/src/decode.rs

@@ -220,220 +296,294 @@
  240    240   
            // https://github.com/smithy-lang/smithy/blob/6466fe77c65b8a17b219f0b0a60c767915205f95/smithy-protocol-tests/model/rpcv2Cbor/fractional-seconds.smithy#L17
  241    241   
            let epoch_seconds = self.decoder.f64().map_err(DeserializeError::new)?;
  242    242   
            let mut result = DateTime::from_secs_f64(epoch_seconds);
  243    243   
            let subsec_nanos = result.subsec_nanos();
  244    244   
            result.set_subsec_nanos((subsec_nanos / 1_000_000) * 1_000_000);
  245    245   
            Ok(result)
  246    246   
        }
  247    247   
    }
  248    248   
}
  249    249   
  250         -
#[allow(dead_code)] // to avoid `never constructed` warning
  251    250   
#[derive(Debug)]
  252    251   
pub struct ArrayIter<'a, 'b, T> {
  253    252   
    inner: minicbor::decode::ArrayIter<'a, 'b, T>,
  254    253   
}
  255    254   
  256    255   
impl<'a, 'b, T: minicbor::Decode<'b, ()>> Iterator for ArrayIter<'a, 'b, T> {
  257    256   
    type Item = Result<T, DeserializeError>;
  258    257   
  259    258   
    fn next(&mut self) -> Option<Self::Item> {
  260    259   
        self.inner
  261    260   
            .next()
  262    261   
            .map(|opt| opt.map_err(DeserializeError::new))
  263    262   
    }
  264    263   
}
  265    264   
  266         -
#[allow(dead_code)] // to avoid `never constructed` warning
  267    265   
#[derive(Debug)]
  268    266   
pub struct MapIter<'a, 'b, K, V> {
  269    267   
    inner: minicbor::decode::MapIter<'a, 'b, K, V>,
  270    268   
}
  271    269   
  272    270   
impl<'a, 'b, K, V> Iterator for MapIter<'a, 'b, K, V>
  273    271   
where
  274    272   
    K: minicbor::Decode<'b, ()>,
  275    273   
    V: minicbor::Decode<'b, ()>,
  276    274   
{

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-checksums/Cargo.toml

@@ -5,5 +44,44 @@
   25     25   
sha1 = "0.10"
   26     26   
sha2 = "0.10"
   27     27   
tracing = "0.1"
   28     28   
   29     29   
[dependencies.aws-smithy-http]
   30     30   
path = "../aws-smithy-http"
   31     31   
version = "0.60.11"
   32     32   
   33     33   
[dependencies.aws-smithy-types]
   34     34   
path = "../aws-smithy-types"
   35         -
version = "1.2.9"
          35  +
version = "1.2.8"
   36     36   
   37     37   
[dev-dependencies]
   38     38   
bytes-utils = "0.1.2"
   39     39   
pretty_assertions = "1.3"
   40     40   
tracing-test = "0.2.1"
   41     41   
   42     42   
[dev-dependencies.tokio]
   43     43   
version = "1.23.1"
   44     44   
features = ["macros", "rt"]

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-compression/Cargo.toml

@@ -1,1 +63,63 @@
   19     19   
   20     20   
[dependencies]
   21     21   
bytes = "1.4.0"
   22     22   
flate2 = "1.0.30"
   23     23   
futures-util = "0.3"
   24     24   
pin-project-lite = "0.2.14"
   25     25   
tracing = "0.1.40"
   26     26   
   27     27   
[dependencies.aws-smithy-types]
   28     28   
path = "../aws-smithy-types"
   29         -
version = "1.2.9"
          29  +
version = "1.2.8"
   30     30   
   31     31   
[dependencies.aws-smithy-runtime-api]
   32     32   
path = "../aws-smithy-runtime-api"
   33         -
version = "1.7.3"
          33  +
version = "1.7.2"
   34     34   
   35     35   
[dependencies.http-0-2]
   36     36   
package = "http"
   37     37   
version = "0.2.9"
   38     38   
optional = true
   39     39   
   40     40   
[dependencies.http-1-0]
   41     41   
package = "http"
   42     42   
version = "1"
   43     43   
optional = true

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-eventstream/Cargo.toml

@@ -1,1 +36,36 @@
   19     19   
[dependencies]
   20     20   
bytes = "1"
   21     21   
crc32fast = "1.3"
   22     22   
   23     23   
[dependencies.arbitrary]
   24     24   
version = "1.3"
   25     25   
optional = true
   26     26   
   27     27   
[dependencies.aws-smithy-types]
   28     28   
path = "../aws-smithy-types"
   29         -
version = "1.2.9"
          29  +
version = "1.2.8"
   30     30   
   31     31   
[dependencies.derive_arbitrary]
   32     32   
version = "1.3"
   33     33   
optional = true
   34     34   
   35     35   
[dev-dependencies]
   36     36   
bytes-utils = "0.1"

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-eventstream/fuzz/Cargo.toml

@@ -21,21 +59,59 @@
   41     41   
   42     42   
[dependencies]
   43     43   
arbitrary = "1.3"
   44     44   
bytes = "1"
   45     45   
crc32fast = "1"
   46     46   
derive_arbitrary = "1.3"
   47     47   
libfuzzer-sys = "0.4"
   48     48   
   49     49   
[dependencies.aws-smithy-types]
   50     50   
path = "../../aws-smithy-types"
   51         -
version = "1.2.9"
          51  +
version = "1.2.8"
   52     52   
   53     53   
[dependencies.aws-smithy-eventstream]
   54     54   
features = ["derive-arbitrary"]
   55     55   
path = ".."
   56     56   
version = "0.60.5"
   57     57   
   58     58   
[workspace]
   59     59   
members = ["."]

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-experimental/Cargo.toml

@@ -1,1 +94,0 @@
    9      9   
required-features = ["crypto-aws-lc", "crypto-aws-lc-fips"]
   10     10   
doc-scrape-examples = true
   11     11   
   12     12   
[[example]]
   13     13   
name = "custom-dns"
   14     14   
required-features = ["crypto-ring"]
   15     15   
doc-scrape-examples = true
   16     16   
   17     17   
[package]
   18     18   
name = "aws-smithy-experimental"
   19         -
version = "0.1.5"
          19  +
version = "0.1.4"
   20     20   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"]
   21     21   
description = "Experiments for the smithy-rs ecosystem"
   22     22   
edition = "2021"
   23     23   
license = "Apache-2.0"
   24     24   
repository = "https://github.com/smithy-lang/smithy-rs"
   25     25   
[package.metadata.docs.rs]
   26     26   
all-features = true
   27     27   
targets = ["x86_64-unknown-linux-gnu"]
   28     28   
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
   29     29   
rustdoc-args = ["--cfg", "docsrs"]
   30     30   
[package.metadata.cargo-udeps.ignore]
   31     31   
normal = ["fs_extra"]
   32     32   
   33     33   
[features]
   34     34   
crypto-ring = ["rustls/ring"]
   35     35   
crypto-aws-lc = ["rustls/aws_lc_rs"]
   36     36   
crypto-aws-lc-fips = ["rustls/fips"]
   37     37   
   38     38   
[dependencies]
   39     39   
pin-project-lite = "0.2.13"
   40     40   
hyper-util = "0.1.7"
   41     41   
http = "1"
   42     42   
tokio = "1"
   43     43   
h2 = "0.4"
   44     44   
once_cell = "1.18.0"
   45     45   
tracing = "0.1.40"
   46     46   
tower = "0.4.1"
   47     47   
   48     48   
[dependencies.aws-smithy-types]
   49     49   
path = "../aws-smithy-types"
   50     50   
features = ["http-body-1-x"]
   51         -
version = "1.2.9"
          51  +
version = "1.2.8"
   52     52   
   53     53   
[dependencies.aws-smithy-runtime-api]
   54     54   
features = ["client", "http-1x"]
   55     55   
path = "../aws-smithy-runtime-api"
   56         -
version = "1.7.3"
          56  +
version = "1.7.2"
   57     57   
   58     58   
[dependencies.aws-smithy-runtime]
   59     59   
features = ["client"]
   60     60   
path = "../aws-smithy-runtime"
   61     61   
version = "1.7.3"
   62     62   
   63     63   
[dependencies.aws-smithy-async]
   64     64   
path = "../aws-smithy-async"
   65     65   
version = "1.2.1"
   66     66   
   67     67   
[dependencies.hyper]
   68     68   
version = "1"
   69     69   
features = ["client", "http1", "http2"]
   70     70   
   71     71   
[dependencies.hyper-rustls]
   72     72   
version = "0.27"
   73     73   
features = ["http2", "http1", "native-tokio", "tls12"]
   74     74   
default-features = false
   75     75   
   76     76   
[dependencies.rustls]
   77     77   
version = "0.23"
   78     78   
default-features = false
   79     79   
[dev-dependencies.aws-smithy-async]
   80     80   
path = "../aws-smithy-async"
   81     81   
features = ["rt-tokio", "test-util"]
   82     82   
version = "1.2.1"
   83     83   
   84     84   
[dev-dependencies.aws-smithy-runtime]
   85     85   
path = "../aws-smithy-runtime"
   86     86   
features = ["client", "test-util", "connector-hyper-0-14-x"]
   87     87   
version = "1.7.3"
   88     88   
   89     89   
[dev-dependencies.tokio]
   90     90   
version = "1"
   91     91   
features = ["full", "test-util"]
   92         -
[lints.rust.unexpected_cfgs]
   93         -
level = "warn"
   94         -
check-cfg = ["cfg(crypto_unstable)"]