AWS SDK

AWS SDK

rev. 9f6ec0cd5128eabf514f589d40ac454eb78b698f (ignoring whitespace)

Files changed:

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

@@ -150,150 +210,210 @@
  170    170   
version = "2.3.3"
  171    171   
source = "registry+https://github.com/rust-lang/crates.io-index"
  172    172   
checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964"
  173    173   
dependencies = [
  174    174   
 "async-lock 3.4.0",
  175    175   
 "cfg-if",
  176    176   
 "concurrent-queue",
  177    177   
 "futures-io",
  178    178   
 "futures-lite 2.3.0",
  179    179   
 "parking",
  180         -
 "polling 3.7.1",
         180  +
 "polling 3.7.2",
  181    181   
 "rustix 0.38.34",
  182    182   
 "slab",
  183    183   
 "tracing",
  184    184   
 "windows-sys 0.52.0",
  185    185   
]
  186    186   
  187    187   
[[package]]
  188    188   
name = "async-lock"
  189    189   
version = "2.8.0"
  190    190   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -302,302 +9668,9695 @@
  322    322   
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
  323    323   
  324    324   
[[package]]
  325    325   
name = "autocfg"
  326    326   
version = "1.3.0"
  327    327   
source = "registry+https://github.com/rust-lang/crates.io-index"
  328    328   
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
  329    329   
  330    330   
[[package]]
  331    331   
name = "aws-config"
  332         -
version = "1.5.1"
         332  +
version = "1.5.2"
  333    333   
dependencies = [
  334    334   
 "aws-credential-types 1.2.0",
  335         -
 "aws-runtime 1.2.2",
         335  +
 "aws-runtime 1.3.0",
  336    336   
 "aws-sdk-sso",
  337    337   
 "aws-sdk-ssooidc",
  338    338   
 "aws-sdk-sts",
  339    339   
 "aws-smithy-async 1.2.1",
  340    340   
 "aws-smithy-http 0.60.8",
  341    341   
 "aws-smithy-json 0.60.7",
  342         -
 "aws-smithy-runtime 1.5.7",
  343         -
 "aws-smithy-runtime-api 1.6.3",
         342  +
 "aws-smithy-runtime 1.6.0",
         343  +
 "aws-smithy-runtime-api 1.7.0",
  344    344   
 "aws-smithy-types 1.2.0",
  345    345   
 "aws-types 1.3.1",
  346    346   
 "bytes",
  347    347   
 "fastrand 2.0.2",
  348    348   
 "futures-util",
  349    349   
 "hex",
  350    350   
 "http 0.2.12",
  351    351   
 "hyper 0.14.29",
  352    352   
 "hyper-rustls 0.24.2",
  353    353   
 "ring",
  354    354   
 "serde",
  355    355   
 "serde_json",
  356    356   
 "time",
  357    357   
 "tokio",
  358    358   
 "tracing",
  359    359   
 "tracing-subscriber",
  360    360   
 "tracing-test",
  361    361   
 "url",
  362    362   
 "zeroize",
  363    363   
]
  364    364   
  365    365   
[[package]]
  366    366   
name = "aws-credential-types"
  367    367   
version = "1.2.0"
  368    368   
dependencies = [
  369    369   
 "async-trait",
  370    370   
 "aws-smithy-async 1.2.1",
  371         -
 "aws-smithy-runtime-api 1.6.3",
         371  +
 "aws-smithy-runtime-api 1.7.0",
  372    372   
 "aws-smithy-types 1.2.0",
  373    373   
 "tokio",
  374    374   
 "zeroize",
  375    375   
]
  376    376   
  377    377   
[[package]]
  378    378   
name = "aws-credential-types"
  379    379   
version = "1.2.0"
  380    380   
source = "registry+https://github.com/rust-lang/crates.io-index"
  381    381   
checksum = "e16838e6c9e12125face1c1eff1343c75e3ff540de98ff7ebd61874a89bcfeb9"
  382    382   
dependencies = [
  383    383   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  384         -
 "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
         384  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
  385    385   
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  386    386   
 "zeroize",
  387    387   
]
  388    388   
  389    389   
[[package]]
  390    390   
name = "aws-endpoint"
  391    391   
version = "0.60.3"
  392    392   
  393    393   
[[package]]
  394    394   
name = "aws-http"
  395    395   
version = "0.60.5"
  396    396   
dependencies = [
  397         -
 "aws-runtime 1.2.2",
         397  +
 "aws-runtime 1.3.0",
  398    398   
]
  399    399   
  400    400   
[[package]]
  401    401   
name = "aws-hyper"
  402    402   
version = "0.60.3"
  403    403   
  404    404   
[[package]]
  405    405   
name = "aws-lc-fips-sys"
  406    406   
version = "0.12.9"
  407    407   
source = "registry+https://github.com/rust-lang/crates.io-index"
  408    408   
checksum = "6e5cc4286676d121ca5a2ce89e0d4ddbc2d660ac24bb17bc49607d700f49f993"
  409    409   
dependencies = [
  410    410   
 "bindgen",
  411    411   
 "cmake",
  412    412   
 "dunce",
  413    413   
 "fs_extra",
  414    414   
 "libc",
  415    415   
 "paste",
  416    416   
]
  417    417   
  418    418   
[[package]]
  419    419   
name = "aws-lc-rs"
  420    420   
version = "1.7.3"
  421    421   
source = "registry+https://github.com/rust-lang/crates.io-index"
  422    422   
checksum = "bf7d844e282b4b56750b2d4e893b2205581ded8709fddd2b6aa5418c150ca877"
  423    423   
dependencies = [
  424    424   
 "aws-lc-fips-sys",
  425    425   
 "aws-lc-sys",
  426    426   
 "mirai-annotations",
  427    427   
 "paste",
  428    428   
 "zeroize",
  429    429   
]
  430    430   
  431    431   
[[package]]
  432    432   
name = "aws-lc-sys"
  433    433   
version = "0.18.0"
  434    434   
source = "registry+https://github.com/rust-lang/crates.io-index"
  435    435   
checksum = "c3a2c29203f6bf296d01141cc8bb9dbd5ecd4c27843f2ee0767bcd5985a927da"
  436    436   
dependencies = [
  437    437   
 "bindgen",
  438    438   
 "cc",
  439    439   
 "cmake",
  440    440   
 "dunce",
  441    441   
 "fs_extra",
  442    442   
 "libc",
  443    443   
 "paste",
  444    444   
]
  445    445   
  446    446   
[[package]]
  447    447   
name = "aws-runtime"
  448         -
version = "1.2.2"
         448  +
version = "1.3.0"
  449    449   
dependencies = [
  450    450   
 "arbitrary",
  451    451   
 "aws-credential-types 1.2.0",
  452    452   
 "aws-sigv4 1.2.2",
  453    453   
 "aws-smithy-async 1.2.1",
  454    454   
 "aws-smithy-eventstream 0.60.4",
  455    455   
 "aws-smithy-http 0.60.8",
  456    456   
 "aws-smithy-protocol-test 0.60.7",
  457         -
 "aws-smithy-runtime-api 1.6.3",
         457  +
 "aws-smithy-runtime-api 1.7.0",
  458    458   
 "aws-smithy-types 1.2.0",
  459    459   
 "aws-types 1.3.1",
  460    460   
 "bytes",
  461    461   
 "bytes-utils",
  462    462   
 "fastrand 2.0.2",
  463    463   
 "futures-util",
  464    464   
 "http 0.2.12",
  465    465   
 "http-body 0.4.6",
  466    466   
 "percent-encoding",
  467    467   
 "pin-project-lite",
  468    468   
 "proptest",
  469    469   
 "serde",
  470    470   
 "serde_json",
  471    471   
 "tokio",
  472    472   
 "tracing",
  473    473   
 "tracing-subscriber",
  474    474   
 "tracing-test",
  475    475   
 "uuid",
  476    476   
]
  477    477   
  478    478   
[[package]]
  479    479   
name = "aws-runtime"
  480         -
version = "1.2.2"
         480  +
version = "1.3.0"
  481    481   
source = "registry+https://github.com/rust-lang/crates.io-index"
  482         -
checksum = "75588e7ee5e8496eed939adac2035a6dbab9f7eb2acdd9ab2d31856dab6f3955"
         482  +
checksum = "9a4a5e448145999d7de17bf44a886900ecb834953408dae8aaf90465ce91c1dd"
  483    483   
dependencies = [
  484    484   
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  485    485   
 "aws-sigv4 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  486    486   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  487    487   
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
  488    488   
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
  489         -
 "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
         489  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
  490    490   
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  491    491   
 "aws-types 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  492    492   
 "bytes",
  493    493   
 "fastrand 2.0.2",
  494    494   
 "http 0.2.12",
  495    495   
 "http-body 0.4.6",
  496    496   
 "percent-encoding",
  497    497   
 "pin-project-lite",
  498    498   
 "tracing",
  499    499   
 "uuid",
  500    500   
]
  501    501   
  502    502   
[[package]]
  503    503   
name = "aws-runtime-api"
  504    504   
version = "1.1.8"
  505    505   
  506    506   
[[package]]
  507    507   
name = "aws-sdk-accessanalyzer"
  508         -
version = "1.32.0"
         508  +
version = "1.35.0"
  509    509   
dependencies = [
  510    510   
 "aws-config",
  511    511   
 "aws-credential-types 1.2.0",
  512         -
 "aws-runtime 1.2.2",
         512  +
 "aws-runtime 1.3.0",
  513    513   
 "aws-smithy-async 1.2.1",
  514    514   
 "aws-smithy-http 0.60.8",
  515    515   
 "aws-smithy-json 0.60.7",
  516         -
 "aws-smithy-runtime 1.5.7",
  517         -
 "aws-smithy-runtime-api 1.6.3",
         516  +
 "aws-smithy-runtime 1.6.0",
         517  +
 "aws-smithy-runtime-api 1.7.0",
  518    518   
 "aws-smithy-types 1.2.0",
  519    519   
 "aws-types 1.3.1",
  520    520   
 "bytes",
  521    521   
 "fastrand 2.0.2",
  522    522   
 "http 0.2.12",
  523    523   
 "once_cell",
  524    524   
 "regex-lite",
  525    525   
 "tokio",
  526    526   
 "tracing",
  527    527   
]
  528    528   
  529    529   
[[package]]
  530    530   
name = "aws-sdk-account"
  531         -
version = "1.31.0"
         531  +
version = "1.33.0"
  532    532   
dependencies = [
  533    533   
 "aws-config",
  534    534   
 "aws-credential-types 1.2.0",
  535         -
 "aws-runtime 1.2.2",
         535  +
 "aws-runtime 1.3.0",
  536    536   
 "aws-smithy-async 1.2.1",
  537    537   
 "aws-smithy-http 0.60.8",
  538    538   
 "aws-smithy-json 0.60.7",
  539         -
 "aws-smithy-runtime 1.5.7",
  540         -
 "aws-smithy-runtime-api 1.6.3",
         539  +
 "aws-smithy-runtime 1.6.0",
         540  +
 "aws-smithy-runtime-api 1.7.0",
  541    541   
 "aws-smithy-types 1.2.0",
  542    542   
 "aws-types 1.3.1",
  543    543   
 "bytes",
  544    544   
 "http 0.2.12",
  545    545   
 "once_cell",
  546    546   
 "regex-lite",
  547    547   
 "tokio",
  548    548   
 "tracing",
  549    549   
]
  550    550   
  551    551   
[[package]]
  552    552   
name = "aws-sdk-acm"
  553         -
version = "1.31.0"
         553  +
version = "1.33.0"
  554    554   
dependencies = [
  555    555   
 "aws-config",
  556    556   
 "aws-credential-types 1.2.0",
  557         -
 "aws-runtime 1.2.2",
         557  +
 "aws-runtime 1.3.0",
  558    558   
 "aws-smithy-async 1.2.1",
  559    559   
 "aws-smithy-http 0.60.8",
  560    560   
 "aws-smithy-json 0.60.7",
  561         -
 "aws-smithy-runtime 1.5.7",
  562         -
 "aws-smithy-runtime-api 1.6.3",
         561  +
 "aws-smithy-runtime 1.6.0",
         562  +
 "aws-smithy-runtime-api 1.7.0",
  563    563   
 "aws-smithy-types 1.2.0",
  564    564   
 "aws-types 1.3.1",
  565    565   
 "bytes",
  566    566   
 "http 0.2.12",
  567    567   
 "once_cell",
  568    568   
 "regex-lite",
  569    569   
 "tokio",
  570    570   
 "tracing",
  571    571   
]
  572    572   
  573    573   
[[package]]
  574    574   
name = "aws-sdk-acmpca"
  575         -
version = "1.31.0"
         575  +
version = "1.33.0"
  576    576   
dependencies = [
  577    577   
 "aws-config",
  578    578   
 "aws-credential-types 1.2.0",
  579         -
 "aws-runtime 1.2.2",
         579  +
 "aws-runtime 1.3.0",
  580    580   
 "aws-smithy-async 1.2.1",
  581    581   
 "aws-smithy-http 0.60.8",
  582    582   
 "aws-smithy-json 0.60.7",
  583         -
 "aws-smithy-runtime 1.5.7",
  584         -
 "aws-smithy-runtime-api 1.6.3",
         583  +
 "aws-smithy-runtime 1.6.0",
         584  +
 "aws-smithy-runtime-api 1.7.0",
  585    585   
 "aws-smithy-types 1.2.0",
  586    586   
 "aws-types 1.3.1",
  587    587   
 "bytes",
  588    588   
 "http 0.2.12",
  589    589   
 "once_cell",
  590    590   
 "regex-lite",
  591    591   
 "tokio",
  592    592   
 "tracing",
  593    593   
]
  594    594   
  595    595   
[[package]]
  596    596   
name = "aws-sdk-amp"
  597         -
version = "1.30.0"
         597  +
version = "1.32.0"
  598    598   
dependencies = [
  599    599   
 "aws-config",
  600    600   
 "aws-credential-types 1.2.0",
  601         -
 "aws-runtime 1.2.2",
         601  +
 "aws-runtime 1.3.0",
  602    602   
 "aws-smithy-async 1.2.1",
  603    603   
 "aws-smithy-http 0.60.8",
  604    604   
 "aws-smithy-json 0.60.7",
  605         -
 "aws-smithy-runtime 1.5.7",
  606         -
 "aws-smithy-runtime-api 1.6.3",
         605  +
 "aws-smithy-runtime 1.6.0",
         606  +
 "aws-smithy-runtime-api 1.7.0",
  607    607   
 "aws-smithy-types 1.2.0",
  608    608   
 "aws-types 1.3.1",
  609    609   
 "bytes",
  610    610   
 "fastrand 2.0.2",
  611    611   
 "http 0.2.12",
  612    612   
 "once_cell",
  613    613   
 "regex-lite",
  614    614   
 "tokio",
  615    615   
 "tracing",
  616    616   
]
  617    617   
  618    618   
[[package]]
  619    619   
name = "aws-sdk-amplify"
  620         -
version = "1.32.0"
         620  +
version = "1.34.0"
  621    621   
dependencies = [
  622    622   
 "aws-config",
  623    623   
 "aws-credential-types 1.2.0",
  624         -
 "aws-runtime 1.2.2",
         624  +
 "aws-runtime 1.3.0",
  625    625   
 "aws-smithy-async 1.2.1",
  626    626   
 "aws-smithy-http 0.60.8",
  627    627   
 "aws-smithy-json 0.60.7",
  628         -
 "aws-smithy-runtime 1.5.7",
  629         -
 "aws-smithy-runtime-api 1.6.3",
         628  +
 "aws-smithy-runtime 1.6.0",
         629  +
 "aws-smithy-runtime-api 1.7.0",
  630    630   
 "aws-smithy-types 1.2.0",
  631    631   
 "aws-types 1.3.1",
  632    632   
 "bytes",
  633    633   
 "http 0.2.12",
  634    634   
 "once_cell",
  635    635   
 "regex-lite",
  636    636   
 "tokio",
  637    637   
 "tracing",
  638    638   
]
  639    639   
  640    640   
[[package]]
  641    641   
name = "aws-sdk-amplifybackend"
  642         -
version = "1.30.0"
         642  +
version = "1.32.0"
  643    643   
dependencies = [
  644    644   
 "aws-config",
  645    645   
 "aws-credential-types 1.2.0",
  646         -
 "aws-runtime 1.2.2",
         646  +
 "aws-runtime 1.3.0",
  647    647   
 "aws-smithy-async 1.2.1",
  648    648   
 "aws-smithy-http 0.60.8",
  649    649   
 "aws-smithy-json 0.60.7",
  650         -
 "aws-smithy-runtime 1.5.7",
  651         -
 "aws-smithy-runtime-api 1.6.3",
         650  +
 "aws-smithy-runtime 1.6.0",
         651  +
 "aws-smithy-runtime-api 1.7.0",
  652    652   
 "aws-smithy-types 1.2.0",
  653    653   
 "aws-types 1.3.1",
  654    654   
 "bytes",
  655    655   
 "http 0.2.12",
  656    656   
 "once_cell",
  657    657   
 "regex-lite",
  658    658   
 "tokio",
  659    659   
 "tracing",
  660    660   
]
  661    661   
  662    662   
[[package]]
  663    663   
name = "aws-sdk-amplifyuibuilder"
  664         -
version = "1.30.0"
         664  +
version = "1.32.0"
  665    665   
dependencies = [
  666    666   
 "aws-config",
  667    667   
 "aws-credential-types 1.2.0",
  668         -
 "aws-runtime 1.2.2",
         668  +
 "aws-runtime 1.3.0",
  669    669   
 "aws-smithy-async 1.2.1",
  670    670   
 "aws-smithy-http 0.60.8",
  671    671   
 "aws-smithy-json 0.60.7",
  672         -
 "aws-smithy-runtime 1.5.7",
  673         -
 "aws-smithy-runtime-api 1.6.3",
         672  +
 "aws-smithy-runtime 1.6.0",
         673  +
 "aws-smithy-runtime-api 1.7.0",
  674    674   
 "aws-smithy-types 1.2.0",
  675    675   
 "aws-types 1.3.1",
  676    676   
 "bytes",
  677    677   
 "fastrand 2.0.2",
  678    678   
 "http 0.2.12",
  679    679   
 "once_cell",
  680    680   
 "regex-lite",
  681    681   
 "tokio",
  682    682   
 "tracing",
  683    683   
]
  684    684   
  685    685   
[[package]]
  686    686   
name = "aws-sdk-apigateway"
  687         -
version = "1.30.0"
         687  +
version = "1.32.0"
  688    688   
dependencies = [
  689    689   
 "aws-config",
  690    690   
 "aws-credential-types 1.2.0",
  691         -
 "aws-runtime 1.2.2",
         691  +
 "aws-runtime 1.3.0",
  692    692   
 "aws-smithy-async 1.2.1",
  693    693   
 "aws-smithy-http 0.60.8",
  694    694   
 "aws-smithy-json 0.60.7",
  695         -
 "aws-smithy-runtime 1.5.7",
  696         -
 "aws-smithy-runtime-api 1.6.3",
         695  +
 "aws-smithy-runtime 1.6.0",
         696  +
 "aws-smithy-runtime-api 1.7.0",
  697    697   
 "aws-smithy-types 1.2.0",
  698    698   
 "aws-types 1.3.1",
  699    699   
 "bytes",
  700    700   
 "http 0.2.12",
  701    701   
 "once_cell",
  702    702   
 "regex-lite",
  703    703   
 "tokio",
  704    704   
 "tracing",
  705    705   
]
  706    706   
  707    707   
[[package]]
  708    708   
name = "aws-sdk-apigatewaymanagement"
  709         -
version = "1.30.0"
         709  +
version = "1.32.0"
  710    710   
dependencies = [
  711    711   
 "aws-config",
  712    712   
 "aws-credential-types 1.2.0",
  713         -
 "aws-runtime 1.2.2",
         713  +
 "aws-runtime 1.3.0",
  714    714   
 "aws-smithy-async 1.2.1",
  715    715   
 "aws-smithy-http 0.60.8",
  716    716   
 "aws-smithy-json 0.60.7",
  717         -
 "aws-smithy-runtime 1.5.7",
  718         -
 "aws-smithy-runtime-api 1.6.3",
         717  +
 "aws-smithy-runtime 1.6.0",
         718  +
 "aws-smithy-runtime-api 1.7.0",
  719    719   
 "aws-smithy-types 1.2.0",
  720    720   
 "aws-types 1.3.1",
  721    721   
 "bytes",
  722    722   
 "http 0.2.12",
  723    723   
 "once_cell",
  724    724   
 "regex-lite",
  725    725   
 "tokio",
  726    726   
 "tracing",
  727    727   
]
  728    728   
  729    729   
[[package]]
  730    730   
name = "aws-sdk-apigatewayv2"
  731         -
version = "1.30.0"
         731  +
version = "1.32.0"
  732    732   
dependencies = [
  733    733   
 "aws-config",
  734    734   
 "aws-credential-types 1.2.0",
  735         -
 "aws-runtime 1.2.2",
         735  +
 "aws-runtime 1.3.0",
  736    736   
 "aws-smithy-async 1.2.1",
  737    737   
 "aws-smithy-http 0.60.8",
  738    738   
 "aws-smithy-json 0.60.7",
  739         -
 "aws-smithy-runtime 1.5.7",
  740         -
 "aws-smithy-runtime-api 1.6.3",
         739  +
 "aws-smithy-runtime 1.6.0",
         740  +
 "aws-smithy-runtime-api 1.7.0",
  741    741   
 "aws-smithy-types 1.2.0",
  742    742   
 "aws-types 1.3.1",
  743    743   
 "bytes",
  744    744   
 "http 0.2.12",
  745    745   
 "once_cell",
  746    746   
 "regex-lite",
  747    747   
 "tokio",
  748    748   
 "tracing",
  749    749   
]
  750    750   
  751    751   
[[package]]
  752    752   
name = "aws-sdk-appconfig"
  753         -
version = "1.31.0"
         753  +
version = "1.33.0"
  754    754   
dependencies = [
  755    755   
 "aws-config",
  756    756   
 "aws-credential-types 1.2.0",
  757         -
 "aws-runtime 1.2.2",
         757  +
 "aws-runtime 1.3.0",
  758    758   
 "aws-smithy-async 1.2.1",
  759    759   
 "aws-smithy-http 0.60.8",
  760    760   
 "aws-smithy-json 0.60.7",
  761         -
 "aws-smithy-runtime 1.5.7",
  762         -
 "aws-smithy-runtime-api 1.6.3",
         761  +
 "aws-smithy-runtime 1.6.0",
         762  +
 "aws-smithy-runtime-api 1.7.0",
  763    763   
 "aws-smithy-types 1.2.0",
  764    764   
 "aws-types 1.3.1",
  765    765   
 "bytes",
  766    766   
 "http 0.2.12",
  767    767   
 "once_cell",
  768    768   
 "regex-lite",
  769    769   
 "tokio",
  770    770   
 "tracing",
  771    771   
]
  772    772   
  773    773   
[[package]]
  774    774   
name = "aws-sdk-appconfigdata"
  775         -
version = "1.30.0"
         775  +
version = "1.32.0"
  776    776   
dependencies = [
  777    777   
 "aws-config",
  778    778   
 "aws-credential-types 1.2.0",
  779         -
 "aws-runtime 1.2.2",
         779  +
 "aws-runtime 1.3.0",
  780    780   
 "aws-smithy-async 1.2.1",
  781    781   
 "aws-smithy-http 0.60.8",
  782    782   
 "aws-smithy-json 0.60.7",
  783         -
 "aws-smithy-runtime 1.5.7",
  784         -
 "aws-smithy-runtime-api 1.6.3",
         783  +
 "aws-smithy-runtime 1.6.0",
         784  +
 "aws-smithy-runtime-api 1.7.0",
  785    785   
 "aws-smithy-types 1.2.0",
  786    786   
 "aws-types 1.3.1",
  787    787   
 "bytes",
  788    788   
 "http 0.2.12",
  789    789   
 "once_cell",
  790    790   
 "regex-lite",
  791    791   
 "tokio",
  792    792   
 "tracing",
  793    793   
]
  794    794   
  795    795   
[[package]]
  796    796   
name = "aws-sdk-appfabric"
  797         -
version = "1.30.0"
         797  +
version = "1.32.0"
  798    798   
dependencies = [
  799    799   
 "aws-config",
  800    800   
 "aws-credential-types 1.2.0",
  801         -
 "aws-runtime 1.2.2",
         801  +
 "aws-runtime 1.3.0",
  802    802   
 "aws-smithy-async 1.2.1",
  803    803   
 "aws-smithy-http 0.60.8",
  804    804   
 "aws-smithy-json 0.60.7",
  805         -
 "aws-smithy-runtime 1.5.7",
  806         -
 "aws-smithy-runtime-api 1.6.3",
         805  +
 "aws-smithy-runtime 1.6.0",
         806  +
 "aws-smithy-runtime-api 1.7.0",
  807    807   
 "aws-smithy-types 1.2.0",
  808    808   
 "aws-types 1.3.1",
  809    809   
 "bytes",
  810    810   
 "fastrand 2.0.2",
  811    811   
 "http 0.2.12",
  812    812   
 "once_cell",
  813    813   
 "regex-lite",
  814    814   
 "tokio",
  815    815   
 "tracing",
  816    816   
]
  817    817   
  818    818   
[[package]]
  819    819   
name = "aws-sdk-appflow"
  820         -
version = "1.30.0"
         820  +
version = "1.32.0"
  821    821   
dependencies = [
  822    822   
 "aws-config",
  823    823   
 "aws-credential-types 1.2.0",
  824         -
 "aws-runtime 1.2.2",
         824  +
 "aws-runtime 1.3.0",
  825    825   
 "aws-smithy-async 1.2.1",
  826    826   
 "aws-smithy-http 0.60.8",
  827    827   
 "aws-smithy-json 0.60.7",
  828         -
 "aws-smithy-runtime 1.5.7",
  829         -
 "aws-smithy-runtime-api 1.6.3",
         828  +
 "aws-smithy-runtime 1.6.0",
         829  +
 "aws-smithy-runtime-api 1.7.0",
  830    830   
 "aws-smithy-types 1.2.0",
  831    831   
 "aws-types 1.3.1",
  832    832   
 "bytes",
  833    833   
 "fastrand 2.0.2",
  834    834   
 "http 0.2.12",
  835    835   
 "once_cell",
  836    836   
 "regex-lite",
  837    837   
 "tokio",
  838    838   
 "tracing",
  839    839   
]
  840    840   
  841    841   
[[package]]
  842    842   
name = "aws-sdk-appintegrations"
  843         -
version = "1.30.0"
         843  +
version = "1.32.0"
  844    844   
dependencies = [
  845    845   
 "aws-config",
  846    846   
 "aws-credential-types 1.2.0",
  847         -
 "aws-runtime 1.2.2",
         847  +
 "aws-runtime 1.3.0",
  848    848   
 "aws-smithy-async 1.2.1",
  849    849   
 "aws-smithy-http 0.60.8",
  850    850   
 "aws-smithy-json 0.60.7",
  851         -
 "aws-smithy-runtime 1.5.7",
  852         -
 "aws-smithy-runtime-api 1.6.3",
         851  +
 "aws-smithy-runtime 1.6.0",
         852  +
 "aws-smithy-runtime-api 1.7.0",
  853    853   
 "aws-smithy-types 1.2.0",
  854    854   
 "aws-types 1.3.1",
  855    855   
 "bytes",
  856    856   
 "fastrand 2.0.2",
  857    857   
 "http 0.2.12",
  858    858   
 "once_cell",
  859    859   
 "regex-lite",
  860    860   
 "tokio",
  861    861   
 "tracing",
  862    862   
]
  863    863   
  864    864   
[[package]]
  865    865   
name = "aws-sdk-applicationautoscaling"
  866         -
version = "1.32.0"
         866  +
version = "1.34.0"
  867    867   
dependencies = [
  868    868   
 "aws-config",
  869    869   
 "aws-credential-types 1.2.0",
  870         -
 "aws-runtime 1.2.2",
         870  +
 "aws-runtime 1.3.0",
  871    871   
 "aws-smithy-async 1.2.1",
  872    872   
 "aws-smithy-http 0.60.8",
  873    873   
 "aws-smithy-json 0.60.7",
  874         -
 "aws-smithy-runtime 1.5.7",
  875         -
 "aws-smithy-runtime-api 1.6.3",
         874  +
 "aws-smithy-runtime 1.6.0",
         875  +
 "aws-smithy-runtime-api 1.7.0",
  876    876   
 "aws-smithy-types 1.2.0",
  877    877   
 "aws-types 1.3.1",
  878    878   
 "bytes",
  879    879   
 "http 0.2.12",
  880    880   
 "once_cell",
  881    881   
 "regex-lite",
  882    882   
 "tokio",
  883    883   
 "tracing",
  884    884   
]
  885    885   
  886    886   
[[package]]
  887    887   
name = "aws-sdk-applicationcostprofiler"
  888         -
version = "1.30.0"
         888  +
version = "1.32.0"
  889    889   
dependencies = [
  890    890   
 "aws-config",
  891    891   
 "aws-credential-types 1.2.0",
  892         -
 "aws-runtime 1.2.2",
         892  +
 "aws-runtime 1.3.0",
  893    893   
 "aws-smithy-async 1.2.1",
  894    894   
 "aws-smithy-http 0.60.8",
  895    895   
 "aws-smithy-json 0.60.7",
  896         -
 "aws-smithy-runtime 1.5.7",
  897         -
 "aws-smithy-runtime-api 1.6.3",
         896  +
 "aws-smithy-runtime 1.6.0",
         897  +
 "aws-smithy-runtime-api 1.7.0",
  898    898   
 "aws-smithy-types 1.2.0",
  899    899   
 "aws-types 1.3.1",
  900    900   
 "bytes",
  901    901   
 "http 0.2.12",
  902    902   
 "once_cell",
  903    903   
 "regex-lite",
  904    904   
 "tokio",
  905    905   
 "tracing",
  906    906   
]
  907    907   
  908    908   
[[package]]
  909    909   
name = "aws-sdk-applicationdiscovery"
  910         -
version = "1.31.0"
         910  +
version = "1.33.0"
  911    911   
dependencies = [
  912    912   
 "aws-config",
  913    913   
 "aws-credential-types 1.2.0",
  914         -
 "aws-runtime 1.2.2",
         914  +
 "aws-runtime 1.3.0",
  915    915   
 "aws-smithy-async 1.2.1",
  916    916   
 "aws-smithy-http 0.60.8",
  917    917   
 "aws-smithy-json 0.60.7",
  918         -
 "aws-smithy-runtime 1.5.7",
  919         -
 "aws-smithy-runtime-api 1.6.3",
         918  +
 "aws-smithy-runtime 1.6.0",
         919  +
 "aws-smithy-runtime-api 1.7.0",
  920    920   
 "aws-smithy-types 1.2.0",
  921    921   
 "aws-types 1.3.1",
  922    922   
 "bytes",
  923    923   
 "fastrand 2.0.2",
  924    924   
 "http 0.2.12",
  925    925   
 "once_cell",
  926    926   
 "regex-lite",
  927    927   
 "tokio",
  928    928   
 "tracing",
  929    929   
]
  930    930   
  931    931   
[[package]]
  932    932   
name = "aws-sdk-applicationinsights"
  933         -
version = "1.30.0"
         933  +
version = "1.32.0"
  934    934   
dependencies = [
  935    935   
 "aws-config",
  936    936   
 "aws-credential-types 1.2.0",
  937         -
 "aws-runtime 1.2.2",
         937  +
 "aws-runtime 1.3.0",
  938    938   
 "aws-smithy-async 1.2.1",
  939    939   
 "aws-smithy-http 0.60.8",
  940    940   
 "aws-smithy-json 0.60.7",
  941         -
 "aws-smithy-runtime 1.5.7",
  942         -
 "aws-smithy-runtime-api 1.6.3",
         941  +
 "aws-smithy-runtime 1.6.0",
         942  +
 "aws-smithy-runtime-api 1.7.0",
  943    943   
 "aws-smithy-types 1.2.0",
  944    944   
 "aws-types 1.3.1",
  945    945   
 "bytes",
  946    946   
 "http 0.2.12",
  947    947   
 "once_cell",
  948    948   
 "regex-lite",
  949    949   
 "tokio",
  950    950   
 "tracing",
  951    951   
]
  952    952   
  953    953   
[[package]]
  954    954   
name = "aws-sdk-applicationsignals"
  955         -
version = "1.0.0"
         955  +
version = "1.2.0"
  956    956   
dependencies = [
  957    957   
 "aws-config",
  958    958   
 "aws-credential-types 1.2.0",
  959         -
 "aws-runtime 1.2.2",
         959  +
 "aws-runtime 1.3.0",
  960    960   
 "aws-smithy-async 1.2.1",
  961    961   
 "aws-smithy-http 0.60.8",
  962    962   
 "aws-smithy-json 0.60.7",
  963         -
 "aws-smithy-runtime 1.5.7",
  964         -
 "aws-smithy-runtime-api 1.6.3",
         963  +
 "aws-smithy-runtime 1.6.0",
         964  +
 "aws-smithy-runtime-api 1.7.0",
  965    965   
 "aws-smithy-types 1.2.0",
  966    966   
 "aws-types 1.3.1",
  967    967   
 "bytes",
  968    968   
 "http 0.2.12",
  969    969   
 "once_cell",
  970    970   
 "regex-lite",
  971    971   
 "tokio",
  972    972   
 "tracing",
  973    973   
]
  974    974   
  975    975   
[[package]]
  976    976   
name = "aws-sdk-appmesh"
  977         -
version = "1.30.0"
         977  +
version = "1.32.0"
  978    978   
dependencies = [
  979    979   
 "aws-config",
  980    980   
 "aws-credential-types 1.2.0",
  981         -
 "aws-runtime 1.2.2",
         981  +
 "aws-runtime 1.3.0",
  982    982   
 "aws-smithy-async 1.2.1",
  983    983   
 "aws-smithy-http 0.60.8",
  984    984   
 "aws-smithy-json 0.60.7",
  985         -
 "aws-smithy-runtime 1.5.7",
  986         -
 "aws-smithy-runtime-api 1.6.3",
         985  +
 "aws-smithy-runtime 1.6.0",
         986  +
 "aws-smithy-runtime-api 1.7.0",
  987    987   
 "aws-smithy-types 1.2.0",
  988    988   
 "aws-types 1.3.1",
  989    989   
 "bytes",
  990    990   
 "fastrand 2.0.2",
  991    991   
 "http 0.2.12",
  992    992   
 "once_cell",
  993    993   
 "regex-lite",
  994    994   
 "tokio",
  995    995   
 "tracing",
  996    996   
]
  997    997   
  998    998   
[[package]]
  999    999   
name = "aws-sdk-apprunner"
 1000         -
version = "1.31.0"
        1000  +
version = "1.33.0"
 1001   1001   
dependencies = [
 1002   1002   
 "aws-config",
 1003   1003   
 "aws-credential-types 1.2.0",
 1004         -
 "aws-runtime 1.2.2",
        1004  +
 "aws-runtime 1.3.0",
 1005   1005   
 "aws-smithy-async 1.2.1",
 1006   1006   
 "aws-smithy-http 0.60.8",
 1007   1007   
 "aws-smithy-json 0.60.7",
 1008         -
 "aws-smithy-runtime 1.5.7",
 1009         -
 "aws-smithy-runtime-api 1.6.3",
        1008  +
 "aws-smithy-runtime 1.6.0",
        1009  +
 "aws-smithy-runtime-api 1.7.0",
 1010   1010   
 "aws-smithy-types 1.2.0",
 1011   1011   
 "aws-types 1.3.1",
 1012   1012   
 "bytes",
 1013   1013   
 "http 0.2.12",
 1014   1014   
 "once_cell",
 1015   1015   
 "regex-lite",
 1016   1016   
 "tokio",
 1017   1017   
 "tracing",
 1018   1018   
]
 1019   1019   
 1020   1020   
[[package]]
 1021   1021   
name = "aws-sdk-appstream"
 1022         -
version = "1.30.0"
        1022  +
version = "1.32.0"
 1023   1023   
dependencies = [
 1024   1024   
 "aws-config",
 1025   1025   
 "aws-credential-types 1.2.0",
 1026         -
 "aws-runtime 1.2.2",
        1026  +
 "aws-runtime 1.3.0",
 1027   1027   
 "aws-smithy-async 1.2.1",
 1028   1028   
 "aws-smithy-http 0.60.8",
 1029   1029   
 "aws-smithy-json 0.60.7",
 1030         -
 "aws-smithy-runtime 1.5.7",
 1031         -
 "aws-smithy-runtime-api 1.6.3",
        1030  +
 "aws-smithy-runtime 1.6.0",
        1031  +
 "aws-smithy-runtime-api 1.7.0",
 1032   1032   
 "aws-smithy-types 1.2.0",
 1033   1033   
 "aws-types 1.3.1",
 1034   1034   
 "bytes",
 1035   1035   
 "http 0.2.12",
 1036   1036   
 "once_cell",
 1037   1037   
 "regex-lite",
 1038   1038   
 "tokio",
 1039   1039   
 "tracing",
 1040   1040   
]
 1041   1041   
 1042   1042   
[[package]]
 1043   1043   
name = "aws-sdk-appsync"
 1044         -
version = "1.34.0"
        1044  +
version = "1.36.0"
 1045   1045   
dependencies = [
 1046   1046   
 "aws-config",
 1047   1047   
 "aws-credential-types 1.2.0",
 1048         -
 "aws-runtime 1.2.2",
        1048  +
 "aws-runtime 1.3.0",
 1049   1049   
 "aws-smithy-async 1.2.1",
 1050   1050   
 "aws-smithy-http 0.60.8",
 1051   1051   
 "aws-smithy-json 0.60.7",
 1052         -
 "aws-smithy-runtime 1.5.7",
 1053         -
 "aws-smithy-runtime-api 1.6.3",
        1052  +
 "aws-smithy-runtime 1.6.0",
        1053  +
 "aws-smithy-runtime-api 1.7.0",
 1054   1054   
 "aws-smithy-types 1.2.0",
 1055   1055   
 "aws-types 1.3.1",
 1056   1056   
 "bytes",
 1057   1057   
 "http 0.2.12",
 1058   1058   
 "once_cell",
 1059   1059   
 "regex-lite",
 1060   1060   
 "tokio",
 1061   1061   
 "tracing",
 1062   1062   
]
 1063   1063   
 1064   1064   
[[package]]
 1065         -
name = "aws-sdk-arczonalshift"
 1066         -
version = "1.31.0"
        1065  +
name = "aws-sdk-apptest"
        1066  +
version = "1.2.0"
 1067   1067   
dependencies = [
 1068   1068   
 "aws-config",
 1069   1069   
 "aws-credential-types 1.2.0",
 1070         -
 "aws-runtime 1.2.2",
        1070  +
 "aws-runtime 1.3.0",
 1071   1071   
 "aws-smithy-async 1.2.1",
 1072   1072   
 "aws-smithy-http 0.60.8",
 1073   1073   
 "aws-smithy-json 0.60.7",
 1074         -
 "aws-smithy-runtime 1.5.7",
 1075         -
 "aws-smithy-runtime-api 1.6.3",
        1074  +
 "aws-smithy-runtime 1.6.0",
        1075  +
 "aws-smithy-runtime-api 1.7.0",
 1076   1076   
 "aws-smithy-types 1.2.0",
 1077   1077   
 "aws-types 1.3.1",
 1078   1078   
 "bytes",
        1079  +
 "fastrand 2.0.2",
 1079   1080   
 "http 0.2.12",
 1080   1081   
 "once_cell",
 1081   1082   
 "regex-lite",
 1082   1083   
 "tokio",
 1083   1084   
 "tracing",
 1084   1085   
]
 1085   1086   
 1086   1087   
[[package]]
 1087         -
name = "aws-sdk-artifact"
 1088         -
version = "1.17.0"
        1088  +
name = "aws-sdk-arczonalshift"
        1089  +
version = "1.33.0"
 1089   1090   
dependencies = [
 1090   1091   
 "aws-config",
 1091   1092   
 "aws-credential-types 1.2.0",
 1092         -
 "aws-runtime 1.2.2",
        1093  +
 "aws-runtime 1.3.0",
 1093   1094   
 "aws-smithy-async 1.2.1",
 1094   1095   
 "aws-smithy-http 0.60.8",
 1095   1096   
 "aws-smithy-json 0.60.7",
 1096         -
 "aws-smithy-runtime 1.5.7",
 1097         -
 "aws-smithy-runtime-api 1.6.3",
        1097  +
 "aws-smithy-runtime 1.6.0",
        1098  +
 "aws-smithy-runtime-api 1.7.0",
 1098   1099   
 "aws-smithy-types 1.2.0",
 1099   1100   
 "aws-types 1.3.1",
 1100   1101   
 "bytes",
 1101   1102   
 "http 0.2.12",
 1102   1103   
 "once_cell",
 1103   1104   
 "regex-lite",
 1104   1105   
 "tokio",
 1105   1106   
 "tracing",
 1106   1107   
]
 1107   1108   
 1108   1109   
[[package]]
 1109         -
name = "aws-sdk-athena"
 1110         -
version = "1.31.0"
        1110  +
name = "aws-sdk-artifact"
        1111  +
version = "1.19.0"
 1111   1112   
dependencies = [
 1112   1113   
 "aws-config",
 1113   1114   
 "aws-credential-types 1.2.0",
 1114         -
 "aws-runtime 1.2.2",
        1115  +
 "aws-runtime 1.3.0",
 1115   1116   
 "aws-smithy-async 1.2.1",
 1116   1117   
 "aws-smithy-http 0.60.8",
 1117   1118   
 "aws-smithy-json 0.60.7",
 1118         -
 "aws-smithy-runtime 1.5.7",
 1119         -
 "aws-smithy-runtime-api 1.6.3",
        1119  +
 "aws-smithy-runtime 1.6.0",
        1120  +
 "aws-smithy-runtime-api 1.7.0",
 1120   1121   
 "aws-smithy-types 1.2.0",
 1121   1122   
 "aws-types 1.3.1",
 1122   1123   
 "bytes",
 1123         -
 "fastrand 2.0.2",
 1124   1124   
 "http 0.2.12",
 1125   1125   
 "once_cell",
 1126   1126   
 "regex-lite",
 1127   1127   
 "tokio",
 1128   1128   
 "tracing",
 1129   1129   
]
 1130   1130   
 1131   1131   
[[package]]
 1132         -
name = "aws-sdk-auditmanager"
 1133         -
version = "1.31.0"
        1132  +
name = "aws-sdk-athena"
        1133  +
version = "1.33.0"
 1134   1134   
dependencies = [
 1135   1135   
 "aws-config",
 1136   1136   
 "aws-credential-types 1.2.0",
 1137         -
 "aws-runtime 1.2.2",
        1137  +
 "aws-runtime 1.3.0",
 1138   1138   
 "aws-smithy-async 1.2.1",
 1139   1139   
 "aws-smithy-http 0.60.8",
 1140   1140   
 "aws-smithy-json 0.60.7",
 1141         -
 "aws-smithy-runtime 1.5.7",
 1142         -
 "aws-smithy-runtime-api 1.6.3",
        1141  +
 "aws-smithy-runtime 1.6.0",
        1142  +
 "aws-smithy-runtime-api 1.7.0",
 1143   1143   
 "aws-smithy-types 1.2.0",
 1144   1144   
 "aws-types 1.3.1",
 1145   1145   
 "bytes",
        1146  +
 "fastrand 2.0.2",
 1146   1147   
 "http 0.2.12",
 1147   1148   
 "once_cell",
 1148   1149   
 "regex-lite",
 1149   1150   
 "tokio",
 1150   1151   
 "tracing",
 1151   1152   
]
 1152   1153   
 1153   1154   
[[package]]
 1154         -
name = "aws-sdk-autoscaling"
 1155         -
version = "1.31.0"
        1155  +
name = "aws-sdk-auditmanager"
        1156  +
version = "1.33.0"
 1156   1157   
dependencies = [
 1157   1158   
 "aws-config",
 1158   1159   
 "aws-credential-types 1.2.0",
 1159         -
 "aws-runtime 1.2.2",
        1160  +
 "aws-runtime 1.3.0",
 1160   1161   
 "aws-smithy-async 1.2.1",
 1161   1162   
 "aws-smithy-http 0.60.8",
 1162   1163   
 "aws-smithy-json 0.60.7",
 1163         -
 "aws-smithy-query",
 1164         -
 "aws-smithy-runtime 1.5.7",
 1165         -
 "aws-smithy-runtime-api 1.6.3",
        1164  +
 "aws-smithy-runtime 1.6.0",
        1165  +
 "aws-smithy-runtime-api 1.7.0",
 1166   1166   
 "aws-smithy-types 1.2.0",
 1167         -
 "aws-smithy-xml 0.60.8",
 1168   1167   
 "aws-types 1.3.1",
        1168  +
 "bytes",
 1169   1169   
 "http 0.2.12",
 1170   1170   
 "once_cell",
 1171   1171   
 "regex-lite",
 1172   1172   
 "tokio",
 1173   1173   
 "tracing",
 1174   1174   
]
 1175   1175   
 1176   1176   
[[package]]
 1177         -
name = "aws-sdk-autoscalingplans"
 1178         -
version = "1.30.0"
        1177  +
name = "aws-sdk-autoscaling"
        1178  +
version = "1.33.0"
 1179   1179   
dependencies = [
 1180   1180   
 "aws-config",
 1181   1181   
 "aws-credential-types 1.2.0",
 1182         -
 "aws-runtime 1.2.2",
        1182  +
 "aws-runtime 1.3.0",
 1183   1183   
 "aws-smithy-async 1.2.1",
 1184   1184   
 "aws-smithy-http 0.60.8",
 1185   1185   
 "aws-smithy-json 0.60.7",
 1186         -
 "aws-smithy-runtime 1.5.7",
 1187         -
 "aws-smithy-runtime-api 1.6.3",
        1186  +
 "aws-smithy-query",
        1187  +
 "aws-smithy-runtime 1.6.0",
        1188  +
 "aws-smithy-runtime-api 1.7.0",
 1188   1189   
 "aws-smithy-types 1.2.0",
        1190  +
 "aws-smithy-xml 0.60.8",
 1189   1191   
 "aws-types 1.3.1",
 1190         -
 "bytes",
 1191   1192   
 "http 0.2.12",
 1192   1193   
 "once_cell",
 1193   1194   
 "regex-lite",
 1194   1195   
 "tokio",
 1195   1196   
 "tracing",
 1196   1197   
]
 1197   1198   
 1198   1199   
[[package]]
 1199         -
name = "aws-sdk-b2bi"
 1200         -
version = "1.31.0"
        1200  +
name = "aws-sdk-autoscalingplans"
        1201  +
version = "1.32.0"
 1201   1202   
dependencies = [
 1202   1203   
 "aws-config",
 1203   1204   
 "aws-credential-types 1.2.0",
 1204         -
 "aws-runtime 1.2.2",
        1205  +
 "aws-runtime 1.3.0",
 1205   1206   
 "aws-smithy-async 1.2.1",
 1206   1207   
 "aws-smithy-http 0.60.8",
 1207   1208   
 "aws-smithy-json 0.60.7",
 1208         -
 "aws-smithy-runtime 1.5.7",
 1209         -
 "aws-smithy-runtime-api 1.6.3",
        1209  +
 "aws-smithy-runtime 1.6.0",
        1210  +
 "aws-smithy-runtime-api 1.7.0",
 1210   1211   
 "aws-smithy-types 1.2.0",
 1211   1212   
 "aws-types 1.3.1",
 1212   1213   
 "bytes",
 1213         -
 "fastrand 2.0.2",
 1214   1214   
 "http 0.2.12",
 1215   1215   
 "once_cell",
 1216   1216   
 "regex-lite",
 1217   1217   
 "tokio",
 1218   1218   
 "tracing",
 1219   1219   
]
 1220   1220   
 1221   1221   
[[package]]
 1222         -
name = "aws-sdk-backup"
 1223         -
version = "1.32.0"
        1222  +
name = "aws-sdk-b2bi"
        1223  +
version = "1.33.0"
 1224   1224   
dependencies = [
 1225   1225   
 "aws-config",
 1226   1226   
 "aws-credential-types 1.2.0",
 1227         -
 "aws-runtime 1.2.2",
        1227  +
 "aws-runtime 1.3.0",
 1228   1228   
 "aws-smithy-async 1.2.1",
 1229   1229   
 "aws-smithy-http 0.60.8",
 1230   1230   
 "aws-smithy-json 0.60.7",
 1231         -
 "aws-smithy-runtime 1.5.7",
 1232         -
 "aws-smithy-runtime-api 1.6.3",
        1231  +
 "aws-smithy-runtime 1.6.0",
        1232  +
 "aws-smithy-runtime-api 1.7.0",
 1233   1233   
 "aws-smithy-types 1.2.0",
 1234   1234   
 "aws-types 1.3.1",
 1235   1235   
 "bytes",
 1236   1236   
 "fastrand 2.0.2",
 1237   1237   
 "http 0.2.12",
 1238   1238   
 "once_cell",
 1239   1239   
 "regex-lite",
 1240   1240   
 "tokio",
 1241   1241   
 "tracing",
 1242   1242   
]
 1243   1243   
 1244   1244   
[[package]]
 1245         -
name = "aws-sdk-backupgateway"
 1246         -
version = "1.30.0"
        1245  +
name = "aws-sdk-backup"
        1246  +
version = "1.34.0"
 1247   1247   
dependencies = [
 1248   1248   
 "aws-config",
 1249   1249   
 "aws-credential-types 1.2.0",
 1250         -
 "aws-runtime 1.2.2",
        1250  +
 "aws-runtime 1.3.0",
 1251   1251   
 "aws-smithy-async 1.2.1",
 1252   1252   
 "aws-smithy-http 0.60.8",
 1253   1253   
 "aws-smithy-json 0.60.7",
 1254         -
 "aws-smithy-runtime 1.5.7",
 1255         -
 "aws-smithy-runtime-api 1.6.3",
        1254  +
 "aws-smithy-runtime 1.6.0",
        1255  +
 "aws-smithy-runtime-api 1.7.0",
 1256   1256   
 "aws-smithy-types 1.2.0",
 1257   1257   
 "aws-types 1.3.1",
 1258   1258   
 "bytes",
        1259  +
 "fastrand 2.0.2",
 1259   1260   
 "http 0.2.12",
 1260   1261   
 "once_cell",
 1261   1262   
 "regex-lite",
 1262   1263   
 "tokio",
 1263   1264   
 "tracing",
 1264   1265   
]
 1265   1266   
 1266   1267   
[[package]]
 1267         -
name = "aws-sdk-backupstorage"
 1268         -
version = "1.30.0"
        1268  +
name = "aws-sdk-backupgateway"
        1269  +
version = "1.32.0"
 1269   1270   
dependencies = [
 1270   1271   
 "aws-config",
 1271   1272   
 "aws-credential-types 1.2.0",
 1272         -
 "aws-runtime 1.2.2",
 1273         -
 "aws-sigv4 1.2.2",
        1273  +
 "aws-runtime 1.3.0",
 1274   1274   
 "aws-smithy-async 1.2.1",
 1275   1275   
 "aws-smithy-http 0.60.8",
 1276   1276   
 "aws-smithy-json 0.60.7",
 1277         -
 "aws-smithy-runtime 1.5.7",
 1278         -
 "aws-smithy-runtime-api 1.6.3",
        1277  +
 "aws-smithy-runtime 1.6.0",
        1278  +
 "aws-smithy-runtime-api 1.7.0",
 1279   1279   
 "aws-smithy-types 1.2.0",
 1280   1280   
 "aws-types 1.3.1",
 1281   1281   
 "bytes",
 1282   1282   
 "http 0.2.12",
 1283   1283   
 "once_cell",
 1284   1284   
 "regex-lite",
 1285   1285   
 "tokio",
 1286   1286   
 "tracing",
 1287   1287   
]
 1288   1288   
 1289   1289   
[[package]]
 1290   1290   
name = "aws-sdk-batch"
 1291         -
version = "1.35.0"
        1291  +
version = "1.38.0"
 1292   1292   
dependencies = [
 1293   1293   
 "aws-config",
 1294   1294   
 "aws-credential-types 1.2.0",
 1295         -
 "aws-runtime 1.2.2",
        1295  +
 "aws-runtime 1.3.0",
 1296   1296   
 "aws-smithy-async 1.2.1",
 1297   1297   
 "aws-smithy-http 0.60.8",
 1298   1298   
 "aws-smithy-json 0.60.7",
 1299         -
 "aws-smithy-runtime 1.5.7",
 1300         -
 "aws-smithy-runtime-api 1.6.3",
        1299  +
 "aws-smithy-runtime 1.6.0",
        1300  +
 "aws-smithy-runtime-api 1.7.0",
 1301   1301   
 "aws-smithy-types 1.2.0",
 1302   1302   
 "aws-types 1.3.1",
 1303   1303   
 "bytes",
 1304   1304   
 "http 0.2.12",
 1305   1305   
 "once_cell",
 1306   1306   
 "pretty_assertions",
 1307   1307   
 "regex-lite",
 1308   1308   
 "tokio",
 1309   1309   
 "tracing",
 1310   1310   
]
 1311   1311   
 1312   1312   
[[package]]
 1313   1313   
name = "aws-sdk-bcmdataexports"
 1314         -
version = "1.28.0"
        1314  +
version = "1.30.0"
 1315   1315   
dependencies = [
 1316   1316   
 "aws-config",
 1317   1317   
 "aws-credential-types 1.2.0",
 1318         -
 "aws-runtime 1.2.2",
        1318  +
 "aws-runtime 1.3.0",
 1319   1319   
 "aws-smithy-async 1.2.1",
 1320   1320   
 "aws-smithy-http 0.60.8",
 1321   1321   
 "aws-smithy-json 0.60.7",
 1322         -
 "aws-smithy-runtime 1.5.7",
 1323         -
 "aws-smithy-runtime-api 1.6.3",
        1322  +
 "aws-smithy-runtime 1.6.0",
        1323  +
 "aws-smithy-runtime-api 1.7.0",
 1324   1324   
 "aws-smithy-types 1.2.0",
 1325   1325   
 "aws-types 1.3.1",
 1326   1326   
 "bytes",
 1327   1327   
 "http 0.2.12",
 1328   1328   
 "once_cell",
 1329   1329   
 "regex-lite",
 1330   1330   
 "tokio",
 1331   1331   
 "tracing",
 1332   1332   
]
 1333   1333   
 1334   1334   
[[package]]
 1335   1335   
name = "aws-sdk-bedrock"
 1336         -
version = "1.32.0"
        1336  +
version = "1.34.0"
 1337   1337   
dependencies = [
 1338   1338   
 "aws-config",
 1339   1339   
 "aws-credential-types 1.2.0",
 1340         -
 "aws-runtime 1.2.2",
        1340  +
 "aws-runtime 1.3.0",
 1341   1341   
 "aws-smithy-async 1.2.1",
 1342   1342   
 "aws-smithy-http 0.60.8",
 1343   1343   
 "aws-smithy-json 0.60.7",
 1344         -
 "aws-smithy-runtime 1.5.7",
 1345         -
 "aws-smithy-runtime-api 1.6.3",
        1344  +
 "aws-smithy-runtime 1.6.0",
        1345  +
 "aws-smithy-runtime-api 1.7.0",
 1346   1346   
 "aws-smithy-types 1.2.0",
 1347   1347   
 "aws-types 1.3.1",
 1348   1348   
 "bytes",
 1349   1349   
 "fastrand 2.0.2",
 1350   1350   
 "http 0.2.12",
 1351   1351   
 "once_cell",
 1352   1352   
 "regex-lite",
 1353   1353   
 "tokio",
 1354   1354   
 "tracing",
 1355   1355   
]
 1356   1356   
 1357   1357   
[[package]]
 1358   1358   
name = "aws-sdk-bedrockagent"
 1359         -
version = "1.34.0"
        1359  +
version = "1.36.0"
 1360   1360   
dependencies = [
 1361   1361   
 "aws-config",
 1362   1362   
 "aws-credential-types 1.2.0",
 1363         -
 "aws-runtime 1.2.2",
        1363  +
 "aws-runtime 1.3.0",
 1364   1364   
 "aws-smithy-async 1.2.1",
 1365   1365   
 "aws-smithy-http 0.60.8",
 1366   1366   
 "aws-smithy-json 0.60.7",
 1367         -
 "aws-smithy-runtime 1.5.7",
 1368         -
 "aws-smithy-runtime-api 1.6.3",
        1367  +
 "aws-smithy-runtime 1.6.0",
        1368  +
 "aws-smithy-runtime-api 1.7.0",
 1369   1369   
 "aws-smithy-types 1.2.0",
 1370   1370   
 "aws-types 1.3.1",
 1371   1371   
 "bytes",
 1372   1372   
 "fastrand 2.0.2",
 1373   1373   
 "http 0.2.12",
 1374   1374   
 "once_cell",
 1375   1375   
 "regex-lite",
 1376   1376   
 "tokio",
 1377   1377   
 "tracing",
 1378   1378   
]
 1379   1379   
 1380   1380   
[[package]]
 1381   1381   
name = "aws-sdk-bedrockagentruntime"
 1382         -
version = "1.33.0"
        1382  +
version = "1.35.0"
 1383   1383   
dependencies = [
 1384   1384   
 "aws-config",
 1385   1385   
 "aws-credential-types 1.2.0",
 1386         -
 "aws-runtime 1.2.2",
        1386  +
 "aws-runtime 1.3.0",
 1387   1387   
 "aws-smithy-async 1.2.1",
 1388   1388   
 "aws-smithy-eventstream 0.60.4",
 1389   1389   
 "aws-smithy-http 0.60.8",
 1390   1390   
 "aws-smithy-json 0.60.7",
 1391         -
 "aws-smithy-runtime 1.5.7",
 1392         -
 "aws-smithy-runtime-api 1.6.3",
        1391  +
 "aws-smithy-runtime 1.6.0",
        1392  +
 "aws-smithy-runtime-api 1.7.0",
 1393   1393   
 "aws-smithy-types 1.2.0",
 1394   1394   
 "aws-types 1.3.1",
 1395   1395   
 "bytes",
 1396   1396   
 "http 0.2.12",
 1397   1397   
 "once_cell",
 1398   1398   
 "regex-lite",
 1399   1399   
 "tokio",
 1400   1400   
 "tracing",
 1401   1401   
]
 1402   1402   
 1403   1403   
[[package]]
 1404   1404   
name = "aws-sdk-bedrockruntime"
 1405         -
version = "1.33.0"
        1405  +
version = "1.35.0"
 1406   1406   
dependencies = [
 1407   1407   
 "aws-config",
 1408   1408   
 "aws-credential-types 1.2.0",
 1409         -
 "aws-runtime 1.2.2",
        1409  +
 "aws-runtime 1.3.0",
 1410   1410   
 "aws-smithy-async 1.2.1",
 1411   1411   
 "aws-smithy-eventstream 0.60.4",
 1412   1412   
 "aws-smithy-http 0.60.8",
 1413   1413   
 "aws-smithy-json 0.60.7",
 1414         -
 "aws-smithy-runtime 1.5.7",
 1415         -
 "aws-smithy-runtime-api 1.6.3",
        1414  +
 "aws-smithy-runtime 1.6.0",
        1415  +
 "aws-smithy-runtime-api 1.7.0",
 1416   1416   
 "aws-smithy-types 1.2.0",
 1417   1417   
 "aws-types 1.3.1",
 1418   1418   
 "bytes",
 1419   1419   
 "http 0.2.12",
 1420   1420   
 "once_cell",
 1421   1421   
 "regex-lite",
 1422   1422   
 "tokio",
 1423   1423   
 "tracing",
 1424   1424   
]
 1425   1425   
 1426   1426   
[[package]]
 1427   1427   
name = "aws-sdk-billingconductor"
 1428         -
version = "1.31.0"
        1428  +
version = "1.33.0"
 1429   1429   
dependencies = [
 1430   1430   
 "aws-config",
 1431   1431   
 "aws-credential-types 1.2.0",
 1432         -
 "aws-runtime 1.2.2",
        1432  +
 "aws-runtime 1.3.0",
 1433   1433   
 "aws-smithy-async 1.2.1",
 1434   1434   
 "aws-smithy-http 0.60.8",
 1435   1435   
 "aws-smithy-json 0.60.7",
 1436         -
 "aws-smithy-runtime 1.5.7",
 1437         -
 "aws-smithy-runtime-api 1.6.3",
        1436  +
 "aws-smithy-runtime 1.6.0",
        1437  +
 "aws-smithy-runtime-api 1.7.0",
 1438   1438   
 "aws-smithy-types 1.2.0",
 1439   1439   
 "aws-types 1.3.1",
 1440   1440   
 "bytes",
 1441   1441   
 "fastrand 2.0.2",
 1442   1442   
 "http 0.2.12",
 1443   1443   
 "once_cell",
 1444   1444   
 "regex-lite",
 1445   1445   
 "tokio",
 1446   1446   
 "tracing",
 1447   1447   
]
 1448   1448   
 1449   1449   
[[package]]
 1450   1450   
name = "aws-sdk-braket"
 1451         -
version = "1.32.0"
        1451  +
version = "1.34.0"
 1452   1452   
dependencies = [
 1453   1453   
 "aws-config",
 1454   1454   
 "aws-credential-types 1.2.0",
 1455         -
 "aws-runtime 1.2.2",
        1455  +
 "aws-runtime 1.3.0",
 1456   1456   
 "aws-smithy-async 1.2.1",
 1457   1457   
 "aws-smithy-http 0.60.8",
 1458   1458   
 "aws-smithy-json 0.60.7",
 1459         -
 "aws-smithy-runtime 1.5.7",
 1460         -
 "aws-smithy-runtime-api 1.6.3",
        1459  +
 "aws-smithy-runtime 1.6.0",
        1460  +
 "aws-smithy-runtime-api 1.7.0",
 1461   1461   
 "aws-smithy-types 1.2.0",
 1462   1462   
 "aws-types 1.3.1",
 1463   1463   
 "bytes",
 1464   1464   
 "fastrand 2.0.2",
 1465   1465   
 "http 0.2.12",
 1466   1466   
 "once_cell",
 1467   1467   
 "regex-lite",
 1468   1468   
 "tokio",
 1469   1469   
 "tracing",
 1470   1470   
]
 1471   1471   
 1472   1472   
[[package]]
 1473   1473   
name = "aws-sdk-budgets"
 1474         -
version = "1.30.0"
        1474  +
version = "1.32.0"
 1475   1475   
dependencies = [
 1476   1476   
 "aws-config",
 1477   1477   
 "aws-credential-types 1.2.0",
 1478         -
 "aws-runtime 1.2.2",
        1478  +
 "aws-runtime 1.3.0",
 1479   1479   
 "aws-smithy-async 1.2.1",
 1480   1480   
 "aws-smithy-http 0.60.8",
 1481   1481   
 "aws-smithy-json 0.60.7",
 1482         -
 "aws-smithy-runtime 1.5.7",
 1483         -
 "aws-smithy-runtime-api 1.6.3",
        1482  +
 "aws-smithy-runtime 1.6.0",
        1483  +
 "aws-smithy-runtime-api 1.7.0",
 1484   1484   
 "aws-smithy-types 1.2.0",
 1485   1485   
 "aws-types 1.3.1",
 1486   1486   
 "bytes",
 1487   1487   
 "http 0.2.12",
 1488   1488   
 "once_cell",
 1489   1489   
 "regex-lite",
 1490   1490   
 "tokio",
 1491   1491   
 "tracing",
 1492   1492   
]
 1493   1493   
 1494   1494   
[[package]]
 1495   1495   
name = "aws-sdk-chatbot"
 1496         -
version = "1.17.0"
        1496  +
version = "1.19.0"
 1497   1497   
dependencies = [
 1498   1498   
 "aws-config",
 1499   1499   
 "aws-credential-types 1.2.0",
 1500         -
 "aws-runtime 1.2.2",
        1500  +
 "aws-runtime 1.3.0",
 1501   1501   
 "aws-smithy-async 1.2.1",
 1502   1502   
 "aws-smithy-http 0.60.8",
 1503   1503   
 "aws-smithy-json 0.60.7",
 1504         -
 "aws-smithy-runtime 1.5.7",
 1505         -
 "aws-smithy-runtime-api 1.6.3",
        1504  +
 "aws-smithy-runtime 1.6.0",
        1505  +
 "aws-smithy-runtime-api 1.7.0",
 1506   1506   
 "aws-smithy-types 1.2.0",
 1507   1507   
 "aws-types 1.3.1",
 1508   1508   
 "bytes",
 1509   1509   
 "http 0.2.12",
 1510   1510   
 "once_cell",
 1511   1511   
 "regex-lite",
 1512   1512   
 "tokio",
 1513   1513   
 "tracing",
 1514   1514   
]
 1515   1515   
 1516   1516   
[[package]]
 1517   1517   
name = "aws-sdk-chime"
 1518         -
version = "1.30.0"
        1518  +
version = "1.32.0"
 1519   1519   
dependencies = [
 1520   1520   
 "aws-config",
 1521   1521   
 "aws-credential-types 1.2.0",
 1522         -
 "aws-runtime 1.2.2",
        1522  +
 "aws-runtime 1.3.0",
 1523   1523   
 "aws-smithy-async 1.2.1",
 1524   1524   
 "aws-smithy-http 0.60.8",
 1525   1525   
 "aws-smithy-json 0.60.7",
 1526         -
 "aws-smithy-runtime 1.5.7",
 1527         -
 "aws-smithy-runtime-api 1.6.3",
        1526  +
 "aws-smithy-runtime 1.6.0",
        1527  +
 "aws-smithy-runtime-api 1.7.0",
 1528   1528   
 "aws-smithy-types 1.2.0",
 1529   1529   
 "aws-types 1.3.1",
 1530   1530   
 "bytes",
 1531   1531   
 "fastrand 2.0.2",
 1532   1532   
 "http 0.2.12",
 1533   1533   
 "once_cell",
 1534   1534   
 "regex-lite",
 1535   1535   
 "tokio",
 1536   1536   
 "tracing",
 1537   1537   
]
 1538   1538   
 1539   1539   
[[package]]
 1540   1540   
name = "aws-sdk-chimesdkidentity"
 1541         -
version = "1.30.0"
        1541  +
version = "1.32.0"
 1542   1542   
dependencies = [
 1543   1543   
 "aws-config",
 1544   1544   
 "aws-credential-types 1.2.0",
 1545         -
 "aws-runtime 1.2.2",
        1545  +
 "aws-runtime 1.3.0",
 1546   1546   
 "aws-smithy-async 1.2.1",
 1547   1547   
 "aws-smithy-http 0.60.8",
 1548   1548   
 "aws-smithy-json 0.60.7",
 1549         -
 "aws-smithy-runtime 1.5.7",
 1550         -
 "aws-smithy-runtime-api 1.6.3",
        1549  +
 "aws-smithy-runtime 1.6.0",
        1550  +
 "aws-smithy-runtime-api 1.7.0",
 1551   1551   
 "aws-smithy-types 1.2.0",
 1552   1552   
 "aws-types 1.3.1",
 1553   1553   
 "bytes",
 1554   1554   
 "fastrand 2.0.2",
 1555   1555   
 "http 0.2.12",
 1556   1556   
 "once_cell",
 1557   1557   
 "regex-lite",
 1558   1558   
 "tokio",
 1559   1559   
 "tracing",
 1560   1560   
]
 1561   1561   
 1562   1562   
[[package]]
 1563   1563   
name = "aws-sdk-chimesdkmediapipelines"
 1564         -
version = "1.30.0"
        1564  +
version = "1.32.0"
 1565   1565   
dependencies = [
 1566   1566   
 "aws-config",
 1567   1567   
 "aws-credential-types 1.2.0",
 1568         -
 "aws-runtime 1.2.2",
        1568  +
 "aws-runtime 1.3.0",
 1569   1569   
 "aws-smithy-async 1.2.1",
 1570   1570   
 "aws-smithy-http 0.60.8",
 1571   1571   
 "aws-smithy-json 0.60.7",
 1572         -
 "aws-smithy-runtime 1.5.7",
 1573         -
 "aws-smithy-runtime-api 1.6.3",
        1572  +
 "aws-smithy-runtime 1.6.0",
        1573  +
 "aws-smithy-runtime-api 1.7.0",
 1574   1574   
 "aws-smithy-types 1.2.0",
 1575   1575   
 "aws-types 1.3.1",
 1576   1576   
 "bytes",
 1577   1577   
 "fastrand 2.0.2",
 1578   1578   
 "http 0.2.12",
 1579   1579   
 "once_cell",
 1580   1580   
 "regex-lite",
 1581   1581   
 "tokio",
 1582   1582   
 "tracing",
 1583   1583   
]
 1584   1584   
 1585   1585   
[[package]]
 1586   1586   
name = "aws-sdk-chimesdkmeetings"
 1587         -
version = "1.31.0"
        1587  +
version = "1.33.0"
 1588   1588   
dependencies = [
 1589   1589   
 "aws-config",
 1590   1590   
 "aws-credential-types 1.2.0",
 1591         -
 "aws-runtime 1.2.2",
        1591  +
 "aws-runtime 1.3.0",
 1592   1592   
 "aws-smithy-async 1.2.1",
 1593   1593   
 "aws-smithy-http 0.60.8",
 1594   1594   
 "aws-smithy-json 0.60.7",
 1595         -
 "aws-smithy-runtime 1.5.7",
 1596         -
 "aws-smithy-runtime-api 1.6.3",
        1595  +
 "aws-smithy-runtime 1.6.0",
        1596  +
 "aws-smithy-runtime-api 1.7.0",
 1597   1597   
 "aws-smithy-types 1.2.0",
 1598   1598   
 "aws-types 1.3.1",
 1599   1599   
 "bytes",
 1600   1600   
 "fastrand 2.0.2",
 1601   1601   
 "http 0.2.12",
 1602   1602   
 "once_cell",
 1603   1603   
 "regex-lite",
 1604   1604   
 "tokio",
 1605   1605   
 "tracing",
 1606   1606   
]
 1607   1607   
 1608   1608   
[[package]]
 1609   1609   
name = "aws-sdk-chimesdkmessaging"
 1610         -
version = "1.30.0"
        1610  +
version = "1.32.0"
 1611   1611   
dependencies = [
 1612   1612   
 "aws-config",
 1613   1613   
 "aws-credential-types 1.2.0",
 1614         -
 "aws-runtime 1.2.2",
        1614  +
 "aws-runtime 1.3.0",
 1615   1615   
 "aws-smithy-async 1.2.1",
 1616   1616   
 "aws-smithy-http 0.60.8",
 1617   1617   
 "aws-smithy-json 0.60.7",
 1618         -
 "aws-smithy-runtime 1.5.7",
 1619         -
 "aws-smithy-runtime-api 1.6.3",
        1618  +
 "aws-smithy-runtime 1.6.0",
        1619  +
 "aws-smithy-runtime-api 1.7.0",
 1620   1620   
 "aws-smithy-types 1.2.0",
 1621   1621   
 "aws-types 1.3.1",
 1622   1622   
 "bytes",
 1623   1623   
 "fastrand 2.0.2",
 1624   1624   
 "http 0.2.12",
 1625   1625   
 "once_cell",
 1626   1626   
 "regex-lite",
 1627   1627   
 "tokio",
 1628   1628   
 "tracing",
 1629   1629   
]
 1630   1630   
 1631   1631   
[[package]]
 1632   1632   
name = "aws-sdk-chimesdkvoice"
 1633         -
version = "1.31.0"
        1633  +
version = "1.33.0"
 1634   1634   
dependencies = [
 1635   1635   
 "aws-config",
 1636   1636   
 "aws-credential-types 1.2.0",
 1637         -
 "aws-runtime 1.2.2",
        1637  +
 "aws-runtime 1.3.0",
 1638   1638   
 "aws-smithy-async 1.2.1",
 1639   1639   
 "aws-smithy-http 0.60.8",
 1640   1640   
 "aws-smithy-json 0.60.7",
 1641         -
 "aws-smithy-runtime 1.5.7",
 1642         -
 "aws-smithy-runtime-api 1.6.3",
        1641  +
 "aws-smithy-runtime 1.6.0",
        1642  +
 "aws-smithy-runtime-api 1.7.0",
 1643   1643   
 "aws-smithy-types 1.2.0",
 1644   1644   
 "aws-types 1.3.1",
 1645   1645   
 "bytes",
 1646   1646   
 "http 0.2.12",
 1647   1647   
 "once_cell",
 1648   1648   
 "regex-lite",
 1649   1649   
 "tokio",
 1650   1650   
 "tracing",
 1651   1651   
]
 1652   1652   
 1653   1653   
[[package]]
 1654   1654   
name = "aws-sdk-cleanrooms"
 1655         -
version = "1.33.0"
        1655  +
version = "1.35.0"
 1656   1656   
dependencies = [
 1657   1657   
 "aws-config",
 1658   1658   
 "aws-credential-types 1.2.0",
 1659         -
 "aws-runtime 1.2.2",
        1659  +
 "aws-runtime 1.3.0",
 1660   1660   
 "aws-smithy-async 1.2.1",
 1661   1661   
 "aws-smithy-http 0.60.8",
 1662   1662   
 "aws-smithy-json 0.60.7",
 1663         -
 "aws-smithy-runtime 1.5.7",
 1664         -
 "aws-smithy-runtime-api 1.6.3",
        1663  +
 "aws-smithy-runtime 1.6.0",
        1664  +
 "aws-smithy-runtime-api 1.7.0",
 1665   1665   
 "aws-smithy-types 1.2.0",
 1666   1666   
 "aws-types 1.3.1",
 1667   1667   
 "bytes",
 1668   1668   
 "http 0.2.12",
 1669   1669   
 "once_cell",
 1670   1670   
 "regex-lite",
 1671   1671   
 "tokio",
 1672   1672   
 "tracing",
 1673   1673   
]
 1674   1674   
 1675   1675   
[[package]]
 1676   1676   
name = "aws-sdk-cleanroomsml"
 1677         -
version = "1.28.0"
        1677  +
version = "1.30.0"
 1678   1678   
dependencies = [
 1679   1679   
 "aws-config",
 1680   1680   
 "aws-credential-types 1.2.0",
 1681         -
 "aws-runtime 1.2.2",
        1681  +
 "aws-runtime 1.3.0",
 1682   1682   
 "aws-smithy-async 1.2.1",
 1683   1683   
 "aws-smithy-http 0.60.8",
 1684   1684   
 "aws-smithy-json 0.60.7",
 1685         -
 "aws-smithy-runtime 1.5.7",
 1686         -
 "aws-smithy-runtime-api 1.6.3",
        1685  +
 "aws-smithy-runtime 1.6.0",
        1686  +
 "aws-smithy-runtime-api 1.7.0",
 1687   1687   
 "aws-smithy-types 1.2.0",
 1688   1688   
 "aws-types 1.3.1",
 1689   1689   
 "bytes",
 1690   1690   
 "http 0.2.12",
 1691   1691   
 "once_cell",
 1692   1692   
 "regex-lite",
 1693   1693   
 "tokio",
 1694   1694   
 "tracing",
 1695   1695   
]
 1696   1696   
 1697   1697   
[[package]]
 1698   1698   
name = "aws-sdk-cloud9"
 1699         -
version = "1.31.0"
        1699  +
version = "1.33.0"
 1700   1700   
dependencies = [
 1701   1701   
 "aws-config",
 1702   1702   
 "aws-credential-types 1.2.0",
 1703         -
 "aws-runtime 1.2.2",
        1703  +
 "aws-runtime 1.3.0",
 1704   1704   
 "aws-smithy-async 1.2.1",
 1705   1705   
 "aws-smithy-http 0.60.8",
 1706   1706   
 "aws-smithy-json 0.60.7",
 1707         -
 "aws-smithy-runtime 1.5.7",
 1708         -
 "aws-smithy-runtime-api 1.6.3",
        1707  +
 "aws-smithy-runtime 1.6.0",
        1708  +
 "aws-smithy-runtime-api 1.7.0",
 1709   1709   
 "aws-smithy-types 1.2.0",
 1710   1710   
 "aws-types 1.3.1",
 1711   1711   
 "bytes",
 1712   1712   
 "http 0.2.12",
 1713   1713   
 "once_cell",
 1714   1714   
 "regex-lite",
 1715   1715   
 "tokio",
 1716   1716   
 "tracing",
 1717   1717   
]
 1718   1718   
 1719   1719   
[[package]]
 1720   1720   
name = "aws-sdk-cloudcontrol"
 1721         -
version = "1.30.0"
        1721  +
version = "1.32.0"
 1722   1722   
dependencies = [
 1723   1723   
 "aws-config",
 1724   1724   
 "aws-credential-types 1.2.0",
 1725         -
 "aws-runtime 1.2.2",
        1725  +
 "aws-runtime 1.3.0",
 1726   1726   
 "aws-smithy-async 1.2.1",
 1727   1727   
 "aws-smithy-http 0.60.8",
 1728   1728   
 "aws-smithy-json 0.60.7",
 1729         -
 "aws-smithy-runtime 1.5.7",
 1730         -
 "aws-smithy-runtime-api 1.6.3",
        1729  +
 "aws-smithy-runtime 1.6.0",
        1730  +
 "aws-smithy-runtime-api 1.7.0",
 1731   1731   
 "aws-smithy-types 1.2.0",
 1732   1732   
 "aws-types 1.3.1",
 1733   1733   
 "bytes",
 1734   1734   
 "fastrand 2.0.2",
 1735   1735   
 "http 0.2.12",
 1736   1736   
 "once_cell",
 1737   1737   
 "regex-lite",
 1738   1738   
 "tokio",
 1739   1739   
 "tracing",
 1740   1740   
]
 1741   1741   
 1742   1742   
[[package]]
 1743   1743   
name = "aws-sdk-clouddirectory"
 1744         -
version = "1.30.0"
        1744  +
version = "1.32.0"
 1745   1745   
dependencies = [
 1746   1746   
 "aws-config",
 1747   1747   
 "aws-credential-types 1.2.0",
 1748         -
 "aws-runtime 1.2.2",
        1748  +
 "aws-runtime 1.3.0",
 1749   1749   
 "aws-smithy-async 1.2.1",
 1750   1750   
 "aws-smithy-http 0.60.8",
 1751   1751   
 "aws-smithy-json 0.60.7",
 1752         -
 "aws-smithy-runtime 1.5.7",
 1753         -
 "aws-smithy-runtime-api 1.6.3",
        1752  +
 "aws-smithy-runtime 1.6.0",
        1753  +
 "aws-smithy-runtime-api 1.7.0",
 1754   1754   
 "aws-smithy-types 1.2.0",
 1755   1755   
 "aws-types 1.3.1",
 1756   1756   
 "bytes",
 1757   1757   
 "http 0.2.12",
 1758   1758   
 "once_cell",
 1759   1759   
 "regex-lite",
 1760   1760   
 "tokio",
 1761   1761   
 "tracing",
 1762   1762   
]
 1763   1763   
 1764   1764   
[[package]]
 1765   1765   
name = "aws-sdk-cloudformation"
 1766         -
version = "1.35.0"
        1766  +
version = "1.37.0"
 1767   1767   
dependencies = [
 1768   1768   
 "aws-config",
 1769   1769   
 "aws-credential-types 1.2.0",
 1770         -
 "aws-runtime 1.2.2",
        1770  +
 "aws-runtime 1.3.0",
 1771   1771   
 "aws-smithy-async 1.2.1",
 1772   1772   
 "aws-smithy-http 0.60.8",
 1773   1773   
 "aws-smithy-json 0.60.7",
 1774   1774   
 "aws-smithy-query",
 1775         -
 "aws-smithy-runtime 1.5.7",
 1776         -
 "aws-smithy-runtime-api 1.6.3",
        1775  +
 "aws-smithy-runtime 1.6.0",
        1776  +
 "aws-smithy-runtime-api 1.7.0",
 1777   1777   
 "aws-smithy-types 1.2.0",
 1778   1778   
 "aws-smithy-xml 0.60.8",
 1779   1779   
 "aws-types 1.3.1",
 1780   1780   
 "fastrand 2.0.2",
 1781   1781   
 "http 0.2.12",
 1782   1782   
 "once_cell",
 1783   1783   
 "regex-lite",
 1784   1784   
 "tokio",
 1785   1785   
 "tracing",
 1786   1786   
]
 1787   1787   
 1788   1788   
[[package]]
 1789   1789   
name = "aws-sdk-cloudfront"
 1790         -
version = "1.32.0"
        1790  +
version = "1.34.0"
 1791   1791   
dependencies = [
 1792   1792   
 "aws-config",
 1793   1793   
 "aws-credential-types 1.2.0",
 1794         -
 "aws-runtime 1.2.2",
        1794  +
 "aws-runtime 1.3.0",
 1795   1795   
 "aws-smithy-async 1.2.1",
 1796   1796   
 "aws-smithy-http 0.60.8",
 1797   1797   
 "aws-smithy-json 0.60.7",
 1798         -
 "aws-smithy-runtime 1.5.7",
 1799         -
 "aws-smithy-runtime-api 1.6.3",
        1798  +
 "aws-smithy-runtime 1.6.0",
        1799  +
 "aws-smithy-runtime-api 1.7.0",
 1800   1800   
 "aws-smithy-types 1.2.0",
 1801   1801   
 "aws-smithy-xml 0.60.8",
 1802   1802   
 "aws-types 1.3.1",
 1803   1803   
 "http 0.2.12",
 1804   1804   
 "once_cell",
 1805   1805   
 "regex-lite",
 1806   1806   
 "tokio",
 1807   1807   
 "tracing",
 1808   1808   
]
 1809   1809   
 1810   1810   
[[package]]
 1811   1811   
name = "aws-sdk-cloudfrontkeyvaluestore"
 1812         -
version = "1.30.0"
        1812  +
version = "1.32.0"
 1813   1813   
dependencies = [
 1814   1814   
 "aws-config",
 1815   1815   
 "aws-credential-types 1.2.0",
 1816         -
 "aws-runtime 1.2.2",
        1816  +
 "aws-runtime 1.3.0",
 1817   1817   
 "aws-smithy-async 1.2.1",
 1818   1818   
 "aws-smithy-http 0.60.8",
 1819   1819   
 "aws-smithy-json 0.60.7",
 1820         -
 "aws-smithy-runtime 1.5.7",
 1821         -
 "aws-smithy-runtime-api 1.6.3",
        1820  +
 "aws-smithy-runtime 1.6.0",
        1821  +
 "aws-smithy-runtime-api 1.7.0",
 1822   1822   
 "aws-smithy-types 1.2.0",
 1823   1823   
 "aws-types 1.3.1",
 1824   1824   
 "bytes",
 1825   1825   
 "http 0.2.12",
 1826   1826   
 "once_cell",
 1827   1827   
 "regex-lite",
 1828   1828   
 "tokio",
 1829   1829   
 "tracing",
 1830   1830   
 "url",
 1831   1831   
]
 1832   1832   
 1833   1833   
[[package]]
 1834   1834   
name = "aws-sdk-cloudhsm"
 1835         -
version = "1.30.0"
        1835  +
version = "1.32.0"
 1836   1836   
dependencies = [
 1837   1837   
 "aws-config",
 1838   1838   
 "aws-credential-types 1.2.0",
 1839         -
 "aws-runtime 1.2.2",
        1839  +
 "aws-runtime 1.3.0",
 1840   1840   
 "aws-smithy-async 1.2.1",
 1841   1841   
 "aws-smithy-http 0.60.8",
 1842   1842   
 "aws-smithy-json 0.60.7",
 1843         -
 "aws-smithy-runtime 1.5.7",
 1844         -
 "aws-smithy-runtime-api 1.6.3",
        1843  +
 "aws-smithy-runtime 1.6.0",
        1844  +
 "aws-smithy-runtime-api 1.7.0",
 1845   1845   
 "aws-smithy-types 1.2.0",
 1846   1846   
 "aws-types 1.3.1",
 1847   1847   
 "bytes",
 1848   1848   
 "http 0.2.12",
 1849   1849   
 "once_cell",
 1850   1850   
 "regex-lite",
 1851   1851   
 "tokio",
 1852   1852   
 "tracing",
 1853   1853   
]
 1854   1854   
 1855   1855   
[[package]]
 1856   1856   
name = "aws-sdk-cloudhsmv2"
 1857         -
version = "1.30.0"
        1857  +
version = "1.32.0"
 1858   1858   
dependencies = [
 1859   1859   
 "aws-config",
 1860   1860   
 "aws-credential-types 1.2.0",
 1861         -
 "aws-runtime 1.2.2",
        1861  +
 "aws-runtime 1.3.0",
 1862   1862   
 "aws-smithy-async 1.2.1",
 1863   1863   
 "aws-smithy-http 0.60.8",
 1864   1864   
 "aws-smithy-json 0.60.7",
 1865         -
 "aws-smithy-runtime 1.5.7",
 1866         -
 "aws-smithy-runtime-api 1.6.3",
        1865  +
 "aws-smithy-runtime 1.6.0",
        1866  +
 "aws-smithy-runtime-api 1.7.0",
 1867   1867   
 "aws-smithy-types 1.2.0",
 1868   1868   
 "aws-types 1.3.1",
 1869   1869   
 "bytes",
 1870   1870   
 "http 0.2.12",
 1871   1871   
 "once_cell",
 1872   1872   
 "regex-lite",
 1873   1873   
 "tokio",
 1874   1874   
 "tracing",
 1875   1875   
]
 1876   1876   
 1877   1877   
[[package]]
 1878   1878   
name = "aws-sdk-cloudsearch"
 1879         -
version = "1.30.0"
        1879  +
version = "1.32.0"
 1880   1880   
dependencies = [
 1881   1881   
 "aws-config",
 1882   1882   
 "aws-credential-types 1.2.0",
 1883         -
 "aws-runtime 1.2.2",
        1883  +
 "aws-runtime 1.3.0",
 1884   1884   
 "aws-smithy-async 1.2.1",
 1885   1885   
 "aws-smithy-http 0.60.8",
 1886   1886   
 "aws-smithy-json 0.60.7",
 1887   1887   
 "aws-smithy-query",
 1888         -
 "aws-smithy-runtime 1.5.7",
 1889         -
 "aws-smithy-runtime-api 1.6.3",
        1888  +
 "aws-smithy-runtime 1.6.0",
        1889  +
 "aws-smithy-runtime-api 1.7.0",
 1890   1890   
 "aws-smithy-types 1.2.0",
 1891   1891   
 "aws-smithy-xml 0.60.8",
 1892   1892   
 "aws-types 1.3.1",
 1893   1893   
 "http 0.2.12",
 1894   1894   
 "once_cell",
 1895   1895   
 "regex-lite",
 1896   1896   
 "tokio",
 1897   1897   
 "tracing",
 1898   1898   
]
 1899   1899   
 1900   1900   
[[package]]
 1901   1901   
name = "aws-sdk-cloudsearchdomain"
 1902         -
version = "1.30.0"
        1902  +
version = "1.32.0"
 1903   1903   
dependencies = [
 1904   1904   
 "aws-config",
 1905   1905   
 "aws-credential-types 1.2.0",
 1906         -
 "aws-runtime 1.2.2",
        1906  +
 "aws-runtime 1.3.0",
 1907   1907   
 "aws-smithy-async 1.2.1",
 1908   1908   
 "aws-smithy-http 0.60.8",
 1909   1909   
 "aws-smithy-json 0.60.7",
 1910         -
 "aws-smithy-runtime 1.5.7",
 1911         -
 "aws-smithy-runtime-api 1.6.3",
        1910  +
 "aws-smithy-runtime 1.6.0",
        1911  +
 "aws-smithy-runtime-api 1.7.0",
 1912   1912   
 "aws-smithy-types 1.2.0",
 1913   1913   
 "aws-types 1.3.1",
 1914   1914   
 "bytes",
 1915   1915   
 "http 0.2.12",
 1916   1916   
 "once_cell",
 1917   1917   
 "regex-lite",
 1918   1918   
 "tokio",
 1919   1919   
 "tracing",
 1920   1920   
]
 1921   1921   
 1922   1922   
[[package]]
 1923   1923   
name = "aws-sdk-cloudtrail"
 1924         -
version = "1.33.0"
        1924  +
version = "1.35.0"
 1925   1925   
dependencies = [
 1926   1926   
 "aws-config",
 1927   1927   
 "aws-credential-types 1.2.0",
 1928         -
 "aws-runtime 1.2.2",
        1928  +
 "aws-runtime 1.3.0",
 1929   1929   
 "aws-smithy-async 1.2.1",
 1930   1930   
 "aws-smithy-http 0.60.8",
 1931   1931   
 "aws-smithy-json 0.60.7",
 1932         -
 "aws-smithy-runtime 1.5.7",
 1933         -
 "aws-smithy-runtime-api 1.6.3",
        1932  +
 "aws-smithy-runtime 1.6.0",
        1933  +
 "aws-smithy-runtime-api 1.7.0",
 1934   1934   
 "aws-smithy-types 1.2.0",
 1935   1935   
 "aws-types 1.3.1",
 1936   1936   
 "bytes",
 1937   1937   
 "http 0.2.12",
 1938   1938   
 "once_cell",
 1939   1939   
 "regex-lite",
 1940   1940   
 "tokio",
 1941   1941   
 "tracing",
 1942   1942   
]
 1943   1943   
 1944   1944   
[[package]]
 1945   1945   
name = "aws-sdk-cloudtraildata"
 1946         -
version = "1.30.0"
        1946  +
version = "1.32.0"
 1947   1947   
dependencies = [
 1948   1948   
 "aws-config",
 1949   1949   
 "aws-credential-types 1.2.0",
 1950         -
 "aws-runtime 1.2.2",
        1950  +
 "aws-runtime 1.3.0",
 1951   1951   
 "aws-smithy-async 1.2.1",
 1952   1952   
 "aws-smithy-http 0.60.8",
 1953   1953   
 "aws-smithy-json 0.60.7",
 1954         -
 "aws-smithy-runtime 1.5.7",
 1955         -
 "aws-smithy-runtime-api 1.6.3",
        1954  +
 "aws-smithy-runtime 1.6.0",
        1955  +
 "aws-smithy-runtime-api 1.7.0",
 1956   1956   
 "aws-smithy-types 1.2.0",
 1957   1957   
 "aws-types 1.3.1",
 1958   1958   
 "bytes",
 1959   1959   
 "http 0.2.12",
 1960   1960   
 "once_cell",
 1961   1961   
 "regex-lite",
 1962   1962   
 "tokio",
 1963   1963   
 "tracing",
 1964   1964   
]
 1965   1965   
 1966   1966   
[[package]]
 1967   1967   
name = "aws-sdk-cloudwatch"
 1968         -
version = "1.34.0"
        1968  +
version = "1.36.0"
 1969   1969   
dependencies = [
 1970   1970   
 "aws-config",
 1971   1971   
 "aws-credential-types 1.2.0",
 1972         -
 "aws-runtime 1.2.2",
        1972  +
 "aws-runtime 1.3.0",
 1973   1973   
 "aws-smithy-async 1.2.1",
 1974   1974   
 "aws-smithy-compression",
 1975   1975   
 "aws-smithy-http 0.60.8",
 1976   1976   
 "aws-smithy-json 0.60.7",
 1977   1977   
 "aws-smithy-query",
 1978         -
 "aws-smithy-runtime 1.5.7",
 1979         -
 "aws-smithy-runtime-api 1.6.3",
        1978  +
 "aws-smithy-runtime 1.6.0",
        1979  +
 "aws-smithy-runtime-api 1.7.0",
 1980   1980   
 "aws-smithy-types 1.2.0",
 1981   1981   
 "aws-smithy-xml 0.60.8",
 1982   1982   
 "aws-types 1.3.1",
 1983   1983   
 "flate2",
 1984   1984   
 "http 0.2.12",
 1985   1985   
 "http-body 0.4.6",
 1986   1986   
 "once_cell",
 1987   1987   
 "regex-lite",
 1988   1988   
 "tokio",
 1989   1989   
 "tracing",
 1990   1990   
]
 1991   1991   
 1992   1992   
[[package]]
 1993   1993   
name = "aws-sdk-cloudwatchevents"
 1994         -
version = "1.30.0"
        1994  +
version = "1.32.0"
 1995   1995   
dependencies = [
 1996   1996   
 "aws-config",
 1997   1997   
 "aws-credential-types 1.2.0",
 1998         -
 "aws-runtime 1.2.2",
        1998  +
 "aws-runtime 1.3.0",
 1999   1999   
 "aws-smithy-async 1.2.1",
 2000   2000   
 "aws-smithy-http 0.60.8",
 2001   2001   
 "aws-smithy-json 0.60.7",
 2002         -
 "aws-smithy-runtime 1.5.7",
 2003         -
 "aws-smithy-runtime-api 1.6.3",
        2002  +
 "aws-smithy-runtime 1.6.0",
        2003  +
 "aws-smithy-runtime-api 1.7.0",
 2004   2004   
 "aws-smithy-types 1.2.0",
 2005   2005   
 "aws-types 1.3.1",
 2006   2006   
 "bytes",
 2007   2007   
 "http 0.2.12",
 2008   2008   
 "once_cell",
 2009   2009   
 "regex-lite",
 2010   2010   
 "tokio",
 2011   2011   
 "tracing",
 2012   2012   
]
 2013   2013   
 2014   2014   
[[package]]
 2015   2015   
name = "aws-sdk-cloudwatchlogs"
 2016         -
version = "1.33.0"
        2016  +
version = "1.35.0"
 2017   2017   
dependencies = [
 2018   2018   
 "aws-config",
 2019   2019   
 "aws-credential-types 1.2.0",
 2020         -
 "aws-runtime 1.2.2",
        2020  +
 "aws-runtime 1.3.0",
 2021   2021   
 "aws-smithy-async 1.2.1",
 2022   2022   
 "aws-smithy-http 0.60.8",
 2023   2023   
 "aws-smithy-json 0.60.7",
 2024         -
 "aws-smithy-runtime 1.5.7",
 2025         -
 "aws-smithy-runtime-api 1.6.3",
        2024  +
 "aws-smithy-runtime 1.6.0",
        2025  +
 "aws-smithy-runtime-api 1.7.0",
 2026   2026   
 "aws-smithy-types 1.2.0",
 2027   2027   
 "aws-types 1.3.1",
 2028   2028   
 "bytes",
 2029   2029   
 "fastrand 2.0.2",
 2030   2030   
 "http 0.2.12",
 2031   2031   
 "once_cell",
 2032   2032   
 "regex-lite",
 2033   2033   
 "tokio",
 2034   2034   
 "tracing",
 2035   2035   
]
 2036   2036   
 2037   2037   
[[package]]
 2038   2038   
name = "aws-sdk-codeartifact"
 2039         -
version = "1.32.0"
        2039  +
version = "1.34.0"
 2040   2040   
dependencies = [
 2041   2041   
 "aws-config",
 2042   2042   
 "aws-credential-types 1.2.0",
 2043         -
 "aws-runtime 1.2.2",
        2043  +
 "aws-runtime 1.3.0",
 2044   2044   
 "aws-smithy-async 1.2.1",
 2045   2045   
 "aws-smithy-http 0.60.8",
 2046   2046   
 "aws-smithy-json 0.60.7",
 2047         -
 "aws-smithy-runtime 1.5.7",
 2048         -
 "aws-smithy-runtime-api 1.6.3",
        2047  +
 "aws-smithy-runtime 1.6.0",
        2048  +
 "aws-smithy-runtime-api 1.7.0",
 2049   2049   
 "aws-smithy-types 1.2.0",
 2050   2050   
 "aws-types 1.3.1",
 2051   2051   
 "bytes",
 2052   2052   
 "http 0.2.12",
 2053   2053   
 "once_cell",
 2054   2054   
 "regex-lite",
 2055   2055   
 "tokio",
 2056   2056   
 "tracing",
 2057   2057   
]
 2058   2058   
 2059   2059   
[[package]]
 2060   2060   
name = "aws-sdk-codebuild"
 2061         -
version = "1.38.0"
        2061  +
version = "1.41.0"
 2062   2062   
dependencies = [
 2063   2063   
 "aws-config",
 2064   2064   
 "aws-credential-types 1.2.0",
 2065         -
 "aws-runtime 1.2.2",
        2065  +
 "aws-runtime 1.3.0",
 2066   2066   
 "aws-smithy-async 1.2.1",
 2067   2067   
 "aws-smithy-http 0.60.8",
 2068   2068   
 "aws-smithy-json 0.60.7",
 2069         -
 "aws-smithy-runtime 1.5.7",
 2070         -
 "aws-smithy-runtime-api 1.6.3",
        2069  +
 "aws-smithy-runtime 1.6.0",
        2070  +
 "aws-smithy-runtime-api 1.7.0",
 2071   2071   
 "aws-smithy-types 1.2.0",
 2072   2072   
 "aws-types 1.3.1",
 2073   2073   
 "bytes",
 2074   2074   
 "http 0.2.12",
 2075   2075   
 "once_cell",
 2076   2076   
 "regex-lite",
 2077   2077   
 "tokio",
 2078   2078   
 "tracing",
 2079   2079   
]
 2080   2080   
 2081   2081   
[[package]]
 2082   2082   
name = "aws-sdk-codecatalyst"
 2083         -
version = "1.31.0"
        2083  +
version = "1.33.0"
 2084   2084   
dependencies = [
 2085   2085   
 "aws-config",
 2086   2086   
 "aws-credential-types 1.2.0",
 2087         -
 "aws-runtime 1.2.2",
        2087  +
 "aws-runtime 1.3.0",
 2088   2088   
 "aws-smithy-async 1.2.1",
 2089   2089   
 "aws-smithy-http 0.60.8",
 2090   2090   
 "aws-smithy-json 0.60.7",
 2091   2091   
 "aws-smithy-protocol-test 0.60.7",
 2092         -
 "aws-smithy-runtime 1.5.7",
 2093         -
 "aws-smithy-runtime-api 1.6.3",
        2092  +
 "aws-smithy-runtime 1.6.0",
        2093  +
 "aws-smithy-runtime-api 1.7.0",
 2094   2094   
 "aws-smithy-types 1.2.0",
 2095   2095   
 "aws-types 1.3.1",
 2096   2096   
 "bytes",
 2097   2097   
 "fastrand 2.0.2",
 2098   2098   
 "futures-util",
 2099   2099   
 "http 0.2.12",
 2100   2100   
 "once_cell",
 2101   2101   
 "regex-lite",
 2102   2102   
 "serde_json",
 2103   2103   
 "tokio",
 2104   2104   
 "tracing",
 2105   2105   
 "tracing-subscriber",
 2106   2106   
]
 2107   2107   
 2108   2108   
[[package]]
 2109   2109   
name = "aws-sdk-codecommit"
 2110         -
version = "1.30.0"
        2110  +
version = "1.32.0"
 2111   2111   
dependencies = [
 2112   2112   
 "aws-config",
 2113   2113   
 "aws-credential-types 1.2.0",
 2114         -
 "aws-runtime 1.2.2",
        2114  +
 "aws-runtime 1.3.0",
 2115   2115   
 "aws-smithy-async 1.2.1",
 2116   2116   
 "aws-smithy-http 0.60.8",
 2117   2117   
 "aws-smithy-json 0.60.7",
 2118         -
 "aws-smithy-runtime 1.5.7",
 2119         -
 "aws-smithy-runtime-api 1.6.3",
        2118  +
 "aws-smithy-runtime 1.6.0",
        2119  +
 "aws-smithy-runtime-api 1.7.0",
 2120   2120   
 "aws-smithy-types 1.2.0",
 2121   2121   
 "aws-types 1.3.1",
 2122   2122   
 "bytes",
 2123   2123   
 "fastrand 2.0.2",
 2124   2124   
 "http 0.2.12",
 2125   2125   
 "once_cell",
 2126   2126   
 "regex-lite",
 2127   2127   
 "tokio",
 2128   2128   
 "tracing",
 2129   2129   
]
 2130   2130   
 2131   2131   
[[package]]
 2132   2132   
name = "aws-sdk-codeconnections"
 2133         -
version = "1.12.0"
        2133  +
version = "1.14.0"
 2134   2134   
dependencies = [
 2135   2135   
 "aws-config",
 2136   2136   
 "aws-credential-types 1.2.0",
 2137         -
 "aws-runtime 1.2.2",
        2137  +
 "aws-runtime 1.3.0",
 2138   2138   
 "aws-smithy-async 1.2.1",
 2139   2139   
 "aws-smithy-http 0.60.8",
 2140   2140   
 "aws-smithy-json 0.60.7",
 2141         -
 "aws-smithy-runtime 1.5.7",
 2142         -
 "aws-smithy-runtime-api 1.6.3",
        2141  +
 "aws-smithy-runtime 1.6.0",
        2142  +
 "aws-smithy-runtime-api 1.7.0",
 2143   2143   
 "aws-smithy-types 1.2.0",
 2144   2144   
 "aws-types 1.3.1",
 2145   2145   
 "bytes",
 2146   2146   
 "http 0.2.12",
 2147   2147   
 "once_cell",
 2148   2148   
 "regex-lite",
 2149   2149   
 "tokio",
 2150   2150   
 "tracing",
 2151   2151   
]
 2152   2152   
 2153   2153   
[[package]]
 2154   2154   
name = "aws-sdk-codedeploy"
 2155         -
version = "1.31.0"
        2155  +
version = "1.33.0"
 2156   2156   
dependencies = [
 2157   2157   
 "aws-config",
 2158   2158   
 "aws-credential-types 1.2.0",
 2159         -
 "aws-runtime 1.2.2",
        2159  +
 "aws-runtime 1.3.0",
 2160   2160   
 "aws-smithy-async 1.2.1",
 2161   2161   
 "aws-smithy-http 0.60.8",
 2162   2162   
 "aws-smithy-json 0.60.7",
 2163         -
 "aws-smithy-runtime 1.5.7",
 2164         -
 "aws-smithy-runtime-api 1.6.3",
        2163  +
 "aws-smithy-runtime 1.6.0",
        2164  +
 "aws-smithy-runtime-api 1.7.0",
 2165   2165   
 "aws-smithy-types 1.2.0",
 2166   2166   
 "aws-types 1.3.1",
 2167   2167   
 "bytes",
 2168   2168   
 "http 0.2.12",
 2169   2169   
 "once_cell",
 2170   2170   
 "regex-lite",
 2171   2171   
 "tokio",
 2172   2172   
 "tracing",
 2173   2173   
]
 2174   2174   
 2175   2175   
[[package]]
 2176   2176   
name = "aws-sdk-codeguruprofiler"
 2177         -
version = "1.30.0"
        2177  +
version = "1.32.0"
 2178   2178   
dependencies = [
 2179   2179   
 "aws-config",
 2180   2180   
 "aws-credential-types 1.2.0",
 2181         -
 "aws-runtime 1.2.2",
        2181  +
 "aws-runtime 1.3.0",
 2182   2182   
 "aws-smithy-async 1.2.1",
 2183   2183   
 "aws-smithy-http 0.60.8",
 2184   2184   
 "aws-smithy-json 0.60.7",
 2185         -
 "aws-smithy-runtime 1.5.7",
 2186         -
 "aws-smithy-runtime-api 1.6.3",
        2185  +
 "aws-smithy-runtime 1.6.0",
        2186  +
 "aws-smithy-runtime-api 1.7.0",
 2187   2187   
 "aws-smithy-types 1.2.0",
 2188   2188   
 "aws-types 1.3.1",
 2189   2189   
 "bytes",
 2190   2190   
 "fastrand 2.0.2",
 2191   2191   
 "http 0.2.12",
 2192   2192   
 "once_cell",
 2193   2193   
 "regex-lite",
 2194   2194   
 "tokio",
 2195   2195   
 "tracing",
 2196   2196   
]
 2197   2197   
 2198   2198   
[[package]]
 2199   2199   
name = "aws-sdk-codegurureviewer"
 2200         -
version = "1.30.0"
        2200  +
version = "1.32.0"
 2201   2201   
dependencies = [
 2202   2202   
 "aws-config",
 2203   2203   
 "aws-credential-types 1.2.0",
 2204         -
 "aws-runtime 1.2.2",
        2204  +
 "aws-runtime 1.3.0",
 2205   2205   
 "aws-smithy-async 1.2.1",
 2206   2206   
 "aws-smithy-http 0.60.8",
 2207   2207   
 "aws-smithy-json 0.60.7",
 2208         -
 "aws-smithy-runtime 1.5.7",
 2209         -
 "aws-smithy-runtime-api 1.6.3",
        2208  +
 "aws-smithy-runtime 1.6.0",
        2209  +
 "aws-smithy-runtime-api 1.7.0",
 2210   2210   
 "aws-smithy-types 1.2.0",
 2211   2211   
 "aws-types 1.3.1",
 2212   2212   
 "bytes",
 2213   2213   
 "fastrand 2.0.2",
 2214   2214   
 "http 0.2.12",
 2215   2215   
 "once_cell",
 2216   2216   
 "regex-lite",
 2217   2217   
 "tokio",
 2218   2218   
 "tracing",
 2219   2219   
]
 2220   2220   
 2221   2221   
[[package]]
 2222   2222   
name = "aws-sdk-codegurusecurity"
 2223         -
version = "1.31.0"
        2223  +
version = "1.33.0"
 2224   2224   
dependencies = [
 2225   2225   
 "aws-config",
 2226   2226   
 "aws-credential-types 1.2.0",
 2227         -
 "aws-runtime 1.2.2",
        2227  +
 "aws-runtime 1.3.0",
 2228   2228   
 "aws-smithy-async 1.2.1",
 2229   2229   
 "aws-smithy-http 0.60.8",
 2230   2230   
 "aws-smithy-json 0.60.7",
 2231         -
 "aws-smithy-runtime 1.5.7",
 2232         -
 "aws-smithy-runtime-api 1.6.3",
        2231  +
 "aws-smithy-runtime 1.6.0",
        2232  +
 "aws-smithy-runtime-api 1.7.0",
 2233   2233   
 "aws-smithy-types 1.2.0",
 2234   2234   
 "aws-types 1.3.1",
 2235   2235   
 "bytes",
 2236   2236   
 "fastrand 2.0.2",
 2237   2237   
 "http 0.2.12",
 2238   2238   
 "once_cell",
 2239   2239   
 "regex-lite",
 2240   2240   
 "tokio",
 2241   2241   
 "tracing",
 2242   2242   
]
 2243   2243   
 2244   2244   
[[package]]
 2245   2245   
name = "aws-sdk-codepipeline"
 2246         -
version = "1.33.0"
        2246  +
version = "1.35.0"
 2247   2247   
dependencies = [
 2248   2248   
 "aws-config",
 2249   2249   
 "aws-credential-types 1.2.0",
 2250         -
 "aws-runtime 1.2.2",
        2250  +
 "aws-runtime 1.3.0",
 2251   2251   
 "aws-smithy-async 1.2.1",
 2252   2252   
 "aws-smithy-http 0.60.8",
 2253   2253   
 "aws-smithy-json 0.60.7",
 2254         -
 "aws-smithy-runtime 1.5.7",
 2255         -
 "aws-smithy-runtime-api 1.6.3",
        2254  +
 "aws-smithy-runtime 1.6.0",
        2255  +
 "aws-smithy-runtime-api 1.7.0",
 2256   2256   
 "aws-smithy-types 1.2.0",
 2257   2257   
 "aws-types 1.3.1",
 2258   2258   
 "bytes",
 2259   2259   
 "fastrand 2.0.2",
 2260   2260   
 "http 0.2.12",
 2261   2261   
 "once_cell",
 2262   2262   
 "regex-lite",
 2263   2263   
 "tokio",
 2264   2264   
 "tracing",
 2265   2265   
]
 2266   2266   
 2267   2267   
[[package]]
 2268   2268   
name = "aws-sdk-codestar"
 2269         -
version = "1.30.0"
        2269  +
version = "1.32.0"
 2270   2270   
dependencies = [
 2271   2271   
 "aws-config",
 2272   2272   
 "aws-credential-types 1.2.0",
 2273         -
 "aws-runtime 1.2.2",
        2273  +
 "aws-runtime 1.3.0",
 2274   2274   
 "aws-smithy-async 1.2.1",
 2275   2275   
 "aws-smithy-http 0.60.8",
 2276   2276   
 "aws-smithy-json 0.60.7",
 2277         -
 "aws-smithy-runtime 1.5.7",
 2278         -
 "aws-smithy-runtime-api 1.6.3",
        2277  +
 "aws-smithy-runtime 1.6.0",
        2278  +
 "aws-smithy-runtime-api 1.7.0",
 2279   2279   
 "aws-smithy-types 1.2.0",
 2280   2280   
 "aws-types 1.3.1",
 2281   2281   
 "bytes",
 2282   2282   
 "http 0.2.12",
 2283   2283   
 "once_cell",
 2284   2284   
 "regex-lite",
 2285   2285   
 "tokio",
 2286   2286   
 "tracing",
 2287   2287   
]
 2288   2288   
 2289   2289   
[[package]]
 2290   2290   
name = "aws-sdk-codestarconnections"
 2291         -
version = "1.32.0"
        2291  +
version = "1.34.0"
 2292   2292   
dependencies = [
 2293   2293   
 "aws-config",
 2294   2294   
 "aws-credential-types 1.2.0",
 2295         -
 "aws-runtime 1.2.2",
        2295  +
 "aws-runtime 1.3.0",
 2296   2296   
 "aws-smithy-async 1.2.1",
 2297   2297   
 "aws-smithy-http 0.60.8",
 2298   2298   
 "aws-smithy-json 0.60.7",
 2299         -
 "aws-smithy-runtime 1.5.7",
 2300         -
 "aws-smithy-runtime-api 1.6.3",
        2299  +
 "aws-smithy-runtime 1.6.0",
        2300  +
 "aws-smithy-runtime-api 1.7.0",
 2301   2301   
 "aws-smithy-types 1.2.0",
 2302   2302   
 "aws-types 1.3.1",
 2303   2303   
 "bytes",
 2304   2304   
 "http 0.2.12",
 2305   2305   
 "once_cell",
 2306   2306   
 "regex-lite",
 2307   2307   
 "tokio",
 2308   2308   
 "tracing",
 2309   2309   
]
 2310   2310   
 2311   2311   
[[package]]
 2312   2312   
name = "aws-sdk-codestarnotifications"
 2313         -
version = "1.30.0"
        2313  +
version = "1.32.0"
 2314   2314   
dependencies = [
 2315   2315   
 "aws-config",
 2316   2316   
 "aws-credential-types 1.2.0",
 2317         -
 "aws-runtime 1.2.2",
        2317  +
 "aws-runtime 1.3.0",
 2318   2318   
 "aws-smithy-async 1.2.1",
 2319   2319   
 "aws-smithy-http 0.60.8",
 2320   2320   
 "aws-smithy-json 0.60.7",
 2321         -
 "aws-smithy-runtime 1.5.7",
 2322         -
 "aws-smithy-runtime-api 1.6.3",
        2321  +
 "aws-smithy-runtime 1.6.0",
        2322  +
 "aws-smithy-runtime-api 1.7.0",
 2323   2323   
 "aws-smithy-types 1.2.0",
 2324   2324   
 "aws-types 1.3.1",
 2325   2325   
 "bytes",
 2326   2326   
 "fastrand 2.0.2",
 2327   2327   
 "http 0.2.12",
 2328   2328   
 "once_cell",
 2329   2329   
 "regex-lite",
 2330   2330   
 "tokio",
 2331   2331   
 "tracing",
 2332   2332   
]
 2333   2333   
 2334   2334   
[[package]]
 2335   2335   
name = "aws-sdk-cognitoidentity"
 2336         -
version = "1.30.0"
        2336  +
version = "1.32.0"
 2337   2337   
dependencies = [
 2338   2338   
 "aws-config",
 2339   2339   
 "aws-credential-types 1.2.0",
 2340         -
 "aws-runtime 1.2.2",
        2340  +
 "aws-runtime 1.3.0",
 2341   2341   
 "aws-smithy-async 1.2.1",
 2342   2342   
 "aws-smithy-http 0.60.8",
 2343   2343   
 "aws-smithy-json 0.60.7",
 2344         -
 "aws-smithy-runtime 1.5.7",
 2345         -
 "aws-smithy-runtime-api 1.6.3",
        2344  +
 "aws-smithy-runtime 1.6.0",
        2345  +
 "aws-smithy-runtime-api 1.7.0",
 2346   2346   
 "aws-smithy-types 1.2.0",
 2347   2347   
 "aws-types 1.3.1",
 2348   2348   
 "bytes",
 2349   2349   
 "http 0.2.12",
 2350   2350   
 "once_cell",
 2351   2351   
 "regex-lite",
 2352   2352   
 "tokio",
 2353   2353   
 "tracing",
 2354   2354   
]
 2355   2355   
 2356   2356   
[[package]]
 2357   2357   
name = "aws-sdk-cognitoidentityprovider"
 2358         -
version = "1.34.0"
        2358  +
version = "1.37.0"
 2359   2359   
dependencies = [
 2360   2360   
 "aws-config",
 2361   2361   
 "aws-credential-types 1.2.0",
 2362         -
 "aws-runtime 1.2.2",
        2362  +
 "aws-runtime 1.3.0",
 2363   2363   
 "aws-smithy-async 1.2.1",
 2364   2364   
 "aws-smithy-http 0.60.8",
 2365   2365   
 "aws-smithy-json 0.60.7",
 2366         -
 "aws-smithy-runtime 1.5.7",
 2367         -
 "aws-smithy-runtime-api 1.6.3",
        2366  +
 "aws-smithy-runtime 1.6.0",
        2367  +
 "aws-smithy-runtime-api 1.7.0",
 2368   2368   
 "aws-smithy-types 1.2.0",
 2369   2369   
 "aws-types 1.3.1",
 2370   2370   
 "bytes",
 2371   2371   
 "http 0.2.12",
 2372   2372   
 "once_cell",
 2373   2373   
 "regex-lite",
 2374   2374   
 "tokio",
 2375   2375   
 "tracing",
 2376   2376   
]
 2377   2377   
 2378   2378   
[[package]]
 2379   2379   
name = "aws-sdk-cognitosync"
 2380         -
version = "1.30.0"
        2380  +
version = "1.32.0"
 2381   2381   
dependencies = [
 2382   2382   
 "aws-config",
 2383   2383   
 "aws-credential-types 1.2.0",
 2384         -
 "aws-runtime 1.2.2",
        2384  +
 "aws-runtime 1.3.0",
 2385   2385   
 "aws-smithy-async 1.2.1",
 2386   2386   
 "aws-smithy-http 0.60.8",
 2387   2387   
 "aws-smithy-json 0.60.7",
 2388         -
 "aws-smithy-runtime 1.5.7",
 2389         -
 "aws-smithy-runtime-api 1.6.3",
        2388  +
 "aws-smithy-runtime 1.6.0",
        2389  +
 "aws-smithy-runtime-api 1.7.0",
 2390   2390   
 "aws-smithy-types 1.2.0",
 2391   2391   
 "aws-types 1.3.1",
 2392   2392   
 "bytes",
 2393   2393   
 "http 0.2.12",
 2394   2394   
 "once_cell",
 2395   2395   
 "regex-lite",
 2396   2396   
 "tokio",
 2397   2397   
 "tracing",
 2398   2398   
]
 2399   2399   
 2400   2400   
[[package]]
 2401   2401   
name = "aws-sdk-comprehend"
 2402         -
version = "1.30.0"
        2402  +
version = "1.32.0"
 2403   2403   
dependencies = [
 2404   2404   
 "aws-config",
 2405   2405   
 "aws-credential-types 1.2.0",
 2406         -
 "aws-runtime 1.2.2",
        2406  +
 "aws-runtime 1.3.0",
 2407   2407   
 "aws-smithy-async 1.2.1",
 2408   2408   
 "aws-smithy-http 0.60.8",
 2409   2409   
 "aws-smithy-json 0.60.7",
 2410         -
 "aws-smithy-runtime 1.5.7",
 2411         -
 "aws-smithy-runtime-api 1.6.3",
        2410  +
 "aws-smithy-runtime 1.6.0",
        2411  +
 "aws-smithy-runtime-api 1.7.0",
 2412   2412   
 "aws-smithy-types 1.2.0",
 2413   2413   
 "aws-types 1.3.1",
 2414   2414   
 "bytes",
 2415   2415   
 "fastrand 2.0.2",
 2416   2416   
 "http 0.2.12",
 2417   2417   
 "once_cell",
 2418   2418   
 "regex-lite",
 2419   2419   
 "tokio",
 2420   2420   
 "tracing",
 2421   2421   
]
 2422   2422   
 2423   2423   
[[package]]
 2424   2424   
name = "aws-sdk-comprehendmedical"
 2425         -
version = "1.30.0"
        2425  +
version = "1.32.0"
 2426   2426   
dependencies = [
 2427   2427   
 "aws-config",
 2428   2428   
 "aws-credential-types 1.2.0",
 2429         -
 "aws-runtime 1.2.2",
        2429  +
 "aws-runtime 1.3.0",
 2430   2430   
 "aws-smithy-async 1.2.1",
 2431   2431   
 "aws-smithy-http 0.60.8",
 2432   2432   
 "aws-smithy-json 0.60.7",
 2433         -
 "aws-smithy-runtime 1.5.7",
 2434         -
 "aws-smithy-runtime-api 1.6.3",
        2433  +
 "aws-smithy-runtime 1.6.0",
        2434  +
 "aws-smithy-runtime-api 1.7.0",
 2435   2435   
 "aws-smithy-types 1.2.0",
 2436   2436   
 "aws-types 1.3.1",
 2437   2437   
 "bytes",
 2438   2438   
 "fastrand 2.0.2",
 2439   2439   
 "http 0.2.12",
 2440   2440   
 "once_cell",
 2441   2441   
 "regex-lite",
 2442   2442   
 "tokio",
 2443   2443   
 "tracing",
 2444   2444   
]
 2445   2445   
 2446   2446   
[[package]]
 2447   2447   
name = "aws-sdk-computeoptimizer"
 2448         -
version = "1.31.0"
        2448  +
version = "1.33.0"
 2449   2449   
dependencies = [
 2450   2450   
 "aws-config",
 2451   2451   
 "aws-credential-types 1.2.0",
 2452         -
 "aws-runtime 1.2.2",
        2452  +
 "aws-runtime 1.3.0",
 2453   2453   
 "aws-smithy-async 1.2.1",
 2454   2454   
 "aws-smithy-http 0.60.8",
 2455   2455   
 "aws-smithy-json 0.60.7",
 2456         -
 "aws-smithy-runtime 1.5.7",
 2457         -
 "aws-smithy-runtime-api 1.6.3",
        2456  +
 "aws-smithy-runtime 1.6.0",
        2457  +
 "aws-smithy-runtime-api 1.7.0",
 2458   2458   
 "aws-smithy-types 1.2.0",
 2459   2459   
 "aws-types 1.3.1",
 2460   2460   
 "bytes",
 2461   2461   
 "http 0.2.12",
 2462   2462   
 "once_cell",
 2463   2463   
 "regex-lite",
 2464   2464   
 "tokio",
 2465   2465   
 "tracing",
 2466   2466   
]
 2467   2467   
 2468   2468   
[[package]]
 2469   2469   
name = "aws-sdk-config"
 2470         -
version = "1.31.0"
        2470  +
version = "1.33.0"
 2471   2471   
dependencies = [
 2472   2472   
 "aws-config",
 2473   2473   
 "aws-credential-types 1.2.0",
 2474         -
 "aws-runtime 1.2.2",
        2474  +
 "aws-runtime 1.3.0",
 2475   2475   
 "aws-smithy-async 1.2.1",
 2476   2476   
 "aws-smithy-http 0.60.8",
 2477   2477   
 "aws-smithy-json 0.60.7",
 2478         -
 "aws-smithy-runtime 1.5.7",
 2479         -
 "aws-smithy-runtime-api 1.6.3",
        2478  +
 "aws-smithy-runtime 1.6.0",
        2479  +
 "aws-smithy-runtime-api 1.7.0",
 2480   2480   
 "aws-smithy-types 1.2.0",
 2481   2481   
 "aws-types 1.3.1",
 2482   2482   
 "bytes",
 2483   2483   
 "http 0.2.12",
 2484   2484   
 "once_cell",
 2485   2485   
 "regex-lite",
 2486   2486   
 "tokio",
 2487   2487   
 "tracing",
 2488   2488   
]
 2489   2489   
 2490   2490   
[[package]]
 2491   2491   
name = "aws-sdk-connect"
 2492         -
version = "1.44.0"
        2492  +
version = "1.46.0"
 2493   2493   
dependencies = [
 2494   2494   
 "aws-config",
 2495   2495   
 "aws-credential-types 1.2.0",
 2496         -
 "aws-runtime 1.2.2",
        2496  +
 "aws-runtime 1.3.0",
 2497   2497   
 "aws-smithy-async 1.2.1",
 2498   2498   
 "aws-smithy-http 0.60.8",
 2499   2499   
 "aws-smithy-json 0.60.7",
 2500         -
 "aws-smithy-runtime 1.5.7",
 2501         -
 "aws-smithy-runtime-api 1.6.3",
        2500  +
 "aws-smithy-runtime 1.6.0",
        2501  +
 "aws-smithy-runtime-api 1.7.0",
 2502   2502   
 "aws-smithy-types 1.2.0",
 2503   2503   
 "aws-types 1.3.1",
 2504   2504   
 "bytes",
 2505   2505   
 "fastrand 2.0.2",
 2506   2506   
 "http 0.2.12",
 2507   2507   
 "once_cell",
 2508   2508   
 "regex-lite",
 2509   2509   
 "tokio",
 2510   2510   
 "tracing",
 2511   2511   
]
 2512   2512   
 2513   2513   
[[package]]
 2514   2514   
name = "aws-sdk-connectcampaigns"
 2515         -
version = "1.32.0"
        2515  +
version = "1.34.0"
 2516   2516   
dependencies = [
 2517   2517   
 "aws-config",
 2518   2518   
 "aws-credential-types 1.2.0",
 2519         -
 "aws-runtime 1.2.2",
        2519  +
 "aws-runtime 1.3.0",
 2520   2520   
 "aws-smithy-async 1.2.1",
 2521   2521   
 "aws-smithy-http 0.60.8",
 2522   2522   
 "aws-smithy-json 0.60.7",
 2523         -
 "aws-smithy-runtime 1.5.7",
 2524         -
 "aws-smithy-runtime-api 1.6.3",
        2523  +
 "aws-smithy-runtime 1.6.0",
        2524  +
 "aws-smithy-runtime-api 1.7.0",
 2525   2525   
 "aws-smithy-types 1.2.0",
 2526   2526   
 "aws-types 1.3.1",
 2527   2527   
 "bytes",
 2528   2528   
 "http 0.2.12",
 2529   2529   
 "once_cell",
 2530   2530   
 "regex-lite",
 2531   2531   
 "tokio",
 2532   2532   
 "tracing",
 2533   2533   
]
 2534   2534   
 2535   2535   
[[package]]
 2536   2536   
name = "aws-sdk-connectcases"
 2537         -
version = "1.33.0"
        2537  +
version = "1.35.0"
 2538   2538   
dependencies = [
 2539   2539   
 "aws-config",
 2540   2540   
 "aws-credential-types 1.2.0",
 2541         -
 "aws-runtime 1.2.2",
        2541  +
 "aws-runtime 1.3.0",
 2542   2542   
 "aws-smithy-async 1.2.1",
 2543   2543   
 "aws-smithy-http 0.60.8",
 2544   2544   
 "aws-smithy-json 0.60.7",
 2545         -
 "aws-smithy-runtime 1.5.7",
 2546         -
 "aws-smithy-runtime-api 1.6.3",
        2545  +
 "aws-smithy-runtime 1.6.0",
        2546  +
 "aws-smithy-runtime-api 1.7.0",
 2547   2547   
 "aws-smithy-types 1.2.0",
 2548   2548   
 "aws-types 1.3.1",
 2549   2549   
 "bytes",
 2550   2550   
 "fastrand 2.0.2",
 2551   2551   
 "http 0.2.12",
 2552   2552   
 "once_cell",
 2553   2553   
 "regex-lite",
 2554   2554   
 "tokio",
 2555   2555   
 "tracing",
 2556   2556   
]
 2557   2557   
 2558   2558   
[[package]]
 2559   2559   
name = "aws-sdk-connectcontactlens"
 2560         -
version = "1.30.0"
        2560  +
version = "1.32.0"
 2561   2561   
dependencies = [
 2562   2562   
 "aws-config",
 2563   2563   
 "aws-credential-types 1.2.0",
 2564         -
 "aws-runtime 1.2.2",
        2564  +
 "aws-runtime 1.3.0",
 2565   2565   
 "aws-smithy-async 1.2.1",
 2566   2566   
 "aws-smithy-http 0.60.8",
 2567   2567   
 "aws-smithy-json 0.60.7",
 2568         -
 "aws-smithy-runtime 1.5.7",
 2569         -
 "aws-smithy-runtime-api 1.6.3",
        2568  +
 "aws-smithy-runtime 1.6.0",
        2569  +
 "aws-smithy-runtime-api 1.7.0",
 2570   2570   
 "aws-smithy-types 1.2.0",
 2571   2571   
 "aws-types 1.3.1",
 2572   2572   
 "bytes",
 2573   2573   
 "http 0.2.12",
 2574   2574   
 "once_cell",
 2575   2575   
 "regex-lite",
 2576   2576   
 "tokio",
 2577   2577   
 "tracing",
 2578   2578   
]
 2579   2579   
 2580   2580   
[[package]]
 2581   2581   
name = "aws-sdk-connectparticipant"
 2582         -
version = "1.31.0"
        2582  +
version = "1.33.0"
 2583   2583   
dependencies = [
 2584   2584   
 "aws-config",
 2585   2585   
 "aws-credential-types 1.2.0",
 2586         -
 "aws-runtime 1.2.2",
        2586  +
 "aws-runtime 1.3.0",
 2587   2587   
 "aws-smithy-async 1.2.1",
 2588   2588   
 "aws-smithy-http 0.60.8",
 2589   2589   
 "aws-smithy-json 0.60.7",
 2590         -
 "aws-smithy-runtime 1.5.7",
 2591         -
 "aws-smithy-runtime-api 1.6.3",
        2590  +
 "aws-smithy-runtime 1.6.0",
        2591  +
 "aws-smithy-runtime-api 1.7.0",
 2592   2592   
 "aws-smithy-types 1.2.0",
 2593   2593   
 "aws-types 1.3.1",
 2594   2594   
 "bytes",
 2595   2595   
 "fastrand 2.0.2",
 2596   2596   
 "http 0.2.12",
 2597   2597   
 "once_cell",
 2598   2598   
 "regex-lite",
 2599   2599   
 "tokio",
 2600   2600   
 "tracing",
 2601   2601   
]
 2602   2602   
 2603   2603   
[[package]]
 2604   2604   
name = "aws-sdk-controlcatalog"
 2605         -
version = "1.11.0"
        2605  +
version = "1.13.0"
 2606   2606   
dependencies = [
 2607   2607   
 "aws-config",
 2608   2608   
 "aws-credential-types 1.2.0",
 2609         -
 "aws-runtime 1.2.2",
        2609  +
 "aws-runtime 1.3.0",
 2610   2610   
 "aws-smithy-async 1.2.1",
 2611   2611   
 "aws-smithy-http 0.60.8",
 2612   2612   
 "aws-smithy-json 0.60.7",
 2613         -
 "aws-smithy-runtime 1.5.7",
 2614         -
 "aws-smithy-runtime-api 1.6.3",
        2613  +
 "aws-smithy-runtime 1.6.0",
        2614  +
 "aws-smithy-runtime-api 1.7.0",
 2615   2615   
 "aws-smithy-types 1.2.0",
 2616   2616   
 "aws-types 1.3.1",
 2617   2617   
 "bytes",
 2618   2618   
 "http 0.2.12",
 2619   2619   
 "once_cell",
 2620   2620   
 "regex-lite",
 2621   2621   
 "tokio",
 2622   2622   
 "tracing",
 2623   2623   
]
 2624   2624   
 2625   2625   
[[package]]
 2626   2626   
name = "aws-sdk-controltower"
 2627         -
version = "1.32.0"
        2627  +
version = "1.34.0"
 2628   2628   
dependencies = [
 2629   2629   
 "aws-config",
 2630   2630   
 "aws-credential-types 1.2.0",
 2631         -
 "aws-runtime 1.2.2",
        2631  +
 "aws-runtime 1.3.0",
 2632   2632   
 "aws-smithy-async 1.2.1",
 2633   2633   
 "aws-smithy-http 0.60.8",
 2634   2634   
 "aws-smithy-json 0.60.7",
 2635         -
 "aws-smithy-runtime 1.5.7",
 2636         -
 "aws-smithy-runtime-api 1.6.3",
        2635  +
 "aws-smithy-runtime 1.6.0",
        2636  +
 "aws-smithy-runtime-api 1.7.0",
 2637   2637   
 "aws-smithy-types 1.2.0",
 2638   2638   
 "aws-types 1.3.1",
 2639   2639   
 "bytes",
 2640   2640   
 "http 0.2.12",
 2641   2641   
 "once_cell",
 2642   2642   
 "regex-lite",
 2643   2643   
 "tokio",
 2644   2644   
 "tracing",
 2645   2645   
]
 2646   2646   
 2647   2647   
[[package]]
 2648   2648   
name = "aws-sdk-costandusagereport"
 2649         -
version = "1.30.0"
        2649  +
version = "1.32.0"
 2650   2650   
dependencies = [
 2651   2651   
 "aws-config",
 2652   2652   
 "aws-credential-types 1.2.0",
 2653         -
 "aws-runtime 1.2.2",
        2653  +
 "aws-runtime 1.3.0",
 2654   2654   
 "aws-smithy-async 1.2.1",
 2655   2655   
 "aws-smithy-http 0.60.8",
 2656   2656   
 "aws-smithy-json 0.60.7",
 2657         -
 "aws-smithy-runtime 1.5.7",
 2658         -
 "aws-smithy-runtime-api 1.6.3",
        2657  +
 "aws-smithy-runtime 1.6.0",
        2658  +
 "aws-smithy-runtime-api 1.7.0",
 2659   2659   
 "aws-smithy-types 1.2.0",
 2660   2660   
 "aws-types 1.3.1",
 2661   2661   
 "bytes",
 2662   2662   
 "http 0.2.12",
 2663   2663   
 "once_cell",
 2664   2664   
 "regex-lite",
 2665   2665   
 "tokio",
 2666   2666   
 "tracing",
 2667   2667   
]
 2668   2668   
 2669   2669   
[[package]]
 2670   2670   
name = "aws-sdk-costexplorer"
 2671         -
version = "1.32.0"
        2671  +
version = "1.34.0"
 2672   2672   
dependencies = [
 2673   2673   
 "aws-config",
 2674   2674   
 "aws-credential-types 1.2.0",
 2675         -
 "aws-runtime 1.2.2",
        2675  +
 "aws-runtime 1.3.0",
 2676   2676   
 "aws-smithy-async 1.2.1",
 2677   2677   
 "aws-smithy-http 0.60.8",
 2678   2678   
 "aws-smithy-json 0.60.7",
 2679         -
 "aws-smithy-runtime 1.5.7",
 2680         -
 "aws-smithy-runtime-api 1.6.3",
        2679  +
 "aws-smithy-runtime 1.6.0",
        2680  +
 "aws-smithy-runtime-api 1.7.0",
 2681   2681   
 "aws-smithy-types 1.2.0",
 2682   2682   
 "aws-types 1.3.1",
 2683   2683   
 "bytes",
 2684   2684   
 "http 0.2.12",
 2685   2685   
 "once_cell",
 2686   2686   
 "regex-lite",
 2687   2687   
 "tokio",
 2688   2688   
 "tracing",
 2689   2689   
]
 2690   2690   
 2691   2691   
[[package]]
 2692   2692   
name = "aws-sdk-costoptimizationhub"
 2693         -
version = "1.29.0"
        2693  +
version = "1.31.0"
 2694   2694   
dependencies = [
 2695   2695   
 "aws-config",
 2696   2696   
 "aws-credential-types 1.2.0",
 2697         -
 "aws-runtime 1.2.2",
        2697  +
 "aws-runtime 1.3.0",
 2698   2698   
 "aws-smithy-async 1.2.1",
 2699   2699   
 "aws-smithy-http 0.60.8",
 2700   2700   
 "aws-smithy-json 0.60.7",
 2701         -
 "aws-smithy-runtime 1.5.7",
 2702         -
 "aws-smithy-runtime-api 1.6.3",
        2701  +
 "aws-smithy-runtime 1.6.0",
        2702  +
 "aws-smithy-runtime-api 1.7.0",
 2703   2703   
 "aws-smithy-types 1.2.0",
 2704   2704   
 "aws-types 1.3.1",
 2705   2705   
 "bytes",
 2706   2706   
 "http 0.2.12",
 2707   2707   
 "once_cell",
 2708   2708   
 "regex-lite",
 2709   2709   
 "tokio",
 2710   2710   
 "tracing",
 2711   2711   
]
 2712   2712   
 2713   2713   
[[package]]
 2714   2714   
name = "aws-sdk-customerprofiles"
 2715         -
version = "1.31.0"
        2715  +
version = "1.33.0"
 2716   2716   
dependencies = [
 2717   2717   
 "aws-config",
 2718   2718   
 "aws-credential-types 1.2.0",
 2719         -
 "aws-runtime 1.2.2",
        2719  +
 "aws-runtime 1.3.0",
 2720   2720   
 "aws-smithy-async 1.2.1",
 2721   2721   
 "aws-smithy-http 0.60.8",
 2722   2722   
 "aws-smithy-json 0.60.7",
 2723         -
 "aws-smithy-runtime 1.5.7",
 2724         -
 "aws-smithy-runtime-api 1.6.3",
        2723  +
 "aws-smithy-runtime 1.6.0",
        2724  +
 "aws-smithy-runtime-api 1.7.0",
 2725   2725   
 "aws-smithy-types 1.2.0",
 2726   2726   
 "aws-types 1.3.1",
 2727   2727   
 "bytes",
 2728   2728   
 "http 0.2.12",
 2729   2729   
 "once_cell",
 2730   2730   
 "regex-lite",
 2731   2731   
 "tokio",
 2732   2732   
 "tracing",
 2733   2733   
]
 2734   2734   
 2735   2735   
[[package]]
 2736   2736   
name = "aws-sdk-databasemigration"
 2737         -
version = "1.30.0"
        2737  +
version = "1.32.0"
 2738   2738   
dependencies = [
 2739   2739   
 "aws-config",
 2740   2740   
 "aws-credential-types 1.2.0",
 2741         -
 "aws-runtime 1.2.2",
        2741  +
 "aws-runtime 1.3.0",
 2742   2742   
 "aws-smithy-async 1.2.1",
 2743   2743   
 "aws-smithy-http 0.60.8",
 2744   2744   
 "aws-smithy-json 0.60.7",
 2745         -
 "aws-smithy-runtime 1.5.7",
 2746         -
 "aws-smithy-runtime-api 1.6.3",
        2745  +
 "aws-smithy-runtime 1.6.0",
        2746  +
 "aws-smithy-runtime-api 1.7.0",
 2747   2747   
 "aws-smithy-types 1.2.0",
 2748   2748   
 "aws-types 1.3.1",
 2749   2749   
 "bytes",
 2750   2750   
 "http 0.2.12",
 2751   2751   
 "once_cell",
 2752   2752   
 "regex-lite",
 2753   2753   
 "tokio",
 2754   2754   
 "tracing",
 2755   2755   
]
 2756   2756   
 2757   2757   
[[package]]
 2758   2758   
name = "aws-sdk-databrew"
 2759         -
version = "1.30.0"
        2759  +
version = "1.32.0"
 2760   2760   
dependencies = [
 2761   2761   
 "aws-config",
 2762   2762   
 "aws-credential-types 1.2.0",
 2763         -
 "aws-runtime 1.2.2",
        2763  +
 "aws-runtime 1.3.0",
 2764   2764   
 "aws-smithy-async 1.2.1",
 2765   2765   
 "aws-smithy-http 0.60.8",
 2766   2766   
 "aws-smithy-json 0.60.7",
 2767         -
 "aws-smithy-runtime 1.5.7",
 2768         -
 "aws-smithy-runtime-api 1.6.3",
        2767  +
 "aws-smithy-runtime 1.6.0",
        2768  +
 "aws-smithy-runtime-api 1.7.0",
 2769   2769   
 "aws-smithy-types 1.2.0",
 2770   2770   
 "aws-types 1.3.1",
 2771   2771   
 "bytes",
 2772   2772   
 "http 0.2.12",
 2773   2773   
 "once_cell",
 2774   2774   
 "regex-lite",
 2775   2775   
 "tokio",
 2776   2776   
 "tracing",
 2777   2777   
]
 2778   2778   
 2779   2779   
[[package]]
 2780   2780   
name = "aws-sdk-dataexchange"
 2781         -
version = "1.30.0"
        2781  +
version = "1.32.0"
 2782   2782   
dependencies = [
 2783   2783   
 "aws-config",
 2784   2784   
 "aws-credential-types 1.2.0",
 2785         -
 "aws-runtime 1.2.2",
        2785  +
 "aws-runtime 1.3.0",
 2786   2786   
 "aws-smithy-async 1.2.1",
 2787   2787   
 "aws-smithy-http 0.60.8",
 2788   2788   
 "aws-smithy-json 0.60.7",
 2789         -
 "aws-smithy-runtime 1.5.7",
 2790         -
 "aws-smithy-runtime-api 1.6.3",
        2789  +
 "aws-smithy-runtime 1.6.0",
        2790  +
 "aws-smithy-runtime-api 1.7.0",
 2791   2791   
 "aws-smithy-types 1.2.0",
 2792   2792   
 "aws-types 1.3.1",
 2793   2793   
 "bytes",
 2794   2794   
 "fastrand 2.0.2",
 2795   2795   
 "http 0.2.12",
 2796   2796   
 "once_cell",
 2797   2797   
 "regex-lite",
 2798   2798   
 "tokio",
 2799   2799   
 "tracing",
 2800   2800   
]
 2801   2801   
 2802   2802   
[[package]]
 2803   2803   
name = "aws-sdk-datapipeline"
 2804         -
version = "1.30.0"
        2804  +
version = "1.32.0"
 2805   2805   
dependencies = [
 2806   2806   
 "aws-config",
 2807   2807   
 "aws-credential-types 1.2.0",
 2808         -
 "aws-runtime 1.2.2",
        2808  +
 "aws-runtime 1.3.0",
 2809   2809   
 "aws-smithy-async 1.2.1",
 2810   2810   
 "aws-smithy-http 0.60.8",
 2811   2811   
 "aws-smithy-json 0.60.7",
 2812         -
 "aws-smithy-runtime 1.5.7",
 2813         -
 "aws-smithy-runtime-api 1.6.3",
        2812  +
 "aws-smithy-runtime 1.6.0",
        2813  +
 "aws-smithy-runtime-api 1.7.0",
 2814   2814   
 "aws-smithy-types 1.2.0",
 2815   2815   
 "aws-types 1.3.1",
 2816   2816   
 "bytes",
 2817   2817   
 "http 0.2.12",
 2818   2818   
 "once_cell",
 2819   2819   
 "regex-lite",
 2820   2820   
 "tokio",
 2821   2821   
 "tracing",
 2822   2822   
]
 2823   2823   
 2824   2824   
[[package]]
 2825   2825   
name = "aws-sdk-datasync"
 2826         -
version = "1.33.0"
        2826  +
version = "1.35.0"
 2827   2827   
dependencies = [
 2828   2828   
 "aws-config",
 2829   2829   
 "aws-credential-types 1.2.0",
 2830         -
 "aws-runtime 1.2.2",
        2830  +
 "aws-runtime 1.3.0",
 2831   2831   
 "aws-smithy-async 1.2.1",
 2832   2832   
 "aws-smithy-http 0.60.8",
 2833   2833   
 "aws-smithy-json 0.60.7",
 2834         -
 "aws-smithy-runtime 1.5.7",
 2835         -
 "aws-smithy-runtime-api 1.6.3",
        2834  +
 "aws-smithy-runtime 1.6.0",
        2835  +
 "aws-smithy-runtime-api 1.7.0",
 2836   2836   
 "aws-smithy-types 1.2.0",
 2837   2837   
 "aws-types 1.3.1",
 2838   2838   
 "bytes",
 2839   2839   
 "fastrand 2.0.2",
 2840   2840   
 "http 0.2.12",
 2841   2841   
 "once_cell",
 2842   2842   
 "regex-lite",
 2843   2843   
 "tokio",
 2844   2844   
 "tracing",
 2845   2845   
]
 2846   2846   
 2847   2847   
[[package]]
 2848   2848   
name = "aws-sdk-datazone"
 2849         -
version = "1.33.0"
        2849  +
version = "1.36.0"
 2850   2850   
dependencies = [
 2851   2851   
 "aws-config",
 2852   2852   
 "aws-credential-types 1.2.0",
 2853         -
 "aws-runtime 1.2.2",
        2853  +
 "aws-runtime 1.3.0",
 2854   2854   
 "aws-smithy-async 1.2.1",
 2855   2855   
 "aws-smithy-http 0.60.8",
 2856   2856   
 "aws-smithy-json 0.60.7",
 2857         -
 "aws-smithy-runtime 1.5.7",
 2858         -
 "aws-smithy-runtime-api 1.6.3",
        2857  +
 "aws-smithy-runtime 1.6.0",
        2858  +
 "aws-smithy-runtime-api 1.7.0",
 2859   2859   
 "aws-smithy-types 1.2.0",
 2860   2860   
 "aws-types 1.3.1",
 2861   2861   
 "bytes",
 2862   2862   
 "fastrand 2.0.2",
 2863   2863   
 "http 0.2.12",
 2864   2864   
 "once_cell",
 2865   2865   
 "regex-lite",
 2866   2866   
 "tokio",
 2867   2867   
 "tracing",
 2868   2868   
]
 2869   2869   
 2870   2870   
[[package]]
 2871   2871   
name = "aws-sdk-dax"
 2872         -
version = "1.30.0"
        2872  +
version = "1.32.0"
 2873   2873   
dependencies = [
 2874   2874   
 "aws-config",
 2875   2875   
 "aws-credential-types 1.2.0",
 2876         -
 "aws-runtime 1.2.2",
        2876  +
 "aws-runtime 1.3.0",
 2877   2877   
 "aws-smithy-async 1.2.1",
 2878   2878   
 "aws-smithy-http 0.60.8",
 2879   2879   
 "aws-smithy-json 0.60.7",
 2880         -
 "aws-smithy-runtime 1.5.7",
 2881         -
 "aws-smithy-runtime-api 1.6.3",
        2880  +
 "aws-smithy-runtime 1.6.0",
        2881  +
 "aws-smithy-runtime-api 1.7.0",
 2882   2882   
 "aws-smithy-types 1.2.0",
 2883   2883   
 "aws-types 1.3.1",
 2884   2884   
 "bytes",
 2885   2885   
 "http 0.2.12",
 2886   2886   
 "once_cell",
 2887   2887   
 "regex-lite",
 2888   2888   
 "tokio",
 2889   2889   
 "tracing",
 2890   2890   
]
 2891   2891   
 2892   2892   
[[package]]
 2893   2893   
name = "aws-sdk-deadline"
 2894         -
version = "1.12.0"
        2894  +
version = "1.14.0"
 2895   2895   
dependencies = [
 2896   2896   
 "aws-config",
 2897   2897   
 "aws-credential-types 1.2.0",
 2898         -
 "aws-runtime 1.2.2",
        2898  +
 "aws-runtime 1.3.0",
 2899   2899   
 "aws-smithy-async 1.2.1",
 2900   2900   
 "aws-smithy-http 0.60.8",
 2901   2901   
 "aws-smithy-json 0.60.7",
 2902         -
 "aws-smithy-runtime 1.5.7",
 2903         -
 "aws-smithy-runtime-api 1.6.3",
        2902  +
 "aws-smithy-runtime 1.6.0",
        2903  +
 "aws-smithy-runtime-api 1.7.0",
 2904   2904   
 "aws-smithy-types 1.2.0",
 2905   2905   
 "aws-types 1.3.1",
 2906   2906   
 "bytes",
 2907   2907   
 "fastrand 2.0.2",
 2908   2908   
 "http 0.2.12",
 2909   2909   
 "once_cell",
 2910   2910   
 "regex-lite",
 2911   2911   
 "tokio",
 2912   2912   
 "tracing",
 2913   2913   
]
 2914   2914   
 2915   2915   
[[package]]
 2916   2916   
name = "aws-sdk-detective"
 2917         -
version = "1.30.0"
        2917  +
version = "1.32.0"
 2918   2918   
dependencies = [
 2919   2919   
 "aws-config",
 2920   2920   
 "aws-credential-types 1.2.0",
 2921         -
 "aws-runtime 1.2.2",
        2921  +
 "aws-runtime 1.3.0",
 2922   2922   
 "aws-smithy-async 1.2.1",
 2923   2923   
 "aws-smithy-http 0.60.8",
 2924   2924   
 "aws-smithy-json 0.60.7",
 2925         -
 "aws-smithy-runtime 1.5.7",
 2926         -
 "aws-smithy-runtime-api 1.6.3",
        2925  +
 "aws-smithy-runtime 1.6.0",
        2926  +
 "aws-smithy-runtime-api 1.7.0",
 2927   2927   
 "aws-smithy-types 1.2.0",
 2928   2928   
 "aws-types 1.3.1",
 2929   2929   
 "bytes",
 2930   2930   
 "http 0.2.12",
 2931   2931   
 "once_cell",
 2932   2932   
 "regex-lite",
 2933   2933   
 "tokio",
 2934   2934   
 "tracing",
 2935   2935   
]
 2936   2936   
 2937   2937   
[[package]]
 2938   2938   
name = "aws-sdk-devicefarm"
 2939         -
version = "1.30.0"
        2939  +
version = "1.32.0"
 2940   2940   
dependencies = [
 2941   2941   
 "aws-config",
 2942   2942   
 "aws-credential-types 1.2.0",
 2943         -
 "aws-runtime 1.2.2",
        2943  +
 "aws-runtime 1.3.0",
 2944   2944   
 "aws-smithy-async 1.2.1",
 2945   2945   
 "aws-smithy-http 0.60.8",
 2946   2946   
 "aws-smithy-json 0.60.7",
 2947         -
 "aws-smithy-runtime 1.5.7",
 2948         -
 "aws-smithy-runtime-api 1.6.3",
        2947  +
 "aws-smithy-runtime 1.6.0",
        2948  +
 "aws-smithy-runtime-api 1.7.0",
 2949   2949   
 "aws-smithy-types 1.2.0",
 2950   2950   
 "aws-types 1.3.1",
 2951   2951   
 "bytes",
 2952   2952   
 "http 0.2.12",
 2953   2953   
 "once_cell",
 2954   2954   
 "regex-lite",
 2955   2955   
 "tokio",
 2956   2956   
 "tracing",
 2957   2957   
]
 2958   2958   
 2959   2959   
[[package]]
 2960   2960   
name = "aws-sdk-devopsguru"
 2961         -
version = "1.30.0"
        2961  +
version = "1.32.0"
 2962   2962   
dependencies = [
 2963   2963   
 "aws-config",
 2964   2964   
 "aws-credential-types 1.2.0",
 2965         -
 "aws-runtime 1.2.2",
        2965  +
 "aws-runtime 1.3.0",
 2966   2966   
 "aws-smithy-async 1.2.1",
 2967   2967   
 "aws-smithy-http 0.60.8",
 2968   2968   
 "aws-smithy-json 0.60.7",
 2969         -
 "aws-smithy-runtime 1.5.7",
 2970         -
 "aws-smithy-runtime-api 1.6.3",
        2969  +
 "aws-smithy-runtime 1.6.0",
        2970  +
 "aws-smithy-runtime-api 1.7.0",
 2971   2971   
 "aws-smithy-types 1.2.0",
 2972   2972   
 "aws-types 1.3.1",
 2973   2973   
 "bytes",
 2974   2974   
 "fastrand 2.0.2",
 2975   2975   
 "http 0.2.12",
 2976   2976   
 "once_cell",
 2977   2977   
 "regex-lite",
 2978   2978   
 "tokio",
 2979   2979   
 "tracing",
 2980   2980   
]
 2981   2981   
 2982   2982   
[[package]]
 2983   2983   
name = "aws-sdk-directconnect"
 2984         -
version = "1.30.0"
        2984  +
version = "1.32.0"
 2985   2985   
dependencies = [
 2986   2986   
 "aws-config",
 2987   2987   
 "aws-credential-types 1.2.0",
 2988         -
 "aws-runtime 1.2.2",
        2988  +
 "aws-runtime 1.3.0",
 2989   2989   
 "aws-smithy-async 1.2.1",
 2990   2990   
 "aws-smithy-http 0.60.8",
 2991   2991   
 "aws-smithy-json 0.60.7",
 2992         -
 "aws-smithy-runtime 1.5.7",
 2993         -
 "aws-smithy-runtime-api 1.6.3",
        2992  +
 "aws-smithy-runtime 1.6.0",
        2993  +
 "aws-smithy-runtime-api 1.7.0",
 2994   2994   
 "aws-smithy-types 1.2.0",
 2995   2995   
 "aws-types 1.3.1",
 2996   2996   
 "bytes",
 2997   2997   
 "http 0.2.12",
 2998   2998   
 "once_cell",
 2999   2999   
 "regex-lite",
 3000   3000   
 "tokio",
 3001   3001   
 "tracing",
 3002   3002   
]
 3003   3003   
 3004   3004   
[[package]]
 3005   3005   
name = "aws-sdk-directory"
 3006         -
version = "1.30.0"
        3006  +
version = "1.33.0"
 3007   3007   
dependencies = [
 3008   3008   
 "aws-config",
 3009   3009   
 "aws-credential-types 1.2.0",
 3010         -
 "aws-runtime 1.2.2",
        3010  +
 "aws-runtime 1.3.0",
 3011   3011   
 "aws-smithy-async 1.2.1",
 3012   3012   
 "aws-smithy-http 0.60.8",
 3013   3013   
 "aws-smithy-json 0.60.7",
 3014         -
 "aws-smithy-runtime 1.5.7",
 3015         -
 "aws-smithy-runtime-api 1.6.3",
        3014  +
 "aws-smithy-runtime 1.6.0",
        3015  +
 "aws-smithy-runtime-api 1.7.0",
 3016   3016   
 "aws-smithy-types 1.2.0",
 3017   3017   
 "aws-types 1.3.1",
 3018   3018   
 "bytes",
 3019   3019   
 "http 0.2.12",
 3020   3020   
 "once_cell",
 3021   3021   
 "regex-lite",
 3022   3022   
 "tokio",
 3023   3023   
 "tracing",
 3024   3024   
]
 3025   3025   
 3026   3026   
[[package]]
 3027   3027   
name = "aws-sdk-dlm"
 3028         -
version = "1.30.0"
        3028  +
version = "1.32.0"
 3029   3029   
dependencies = [
 3030   3030   
 "aws-config",
 3031   3031   
 "aws-credential-types 1.2.0",
 3032         -
 "aws-runtime 1.2.2",
        3032  +
 "aws-runtime 1.3.0",
 3033   3033   
 "aws-smithy-async 1.2.1",
 3034   3034   
 "aws-smithy-http 0.60.8",
 3035   3035   
 "aws-smithy-json 0.60.7",
 3036         -
 "aws-smithy-runtime 1.5.7",
 3037         -
 "aws-smithy-runtime-api 1.6.3",
        3036  +
 "aws-smithy-runtime 1.6.0",
        3037  +
 "aws-smithy-runtime-api 1.7.0",
 3038   3038   
 "aws-smithy-types 1.2.0",
 3039   3039   
 "aws-types 1.3.1",
 3040   3040   
 "bytes",
 3041   3041   
 "http 0.2.12",
 3042   3042   
 "once_cell",
 3043   3043   
 "regex-lite",
 3044   3044   
 "tokio",
 3045   3045   
 "tracing",
 3046   3046   
]
 3047   3047   
 3048   3048   
[[package]]
 3049   3049   
name = "aws-sdk-docdb"
 3050         -
version = "1.32.0"
        3050  +
version = "1.34.0"
 3051   3051   
dependencies = [
 3052   3052   
 "aws-config",
 3053   3053   
 "aws-credential-types 1.2.0",
 3054         -
 "aws-runtime 1.2.2",
        3054  +
 "aws-runtime 1.3.0",
 3055   3055   
 "aws-smithy-async 1.2.1",
 3056   3056   
 "aws-smithy-http 0.60.8",
 3057   3057   
 "aws-smithy-json 0.60.7",
 3058   3058   
 "aws-smithy-query",
 3059         -
 "aws-smithy-runtime 1.5.7",
 3060         -
 "aws-smithy-runtime-api 1.6.3",
        3059  +
 "aws-smithy-runtime 1.6.0",
        3060  +
 "aws-smithy-runtime-api 1.7.0",
 3061   3061   
 "aws-smithy-types 1.2.0",
 3062   3062   
 "aws-smithy-xml 0.60.8",
 3063   3063   
 "aws-types 1.3.1",
 3064   3064   
 "http 0.2.12",
 3065   3065   
 "once_cell",
 3066   3066   
 "regex-lite",
 3067   3067   
 "tokio",
 3068   3068   
 "tracing",
 3069   3069   
]
 3070   3070   
 3071   3071   
[[package]]
 3072   3072   
name = "aws-sdk-docdbelastic"
 3073         -
version = "1.31.0"
        3073  +
version = "1.33.0"
 3074   3074   
dependencies = [
 3075   3075   
 "aws-config",
 3076   3076   
 "aws-credential-types 1.2.0",
 3077         -
 "aws-runtime 1.2.2",
        3077  +
 "aws-runtime 1.3.0",
 3078   3078   
 "aws-smithy-async 1.2.1",
 3079   3079   
 "aws-smithy-http 0.60.8",
 3080   3080   
 "aws-smithy-json 0.60.7",
 3081         -
 "aws-smithy-runtime 1.5.7",
 3082         -
 "aws-smithy-runtime-api 1.6.3",
        3081  +
 "aws-smithy-runtime 1.6.0",
        3082  +
 "aws-smithy-runtime-api 1.7.0",
 3083   3083   
 "aws-smithy-types 1.2.0",
 3084   3084   
 "aws-types 1.3.1",
 3085   3085   
 "bytes",
 3086   3086   
 "fastrand 2.0.2",
 3087   3087   
 "http 0.2.12",
 3088   3088   
 "once_cell",
 3089   3089   
 "regex-lite",
 3090   3090   
 "tokio",
 3091   3091   
 "tracing",
 3092   3092   
]
 3093   3093   
 3094   3094   
[[package]]
 3095   3095   
name = "aws-sdk-drs"
 3096         -
version = "1.33.0"
        3096  +
version = "1.35.0"
 3097   3097   
dependencies = [
 3098   3098   
 "aws-config",
 3099   3099   
 "aws-credential-types 1.2.0",
 3100         -
 "aws-runtime 1.2.2",
        3100  +
 "aws-runtime 1.3.0",
 3101   3101   
 "aws-smithy-async 1.2.1",
 3102   3102   
 "aws-smithy-http 0.60.8",
 3103   3103   
 "aws-smithy-json 0.60.7",
 3104         -
 "aws-smithy-runtime 1.5.7",
 3105         -
 "aws-smithy-runtime-api 1.6.3",
        3104  +
 "aws-smithy-runtime 1.6.0",
        3105  +
 "aws-smithy-runtime-api 1.7.0",
 3106   3106   
 "aws-smithy-types 1.2.0",
 3107   3107   
 "aws-types 1.3.1",
 3108   3108   
 "bytes",
 3109   3109   
 "http 0.2.12",
 3110   3110   
 "once_cell",
 3111   3111   
 "regex-lite",
 3112   3112   
 "tokio",
 3113   3113   
 "tracing",
 3114   3114   
]
 3115   3115   
 3116   3116   
[[package]]
 3117   3117   
name = "aws-sdk-dynamodb"
 3118         -
version = "1.33.0"
        3118  +
version = "1.35.0"
 3119   3119   
dependencies = [
 3120   3120   
 "approx",
 3121   3121   
 "aws-config",
 3122   3122   
 "aws-credential-types 1.2.0",
 3123         -
 "aws-runtime 1.2.2",
        3123  +
 "aws-runtime 1.3.0",
 3124   3124   
 "aws-smithy-async 1.2.1",
 3125   3125   
 "aws-smithy-http 0.60.8",
 3126   3126   
 "aws-smithy-json 0.60.7",
 3127   3127   
 "aws-smithy-protocol-test 0.60.7",
 3128         -
 "aws-smithy-runtime 1.5.7",
 3129         -
 "aws-smithy-runtime-api 1.6.3",
        3128  +
 "aws-smithy-runtime 1.6.0",
        3129  +
 "aws-smithy-runtime-api 1.7.0",
 3130   3130   
 "aws-smithy-types 1.2.0",
 3131   3131   
 "aws-types 1.3.1",
 3132   3132   
 "bytes",
 3133   3133   
 "criterion",
 3134   3134   
 "fastrand 2.0.2",
 3135   3135   
 "futures-util",
 3136   3136   
 "http 0.2.12",
 3137   3137   
 "once_cell",
 3138   3138   
 "regex-lite",
 3139   3139   
 "serde_json",
 3140   3140   
 "tokio",
 3141   3141   
 "tracing",
 3142   3142   
 "tracing-subscriber",
 3143   3143   
]
 3144   3144   
 3145   3145   
[[package]]
 3146   3146   
name = "aws-sdk-dynamodbstreams"
 3147         -
version = "1.30.0"
        3147  +
version = "1.32.0"
 3148   3148   
dependencies = [
 3149   3149   
 "aws-config",
 3150   3150   
 "aws-credential-types 1.2.0",
 3151         -
 "aws-runtime 1.2.2",
        3151  +
 "aws-runtime 1.3.0",
 3152   3152   
 "aws-smithy-async 1.2.1",
 3153   3153   
 "aws-smithy-http 0.60.8",
 3154   3154   
 "aws-smithy-json 0.60.7",
 3155         -
 "aws-smithy-runtime 1.5.7",
 3156         -
 "aws-smithy-runtime-api 1.6.3",
        3155  +
 "aws-smithy-runtime 1.6.0",
        3156  +
 "aws-smithy-runtime-api 1.7.0",
 3157   3157   
 "aws-smithy-types 1.2.0",
 3158   3158   
 "aws-types 1.3.1",
 3159   3159   
 "bytes",
 3160   3160   
 "http 0.2.12",
 3161   3161   
 "once_cell",
 3162   3162   
 "regex-lite",
 3163   3163   
 "tokio",
 3164   3164   
 "tracing",
 3165   3165   
]
 3166   3166   
 3167   3167   
[[package]]
 3168   3168   
name = "aws-sdk-ebs"
 3169         -
version = "1.30.0"
        3169  +
version = "1.32.0"
 3170   3170   
dependencies = [
 3171   3171   
 "aws-config",
 3172   3172   
 "aws-credential-types 1.2.0",
 3173         -
 "aws-runtime 1.2.2",
        3173  +
 "aws-runtime 1.3.0",
 3174   3174   
 "aws-sigv4 1.2.2",
 3175   3175   
 "aws-smithy-async 1.2.1",
 3176   3176   
 "aws-smithy-http 0.60.8",
 3177   3177   
 "aws-smithy-json 0.60.7",
 3178         -
 "aws-smithy-runtime 1.5.7",
 3179         -
 "aws-smithy-runtime-api 1.6.3",
        3178  +
 "aws-smithy-runtime 1.6.0",
        3179  +
 "aws-smithy-runtime-api 1.7.0",
 3180   3180   
 "aws-smithy-types 1.2.0",
 3181   3181   
 "aws-types 1.3.1",
 3182   3182   
 "bytes",
 3183   3183   
 "fastrand 2.0.2",
 3184   3184   
 "http 0.2.12",
 3185   3185   
 "once_cell",
 3186   3186   
 "pretty_assertions",
 3187   3187   
 "regex-lite",
 3188   3188   
 "tokio",
 3189   3189   
 "tracing",
 3190   3190   
]
 3191   3191   
 3192   3192   
[[package]]
 3193   3193   
name = "aws-sdk-ec2"
 3194         -
version = "1.49.0"
        3194  +
version = "1.52.0"
 3195   3195   
dependencies = [
 3196   3196   
 "aws-config",
 3197   3197   
 "aws-credential-types 1.2.0",
 3198         -
 "aws-runtime 1.2.2",
        3198  +
 "aws-runtime 1.3.0",
 3199   3199   
 "aws-smithy-async 1.2.1",
 3200   3200   
 "aws-smithy-http 0.60.8",
 3201   3201   
 "aws-smithy-json 0.60.7",
 3202   3202   
 "aws-smithy-protocol-test 0.60.7",
 3203   3203   
 "aws-smithy-query",
 3204         -
 "aws-smithy-runtime 1.5.7",
 3205         -
 "aws-smithy-runtime-api 1.6.3",
        3204  +
 "aws-smithy-runtime 1.6.0",
        3205  +
 "aws-smithy-runtime-api 1.7.0",
 3206   3206   
 "aws-smithy-types 1.2.0",
 3207   3207   
 "aws-smithy-xml 0.60.8",
 3208   3208   
 "aws-types 1.3.1",
 3209   3209   
 "fastrand 2.0.2",
 3210   3210   
 "futures-util",
 3211   3211   
 "http 0.2.12",
 3212   3212   
 "once_cell",
 3213   3213   
 "regex-lite",
 3214   3214   
 "serde_json",
 3215   3215   
 "tokio",
 3216   3216   
 "tracing",
 3217   3217   
 "tracing-subscriber",
 3218   3218   
]
 3219   3219   
 3220   3220   
[[package]]
 3221   3221   
name = "aws-sdk-ec2instanceconnect"
 3222         -
version = "1.30.0"
        3222  +
version = "1.32.0"
 3223   3223   
dependencies = [
 3224   3224   
 "aws-config",
 3225   3225   
 "aws-credential-types 1.2.0",
 3226         -
 "aws-runtime 1.2.2",
        3226  +
 "aws-runtime 1.3.0",
 3227   3227   
 "aws-smithy-async 1.2.1",
 3228   3228   
 "aws-smithy-http 0.60.8",
 3229   3229   
 "aws-smithy-json 0.60.7",
 3230         -
 "aws-smithy-runtime 1.5.7",
 3231         -
 "aws-smithy-runtime-api 1.6.3",
        3230  +
 "aws-smithy-runtime 1.6.0",
        3231  +
 "aws-smithy-runtime-api 1.7.0",
 3232   3232   
 "aws-smithy-types 1.2.0",
 3233   3233   
 "aws-types 1.3.1",
 3234   3234   
 "bytes",
 3235   3235   
 "http 0.2.12",
 3236   3236   
 "once_cell",
 3237   3237   
 "regex-lite",
 3238   3238   
 "tokio",
 3239   3239   
 "tracing",
 3240   3240   
]
 3241   3241   
 3242   3242   
[[package]]
 3243   3243   
name = "aws-sdk-ecr"
 3244         -
version = "1.30.0"
        3244  +
version = "1.32.0"
 3245   3245   
dependencies = [
 3246   3246   
 "aws-config",
 3247   3247   
 "aws-credential-types 1.2.0",
 3248         -
 "aws-runtime 1.2.2",
        3248  +
 "aws-runtime 1.3.0",
 3249   3249   
 "aws-smithy-async 1.2.1",
 3250   3250   
 "aws-smithy-http 0.60.8",
 3251   3251   
 "aws-smithy-json 0.60.7",
 3252         -
 "aws-smithy-runtime 1.5.7",
 3253         -
 "aws-smithy-runtime-api 1.6.3",
        3252  +
 "aws-smithy-runtime 1.6.0",
        3253  +
 "aws-smithy-runtime-api 1.7.0",
 3254   3254   
 "aws-smithy-types 1.2.0",
 3255   3255   
 "aws-types 1.3.1",
 3256   3256   
 "bytes",
 3257   3257   
 "http 0.2.12",
 3258   3258   
 "once_cell",
 3259   3259   
 "regex-lite",
 3260   3260   
 "tokio",
 3261   3261   
 "tracing",
 3262   3262   
]
 3263   3263   
 3264   3264   
[[package]]
 3265   3265   
name = "aws-sdk-ecrpublic"
 3266         -
version = "1.30.0"
        3266  +
version = "1.32.0"
 3267   3267   
dependencies = [
 3268   3268   
 "aws-config",
 3269   3269   
 "aws-credential-types 1.2.0",
 3270         -
 "aws-runtime 1.2.2",
        3270  +
 "aws-runtime 1.3.0",
 3271   3271   
 "aws-smithy-async 1.2.1",
 3272   3272   
 "aws-smithy-http 0.60.8",
 3273   3273   
 "aws-smithy-json 0.60.7",
 3274         -
 "aws-smithy-runtime 1.5.7",
 3275         -
 "aws-smithy-runtime-api 1.6.3",
        3274  +
 "aws-smithy-runtime 1.6.0",
        3275  +
 "aws-smithy-runtime-api 1.7.0",
 3276   3276   
 "aws-smithy-types 1.2.0",
 3277   3277   
 "aws-types 1.3.1",
 3278   3278   
 "bytes",
 3279   3279   
 "http 0.2.12",
 3280   3280   
 "once_cell",
 3281   3281   
 "regex-lite",
 3282   3282   
 "tokio",
 3283   3283   
 "tracing",
 3284   3284   
]
 3285   3285   
 3286   3286   
[[package]]
 3287   3287   
name = "aws-sdk-ecs"
 3288         -
version = "1.31.0"
        3288  +
version = "1.33.0"
 3289   3289   
dependencies = [
 3290   3290   
 "aws-config",
 3291   3291   
 "aws-credential-types 1.2.0",
 3292         -
 "aws-runtime 1.2.2",
        3292  +
 "aws-runtime 1.3.0",
 3293   3293   
 "aws-smithy-async 1.2.1",
 3294   3294   
 "aws-smithy-http 0.60.8",
 3295   3295   
 "aws-smithy-json 0.60.7",
 3296         -
 "aws-smithy-runtime 1.5.7",
 3297         -
 "aws-smithy-runtime-api 1.6.3",
        3296  +
 "aws-smithy-runtime 1.6.0",
        3297  +
 "aws-smithy-runtime-api 1.7.0",
 3298   3298   
 "aws-smithy-types 1.2.0",
 3299   3299   
 "aws-types 1.3.1",
 3300   3300   
 "bytes",
 3301   3301   
 "fastrand 2.0.2",
 3302   3302   
 "http 0.2.12",
 3303   3303   
 "once_cell",
 3304   3304   
 "regex-lite",
 3305   3305   
 "tokio",
 3306   3306   
 "tracing",
 3307   3307   
]
 3308   3308   
 3309   3309   
[[package]]
 3310   3310   
name = "aws-sdk-efs"
 3311         -
version = "1.30.0"
        3311  +
version = "1.33.0"
 3312   3312   
dependencies = [
 3313   3313   
 "aws-config",
 3314   3314   
 "aws-credential-types 1.2.0",
 3315         -
 "aws-runtime 1.2.2",
        3315  +
 "aws-runtime 1.3.0",
 3316   3316   
 "aws-smithy-async 1.2.1",
 3317   3317   
 "aws-smithy-http 0.60.8",
 3318   3318   
 "aws-smithy-json 0.60.7",
 3319         -
 "aws-smithy-runtime 1.5.7",
 3320         -
 "aws-smithy-runtime-api 1.6.3",
        3319  +
 "aws-smithy-runtime 1.6.0",
        3320  +
 "aws-smithy-runtime-api 1.7.0",
 3321   3321   
 "aws-smithy-types 1.2.0",
 3322   3322   
 "aws-types 1.3.1",
 3323   3323   
 "bytes",
 3324   3324   
 "fastrand 2.0.2",
 3325   3325   
 "http 0.2.12",
 3326   3326   
 "once_cell",
 3327   3327   
 "regex-lite",
 3328   3328   
 "tokio",
 3329   3329   
 "tracing",
 3330   3330   
]
 3331   3331   
 3332   3332   
[[package]]
 3333   3333   
name = "aws-sdk-eks"
 3334         -
version = "1.33.0"
        3334  +
version = "1.35.0"
 3335   3335   
dependencies = [
 3336   3336   
 "aws-config",
 3337   3337   
 "aws-credential-types 1.2.0",
 3338         -
 "aws-runtime 1.2.2",
        3338  +
 "aws-runtime 1.3.0",
 3339   3339   
 "aws-smithy-async 1.2.1",
 3340   3340   
 "aws-smithy-http 0.60.8",
 3341   3341   
 "aws-smithy-json 0.60.7",
 3342         -
 "aws-smithy-runtime 1.5.7",
 3343         -
 "aws-smithy-runtime-api 1.6.3",
        3342  +
 "aws-smithy-runtime 1.6.0",
        3343  +
 "aws-smithy-runtime-api 1.7.0",
 3344   3344   
 "aws-smithy-types 1.2.0",
 3345   3345   
 "aws-types 1.3.1",
 3346   3346   
 "bytes",
 3347   3347   
 "fastrand 2.0.2",
 3348   3348   
 "http 0.2.12",
 3349   3349   
 "once_cell",
 3350   3350   
 "regex-lite",
 3351   3351   
 "tokio",
 3352   3352   
 "tracing",
 3353   3353   
]
 3354   3354   
 3355   3355   
[[package]]
 3356   3356   
name = "aws-sdk-eksauth"
 3357         -
version = "1.28.0"
        3357  +
version = "1.30.0"
 3358   3358   
dependencies = [
 3359   3359   
 "aws-config",
 3360   3360   
 "aws-credential-types 1.2.0",
 3361         -
 "aws-runtime 1.2.2",
        3361  +
 "aws-runtime 1.3.0",
 3362   3362   
 "aws-smithy-async 1.2.1",
 3363   3363   
 "aws-smithy-http 0.60.8",
 3364   3364   
 "aws-smithy-json 0.60.7",
 3365         -
 "aws-smithy-runtime 1.5.7",
 3366         -
 "aws-smithy-runtime-api 1.6.3",
        3365  +
 "aws-smithy-runtime 1.6.0",
        3366  +
 "aws-smithy-runtime-api 1.7.0",
 3367   3367   
 "aws-smithy-types 1.2.0",
 3368   3368   
 "aws-types 1.3.1",
 3369   3369   
 "bytes",
 3370   3370   
 "http 0.2.12",
 3371   3371   
 "once_cell",
 3372   3372   
 "regex-lite",
 3373   3373   
 "tokio",
 3374   3374   
 "tracing",
 3375   3375   
]
 3376   3376   
 3377   3377   
[[package]]
 3378   3378   
name = "aws-sdk-elasticache"
 3379         -
version = "1.32.0"
        3379  +
version = "1.34.0"
 3380   3380   
dependencies = [
 3381   3381   
 "aws-config",
 3382   3382   
 "aws-credential-types 1.2.0",
 3383         -
 "aws-runtime 1.2.2",
        3383  +
 "aws-runtime 1.3.0",
 3384   3384   
 "aws-smithy-async 1.2.1",
 3385   3385   
 "aws-smithy-http 0.60.8",
 3386   3386   
 "aws-smithy-json 0.60.7",
 3387   3387   
 "aws-smithy-query",
 3388         -
 "aws-smithy-runtime 1.5.7",
 3389         -
 "aws-smithy-runtime-api 1.6.3",
        3388  +
 "aws-smithy-runtime 1.6.0",
        3389  +
 "aws-smithy-runtime-api 1.7.0",
 3390   3390   
 "aws-smithy-types 1.2.0",
 3391   3391   
 "aws-smithy-xml 0.60.8",
 3392   3392   
 "aws-types 1.3.1",
 3393   3393   
 "http 0.2.12",
 3394   3394   
 "once_cell",
 3395   3395   
 "regex-lite",
 3396   3396   
 "tokio",
 3397   3397   
 "tracing",
 3398   3398   
]
 3399   3399   
 3400   3400   
[[package]]
 3401   3401   
name = "aws-sdk-elasticbeanstalk"
 3402         -
version = "1.30.0"
        3402  +
version = "1.32.0"
 3403   3403   
dependencies = [
 3404   3404   
 "aws-config",
 3405   3405   
 "aws-credential-types 1.2.0",
 3406         -
 "aws-runtime 1.2.2",
        3406  +
 "aws-runtime 1.3.0",
 3407   3407   
 "aws-smithy-async 1.2.1",
 3408   3408   
 "aws-smithy-http 0.60.8",
 3409   3409   
 "aws-smithy-json 0.60.7",
 3410   3410   
 "aws-smithy-query",
 3411         -
 "aws-smithy-runtime 1.5.7",
 3412         -
 "aws-smithy-runtime-api 1.6.3",
        3411  +
 "aws-smithy-runtime 1.6.0",
        3412  +
 "aws-smithy-runtime-api 1.7.0",
 3413   3413   
 "aws-smithy-types 1.2.0",
 3414   3414   
 "aws-smithy-xml 0.60.8",
 3415   3415   
 "aws-types 1.3.1",
 3416   3416   
 "http 0.2.12",
 3417   3417   
 "once_cell",
 3418   3418   
 "regex-lite",
 3419   3419   
 "tokio",
 3420   3420   
 "tracing",
 3421   3421   
]
 3422   3422   
 3423   3423   
[[package]]
 3424   3424   
name = "aws-sdk-elasticinference"
 3425         -
version = "1.30.0"
        3425  +
version = "1.32.0"
 3426   3426   
dependencies = [
 3427   3427   
 "aws-config",
 3428   3428   
 "aws-credential-types 1.2.0",
 3429         -
 "aws-runtime 1.2.2",
        3429  +
 "aws-runtime 1.3.0",
 3430   3430   
 "aws-smithy-async 1.2.1",
 3431   3431   
 "aws-smithy-http 0.60.8",
 3432   3432   
 "aws-smithy-json 0.60.7",
 3433         -
 "aws-smithy-runtime 1.5.7",
 3434         -
 "aws-smithy-runtime-api 1.6.3",
        3433  +
 "aws-smithy-runtime 1.6.0",
        3434  +
 "aws-smithy-runtime-api 1.7.0",
 3435   3435   
 "aws-smithy-types 1.2.0",
 3436   3436   
 "aws-types 1.3.1",
 3437   3437   
 "bytes",
 3438   3438   
 "http 0.2.12",
 3439   3439   
 "once_cell",
 3440   3440   
 "regex-lite",
 3441   3441   
 "tokio",
 3442   3442   
 "tracing",
 3443   3443   
]
 3444   3444   
 3445   3445   
[[package]]
 3446   3446   
name = "aws-sdk-elasticloadbalancing"
 3447         -
version = "1.30.0"
        3447  +
version = "1.32.0"
 3448   3448   
dependencies = [
 3449   3449   
 "aws-config",
 3450   3450   
 "aws-credential-types 1.2.0",
 3451         -
 "aws-runtime 1.2.2",
        3451  +
 "aws-runtime 1.3.0",
 3452   3452   
 "aws-smithy-async 1.2.1",
 3453   3453   
 "aws-smithy-http 0.60.8",
 3454   3454   
 "aws-smithy-json 0.60.7",
 3455   3455   
 "aws-smithy-query",
 3456         -
 "aws-smithy-runtime 1.5.7",
 3457         -
 "aws-smithy-runtime-api 1.6.3",
        3456  +
 "aws-smithy-runtime 1.6.0",
        3457  +
 "aws-smithy-runtime-api 1.7.0",
 3458   3458   
 "aws-smithy-types 1.2.0",
 3459   3459   
 "aws-smithy-xml 0.60.8",
 3460   3460   
 "aws-types 1.3.1",
 3461   3461   
 "http 0.2.12",
 3462   3462   
 "once_cell",
 3463   3463   
 "regex-lite",
 3464   3464   
 "tokio",
 3465   3465   
 "tracing",
 3466   3466   
]
 3467   3467   
 3468   3468   
[[package]]
 3469   3469   
name = "aws-sdk-elasticloadbalancingv2"
 3470         -
version = "1.32.0"
        3470  +
version = "1.34.0"
 3471   3471   
dependencies = [
 3472   3472   
 "aws-config",
 3473   3473   
 "aws-credential-types 1.2.0",
 3474         -
 "aws-runtime 1.2.2",
        3474  +
 "aws-runtime 1.3.0",
 3475   3475   
 "aws-smithy-async 1.2.1",
 3476   3476   
 "aws-smithy-http 0.60.8",
 3477   3477   
 "aws-smithy-json 0.60.7",
 3478   3478   
 "aws-smithy-query",
 3479         -
 "aws-smithy-runtime 1.5.7",
 3480         -
 "aws-smithy-runtime-api 1.6.3",
        3479  +
 "aws-smithy-runtime 1.6.0",
        3480  +
 "aws-smithy-runtime-api 1.7.0",
 3481   3481   
 "aws-smithy-types 1.2.0",
 3482   3482   
 "aws-smithy-xml 0.60.8",
 3483   3483   
 "aws-types 1.3.1",
 3484   3484   
 "http 0.2.12",
 3485   3485   
 "once_cell",
 3486   3486   
 "regex-lite",
 3487   3487   
 "tokio",
 3488   3488   
 "tracing",
 3489   3489   
]
 3490   3490   
 3491   3491   
[[package]]
 3492   3492   
name = "aws-sdk-elasticsearch"
 3493         -
version = "1.32.0"
        3493  +
version = "1.34.0"
 3494   3494   
dependencies = [
 3495   3495   
 "aws-config",
 3496   3496   
 "aws-credential-types 1.2.0",
 3497         -
 "aws-runtime 1.2.2",
        3497  +
 "aws-runtime 1.3.0",
 3498   3498   
 "aws-smithy-async 1.2.1",
 3499   3499   
 "aws-smithy-http 0.60.8",
 3500   3500   
 "aws-smithy-json 0.60.7",
 3501         -
 "aws-smithy-runtime 1.5.7",
 3502         -
 "aws-smithy-runtime-api 1.6.3",
        3501  +
 "aws-smithy-runtime 1.6.0",
        3502  +
 "aws-smithy-runtime-api 1.7.0",
 3503   3503   
 "aws-smithy-types 1.2.0",
 3504   3504   
 "aws-types 1.3.1",
 3505   3505   
 "bytes",
 3506   3506   
 "http 0.2.12",
 3507   3507   
 "once_cell",
 3508   3508   
 "regex-lite",
 3509   3509   
 "tokio",
 3510   3510   
 "tracing",
 3511   3511   
]
 3512   3512   
 3513   3513   
[[package]]
 3514   3514   
name = "aws-sdk-elastictranscoder"
 3515         -
version = "1.30.0"
        3515  +
version = "1.32.0"
 3516   3516   
dependencies = [
 3517   3517   
 "aws-config",
 3518   3518   
 "aws-credential-types 1.2.0",
 3519         -
 "aws-runtime 1.2.2",
        3519  +
 "aws-runtime 1.3.0",
 3520   3520   
 "aws-smithy-async 1.2.1",
 3521   3521   
 "aws-smithy-http 0.60.8",
 3522   3522   
 "aws-smithy-json 0.60.7",
 3523         -
 "aws-smithy-runtime 1.5.7",
 3524         -
 "aws-smithy-runtime-api 1.6.3",
        3523  +
 "aws-smithy-runtime 1.6.0",
        3524  +
 "aws-smithy-runtime-api 1.7.0",
 3525   3525   
 "aws-smithy-types 1.2.0",
 3526   3526   
 "aws-types 1.3.1",
 3527   3527   
 "bytes",
 3528   3528   
 "http 0.2.12",
 3529   3529   
 "once_cell",
 3530   3530   
 "regex-lite",
 3531   3531   
 "tokio",
 3532   3532   
 "tracing",
 3533   3533   
]
 3534   3534   
 3535   3535   
[[package]]
 3536   3536   
name = "aws-sdk-emr"
 3537         -
version = "1.32.0"
        3537  +
version = "1.34.0"
 3538   3538   
dependencies = [
 3539   3539   
 "aws-config",
 3540   3540   
 "aws-credential-types 1.2.0",
 3541         -
 "aws-runtime 1.2.2",
        3541  +
 "aws-runtime 1.3.0",
 3542   3542   
 "aws-smithy-async 1.2.1",
 3543   3543   
 "aws-smithy-http 0.60.8",
 3544   3544   
 "aws-smithy-json 0.60.7",
 3545         -
 "aws-smithy-runtime 1.5.7",
 3546         -
 "aws-smithy-runtime-api 1.6.3",
        3545  +
 "aws-smithy-runtime 1.6.0",
        3546  +
 "aws-smithy-runtime-api 1.7.0",
 3547   3547   
 "aws-smithy-types 1.2.0",
 3548   3548   
 "aws-types 1.3.1",
 3549   3549   
 "bytes",
 3550   3550   
 "http 0.2.12",
 3551   3551   
 "once_cell",
 3552   3552   
 "regex-lite",
 3553   3553   
 "tokio",
 3554   3554   
 "tracing",
 3555   3555   
]
 3556   3556   
 3557   3557   
[[package]]
 3558   3558   
name = "aws-sdk-emrcontainers"
 3559         -
version = "1.33.0"
        3559  +
version = "1.35.0"
 3560   3560   
dependencies = [
 3561   3561   
 "aws-config",
 3562   3562   
 "aws-credential-types 1.2.0",
 3563         -
 "aws-runtime 1.2.2",
        3563  +
 "aws-runtime 1.3.0",
 3564   3564   
 "aws-smithy-async 1.2.1",
 3565   3565   
 "aws-smithy-http 0.60.8",
 3566   3566   
 "aws-smithy-json 0.60.7",
 3567         -
 "aws-smithy-runtime 1.5.7",
 3568         -
 "aws-smithy-runtime-api 1.6.3",
        3567  +
 "aws-smithy-runtime 1.6.0",
        3568  +
 "aws-smithy-runtime-api 1.7.0",
 3569   3569   
 "aws-smithy-types 1.2.0",
 3570   3570   
 "aws-types 1.3.1",
 3571   3571   
 "bytes",
 3572   3572   
 "fastrand 2.0.2",
 3573   3573   
 "http 0.2.12",
 3574   3574   
 "once_cell",
 3575   3575   
 "regex-lite",
 3576   3576   
 "tokio",
 3577   3577   
 "tracing",
 3578   3578   
]
 3579   3579   
 3580   3580   
[[package]]
 3581   3581   
name = "aws-sdk-emrserverless"
 3582         -
version = "1.33.0"
        3582  +
version = "1.35.0"
 3583   3583   
dependencies = [
 3584   3584   
 "aws-config",
 3585   3585   
 "aws-credential-types 1.2.0",
 3586         -
 "aws-runtime 1.2.2",
        3586  +
 "aws-runtime 1.3.0",
 3587   3587   
 "aws-smithy-async 1.2.1",
 3588   3588   
 "aws-smithy-http 0.60.8",
 3589   3589   
 "aws-smithy-json 0.60.7",
 3590         -
 "aws-smithy-runtime 1.5.7",
 3591         -
 "aws-smithy-runtime-api 1.6.3",
        3590  +
 "aws-smithy-runtime 1.6.0",
        3591  +
 "aws-smithy-runtime-api 1.7.0",
 3592   3592   
 "aws-smithy-types 1.2.0",
 3593   3593   
 "aws-types 1.3.1",
 3594   3594   
 "bytes",
 3595   3595   
 "fastrand 2.0.2",
 3596   3596   
 "http 0.2.12",
 3597   3597   
 "once_cell",
 3598   3598   
 "regex-lite",
 3599   3599   
 "tokio",
 3600   3600   
 "tracing",
 3601   3601   
]
 3602   3602   
 3603   3603   
[[package]]
 3604   3604   
name = "aws-sdk-entityresolution"
 3605         -
version = "1.32.0"
        3605  +
version = "1.34.0"
 3606   3606   
dependencies = [
 3607   3607   
 "aws-config",
 3608   3608   
 "aws-credential-types 1.2.0",
 3609         -
 "aws-runtime 1.2.2",
        3609  +
 "aws-runtime 1.3.0",
 3610   3610   
 "aws-smithy-async 1.2.1",
 3611   3611   
 "aws-smithy-http 0.60.8",
 3612   3612   
 "aws-smithy-json 0.60.7",
 3613         -
 "aws-smithy-runtime 1.5.7",
 3614         -
 "aws-smithy-runtime-api 1.6.3",
        3613  +
 "aws-smithy-runtime 1.6.0",
        3614  +
 "aws-smithy-runtime-api 1.7.0",
 3615   3615   
 "aws-smithy-types 1.2.0",
 3616   3616   
 "aws-types 1.3.1",
 3617   3617   
 "bytes",
 3618   3618   
 "http 0.2.12",
 3619   3619   
 "once_cell",
 3620   3620   
 "regex-lite",
 3621   3621   
 "tokio",
 3622   3622   
 "tracing",
 3623   3623   
]
 3624   3624   
 3625   3625   
[[package]]
 3626   3626   
name = "aws-sdk-eventbridge"
 3627         -
version = "1.31.0"
        3627  +
version = "1.33.0"
 3628   3628   
dependencies = [
 3629   3629   
 "aws-config",
 3630   3630   
 "aws-credential-types 1.2.0",
 3631         -
 "aws-runtime 1.2.2",
        3631  +
 "aws-runtime 1.3.0",
 3632   3632   
 "aws-smithy-async 1.2.1",
 3633   3633   
 "aws-smithy-http 0.60.8",
 3634   3634   
 "aws-smithy-json 0.60.7",
 3635         -
 "aws-smithy-runtime 1.5.7",
 3636         -
 "aws-smithy-runtime-api 1.6.3",
        3635  +
 "aws-smithy-runtime 1.6.0",
        3636  +
 "aws-smithy-runtime-api 1.7.0",
 3637   3637   
 "aws-smithy-types 1.2.0",
 3638   3638   
 "aws-types 1.3.1",
 3639   3639   
 "bytes",
 3640   3640   
 "http 0.2.12",
 3641   3641   
 "once_cell",
 3642   3642   
 "regex-lite",
 3643   3643   
 "tokio",
 3644   3644   
 "tracing",
 3645   3645   
]
 3646   3646   
 3647   3647   
[[package]]
 3648   3648   
name = "aws-sdk-evidently"
 3649         -
version = "1.30.0"
        3649  +
version = "1.32.0"
 3650   3650   
dependencies = [
 3651   3651   
 "aws-config",
 3652   3652   
 "aws-credential-types 1.2.0",
 3653         -
 "aws-runtime 1.2.2",
        3653  +
 "aws-runtime 1.3.0",
 3654   3654   
 "aws-smithy-async 1.2.1",
 3655   3655   
 "aws-smithy-http 0.60.8",
 3656   3656   
 "aws-smithy-json 0.60.7",
 3657         -
 "aws-smithy-runtime 1.5.7",
 3658         -
 "aws-smithy-runtime-api 1.6.3",
        3657  +
 "aws-smithy-runtime 1.6.0",
        3658  +
 "aws-smithy-runtime-api 1.7.0",
 3659   3659   
 "aws-smithy-types 1.2.0",
 3660   3660   
 "aws-types 1.3.1",
 3661   3661   
 "bytes",
 3662   3662   
 "http 0.2.12",
 3663   3663   
 "once_cell",
 3664   3664   
 "regex-lite",
 3665   3665   
 "tokio",
 3666   3666   
 "tracing",
 3667   3667   
]
 3668   3668   
 3669   3669   
[[package]]
 3670   3670   
name = "aws-sdk-finspace"
 3671         -
version = "1.33.0"
        3671  +
version = "1.35.0"
 3672   3672   
dependencies = [
 3673   3673   
 "aws-config",
 3674   3674   
 "aws-credential-types 1.2.0",
 3675         -
 "aws-runtime 1.2.2",
        3675  +
 "aws-runtime 1.3.0",
 3676   3676   
 "aws-smithy-async 1.2.1",
 3677   3677   
 "aws-smithy-http 0.60.8",
 3678   3678   
 "aws-smithy-json 0.60.7",
 3679         -
 "aws-smithy-runtime 1.5.7",
 3680         -
 "aws-smithy-runtime-api 1.6.3",
        3679  +
 "aws-smithy-runtime 1.6.0",
        3680  +
 "aws-smithy-runtime-api 1.7.0",
 3681   3681   
 "aws-smithy-types 1.2.0",
 3682   3682   
 "aws-types 1.3.1",
 3683   3683   
 "bytes",
 3684   3684   
 "fastrand 2.0.2",
 3685   3685   
 "http 0.2.12",
 3686   3686   
 "once_cell",
 3687   3687   
 "regex-lite",
 3688   3688   
 "tokio",
 3689   3689   
 "tracing",
 3690   3690   
]
 3691   3691   
 3692   3692   
[[package]]
 3693   3693   
name = "aws-sdk-finspacedata"
 3694         -
version = "1.30.0"
        3694  +
version = "1.32.0"
 3695   3695   
dependencies = [
 3696   3696   
 "aws-config",
 3697   3697   
 "aws-credential-types 1.2.0",
 3698         -
 "aws-runtime 1.2.2",
        3698  +
 "aws-runtime 1.3.0",
 3699   3699   
 "aws-smithy-async 1.2.1",
 3700   3700   
 "aws-smithy-http 0.60.8",
 3701   3701   
 "aws-smithy-json 0.60.7",
 3702         -
 "aws-smithy-runtime 1.5.7",
 3703         -
 "aws-smithy-runtime-api 1.6.3",
        3702  +
 "aws-smithy-runtime 1.6.0",
        3703  +
 "aws-smithy-runtime-api 1.7.0",
 3704   3704   
 "aws-smithy-types 1.2.0",
 3705   3705   
 "aws-types 1.3.1",
 3706   3706   
 "bytes",
 3707   3707   
 "fastrand 2.0.2",
 3708   3708   
 "http 0.2.12",
 3709   3709   
 "once_cell",
 3710   3710   
 "regex-lite",
 3711   3711   
 "tokio",
 3712   3712   
 "tracing",
 3713   3713   
]
 3714   3714   
 3715   3715   
[[package]]
 3716   3716   
name = "aws-sdk-firehose"
 3717         -
version = "1.33.0"
        3717  +
version = "1.35.0"
 3718   3718   
dependencies = [
 3719   3719   
 "aws-config",
 3720   3720   
 "aws-credential-types 1.2.0",
 3721         -
 "aws-runtime 1.2.2",
        3721  +
 "aws-runtime 1.3.0",
 3722   3722   
 "aws-smithy-async 1.2.1",
 3723   3723   
 "aws-smithy-http 0.60.8",
 3724   3724   
 "aws-smithy-json 0.60.7",
 3725         -
 "aws-smithy-runtime 1.5.7",
 3726         -
 "aws-smithy-runtime-api 1.6.3",
        3725  +
 "aws-smithy-runtime 1.6.0",
        3726  +
 "aws-smithy-runtime-api 1.7.0",
 3727   3727   
 "aws-smithy-types 1.2.0",
 3728   3728   
 "aws-types 1.3.1",
 3729   3729   
 "bytes",
 3730   3730   
 "http 0.2.12",
 3731   3731   
 "once_cell",
 3732   3732   
 "regex-lite",
 3733   3733   
 "tokio",
 3734   3734   
 "tracing",
 3735   3735   
]
 3736   3736   
 3737   3737   
[[package]]
 3738   3738   
name = "aws-sdk-fis"
 3739         -
version = "1.30.0"
        3739  +
version = "1.32.0"
 3740   3740   
dependencies = [
 3741   3741   
 "aws-config",
 3742   3742   
 "aws-credential-types 1.2.0",
 3743         -
 "aws-runtime 1.2.2",
        3743  +
 "aws-runtime 1.3.0",
 3744   3744   
 "aws-smithy-async 1.2.1",
 3745   3745   
 "aws-smithy-http 0.60.8",
 3746   3746   
 "aws-smithy-json 0.60.7",
 3747         -
 "aws-smithy-runtime 1.5.7",
 3748         -
 "aws-smithy-runtime-api 1.6.3",
        3747  +
 "aws-smithy-runtime 1.6.0",
        3748  +
 "aws-smithy-runtime-api 1.7.0",
 3749   3749   
 "aws-smithy-types 1.2.0",
 3750   3750   
 "aws-types 1.3.1",
 3751   3751   
 "bytes",
 3752   3752   
 "fastrand 2.0.2",
 3753   3753   
 "http 0.2.12",
 3754   3754   
 "once_cell",
 3755   3755   
 "regex-lite",
 3756   3756   
 "tokio",
 3757   3757   
 "tracing",
 3758   3758   
]
 3759   3759   
 3760   3760   
[[package]]
 3761   3761   
name = "aws-sdk-fms"
 3762         -
version = "1.32.0"
        3762  +
version = "1.34.0"
 3763   3763   
dependencies = [
 3764   3764   
 "aws-config",
 3765   3765   
 "aws-credential-types 1.2.0",
 3766         -
 "aws-runtime 1.2.2",
        3766  +
 "aws-runtime 1.3.0",
 3767   3767   
 "aws-smithy-async 1.2.1",
 3768   3768   
 "aws-smithy-http 0.60.8",
 3769   3769   
 "aws-smithy-json 0.60.7",
 3770         -
 "aws-smithy-runtime 1.5.7",
 3771         -
 "aws-smithy-runtime-api 1.6.3",
        3770  +
 "aws-smithy-runtime 1.6.0",
        3771  +
 "aws-smithy-runtime-api 1.7.0",
 3772   3772   
 "aws-smithy-types 1.2.0",
 3773   3773   
 "aws-types 1.3.1",
 3774   3774   
 "bytes",
 3775   3775   
 "http 0.2.12",
 3776   3776   
 "once_cell",
 3777   3777   
 "regex-lite",
 3778   3778   
 "tokio",
 3779   3779   
 "tracing",
 3780   3780   
]
 3781   3781   
 3782   3782   
[[package]]
 3783   3783   
name = "aws-sdk-forecast"
 3784         -
version = "1.30.0"
        3784  +
version = "1.32.0"
 3785   3785   
dependencies = [
 3786   3786   
 "aws-config",
 3787   3787   
 "aws-credential-types 1.2.0",
 3788         -
 "aws-runtime 1.2.2",
        3788  +
 "aws-runtime 1.3.0",
 3789   3789   
 "aws-smithy-async 1.2.1",
 3790   3790   
 "aws-smithy-http 0.60.8",
 3791   3791   
 "aws-smithy-json 0.60.7",
 3792         -
 "aws-smithy-runtime 1.5.7",
 3793         -
 "aws-smithy-runtime-api 1.6.3",
        3792  +
 "aws-smithy-runtime 1.6.0",
        3793  +
 "aws-smithy-runtime-api 1.7.0",
 3794   3794   
 "aws-smithy-types 1.2.0",
 3795   3795   
 "aws-types 1.3.1",
 3796   3796   
 "bytes",
 3797   3797   
 "http 0.2.12",
 3798   3798   
 "once_cell",
 3799   3799   
 "regex-lite",
 3800   3800   
 "tokio",
 3801   3801   
 "tracing",
 3802   3802   
]
 3803   3803   
 3804   3804   
[[package]]
 3805   3805   
name = "aws-sdk-forecastquery"
 3806         -
version = "1.30.0"
        3806  +
version = "1.32.0"
 3807   3807   
dependencies = [
 3808   3808   
 "aws-config",
 3809   3809   
 "aws-credential-types 1.2.0",
 3810         -
 "aws-runtime 1.2.2",
        3810  +
 "aws-runtime 1.3.0",
 3811   3811   
 "aws-smithy-async 1.2.1",
 3812   3812   
 "aws-smithy-http 0.60.8",
 3813   3813   
 "aws-smithy-json 0.60.7",
 3814         -
 "aws-smithy-runtime 1.5.7",
 3815         -
 "aws-smithy-runtime-api 1.6.3",
        3814  +
 "aws-smithy-runtime 1.6.0",
        3815  +
 "aws-smithy-runtime-api 1.7.0",
 3816   3816   
 "aws-smithy-types 1.2.0",
 3817   3817   
 "aws-types 1.3.1",
 3818   3818   
 "bytes",
 3819   3819   
 "http 0.2.12",
 3820   3820   
 "once_cell",
 3821   3821   
 "regex-lite",
 3822   3822   
 "tokio",
 3823   3823   
 "tracing",
 3824   3824   
]
 3825   3825   
 3826   3826   
[[package]]
 3827   3827   
name = "aws-sdk-frauddetector"
 3828         -
version = "1.30.0"
        3828  +
version = "1.32.0"
 3829   3829   
dependencies = [
 3830   3830   
 "aws-config",
 3831   3831   
 "aws-credential-types 1.2.0",
 3832         -
 "aws-runtime 1.2.2",
        3832  +
 "aws-runtime 1.3.0",
 3833   3833   
 "aws-smithy-async 1.2.1",
 3834   3834   
 "aws-smithy-http 0.60.8",
 3835   3835   
 "aws-smithy-json 0.60.7",
 3836         -
 "aws-smithy-runtime 1.5.7",
 3837         -
 "aws-smithy-runtime-api 1.6.3",
        3836  +
 "aws-smithy-runtime 1.6.0",
        3837  +
 "aws-smithy-runtime-api 1.7.0",
 3838   3838   
 "aws-smithy-types 1.2.0",
 3839   3839   
 "aws-types 1.3.1",
 3840   3840   
 "bytes",
 3841   3841   
 "http 0.2.12",
 3842   3842   
 "once_cell",
 3843   3843   
 "regex-lite",
 3844   3844   
 "tokio",
 3845   3845   
 "tracing",
 3846   3846   
]
 3847   3847   
 3848   3848   
[[package]]
 3849   3849   
name = "aws-sdk-freetier"
 3850         -
version = "1.28.0"
        3850  +
version = "1.30.0"
 3851   3851   
dependencies = [
 3852   3852   
 "aws-config",
 3853   3853   
 "aws-credential-types 1.2.0",
 3854         -
 "aws-runtime 1.2.2",
        3854  +
 "aws-runtime 1.3.0",
 3855   3855   
 "aws-smithy-async 1.2.1",
 3856   3856   
 "aws-smithy-http 0.60.8",
 3857   3857   
 "aws-smithy-json 0.60.7",
 3858         -
 "aws-smithy-runtime 1.5.7",
 3859         -
 "aws-smithy-runtime-api 1.6.3",
        3858  +
 "aws-smithy-runtime 1.6.0",
        3859  +
 "aws-smithy-runtime-api 1.7.0",
 3860   3860   
 "aws-smithy-types 1.2.0",
 3861   3861   
 "aws-types 1.3.1",
 3862   3862   
 "bytes",
 3863   3863   
 "http 0.2.12",
 3864   3864   
 "once_cell",
 3865   3865   
 "regex-lite",
 3866   3866   
 "tokio",
 3867   3867   
 "tracing",
 3868   3868   
]
 3869   3869   
 3870   3870   
[[package]]
 3871   3871   
name = "aws-sdk-fsx"
 3872         -
version = "1.33.0"
        3872  +
version = "1.35.0"
 3873   3873   
dependencies = [
 3874   3874   
 "aws-config",
 3875   3875   
 "aws-credential-types 1.2.0",
 3876         -
 "aws-runtime 1.2.2",
        3876  +
 "aws-runtime 1.3.0",
 3877   3877   
 "aws-smithy-async 1.2.1",
 3878   3878   
 "aws-smithy-http 0.60.8",
 3879   3879   
 "aws-smithy-json 0.60.7",
 3880         -
 "aws-smithy-runtime 1.5.7",
 3881         -
 "aws-smithy-runtime-api 1.6.3",
        3880  +
 "aws-smithy-runtime 1.6.0",
        3881  +
 "aws-smithy-runtime-api 1.7.0",
 3882   3882   
 "aws-smithy-types 1.2.0",
 3883   3883   
 "aws-types 1.3.1",
 3884   3884   
 "bytes",
 3885   3885   
 "fastrand 2.0.2",
 3886   3886   
 "http 0.2.12",
 3887   3887   
 "once_cell",
 3888   3888   
 "regex-lite",
 3889   3889   
 "tokio",
 3890   3890   
 "tracing",
 3891   3891   
]
 3892   3892   
 3893   3893   
[[package]]
 3894   3894   
name = "aws-sdk-gamelift"
 3895         -
version = "1.31.0"
        3895  +
version = "1.33.0"
 3896   3896   
dependencies = [
 3897   3897   
 "aws-config",
 3898   3898   
 "aws-credential-types 1.2.0",
 3899         -
 "aws-runtime 1.2.2",
        3899  +
 "aws-runtime 1.3.0",
 3900   3900   
 "aws-smithy-async 1.2.1",
 3901   3901   
 "aws-smithy-http 0.60.8",
 3902   3902   
 "aws-smithy-json 0.60.7",
 3903         -
 "aws-smithy-runtime 1.5.7",
 3904         -
 "aws-smithy-runtime-api 1.6.3",
        3903  +
 "aws-smithy-runtime 1.6.0",
        3904  +
 "aws-smithy-runtime-api 1.7.0",
 3905   3905   
 "aws-smithy-types 1.2.0",
 3906   3906   
 "aws-types 1.3.1",
 3907   3907   
 "bytes",
 3908   3908   
 "http 0.2.12",
 3909   3909   
 "once_cell",
 3910   3910   
 "regex-lite",
 3911   3911   
 "tokio",
 3912   3912   
 "tracing",
 3913   3913   
]
 3914   3914   
 3915   3915   
[[package]]
 3916   3916   
name = "aws-sdk-glacier"
 3917         -
version = "1.30.0"
        3917  +
version = "1.32.0"
 3918   3918   
dependencies = [
 3919   3919   
 "aws-config",
 3920   3920   
 "aws-credential-types 1.2.0",
 3921         -
 "aws-runtime 1.2.2",
        3921  +
 "aws-runtime 1.3.0",
 3922   3922   
 "aws-sigv4 1.2.2",
 3923   3923   
 "aws-smithy-async 1.2.1",
 3924   3924   
 "aws-smithy-http 0.60.8",
 3925   3925   
 "aws-smithy-json 0.60.7",
 3926   3926   
 "aws-smithy-protocol-test 0.60.7",
 3927         -
 "aws-smithy-runtime 1.5.7",
 3928         -
 "aws-smithy-runtime-api 1.6.3",
        3927  +
 "aws-smithy-runtime 1.6.0",
        3928  +
 "aws-smithy-runtime-api 1.7.0",
 3929   3929   
 "aws-smithy-types 1.2.0",
 3930   3930   
 "aws-types 1.3.1",
 3931   3931   
 "bytes",
 3932   3932   
 "futures-util",
 3933   3933   
 "hex",
 3934   3934   
 "http 0.2.12",
 3935   3935   
 "once_cell",
 3936   3936   
 "pretty_assertions",
 3937   3937   
 "regex-lite",
 3938   3938   
 "ring",
 3939   3939   
 "serde_json",
 3940   3940   
 "tokio",
 3941   3941   
 "tracing",
 3942   3942   
 "tracing-subscriber",
 3943   3943   
]
 3944   3944   
 3945   3945   
[[package]]
 3946   3946   
name = "aws-sdk-globalaccelerator"
 3947         -
version = "1.32.0"
        3947  +
version = "1.34.0"
 3948   3948   
dependencies = [
 3949   3949   
 "aws-config",
 3950   3950   
 "aws-credential-types 1.2.0",
 3951         -
 "aws-runtime 1.2.2",
        3951  +
 "aws-runtime 1.3.0",
 3952   3952   
 "aws-smithy-async 1.2.1",
 3953   3953   
 "aws-smithy-http 0.60.8",
 3954   3954   
 "aws-smithy-json 0.60.7",
 3955         -
 "aws-smithy-runtime 1.5.7",
 3956         -
 "aws-smithy-runtime-api 1.6.3",
        3955  +
 "aws-smithy-runtime 1.6.0",
        3956  +
 "aws-smithy-runtime-api 1.7.0",
 3957   3957   
 "aws-smithy-types 1.2.0",
 3958   3958   
 "aws-types 1.3.1",
 3959   3959   
 "bytes",
 3960   3960   
 "fastrand 2.0.2",
 3961   3961   
 "http 0.2.12",
 3962   3962   
 "once_cell",
 3963   3963   
 "regex-lite",
 3964   3964   
 "tokio",
 3965   3965   
 "tracing",
 3966   3966   
]
 3967   3967   
 3968   3968   
[[package]]
 3969   3969   
name = "aws-sdk-glue"
 3970         -
version = "1.39.0"
        3970  +
version = "1.42.0"
 3971   3971   
dependencies = [
 3972   3972   
 "aws-config",
 3973   3973   
 "aws-credential-types 1.2.0",
 3974         -
 "aws-runtime 1.2.2",
        3974  +
 "aws-runtime 1.3.0",
 3975   3975   
 "aws-smithy-async 1.2.1",
 3976   3976   
 "aws-smithy-http 0.60.8",
 3977   3977   
 "aws-smithy-json 0.60.7",
 3978         -
 "aws-smithy-runtime 1.5.7",
 3979         -
 "aws-smithy-runtime-api 1.6.3",
        3978  +
 "aws-smithy-runtime 1.6.0",
        3979  +
 "aws-smithy-runtime-api 1.7.0",
 3980   3980   
 "aws-smithy-types 1.2.0",
 3981   3981   
 "aws-types 1.3.1",
 3982   3982   
 "bytes",
 3983   3983   
 "http 0.2.12",
 3984   3984   
 "once_cell",
 3985   3985   
 "regex-lite",
 3986   3986   
 "tokio",
 3987   3987   
 "tracing",
 3988   3988   
]
 3989   3989   
 3990   3990   
[[package]]
 3991   3991   
name = "aws-sdk-grafana"
 3992         -
version = "1.32.0"
        3992  +
version = "1.34.0"
 3993   3993   
dependencies = [
 3994   3994   
 "aws-config",
 3995   3995   
 "aws-credential-types 1.2.0",
 3996         -
 "aws-runtime 1.2.2",
        3996  +
 "aws-runtime 1.3.0",
 3997   3997   
 "aws-smithy-async 1.2.1",
 3998   3998   
 "aws-smithy-http 0.60.8",
 3999   3999   
 "aws-smithy-json 0.60.7",
 4000         -
 "aws-smithy-runtime 1.5.7",
 4001         -
 "aws-smithy-runtime-api 1.6.3",
        4000  +
 "aws-smithy-runtime 1.6.0",
        4001  +
 "aws-smithy-runtime-api 1.7.0",
 4002   4002   
 "aws-smithy-types 1.2.0",
 4003   4003   
 "aws-types 1.3.1",
 4004   4004   
 "bytes",
 4005   4005   
 "fastrand 2.0.2",
 4006   4006   
 "http 0.2.12",
 4007   4007   
 "once_cell",
 4008   4008   
 "regex-lite",
 4009   4009   
 "tokio",
 4010   4010   
 "tracing",
 4011   4011   
]
 4012   4012   
 4013   4013   
[[package]]
 4014   4014   
name = "aws-sdk-greengrass"
 4015         -
version = "1.30.0"
        4015  +
version = "1.32.0"
 4016   4016   
dependencies = [
 4017   4017   
 "aws-config",
 4018   4018   
 "aws-credential-types 1.2.0",
 4019         -
 "aws-runtime 1.2.2",
        4019  +
 "aws-runtime 1.3.0",
 4020   4020   
 "aws-smithy-async 1.2.1",
 4021   4021   
 "aws-smithy-http 0.60.8",
 4022   4022   
 "aws-smithy-json 0.60.7",
 4023         -
 "aws-smithy-runtime 1.5.7",
 4024         -
 "aws-smithy-runtime-api 1.6.3",
        4023  +
 "aws-smithy-runtime 1.6.0",
        4024  +
 "aws-smithy-runtime-api 1.7.0",
 4025   4025   
 "aws-smithy-types 1.2.0",
 4026   4026   
 "aws-types 1.3.1",
 4027   4027   
 "bytes",
 4028   4028   
 "http 0.2.12",
 4029   4029   
 "once_cell",
 4030   4030   
 "regex-lite",
 4031   4031   
 "tokio",
 4032   4032   
 "tracing",
 4033   4033   
]
 4034   4034   
 4035   4035   
[[package]]
 4036   4036   
name = "aws-sdk-greengrassv2"
 4037         -
version = "1.31.0"
        4037  +
version = "1.33.0"
 4038   4038   
dependencies = [
 4039   4039   
 "aws-config",
 4040   4040   
 "aws-credential-types 1.2.0",
 4041         -
 "aws-runtime 1.2.2",
        4041  +
 "aws-runtime 1.3.0",
 4042   4042   
 "aws-smithy-async 1.2.1",
 4043   4043   
 "aws-smithy-http 0.60.8",
 4044   4044   
 "aws-smithy-json 0.60.7",
 4045         -
 "aws-smithy-runtime 1.5.7",
 4046         -
 "aws-smithy-runtime-api 1.6.3",
        4045  +
 "aws-smithy-runtime 1.6.0",
        4046  +
 "aws-smithy-runtime-api 1.7.0",
 4047   4047   
 "aws-smithy-types 1.2.0",
 4048   4048   
 "aws-types 1.3.1",
 4049   4049   
 "bytes",
 4050   4050   
 "fastrand 2.0.2",
 4051   4051   
 "http 0.2.12",
 4052   4052   
 "once_cell",
 4053   4053   
 "regex-lite",
 4054   4054   
 "tokio",
 4055   4055   
 "tracing",
 4056   4056   
]
 4057   4057   
 4058   4058   
[[package]]
 4059   4059   
name = "aws-sdk-groundstation"
 4060         -
version = "1.31.0"
        4060  +
version = "1.33.0"
 4061   4061   
dependencies = [
 4062   4062   
 "aws-config",
 4063   4063   
 "aws-credential-types 1.2.0",
 4064         -
 "aws-runtime 1.2.2",
        4064  +
 "aws-runtime 1.3.0",
 4065   4065   
 "aws-smithy-async 1.2.1",
 4066   4066   
 "aws-smithy-http 0.60.8",
 4067   4067   
 "aws-smithy-json 0.60.7",
 4068         -
 "aws-smithy-runtime 1.5.7",
 4069         -
 "aws-smithy-runtime-api 1.6.3",
        4068  +
 "aws-smithy-runtime 1.6.0",
        4069  +
 "aws-smithy-runtime-api 1.7.0",
 4070   4070   
 "aws-smithy-types 1.2.0",
 4071   4071   
 "aws-types 1.3.1",
 4072   4072   
 "bytes",
 4073   4073   
 "http 0.2.12",
 4074   4074   
 "once_cell",
 4075   4075   
 "regex-lite",
 4076   4076   
 "tokio",
 4077   4077   
 "tracing",
 4078   4078   
]
 4079   4079   
 4080   4080   
[[package]]
 4081   4081   
name = "aws-sdk-guardduty"
 4082         -
version = "1.34.0"
        4082  +
version = "1.37.0"
 4083   4083   
dependencies = [
 4084   4084   
 "aws-config",
 4085   4085   
 "aws-credential-types 1.2.0",
 4086         -
 "aws-runtime 1.2.2",
        4086  +
 "aws-runtime 1.3.0",
 4087   4087   
 "aws-smithy-async 1.2.1",
 4088   4088   
 "aws-smithy-http 0.60.8",
 4089   4089   
 "aws-smithy-json 0.60.7",
 4090         -
 "aws-smithy-runtime 1.5.7",
 4091         -
 "aws-smithy-runtime-api 1.6.3",
        4090  +
 "aws-smithy-runtime 1.6.0",
        4091  +
 "aws-smithy-runtime-api 1.7.0",
 4092   4092   
 "aws-smithy-types 1.2.0",
 4093   4093   
 "aws-types 1.3.1",
 4094   4094   
 "bytes",
 4095   4095   
 "fastrand 2.0.2",
 4096   4096   
 "http 0.2.12",
 4097   4097   
 "once_cell",
 4098   4098   
 "regex-lite",
 4099   4099   
 "tokio",
 4100   4100   
 "tracing",
 4101   4101   
]
 4102   4102   
 4103   4103   
[[package]]
 4104   4104   
name = "aws-sdk-health"
 4105         -
version = "1.30.0"
        4105  +
version = "1.32.0"
 4106   4106   
dependencies = [
 4107   4107   
 "aws-config",
 4108   4108   
 "aws-credential-types 1.2.0",
 4109         -
 "aws-runtime 1.2.2",
        4109  +
 "aws-runtime 1.3.0",
 4110   4110   
 "aws-smithy-async 1.2.1",
 4111   4111   
 "aws-smithy-http 0.60.8",
 4112   4112   
 "aws-smithy-json 0.60.7",
 4113         -
 "aws-smithy-runtime 1.5.7",
 4114         -
 "aws-smithy-runtime-api 1.6.3",
        4113  +
 "aws-smithy-runtime 1.6.0",
        4114  +
 "aws-smithy-runtime-api 1.7.0",
 4115   4115   
 "aws-smithy-types 1.2.0",
 4116   4116   
 "aws-types 1.3.1",
 4117   4117   
 "bytes",
 4118   4118   
 "http 0.2.12",
 4119   4119   
 "once_cell",
 4120   4120   
 "regex-lite",
 4121   4121   
 "tokio",
 4122   4122   
 "tracing",
 4123   4123   
]
 4124   4124   
 4125   4125   
[[package]]
 4126   4126   
name = "aws-sdk-healthlake"
 4127         -
version = "1.31.0"
        4127  +
version = "1.33.0"
 4128   4128   
dependencies = [
 4129   4129   
 "aws-config",
 4130   4130   
 "aws-credential-types 1.2.0",
 4131         -
 "aws-runtime 1.2.2",
        4131  +
 "aws-runtime 1.3.0",
 4132   4132   
 "aws-smithy-async 1.2.1",
 4133   4133   
 "aws-smithy-http 0.60.8",
 4134   4134   
 "aws-smithy-json 0.60.7",
 4135         -
 "aws-smithy-runtime 1.5.7",
 4136         -
 "aws-smithy-runtime-api 1.6.3",
        4135  +
 "aws-smithy-runtime 1.6.0",
        4136  +
 "aws-smithy-runtime-api 1.7.0",
 4137   4137   
 "aws-smithy-types 1.2.0",
 4138   4138   
 "aws-types 1.3.1",
 4139   4139   
 "bytes",
 4140   4140   
 "fastrand 2.0.2",
 4141   4141   
 "http 0.2.12",
 4142   4142   
 "once_cell",
 4143   4143   
 "regex-lite",
 4144   4144   
 "tokio",
 4145   4145   
 "tracing",
 4146   4146   
]
 4147   4147   
 4148   4148   
[[package]]
 4149   4149   
name = "aws-sdk-iam"
 4150         -
version = "1.31.0"
        4150  +
version = "1.33.0"
 4151   4151   
dependencies = [
 4152   4152   
 "aws-config",
 4153   4153   
 "aws-credential-types 1.2.0",
 4154         -
 "aws-runtime 1.2.2",
        4154  +
 "aws-runtime 1.3.0",
 4155   4155   
 "aws-smithy-async 1.2.1",
 4156   4156   
 "aws-smithy-http 0.60.8",
 4157   4157   
 "aws-smithy-json 0.60.7",
 4158   4158   
 "aws-smithy-protocol-test 0.60.7",
 4159   4159   
 "aws-smithy-query",
 4160         -
 "aws-smithy-runtime 1.5.7",
 4161         -
 "aws-smithy-runtime-api 1.6.3",
        4160  +
 "aws-smithy-runtime 1.6.0",
        4161  +
 "aws-smithy-runtime-api 1.7.0",
 4162   4162   
 "aws-smithy-types 1.2.0",
 4163   4163   
 "aws-smithy-xml 0.60.8",
 4164   4164   
 "aws-types 1.3.1",
 4165   4165   
 "futures-util",
 4166   4166   
 "http 0.2.12",
 4167   4167   
 "once_cell",
 4168   4168   
 "regex-lite",
 4169   4169   
 "serde_json",
 4170   4170   
 "tokio",
 4171   4171   
 "tracing",
 4172   4172   
 "tracing-subscriber",
 4173   4173   
]
 4174   4174   
 4175   4175   
[[package]]
 4176   4176   
name = "aws-sdk-identitystore"
 4177         -
version = "1.30.0"
        4177  +
version = "1.32.0"
 4178   4178   
dependencies = [
 4179   4179   
 "aws-config",
 4180   4180   
 "aws-credential-types 1.2.0",
 4181         -
 "aws-runtime 1.2.2",
        4181  +
 "aws-runtime 1.3.0",
 4182   4182   
 "aws-smithy-async 1.2.1",
 4183   4183   
 "aws-smithy-http 0.60.8",
 4184   4184   
 "aws-smithy-json 0.60.7",
 4185         -
 "aws-smithy-runtime 1.5.7",
 4186         -
 "aws-smithy-runtime-api 1.6.3",
        4185  +
 "aws-smithy-runtime 1.6.0",
        4186  +
 "aws-smithy-runtime-api 1.7.0",
 4187   4187   
 "aws-smithy-types 1.2.0",
 4188   4188   
 "aws-types 1.3.1",
 4189   4189   
 "bytes",
 4190   4190   
 "http 0.2.12",
 4191   4191   
 "once_cell",
 4192   4192   
 "regex-lite",
 4193   4193   
 "tokio",
 4194   4194   
 "tracing",
 4195   4195   
]
 4196   4196   
 4197   4197   
[[package]]
 4198   4198   
name = "aws-sdk-imagebuilder"
 4199         -
version = "1.31.0"
        4199  +
version = "1.33.0"
 4200   4200   
dependencies = [
 4201   4201   
 "aws-config",
 4202   4202   
 "aws-credential-types 1.2.0",
 4203         -
 "aws-runtime 1.2.2",
        4203  +
 "aws-runtime 1.3.0",
 4204   4204   
 "aws-smithy-async 1.2.1",
 4205   4205   
 "aws-smithy-http 0.60.8",
 4206   4206   
 "aws-smithy-json 0.60.7",
 4207         -
 "aws-smithy-runtime 1.5.7",
 4208         -
 "aws-smithy-runtime-api 1.6.3",
        4207  +
 "aws-smithy-runtime 1.6.0",
        4208  +
 "aws-smithy-runtime-api 1.7.0",
 4209   4209   
 "aws-smithy-types 1.2.0",
 4210   4210   
 "aws-types 1.3.1",
 4211   4211   
 "bytes",
 4212   4212   
 "fastrand 2.0.2",
 4213   4213   
 "http 0.2.12",
 4214   4214   
 "once_cell",
 4215   4215   
 "regex-lite",
 4216   4216   
 "tokio",
 4217   4217   
 "tracing",
 4218   4218   
]
 4219   4219   
 4220   4220   
[[package]]
 4221   4221   
name = "aws-sdk-inspector"
 4222         -
version = "1.30.0"
        4222  +
version = "1.32.0"
 4223   4223   
dependencies = [
 4224   4224   
 "aws-config",
 4225   4225   
 "aws-credential-types 1.2.0",
 4226         -
 "aws-runtime 1.2.2",
        4226  +
 "aws-runtime 1.3.0",
 4227   4227   
 "aws-smithy-async 1.2.1",
 4228   4228   
 "aws-smithy-http 0.60.8",
 4229   4229   
 "aws-smithy-json 0.60.7",
 4230         -
 "aws-smithy-runtime 1.5.7",
 4231         -
 "aws-smithy-runtime-api 1.6.3",
        4230  +
 "aws-smithy-runtime 1.6.0",
        4231  +
 "aws-smithy-runtime-api 1.7.0",
 4232   4232   
 "aws-smithy-types 1.2.0",
 4233   4233   
 "aws-types 1.3.1",
 4234   4234   
 "bytes",
 4235   4235   
 "http 0.2.12",
 4236   4236   
 "once_cell",
 4237   4237   
 "regex-lite",
 4238   4238   
 "tokio",
 4239   4239   
 "tracing",
 4240   4240   
]
 4241   4241   
 4242   4242   
[[package]]
 4243   4243   
name = "aws-sdk-inspector2"
 4244         -
version = "1.34.0"
        4244  +
version = "1.36.0"
 4245   4245   
dependencies = [
 4246   4246   
 "aws-config",
 4247   4247   
 "aws-credential-types 1.2.0",
 4248         -
 "aws-runtime 1.2.2",
        4248  +
 "aws-runtime 1.3.0",
 4249   4249   
 "aws-smithy-async 1.2.1",
 4250   4250   
 "aws-smithy-http 0.60.8",
 4251   4251   
 "aws-smithy-json 0.60.7",
 4252         -
 "aws-smithy-runtime 1.5.7",
 4253         -
 "aws-smithy-runtime-api 1.6.3",
        4252  +
 "aws-smithy-runtime 1.6.0",
        4253  +
 "aws-smithy-runtime-api 1.7.0",
 4254   4254   
 "aws-smithy-types 1.2.0",
 4255   4255   
 "aws-types 1.3.1",
 4256   4256   
 "bytes",
 4257   4257   
 "fastrand 2.0.2",
 4258   4258   
 "http 0.2.12",
 4259   4259   
 "once_cell",
 4260   4260   
 "regex-lite",
 4261   4261   
 "tokio",
 4262   4262   
 "tracing",
 4263   4263   
]
 4264   4264   
 4265   4265   
[[package]]
 4266   4266   
name = "aws-sdk-inspectorscan"
 4267         -
version = "1.30.0"
        4267  +
version = "1.32.0"
 4268   4268   
dependencies = [
 4269   4269   
 "aws-config",
 4270   4270   
 "aws-credential-types 1.2.0",
 4271         -
 "aws-runtime 1.2.2",
        4271  +
 "aws-runtime 1.3.0",
 4272   4272   
 "aws-smithy-async 1.2.1",
 4273   4273   
 "aws-smithy-http 0.60.8",
 4274   4274   
 "aws-smithy-json 0.60.7",
 4275         -
 "aws-smithy-runtime 1.5.7",
 4276         -
 "aws-smithy-runtime-api 1.6.3",
        4275  +
 "aws-smithy-runtime 1.6.0",
        4276  +
 "aws-smithy-runtime-api 1.7.0",
 4277   4277   
 "aws-smithy-types 1.2.0",
 4278   4278   
 "aws-types 1.3.1",
 4279   4279   
 "bytes",
 4280   4280   
 "http 0.2.12",
 4281   4281   
 "once_cell",
 4282   4282   
 "regex-lite",
 4283   4283   
 "tokio",
 4284   4284   
 "tracing",
 4285   4285   
]
 4286   4286   
 4287   4287   
[[package]]
 4288   4288   
name = "aws-sdk-internetmonitor"
 4289         -
version = "1.33.0"
        4289  +
version = "1.35.0"
 4290   4290   
dependencies = [
 4291   4291   
 "aws-config",
 4292   4292   
 "aws-credential-types 1.2.0",
 4293         -
 "aws-runtime 1.2.2",
        4293  +
 "aws-runtime 1.3.0",
 4294   4294   
 "aws-smithy-async 1.2.1",
 4295   4295   
 "aws-smithy-http 0.60.8",
 4296   4296   
 "aws-smithy-json 0.60.7",
 4297         -
 "aws-smithy-runtime 1.5.7",
 4298         -
 "aws-smithy-runtime-api 1.6.3",
        4297  +
 "aws-smithy-runtime 1.6.0",
        4298  +
 "aws-smithy-runtime-api 1.7.0",
 4299   4299   
 "aws-smithy-types 1.2.0",
 4300   4300   
 "aws-types 1.3.1",
 4301   4301   
 "bytes",
 4302   4302   
 "fastrand 2.0.2",
 4303   4303   
 "http 0.2.12",
 4304   4304   
 "once_cell",
 4305   4305   
 "regex-lite",
 4306   4306   
 "tokio",
 4307   4307   
 "tracing",
 4308   4308   
]
 4309   4309   
 4310   4310   
[[package]]
 4311   4311   
name = "aws-sdk-iot"
 4312         -
version = "1.33.0"
        4312  +
version = "1.35.0"
 4313   4313   
dependencies = [
 4314   4314   
 "aws-config",
 4315   4315   
 "aws-credential-types 1.2.0",
 4316         -
 "aws-runtime 1.2.2",
        4316  +
 "aws-runtime 1.3.0",
 4317   4317   
 "aws-smithy-async 1.2.1",
 4318   4318   
 "aws-smithy-http 0.60.8",
 4319   4319   
 "aws-smithy-json 0.60.7",
 4320         -
 "aws-smithy-runtime 1.5.7",
 4321         -
 "aws-smithy-runtime-api 1.6.3",
        4320  +
 "aws-smithy-runtime 1.6.0",
        4321  +
 "aws-smithy-runtime-api 1.7.0",
 4322   4322   
 "aws-smithy-types 1.2.0",
 4323   4323   
 "aws-types 1.3.1",
 4324   4324   
 "bytes",
 4325   4325   
 "fastrand 2.0.2",
 4326   4326   
 "http 0.2.12",
 4327   4327   
 "once_cell",
 4328   4328   
 "regex-lite",
 4329   4329   
 "tokio",
 4330   4330   
 "tracing",
 4331   4331   
]
 4332   4332   
 4333   4333   
[[package]]
 4334   4334   
name = "aws-sdk-iot1clickdevices"
 4335         -
version = "1.30.0"
        4335  +
version = "1.32.0"
 4336   4336   
dependencies = [
 4337   4337   
 "aws-config",
 4338   4338   
 "aws-credential-types 1.2.0",
 4339         -
 "aws-runtime 1.2.2",
        4339  +
 "aws-runtime 1.3.0",
 4340   4340   
 "aws-smithy-async 1.2.1",
 4341   4341   
 "aws-smithy-http 0.60.8",
 4342   4342   
 "aws-smithy-json 0.60.7",
 4343         -
 "aws-smithy-runtime 1.5.7",
 4344         -
 "aws-smithy-runtime-api 1.6.3",
        4343  +
 "aws-smithy-runtime 1.6.0",
        4344  +
 "aws-smithy-runtime-api 1.7.0",
 4345   4345   
 "aws-smithy-types 1.2.0",
 4346   4346   
 "aws-types 1.3.1",
 4347   4347   
 "bytes",
 4348   4348   
 "http 0.2.12",
 4349   4349   
 "once_cell",
 4350   4350   
 "regex-lite",
 4351   4351   
 "tokio",
 4352   4352   
 "tracing",
 4353   4353   
]
 4354   4354   
 4355   4355   
[[package]]
 4356   4356   
name = "aws-sdk-iot1clickprojects"
 4357         -
version = "1.30.0"
        4357  +
version = "1.32.0"
 4358   4358   
dependencies = [
 4359   4359   
 "aws-config",
 4360   4360   
 "aws-credential-types 1.2.0",
 4361         -
 "aws-runtime 1.2.2",
        4361  +
 "aws-runtime 1.3.0",
 4362   4362   
 "aws-smithy-async 1.2.1",
 4363   4363   
 "aws-smithy-http 0.60.8",
 4364   4364   
 "aws-smithy-json 0.60.7",
 4365         -
 "aws-smithy-runtime 1.5.7",
 4366         -
 "aws-smithy-runtime-api 1.6.3",
        4365  +
 "aws-smithy-runtime 1.6.0",
        4366  +
 "aws-smithy-runtime-api 1.7.0",
 4367   4367   
 "aws-smithy-types 1.2.0",
 4368   4368   
 "aws-types 1.3.1",
 4369   4369   
 "bytes",
 4370   4370   
 "http 0.2.12",
 4371   4371   
 "once_cell",
 4372   4372   
 "regex-lite",
 4373   4373   
 "tokio",
 4374   4374   
 "tracing",
 4375   4375   
]
 4376   4376   
 4377   4377   
[[package]]
 4378   4378   
name = "aws-sdk-iotanalytics"
 4379         -
version = "1.30.0"
        4379  +
version = "1.32.0"
 4380   4380   
dependencies = [
 4381   4381   
 "aws-config",
 4382   4382   
 "aws-credential-types 1.2.0",
 4383         -
 "aws-runtime 1.2.2",
        4383  +
 "aws-runtime 1.3.0",
 4384   4384   
 "aws-smithy-async 1.2.1",
 4385   4385   
 "aws-smithy-http 0.60.8",
 4386   4386   
 "aws-smithy-json 0.60.7",
 4387         -
 "aws-smithy-runtime 1.5.7",
 4388         -
 "aws-smithy-runtime-api 1.6.3",
        4387  +
 "aws-smithy-runtime 1.6.0",
        4388  +
 "aws-smithy-runtime-api 1.7.0",
 4389   4389   
 "aws-smithy-types 1.2.0",
 4390   4390   
 "aws-types 1.3.1",
 4391   4391   
 "bytes",
 4392   4392   
 "http 0.2.12",
 4393   4393   
 "once_cell",
 4394   4394   
 "regex-lite",
 4395   4395   
 "tokio",
 4396   4396   
 "tracing",
 4397   4397   
]
 4398   4398   
 4399   4399   
[[package]]
 4400   4400   
name = "aws-sdk-iotdataplane"
 4401         -
version = "1.30.0"
        4401  +
version = "1.32.0"
 4402   4402   
dependencies = [
 4403   4403   
 "aws-config",
 4404   4404   
 "aws-credential-types 1.2.0",
 4405         -
 "aws-runtime 1.2.2",
        4405  +
 "aws-runtime 1.3.0",
 4406   4406   
 "aws-smithy-async 1.2.1",
 4407   4407   
 "aws-smithy-http 0.60.8",
 4408   4408   
 "aws-smithy-json 0.60.7",
 4409         -
 "aws-smithy-runtime 1.5.7",
 4410         -
 "aws-smithy-runtime-api 1.6.3",
        4409  +
 "aws-smithy-runtime 1.6.0",
        4410  +
 "aws-smithy-runtime-api 1.7.0",
 4411   4411   
 "aws-smithy-types 1.2.0",
 4412   4412   
 "aws-types 1.3.1",
 4413   4413   
 "bytes",
 4414   4414   
 "http 0.2.12",
 4415   4415   
 "once_cell",
 4416   4416   
 "regex-lite",
 4417   4417   
 "tokio",
 4418   4418   
 "tracing",
 4419   4419   
]
 4420   4420   
 4421   4421   
[[package]]
 4422   4422   
name = "aws-sdk-iotdeviceadvisor"
 4423         -
version = "1.30.0"
        4423  +
version = "1.32.0"
 4424   4424   
dependencies = [
 4425   4425   
 "aws-config",
 4426   4426   
 "aws-credential-types 1.2.0",
 4427         -
 "aws-runtime 1.2.2",
        4427  +
 "aws-runtime 1.3.0",
 4428   4428   
 "aws-smithy-async 1.2.1",
 4429   4429   
 "aws-smithy-http 0.60.8",
 4430   4430   
 "aws-smithy-json 0.60.7",
 4431         -
 "aws-smithy-runtime 1.5.7",
 4432         -
 "aws-smithy-runtime-api 1.6.3",
        4431  +
 "aws-smithy-runtime 1.6.0",
        4432  +
 "aws-smithy-runtime-api 1.7.0",
 4433   4433   
 "aws-smithy-types 1.2.0",
 4434   4434   
 "aws-types 1.3.1",
 4435   4435   
 "bytes",
 4436   4436   
 "http 0.2.12",
 4437   4437   
 "once_cell",
 4438   4438   
 "regex-lite",
 4439   4439   
 "tokio",
 4440   4440   
 "tracing",
 4441   4441   
]
 4442   4442   
 4443   4443   
[[package]]
 4444   4444   
name = "aws-sdk-iotevents"
 4445         -
version = "1.31.0"
        4445  +
version = "1.33.0"
 4446   4446   
dependencies = [
 4447   4447   
 "aws-config",
 4448   4448   
 "aws-credential-types 1.2.0",
 4449         -
 "aws-runtime 1.2.2",
        4449  +
 "aws-runtime 1.3.0",
 4450   4450   
 "aws-smithy-async 1.2.1",
 4451   4451   
 "aws-smithy-http 0.60.8",
 4452   4452   
 "aws-smithy-json 0.60.7",
 4453         -
 "aws-smithy-runtime 1.5.7",
 4454         -
 "aws-smithy-runtime-api 1.6.3",
        4453  +
 "aws-smithy-runtime 1.6.0",
        4454  +
 "aws-smithy-runtime-api 1.7.0",
 4455   4455   
 "aws-smithy-types 1.2.0",
 4456   4456   
 "aws-types 1.3.1",
 4457   4457   
 "bytes",
 4458   4458   
 "http 0.2.12",
 4459   4459   
 "once_cell",
 4460   4460   
 "regex-lite",
 4461   4461   
 "tokio",
 4462   4462   
 "tracing",
 4463   4463   
]
 4464   4464   
 4465   4465   
[[package]]
 4466   4466   
name = "aws-sdk-ioteventsdata"
 4467         -
version = "1.30.0"
        4467  +
version = "1.32.0"
 4468   4468   
dependencies = [
 4469   4469   
 "aws-config",
 4470   4470   
 "aws-credential-types 1.2.0",
 4471         -
 "aws-runtime 1.2.2",
        4471  +
 "aws-runtime 1.3.0",
 4472   4472   
 "aws-smithy-async 1.2.1",
 4473   4473   
 "aws-smithy-http 0.60.8",
 4474   4474   
 "aws-smithy-json 0.60.7",
 4475         -
 "aws-smithy-runtime 1.5.7",
 4476         -
 "aws-smithy-runtime-api 1.6.3",
        4475  +
 "aws-smithy-runtime 1.6.0",
        4476  +
 "aws-smithy-runtime-api 1.7.0",
 4477   4477   
 "aws-smithy-types 1.2.0",
 4478   4478   
 "aws-types 1.3.1",
 4479   4479   
 "bytes",
 4480   4480   
 "http 0.2.12",
 4481   4481   
 "once_cell",
 4482   4482   
 "regex-lite",
 4483   4483   
 "tokio",
 4484   4484   
 "tracing",
 4485   4485   
]
 4486   4486   
 4487   4487   
[[package]]
 4488   4488   
name = "aws-sdk-iotfleethub"
 4489         -
version = "1.30.0"
        4489  +
version = "1.32.0"
 4490   4490   
dependencies = [
 4491   4491   
 "aws-config",
 4492   4492   
 "aws-credential-types 1.2.0",
 4493         -
 "aws-runtime 1.2.2",
        4493  +
 "aws-runtime 1.3.0",
 4494   4494   
 "aws-smithy-async 1.2.1",
 4495   4495   
 "aws-smithy-http 0.60.8",
 4496   4496   
 "aws-smithy-json 0.60.7",
 4497         -
 "aws-smithy-runtime 1.5.7",
 4498         -
 "aws-smithy-runtime-api 1.6.3",
        4497  +
 "aws-smithy-runtime 1.6.0",
        4498  +
 "aws-smithy-runtime-api 1.7.0",
 4499   4499   
 "aws-smithy-types 1.2.0",
 4500   4500   
 "aws-types 1.3.1",
 4501   4501   
 "bytes",
 4502   4502   
 "fastrand 2.0.2",
 4503   4503   
 "http 0.2.12",
 4504   4504   
 "once_cell",
 4505   4505   
 "regex-lite",
 4506   4506   
 "tokio",
 4507   4507   
 "tracing",
 4508   4508   
]
 4509   4509   
 4510   4510   
[[package]]
 4511   4511   
name = "aws-sdk-iotfleetwise"
 4512         -
version = "1.32.0"
        4512  +
version = "1.34.0"
 4513   4513   
dependencies = [
 4514   4514   
 "aws-config",
 4515   4515   
 "aws-credential-types 1.2.0",
 4516         -
 "aws-runtime 1.2.2",
        4516  +
 "aws-runtime 1.3.0",
 4517   4517   
 "aws-smithy-async 1.2.1",
 4518   4518   
 "aws-smithy-http 0.60.8",
 4519   4519   
 "aws-smithy-json 0.60.7",
 4520         -
 "aws-smithy-runtime 1.5.7",
 4521         -
 "aws-smithy-runtime-api 1.6.3",
        4520  +
 "aws-smithy-runtime 1.6.0",
        4521  +
 "aws-smithy-runtime-api 1.7.0",
 4522   4522   
 "aws-smithy-types 1.2.0",
 4523   4523   
 "aws-types 1.3.1",
 4524   4524   
 "bytes",
 4525   4525   
 "http 0.2.12",
 4526   4526   
 "once_cell",
 4527   4527   
 "regex-lite",
 4528   4528   
 "tokio",
 4529   4529   
 "tracing",
 4530   4530   
]
 4531   4531   
 4532   4532   
[[package]]
 4533   4533   
name = "aws-sdk-iotjobsdataplane"
 4534         -
version = "1.30.0"
        4534  +
version = "1.32.0"
 4535   4535   
dependencies = [
 4536   4536   
 "aws-config",
 4537   4537   
 "aws-credential-types 1.2.0",
 4538         -
 "aws-runtime 1.2.2",
        4538  +
 "aws-runtime 1.3.0",
 4539   4539   
 "aws-smithy-async 1.2.1",
 4540   4540   
 "aws-smithy-http 0.60.8",
 4541   4541   
 "aws-smithy-json 0.60.7",
 4542         -
 "aws-smithy-runtime 1.5.7",
 4543         -
 "aws-smithy-runtime-api 1.6.3",
        4542  +
 "aws-smithy-runtime 1.6.0",
        4543  +
 "aws-smithy-runtime-api 1.7.0",
 4544   4544   
 "aws-smithy-types 1.2.0",
 4545   4545   
 "aws-types 1.3.1",
 4546   4546   
 "bytes",
 4547   4547   
 "http 0.2.12",
 4548   4548   
 "once_cell",
 4549   4549   
 "regex-lite",
 4550   4550   
 "tokio",
 4551   4551   
 "tracing",
 4552   4552   
]
 4553   4553   
 4554   4554   
[[package]]
 4555   4555   
name = "aws-sdk-iotsecuretunneling"
 4556         -
version = "1.30.0"
        4556  +
version = "1.32.0"
 4557   4557   
dependencies = [
 4558   4558   
 "aws-config",
 4559   4559   
 "aws-credential-types 1.2.0",
 4560         -
 "aws-runtime 1.2.2",
        4560  +
 "aws-runtime 1.3.0",
 4561   4561   
 "aws-smithy-async 1.2.1",
 4562   4562   
 "aws-smithy-http 0.60.8",
 4563   4563   
 "aws-smithy-json 0.60.7",
 4564         -
 "aws-smithy-runtime 1.5.7",
 4565         -
 "aws-smithy-runtime-api 1.6.3",
        4564  +
 "aws-smithy-runtime 1.6.0",
        4565  +
 "aws-smithy-runtime-api 1.7.0",
 4566   4566   
 "aws-smithy-types 1.2.0",
 4567   4567   
 "aws-types 1.3.1",
 4568   4568   
 "bytes",
 4569   4569   
 "http 0.2.12",
 4570   4570   
 "once_cell",
 4571   4571   
 "regex-lite",
 4572   4572   
 "tokio",
 4573   4573   
 "tracing",
 4574   4574   
]
 4575   4575   
 4576   4576   
[[package]]
 4577   4577   
name = "aws-sdk-iotsitewise"
 4578         -
version = "1.30.0"
        4578  +
version = "1.32.0"
 4579   4579   
dependencies = [
 4580   4580   
 "aws-config",
 4581   4581   
 "aws-credential-types 1.2.0",
 4582         -
 "aws-runtime 1.2.2",
        4582  +
 "aws-runtime 1.3.0",
 4583   4583   
 "aws-smithy-async 1.2.1",
 4584   4584   
 "aws-smithy-http 0.60.8",
 4585   4585   
 "aws-smithy-json 0.60.7",
 4586         -
 "aws-smithy-runtime 1.5.7",
 4587         -
 "aws-smithy-runtime-api 1.6.3",
        4586  +
 "aws-smithy-runtime 1.6.0",
        4587  +
 "aws-smithy-runtime-api 1.7.0",
 4588   4588   
 "aws-smithy-types 1.2.0",
 4589   4589   
 "aws-types 1.3.1",
 4590   4590   
 "bytes",
 4591   4591   
 "fastrand 2.0.2",
 4592   4592   
 "http 0.2.12",
 4593   4593   
 "once_cell",
 4594   4594   
 "regex-lite",
 4595   4595   
 "tokio",
 4596   4596   
 "tracing",
 4597   4597   
]
 4598   4598   
 4599   4599   
[[package]]
 4600   4600   
name = "aws-sdk-iotthingsgraph"
 4601         -
version = "1.30.0"
        4601  +
version = "1.32.0"
 4602   4602   
dependencies = [
 4603   4603   
 "aws-config",
 4604   4604   
 "aws-credential-types 1.2.0",
 4605         -
 "aws-runtime 1.2.2",
        4605  +
 "aws-runtime 1.3.0",
 4606   4606   
 "aws-smithy-async 1.2.1",
 4607   4607   
 "aws-smithy-http 0.60.8",
 4608   4608   
 "aws-smithy-json 0.60.7",
 4609         -
 "aws-smithy-runtime 1.5.7",
 4610         -
 "aws-smithy-runtime-api 1.6.3",
        4609  +
 "aws-smithy-runtime 1.6.0",
        4610  +
 "aws-smithy-runtime-api 1.7.0",
 4611   4611   
 "aws-smithy-types 1.2.0",
 4612   4612   
 "aws-types 1.3.1",
 4613   4613   
 "bytes",
 4614   4614   
 "http 0.2.12",
 4615   4615   
 "once_cell",
 4616   4616   
 "regex-lite",
 4617   4617   
 "tokio",
 4618   4618   
 "tracing",
 4619   4619   
]
 4620   4620   
 4621   4621   
[[package]]
 4622   4622   
name = "aws-sdk-iottwinmaker"
 4623         -
version = "1.30.0"
        4623  +
version = "1.32.0"
 4624   4624   
dependencies = [
 4625   4625   
 "aws-config",
 4626   4626   
 "aws-credential-types 1.2.0",
 4627         -
 "aws-runtime 1.2.2",
        4627  +
 "aws-runtime 1.3.0",
 4628   4628   
 "aws-smithy-async 1.2.1",
 4629   4629   
 "aws-smithy-http 0.60.8",
 4630   4630   
 "aws-smithy-json 0.60.7",
 4631         -
 "aws-smithy-runtime 1.5.7",
 4632         -
 "aws-smithy-runtime-api 1.6.3",
        4631  +
 "aws-smithy-runtime 1.6.0",
        4632  +
 "aws-smithy-runtime-api 1.7.0",
 4633   4633   
 "aws-smithy-types 1.2.0",
 4634   4634   
 "aws-types 1.3.1",
 4635   4635   
 "bytes",
 4636   4636   
 "http 0.2.12",
 4637   4637   
 "once_cell",
 4638   4638   
 "regex-lite",
 4639   4639   
 "tokio",
 4640   4640   
 "tracing",
 4641   4641   
]
 4642   4642   
 4643   4643   
[[package]]
 4644   4644   
name = "aws-sdk-iotwireless"
 4645         -
version = "1.33.0"
        4645  +
version = "1.35.0"
 4646   4646   
dependencies = [
 4647   4647   
 "aws-config",
 4648   4648   
 "aws-credential-types 1.2.0",
 4649         -
 "aws-runtime 1.2.2",
        4649  +
 "aws-runtime 1.3.0",
 4650   4650   
 "aws-smithy-async 1.2.1",
 4651   4651   
 "aws-smithy-http 0.60.8",
 4652   4652   
 "aws-smithy-json 0.60.7",
 4653         -
 "aws-smithy-runtime 1.5.7",
 4654         -
 "aws-smithy-runtime-api 1.6.3",
        4653  +
 "aws-smithy-runtime 1.6.0",
        4654  +
 "aws-smithy-runtime-api 1.7.0",
 4655   4655   
 "aws-smithy-types 1.2.0",
 4656   4656   
 "aws-types 1.3.1",
 4657   4657   
 "bytes",
 4658   4658   
 "fastrand 2.0.2",
 4659   4659   
 "http 0.2.12",
 4660   4660   
 "once_cell",
 4661   4661   
 "regex-lite",
 4662   4662   
 "tokio",
 4663   4663   
 "tracing",
 4664   4664   
]
 4665   4665   
 4666   4666   
[[package]]
 4667   4667   
name = "aws-sdk-ivs"
 4668         -
version = "1.33.0"
        4668  +
version = "1.35.0"
 4669   4669   
dependencies = [
 4670   4670   
 "aws-config",
 4671   4671   
 "aws-credential-types 1.2.0",
 4672         -
 "aws-runtime 1.2.2",
        4672  +
 "aws-runtime 1.3.0",
 4673   4673   
 "aws-smithy-async 1.2.1",
 4674   4674   
 "aws-smithy-http 0.60.8",
 4675   4675   
 "aws-smithy-json 0.60.7",
 4676         -
 "aws-smithy-runtime 1.5.7",
 4677         -
 "aws-smithy-runtime-api 1.6.3",
        4676  +
 "aws-smithy-runtime 1.6.0",
        4677  +
 "aws-smithy-runtime-api 1.7.0",
 4678   4678   
 "aws-smithy-types 1.2.0",
 4679   4679   
 "aws-types 1.3.1",
 4680   4680   
 "bytes",
 4681   4681   
 "http 0.2.12",
 4682   4682   
 "once_cell",
 4683   4683   
 "regex-lite",
 4684   4684   
 "tokio",
 4685   4685   
 "tracing",
 4686   4686   
]
 4687   4687   
 4688   4688   
[[package]]
 4689   4689   
name = "aws-sdk-ivschat"
 4690         -
version = "1.30.0"
        4690  +
version = "1.32.0"
 4691   4691   
dependencies = [
 4692   4692   
 "aws-config",
 4693   4693   
 "aws-credential-types 1.2.0",
 4694         -
 "aws-runtime 1.2.2",
        4694  +
 "aws-runtime 1.3.0",
 4695   4695   
 "aws-smithy-async 1.2.1",
 4696   4696   
 "aws-smithy-http 0.60.8",
 4697   4697   
 "aws-smithy-json 0.60.7",
 4698         -
 "aws-smithy-runtime 1.5.7",
 4699         -
 "aws-smithy-runtime-api 1.6.3",
        4698  +
 "aws-smithy-runtime 1.6.0",
        4699  +
 "aws-smithy-runtime-api 1.7.0",
 4700   4700   
 "aws-smithy-types 1.2.0",
 4701   4701   
 "aws-types 1.3.1",
 4702   4702   
 "bytes",
 4703   4703   
 "http 0.2.12",
 4704   4704   
 "once_cell",
 4705   4705   
 "regex-lite",
 4706   4706   
 "tokio",
 4707   4707   
 "tracing",
 4708   4708   
]
 4709   4709   
 4710   4710   
[[package]]
 4711   4711   
name = "aws-sdk-ivsrealtime"
 4712         -
version = "1.31.0"
        4712  +
version = "1.33.0"
 4713   4713   
dependencies = [
 4714   4714   
 "aws-config",
 4715   4715   
 "aws-credential-types 1.2.0",
 4716         -
 "aws-runtime 1.2.2",
        4716  +
 "aws-runtime 1.3.0",
 4717   4717   
 "aws-smithy-async 1.2.1",
 4718   4718   
 "aws-smithy-http 0.60.8",
 4719   4719   
 "aws-smithy-json 0.60.7",
 4720         -
 "aws-smithy-runtime 1.5.7",
 4721         -
 "aws-smithy-runtime-api 1.6.3",
        4720  +
 "aws-smithy-runtime 1.6.0",
        4721  +
 "aws-smithy-runtime-api 1.7.0",
 4722   4722   
 "aws-smithy-types 1.2.0",
 4723   4723   
 "aws-types 1.3.1",
 4724   4724   
 "bytes",
 4725   4725   
 "fastrand 2.0.2",
 4726   4726   
 "http 0.2.12",
 4727   4727   
 "once_cell",
 4728   4728   
 "regex-lite",
 4729   4729   
 "tokio",
 4730   4730   
 "tracing",
 4731   4731   
]
 4732   4732   
 4733   4733   
[[package]]
 4734   4734   
name = "aws-sdk-kafka"
 4735         -
version = "1.33.0"
        4735  +
version = "1.35.0"
 4736   4736   
dependencies = [
 4737   4737   
 "aws-config",
 4738   4738   
 "aws-credential-types 1.2.0",
 4739         -
 "aws-runtime 1.2.2",
        4739  +
 "aws-runtime 1.3.0",
 4740   4740   
 "aws-smithy-async 1.2.1",
 4741   4741   
 "aws-smithy-http 0.60.8",
 4742   4742   
 "aws-smithy-json 0.60.7",
 4743         -
 "aws-smithy-runtime 1.5.7",
 4744         -
 "aws-smithy-runtime-api 1.6.3",
        4743  +
 "aws-smithy-runtime 1.6.0",
        4744  +
 "aws-smithy-runtime-api 1.7.0",
 4745   4745   
 "aws-smithy-types 1.2.0",
 4746   4746   
 "aws-types 1.3.1",
 4747   4747   
 "bytes",
 4748   4748   
 "http 0.2.12",
 4749   4749   
 "once_cell",
 4750   4750   
 "regex-lite",
 4751   4751   
 "tokio",
 4752   4752   
 "tracing",
 4753   4753   
]
 4754   4754   
 4755   4755   
[[package]]
 4756   4756   
name = "aws-sdk-kafkaconnect"
 4757         -
version = "1.31.0"
        4757  +
version = "1.33.0"
 4758   4758   
dependencies = [
 4759   4759   
 "aws-config",
 4760   4760   
 "aws-credential-types 1.2.0",
 4761         -
 "aws-runtime 1.2.2",
        4761  +
 "aws-runtime 1.3.0",
 4762   4762   
 "aws-smithy-async 1.2.1",
 4763   4763   
 "aws-smithy-http 0.60.8",
 4764   4764   
 "aws-smithy-json 0.60.7",
 4765         -
 "aws-smithy-runtime 1.5.7",
 4766         -
 "aws-smithy-runtime-api 1.6.3",
        4765  +
 "aws-smithy-runtime 1.6.0",
        4766  +
 "aws-smithy-runtime-api 1.7.0",
 4767   4767   
 "aws-smithy-types 1.2.0",
 4768   4768   
 "aws-types 1.3.1",
 4769   4769   
 "bytes",
 4770   4770   
 "http 0.2.12",
 4771   4771   
 "once_cell",
 4772   4772   
 "regex-lite",
 4773   4773   
 "tokio",
 4774   4774   
 "tracing",
 4775   4775   
]
 4776   4776   
 4777   4777   
[[package]]
 4778   4778   
name = "aws-sdk-kendra"
 4779         -
version = "1.31.0"
        4779  +
version = "1.33.0"
 4780   4780   
dependencies = [
 4781   4781   
 "aws-config",
 4782   4782   
 "aws-credential-types 1.2.0",
 4783         -
 "aws-runtime 1.2.2",
        4783  +
 "aws-runtime 1.3.0",
 4784   4784   
 "aws-smithy-async 1.2.1",
 4785   4785   
 "aws-smithy-http 0.60.8",
 4786   4786   
 "aws-smithy-json 0.60.7",
 4787         -
 "aws-smithy-runtime 1.5.7",
 4788         -
 "aws-smithy-runtime-api 1.6.3",
        4787  +
 "aws-smithy-runtime 1.6.0",
        4788  +
 "aws-smithy-runtime-api 1.7.0",
 4789   4789   
 "aws-smithy-types 1.2.0",
 4790   4790   
 "aws-types 1.3.1",
 4791   4791   
 "bytes",
 4792   4792   
 "fastrand 2.0.2",
 4793   4793   
 "http 0.2.12",
 4794   4794   
 "once_cell",
 4795   4795   
 "regex-lite",
 4796   4796   
 "tokio",
 4797   4797   
 "tracing",
 4798   4798   
]
 4799   4799   
 4800   4800   
[[package]]
 4801   4801   
name = "aws-sdk-kendraranking"
 4802         -
version = "1.30.0"
        4802  +
version = "1.32.0"
 4803   4803   
dependencies = [
 4804   4804   
 "aws-config",
 4805   4805   
 "aws-credential-types 1.2.0",
 4806         -
 "aws-runtime 1.2.2",
        4806  +
 "aws-runtime 1.3.0",
 4807   4807   
 "aws-smithy-async 1.2.1",
 4808   4808   
 "aws-smithy-http 0.60.8",
 4809   4809   
 "aws-smithy-json 0.60.7",
 4810         -
 "aws-smithy-runtime 1.5.7",
 4811         -
 "aws-smithy-runtime-api 1.6.3",
        4810  +
 "aws-smithy-runtime 1.6.0",
        4811  +
 "aws-smithy-runtime-api 1.7.0",
 4812   4812   
 "aws-smithy-types 1.2.0",
 4813   4813   
 "aws-types 1.3.1",
 4814   4814   
 "bytes",
 4815   4815   
 "fastrand 2.0.2",
 4816   4816   
 "http 0.2.12",
 4817   4817   
 "once_cell",
 4818   4818   
 "regex-lite",
 4819   4819   
 "tokio",
 4820   4820   
 "tracing",
 4821   4821   
]
 4822   4822   
 4823   4823   
[[package]]
 4824   4824   
name = "aws-sdk-keyspaces"
 4825         -
version = "1.31.0"
        4825  +
version = "1.33.0"
 4826   4826   
dependencies = [
 4827   4827   
 "aws-config",
 4828   4828   
 "aws-credential-types 1.2.0",
 4829         -
 "aws-runtime 1.2.2",
        4829  +
 "aws-runtime 1.3.0",
 4830   4830   
 "aws-smithy-async 1.2.1",
 4831   4831   
 "aws-smithy-http 0.60.8",
 4832   4832   
 "aws-smithy-json 0.60.7",
 4833         -
 "aws-smithy-runtime 1.5.7",
 4834         -
 "aws-smithy-runtime-api 1.6.3",
        4833  +
 "aws-smithy-runtime 1.6.0",
        4834  +
 "aws-smithy-runtime-api 1.7.0",
 4835   4835   
 "aws-smithy-types 1.2.0",
 4836   4836   
 "aws-types 1.3.1",
 4837   4837   
 "bytes",
 4838   4838   
 "http 0.2.12",
 4839   4839   
 "once_cell",
 4840   4840   
 "regex-lite",
 4841   4841   
 "tokio",
 4842   4842   
 "tracing",
 4843   4843   
]
 4844   4844   
 4845   4845   
[[package]]
 4846   4846   
name = "aws-sdk-kinesis"
 4847         -
version = "1.30.0"
        4847  +
version = "1.32.0"
 4848   4848   
dependencies = [
 4849   4849   
 "aws-config",
 4850   4850   
 "aws-credential-types 1.2.0",
 4851         -
 "aws-runtime 1.2.2",
        4851  +
 "aws-runtime 1.3.0",
 4852   4852   
 "aws-smithy-async 1.2.1",
 4853   4853   
 "aws-smithy-http 0.60.8",
 4854   4854   
 "aws-smithy-json 0.60.7",
 4855         -
 "aws-smithy-runtime 1.5.7",
 4856         -
 "aws-smithy-runtime-api 1.6.3",
        4855  +
 "aws-smithy-runtime 1.6.0",
        4856  +
 "aws-smithy-runtime-api 1.7.0",
 4857   4857   
 "aws-smithy-types 1.2.0",
 4858   4858   
 "aws-types 1.3.1",
 4859   4859   
 "bytes",
 4860   4860   
 "http 0.2.12",
 4861   4861   
 "once_cell",
 4862   4862   
 "regex-lite",
 4863   4863   
 "tokio",
 4864   4864   
 "tracing",
 4865   4865   
]
 4866   4866   
 4867   4867   
[[package]]
 4868   4868   
name = "aws-sdk-kinesisanalytics"
 4869         -
version = "1.30.0"
        4869  +
version = "1.32.0"
 4870   4870   
dependencies = [
 4871   4871   
 "aws-config",
 4872   4872   
 "aws-credential-types 1.2.0",
 4873         -
 "aws-runtime 1.2.2",
        4873  +
 "aws-runtime 1.3.0",
 4874   4874   
 "aws-smithy-async 1.2.1",
 4875   4875   
 "aws-smithy-http 0.60.8",
 4876   4876   
 "aws-smithy-json 0.60.7",
 4877         -
 "aws-smithy-runtime 1.5.7",
 4878         -
 "aws-smithy-runtime-api 1.6.3",
        4877  +
 "aws-smithy-runtime 1.6.0",
        4878  +
 "aws-smithy-runtime-api 1.7.0",
 4879   4879   
 "aws-smithy-types 1.2.0",
 4880   4880   
 "aws-types 1.3.1",
 4881   4881   
 "bytes",
 4882   4882   
 "http 0.2.12",
 4883   4883   
 "once_cell",
 4884   4884   
 "regex-lite",
 4885   4885   
 "tokio",
 4886   4886   
 "tracing",
 4887   4887   
]
 4888   4888   
 4889   4889   
[[package]]
 4890   4890   
name = "aws-sdk-kinesisanalyticsv2"
 4891         -
version = "1.31.0"
        4891  +
version = "1.33.0"
 4892   4892   
dependencies = [
 4893   4893   
 "aws-config",
 4894   4894   
 "aws-credential-types 1.2.0",
 4895         -
 "aws-runtime 1.2.2",
        4895  +
 "aws-runtime 1.3.0",
 4896   4896   
 "aws-smithy-async 1.2.1",
 4897   4897   
 "aws-smithy-http 0.60.8",
 4898   4898   
 "aws-smithy-json 0.60.7",
 4899         -
 "aws-smithy-runtime 1.5.7",
 4900         -
 "aws-smithy-runtime-api 1.6.3",
        4899  +
 "aws-smithy-runtime 1.6.0",
        4900  +
 "aws-smithy-runtime-api 1.7.0",
 4901   4901   
 "aws-smithy-types 1.2.0",
 4902   4902   
 "aws-types 1.3.1",
 4903   4903   
 "bytes",
 4904   4904   
 "http 0.2.12",
 4905   4905   
 "once_cell",
 4906   4906   
 "regex-lite",
 4907   4907   
 "tokio",
 4908   4908   
 "tracing",
 4909   4909   
]
 4910   4910   
 4911   4911   
[[package]]
 4912   4912   
name = "aws-sdk-kinesisvideo"
 4913         -
version = "1.31.0"
        4913  +
version = "1.33.0"
 4914   4914   
dependencies = [
 4915   4915   
 "aws-config",
 4916   4916   
 "aws-credential-types 1.2.0",
 4917         -
 "aws-runtime 1.2.2",
        4917  +
 "aws-runtime 1.3.0",
 4918   4918   
 "aws-smithy-async 1.2.1",
 4919   4919   
 "aws-smithy-http 0.60.8",
 4920   4920   
 "aws-smithy-json 0.60.7",
 4921         -
 "aws-smithy-runtime 1.5.7",
 4922         -
 "aws-smithy-runtime-api 1.6.3",
        4921  +
 "aws-smithy-runtime 1.6.0",
        4922  +
 "aws-smithy-runtime-api 1.7.0",
 4923   4923   
 "aws-smithy-types 1.2.0",
 4924   4924   
 "aws-types 1.3.1",
 4925   4925   
 "bytes",
 4926   4926   
 "http 0.2.12",
 4927   4927   
 "once_cell",
 4928   4928   
 "regex-lite",
 4929   4929   
 "tokio",
 4930   4930   
 "tracing",
 4931   4931   
]
 4932   4932   
 4933   4933   
[[package]]
 4934   4934   
name = "aws-sdk-kinesisvideoarchivedmedia"
 4935         -
version = "1.31.0"
        4935  +
version = "1.33.0"
 4936   4936   
dependencies = [
 4937   4937   
 "aws-config",
 4938   4938   
 "aws-credential-types 1.2.0",
 4939         -
 "aws-runtime 1.2.2",
        4939  +
 "aws-runtime 1.3.0",
 4940   4940   
 "aws-smithy-async 1.2.1",
 4941   4941   
 "aws-smithy-http 0.60.8",
 4942   4942   
 "aws-smithy-json 0.60.7",
 4943         -
 "aws-smithy-runtime 1.5.7",
 4944         -
 "aws-smithy-runtime-api 1.6.3",
        4943  +
 "aws-smithy-runtime 1.6.0",
        4944  +
 "aws-smithy-runtime-api 1.7.0",
 4945   4945   
 "aws-smithy-types 1.2.0",
 4946   4946   
 "aws-types 1.3.1",
 4947   4947   
 "bytes",
 4948   4948   
 "http 0.2.12",
 4949   4949   
 "once_cell",
 4950   4950   
 "regex-lite",
 4951   4951   
 "tokio",
 4952   4952   
 "tracing",
 4953   4953   
]
 4954   4954   
 4955   4955   
[[package]]
 4956   4956   
name = "aws-sdk-kinesisvideomedia"
 4957         -
version = "1.30.0"
        4957  +
version = "1.32.0"
 4958   4958   
dependencies = [
 4959   4959   
 "aws-config",
 4960   4960   
 "aws-credential-types 1.2.0",
 4961         -
 "aws-runtime 1.2.2",
        4961  +
 "aws-runtime 1.3.0",
 4962   4962   
 "aws-smithy-async 1.2.1",
 4963   4963   
 "aws-smithy-http 0.60.8",
 4964   4964   
 "aws-smithy-json 0.60.7",
 4965         -
 "aws-smithy-runtime 1.5.7",
 4966         -
 "aws-smithy-runtime-api 1.6.3",
        4965  +
 "aws-smithy-runtime 1.6.0",
        4966  +
 "aws-smithy-runtime-api 1.7.0",
 4967   4967   
 "aws-smithy-types 1.2.0",
 4968   4968   
 "aws-types 1.3.1",
 4969   4969   
 "bytes",
 4970   4970   
 "http 0.2.12",
 4971   4971   
 "once_cell",
 4972   4972   
 "regex-lite",
 4973   4973   
 "tokio",
 4974   4974   
 "tracing",
 4975   4975   
]
 4976   4976   
 4977   4977   
[[package]]
 4978   4978   
name = "aws-sdk-kinesisvideosignaling"
 4979         -
version = "1.30.0"
        4979  +
version = "1.32.0"
 4980   4980   
dependencies = [
 4981   4981   
 "aws-config",
 4982   4982   
 "aws-credential-types 1.2.0",
 4983         -
 "aws-runtime 1.2.2",
        4983  +
 "aws-runtime 1.3.0",
 4984   4984   
 "aws-smithy-async 1.2.1",
 4985   4985   
 "aws-smithy-http 0.60.8",
 4986   4986   
 "aws-smithy-json 0.60.7",
 4987         -
 "aws-smithy-runtime 1.5.7",
 4988         -
 "aws-smithy-runtime-api 1.6.3",
        4987  +
 "aws-smithy-runtime 1.6.0",
        4988  +
 "aws-smithy-runtime-api 1.7.0",
 4989   4989   
 "aws-smithy-types 1.2.0",
 4990   4990   
 "aws-types 1.3.1",
 4991   4991   
 "bytes",
 4992   4992   
 "http 0.2.12",
 4993   4993   
 "once_cell",
 4994   4994   
 "regex-lite",
 4995   4995   
 "tokio",
 4996   4996   
 "tracing",
 4997   4997   
]
 4998   4998   
 4999   4999   
[[package]]
 5000   5000   
name = "aws-sdk-kinesisvideowebrtcstorage"
 5001         -
version = "1.30.0"
        5001  +
version = "1.32.0"
 5002   5002   
dependencies = [
 5003   5003   
 "aws-config",
 5004   5004   
 "aws-credential-types 1.2.0",
 5005         -
 "aws-runtime 1.2.2",
        5005  +
 "aws-runtime 1.3.0",
 5006   5006   
 "aws-smithy-async 1.2.1",
 5007   5007   
 "aws-smithy-http 0.60.8",
 5008   5008   
 "aws-smithy-json 0.60.7",
 5009         -
 "aws-smithy-runtime 1.5.7",
 5010         -
 "aws-smithy-runtime-api 1.6.3",
        5009  +
 "aws-smithy-runtime 1.6.0",
        5010  +
 "aws-smithy-runtime-api 1.7.0",
 5011   5011   
 "aws-smithy-types 1.2.0",
 5012   5012   
 "aws-types 1.3.1",
 5013   5013   
 "bytes",
 5014   5014   
 "http 0.2.12",
 5015   5015   
 "once_cell",
 5016   5016   
 "regex-lite",
 5017   5017   
 "tokio",
 5018   5018   
 "tracing",
 5019   5019   
]
 5020   5020   
 5021   5021   
[[package]]
 5022   5022   
name = "aws-sdk-kms"
 5023         -
version = "1.31.0"
        5023  +
version = "1.33.0"
 5024   5024   
dependencies = [
 5025   5025   
 "aws-config",
 5026   5026   
 "aws-credential-types 1.2.0",
 5027         -
 "aws-runtime 1.2.2",
        5027  +
 "aws-runtime 1.3.0",
 5028   5028   
 "aws-smithy-async 1.2.1",
 5029   5029   
 "aws-smithy-http 0.60.8",
 5030   5030   
 "aws-smithy-json 0.60.7",
 5031   5031   
 "aws-smithy-protocol-test 0.60.7",
 5032         -
 "aws-smithy-runtime 1.5.7",
 5033         -
 "aws-smithy-runtime-api 1.6.3",
        5032  +
 "aws-smithy-runtime 1.6.0",
        5033  +
 "aws-smithy-runtime-api 1.7.0",
 5034   5034   
 "aws-smithy-types 1.2.0",
 5035   5035   
 "aws-types 1.3.1",
 5036   5036   
 "bytes",
 5037   5037   
 "futures-util",
 5038   5038   
 "http 0.2.12",
 5039   5039   
 "once_cell",
 5040   5040   
 "regex-lite",
 5041   5041   
 "serde_json",
 5042   5042   
 "tokio",
 5043   5043   
 "tracing",
 5044   5044   
 "tracing-subscriber",
 5045   5045   
]
 5046   5046   
 5047   5047   
[[package]]
 5048   5048   
name = "aws-sdk-lakeformation"
 5049         -
version = "1.33.0"
        5049  +
version = "1.35.0"
 5050   5050   
dependencies = [
 5051   5051   
 "aws-config",
 5052   5052   
 "aws-credential-types 1.2.0",
 5053         -
 "aws-runtime 1.2.2",
        5053  +
 "aws-runtime 1.3.0",
 5054   5054   
 "aws-smithy-async 1.2.1",
 5055   5055   
 "aws-smithy-http 0.60.8",
 5056   5056   
 "aws-smithy-json 0.60.7",
 5057         -
 "aws-smithy-runtime 1.5.7",
 5058         -
 "aws-smithy-runtime-api 1.6.3",
        5057  +
 "aws-smithy-runtime 1.6.0",
        5058  +
 "aws-smithy-runtime-api 1.7.0",
 5059   5059   
 "aws-smithy-types 1.2.0",
 5060   5060   
 "aws-types 1.3.1",
 5061   5061   
 "bytes",
 5062   5062   
 "http 0.2.12",
 5063   5063   
 "once_cell",
 5064   5064   
 "regex-lite",
 5065   5065   
 "tokio",
 5066   5066   
 "tracing",
 5067   5067   
]
 5068   5068   
 5069   5069   
[[package]]
 5070   5070   
name = "aws-sdk-lambda"
 5071         -
version = "1.31.0"
        5071  +
version = "1.33.0"
 5072   5072   
dependencies = [
 5073   5073   
 "aws-config",
 5074   5074   
 "aws-credential-types 1.2.0",
 5075         -
 "aws-runtime 1.2.2",
        5075  +
 "aws-runtime 1.3.0",
 5076   5076   
 "aws-smithy-async 1.2.1",
 5077   5077   
 "aws-smithy-eventstream 0.60.4",
 5078   5078   
 "aws-smithy-http 0.60.8",
 5079   5079   
 "aws-smithy-json 0.60.7",
 5080   5080   
 "aws-smithy-protocol-test 0.60.7",
 5081         -
 "aws-smithy-runtime 1.5.7",
 5082         -
 "aws-smithy-runtime-api 1.6.3",
        5081  +
 "aws-smithy-runtime 1.6.0",
        5082  +
 "aws-smithy-runtime-api 1.7.0",
 5083   5083   
 "aws-smithy-types 1.2.0",
 5084   5084   
 "aws-types 1.3.1",
 5085   5085   
 "bytes",
 5086   5086   
 "futures-util",
 5087   5087   
 "http 0.2.12",
 5088   5088   
 "once_cell",
 5089   5089   
 "regex-lite",
 5090   5090   
 "serde_json",
 5091   5091   
 "tokio",
 5092   5092   
 "tracing",
 5093   5093   
 "tracing-subscriber",
 5094   5094   
]
 5095   5095   
 5096   5096   
[[package]]
 5097   5097   
name = "aws-sdk-launchwizard"
 5098         -
version = "1.31.0"
        5098  +
version = "1.33.0"
 5099   5099   
dependencies = [
 5100   5100   
 "aws-config",
 5101   5101   
 "aws-credential-types 1.2.0",
 5102         -
 "aws-runtime 1.2.2",
        5102  +
 "aws-runtime 1.3.0",
 5103   5103   
 "aws-smithy-async 1.2.1",
 5104   5104   
 "aws-smithy-http 0.60.8",
 5105   5105   
 "aws-smithy-json 0.60.7",
 5106         -
 "aws-smithy-runtime 1.5.7",
 5107         -
 "aws-smithy-runtime-api 1.6.3",
        5106  +
 "aws-smithy-runtime 1.6.0",
        5107  +
 "aws-smithy-runtime-api 1.7.0",
 5108   5108   
 "aws-smithy-types 1.2.0",
 5109   5109   
 "aws-types 1.3.1",
 5110   5110   
 "bytes",
 5111   5111   
 "http 0.2.12",
 5112   5112   
 "once_cell",
 5113   5113   
 "regex-lite",
 5114   5114   
 "tokio",
 5115   5115   
 "tracing",
 5116   5116   
]
 5117   5117   
 5118   5118   
[[package]]
 5119   5119   
name = "aws-sdk-lexmodelbuilding"
 5120         -
version = "1.30.0"
        5120  +
version = "1.32.0"
 5121   5121   
dependencies = [
 5122   5122   
 "aws-config",
 5123   5123   
 "aws-credential-types 1.2.0",
 5124         -
 "aws-runtime 1.2.2",
        5124  +
 "aws-runtime 1.3.0",
 5125   5125   
 "aws-smithy-async 1.2.1",
 5126   5126   
 "aws-smithy-http 0.60.8",
 5127   5127   
 "aws-smithy-json 0.60.7",
 5128         -
 "aws-smithy-runtime 1.5.7",
 5129         -
 "aws-smithy-runtime-api 1.6.3",
        5128  +
 "aws-smithy-runtime 1.6.0",
        5129  +
 "aws-smithy-runtime-api 1.7.0",
 5130   5130   
 "aws-smithy-types 1.2.0",
 5131   5131   
 "aws-types 1.3.1",
 5132   5132   
 "bytes",
 5133   5133   
 "http 0.2.12",
 5134   5134   
 "once_cell",
 5135   5135   
 "regex-lite",
 5136   5136   
 "tokio",
 5137   5137   
 "tracing",
 5138   5138   
]
 5139   5139   
 5140   5140   
[[package]]
 5141   5141   
name = "aws-sdk-lexmodelsv2"
 5142         -
version = "1.32.0"
        5142  +
version = "1.34.0"
 5143   5143   
dependencies = [
 5144   5144   
 "aws-config",
 5145   5145   
 "aws-credential-types 1.2.0",
 5146         -
 "aws-runtime 1.2.2",
        5146  +
 "aws-runtime 1.3.0",
 5147   5147   
 "aws-smithy-async 1.2.1",
 5148   5148   
 "aws-smithy-http 0.60.8",
 5149   5149   
 "aws-smithy-json 0.60.7",
 5150         -
 "aws-smithy-runtime 1.5.7",
 5151         -
 "aws-smithy-runtime-api 1.6.3",
        5150  +
 "aws-smithy-runtime 1.6.0",
        5151  +
 "aws-smithy-runtime-api 1.7.0",
 5152   5152   
 "aws-smithy-types 1.2.0",
 5153   5153   
 "aws-types 1.3.1",
 5154   5154   
 "bytes",
 5155   5155   
 "http 0.2.12",
 5156   5156   
 "once_cell",
 5157   5157   
 "regex-lite",
 5158   5158   
 "tokio",
 5159   5159   
 "tracing",
 5160   5160   
]
 5161   5161   
 5162   5162   
[[package]]
 5163   5163   
name = "aws-sdk-lexruntime"
 5164         -
version = "1.30.0"
        5164  +
version = "1.32.0"
 5165   5165   
dependencies = [
 5166   5166   
 "aws-config",
 5167   5167   
 "aws-credential-types 1.2.0",
 5168         -
 "aws-runtime 1.2.2",
        5168  +
 "aws-runtime 1.3.0",
 5169   5169   
 "aws-sigv4 1.2.2",
 5170   5170   
 "aws-smithy-async 1.2.1",
 5171   5171   
 "aws-smithy-http 0.60.8",
 5172   5172   
 "aws-smithy-json 0.60.7",
 5173         -
 "aws-smithy-runtime 1.5.7",
 5174         -
 "aws-smithy-runtime-api 1.6.3",
        5173  +
 "aws-smithy-runtime 1.6.0",
        5174  +
 "aws-smithy-runtime-api 1.7.0",
 5175   5175   
 "aws-smithy-types 1.2.0",
 5176   5176   
 "aws-types 1.3.1",
 5177   5177   
 "bytes",
 5178   5178   
 "http 0.2.12",
 5179   5179   
 "once_cell",
 5180   5180   
 "regex-lite",
 5181   5181   
 "tokio",
 5182   5182   
 "tracing",
 5183   5183   
]
 5184   5184   
 5185   5185   
[[package]]
 5186   5186   
name = "aws-sdk-lexruntimev2"
 5187         -
version = "1.30.0"
        5187  +
version = "1.32.0"
 5188   5188   
dependencies = [
 5189   5189   
 "aws-config",
 5190   5190   
 "aws-credential-types 1.2.0",
 5191         -
 "aws-runtime 1.2.2",
        5191  +
 "aws-runtime 1.3.0",
 5192   5192   
 "aws-sigv4 1.2.2",
 5193   5193   
 "aws-smithy-async 1.2.1",
 5194   5194   
 "aws-smithy-eventstream 0.60.4",
 5195   5195   
 "aws-smithy-http 0.60.8",
 5196   5196   
 "aws-smithy-json 0.60.7",
 5197         -
 "aws-smithy-runtime 1.5.7",
 5198         -
 "aws-smithy-runtime-api 1.6.3",
        5197  +
 "aws-smithy-runtime 1.6.0",
        5198  +
 "aws-smithy-runtime-api 1.7.0",
 5199   5199   
 "aws-smithy-types 1.2.0",
 5200   5200   
 "aws-types 1.3.1",
 5201   5201   
 "bytes",
 5202   5202   
 "http 0.2.12",
 5203   5203   
 "hyper 0.14.29",
 5204   5204   
 "once_cell",
 5205   5205   
 "regex-lite",
 5206   5206   
 "tokio",
 5207   5207   
 "tracing",
 5208   5208   
]
 5209   5209   
 5210   5210   
[[package]]
 5211   5211   
name = "aws-sdk-licensemanager"
 5212         -
version = "1.30.0"
        5212  +
version = "1.32.0"
 5213   5213   
dependencies = [
 5214   5214   
 "aws-config",
 5215   5215   
 "aws-credential-types 1.2.0",
 5216         -
 "aws-runtime 1.2.2",
        5216  +
 "aws-runtime 1.3.0",
 5217   5217   
 "aws-smithy-async 1.2.1",
 5218   5218   
 "aws-smithy-http 0.60.8",
 5219   5219   
 "aws-smithy-json 0.60.7",
 5220         -
 "aws-smithy-runtime 1.5.7",
 5221         -
 "aws-smithy-runtime-api 1.6.3",
        5220  +
 "aws-smithy-runtime 1.6.0",
        5221  +
 "aws-smithy-runtime-api 1.7.0",
 5222   5222   
 "aws-smithy-types 1.2.0",
 5223   5223   
 "aws-types 1.3.1",
 5224   5224   
 "bytes",
 5225   5225   
 "http 0.2.12",
 5226   5226   
 "once_cell",
 5227   5227   
 "regex-lite",
 5228   5228   
 "tokio",
 5229   5229   
 "tracing",
 5230   5230   
]
 5231   5231   
 5232   5232   
[[package]]
 5233   5233   
name = "aws-sdk-licensemanagerlinuxsubscriptions"
 5234         -
version = "1.30.0"
        5234  +
version = "1.32.0"
 5235   5235   
dependencies = [
 5236   5236   
 "aws-config",
 5237   5237   
 "aws-credential-types 1.2.0",
 5238         -
 "aws-runtime 1.2.2",
        5238  +
 "aws-runtime 1.3.0",
 5239   5239   
 "aws-smithy-async 1.2.1",
 5240   5240   
 "aws-smithy-http 0.60.8",
 5241   5241   
 "aws-smithy-json 0.60.7",
 5242         -
 "aws-smithy-runtime 1.5.7",
 5243         -
 "aws-smithy-runtime-api 1.6.3",
        5242  +
 "aws-smithy-runtime 1.6.0",
        5243  +
 "aws-smithy-runtime-api 1.7.0",
 5244   5244   
 "aws-smithy-types 1.2.0",
 5245   5245   
 "aws-types 1.3.1",
 5246   5246   
 "bytes",
 5247   5247   
 "http 0.2.12",
 5248   5248   
 "once_cell",
 5249   5249   
 "regex-lite",
 5250   5250   
 "tokio",
 5251   5251   
 "tracing",
 5252   5252   
]
 5253   5253   
 5254   5254   
[[package]]
 5255   5255   
name = "aws-sdk-licensemanagerusersubscriptions"
 5256         -
version = "1.30.0"
        5256  +
version = "1.32.0"
 5257   5257   
dependencies = [
 5258   5258   
 "aws-config",
 5259   5259   
 "aws-credential-types 1.2.0",
 5260         -
 "aws-runtime 1.2.2",
        5260  +
 "aws-runtime 1.3.0",
 5261   5261   
 "aws-smithy-async 1.2.1",
 5262   5262   
 "aws-smithy-http 0.60.8",
 5263   5263   
 "aws-smithy-json 0.60.7",
 5264         -
 "aws-smithy-runtime 1.5.7",
 5265         -
 "aws-smithy-runtime-api 1.6.3",
        5264  +
 "aws-smithy-runtime 1.6.0",
        5265  +
 "aws-smithy-runtime-api 1.7.0",
 5266   5266   
 "aws-smithy-types 1.2.0",
 5267   5267   
 "aws-types 1.3.1",
 5268   5268   
 "bytes",
 5269   5269   
 "http 0.2.12",
 5270   5270   
 "once_cell",
 5271   5271   
 "regex-lite",
 5272   5272   
 "tokio",
 5273   5273   
 "tracing",
 5274   5274   
]
 5275   5275   
 5276   5276   
[[package]]
 5277   5277   
name = "aws-sdk-lightsail"
 5278         -
version = "1.34.0"
        5278  +
version = "1.36.0"
 5279   5279   
dependencies = [
 5280   5280   
 "aws-config",
 5281   5281   
 "aws-credential-types 1.2.0",
 5282         -
 "aws-runtime 1.2.2",
        5282  +
 "aws-runtime 1.3.0",
 5283   5283   
 "aws-smithy-async 1.2.1",
 5284   5284   
 "aws-smithy-http 0.60.8",
 5285   5285   
 "aws-smithy-json 0.60.7",
 5286         -
 "aws-smithy-runtime 1.5.7",
 5287         -
 "aws-smithy-runtime-api 1.6.3",
        5286  +
 "aws-smithy-runtime 1.6.0",
        5287  +
 "aws-smithy-runtime-api 1.7.0",
 5288   5288   
 "aws-smithy-types 1.2.0",
 5289   5289   
 "aws-types 1.3.1",
 5290   5290   
 "bytes",
 5291   5291   
 "http 0.2.12",
 5292   5292   
 "once_cell",
 5293   5293   
 "regex-lite",
 5294   5294   
 "tokio",
 5295   5295   
 "tracing",
 5296   5296   
]
 5297   5297   
 5298   5298   
[[package]]
 5299   5299   
name = "aws-sdk-location"
 5300         -
version = "1.33.0"
        5300  +
version = "1.35.0"
 5301   5301   
dependencies = [
 5302   5302   
 "aws-config",
 5303   5303   
 "aws-credential-types 1.2.0",
 5304         -
 "aws-runtime 1.2.2",
        5304  +
 "aws-runtime 1.3.0",
 5305   5305   
 "aws-smithy-async 1.2.1",
 5306   5306   
 "aws-smithy-http 0.60.8",
 5307   5307   
 "aws-smithy-json 0.60.7",
 5308         -
 "aws-smithy-runtime 1.5.7",
 5309         -
 "aws-smithy-runtime-api 1.6.3",
        5308  +
 "aws-smithy-runtime 1.6.0",
        5309  +
 "aws-smithy-runtime-api 1.7.0",
 5310   5310   
 "aws-smithy-types 1.2.0",
 5311   5311   
 "aws-types 1.3.1",
 5312   5312   
 "bytes",
 5313   5313   
 "http 0.2.12",
 5314   5314   
 "once_cell",
 5315   5315   
 "regex-lite",
 5316   5316   
 "tokio",
 5317   5317   
 "tracing",
 5318   5318   
]
 5319   5319   
 5320   5320   
[[package]]
 5321   5321   
name = "aws-sdk-lookoutequipment"
 5322         -
version = "1.32.0"
        5322  +
version = "1.34.0"
 5323   5323   
dependencies = [
 5324   5324   
 "aws-config",
 5325   5325   
 "aws-credential-types 1.2.0",
 5326         -
 "aws-runtime 1.2.2",
        5326  +
 "aws-runtime 1.3.0",
 5327   5327   
 "aws-smithy-async 1.2.1",
 5328   5328   
 "aws-smithy-http 0.60.8",
 5329   5329   
 "aws-smithy-json 0.60.7",
 5330         -
 "aws-smithy-runtime 1.5.7",
 5331         -
 "aws-smithy-runtime-api 1.6.3",
        5330  +
 "aws-smithy-runtime 1.6.0",
        5331  +
 "aws-smithy-runtime-api 1.7.0",
 5332   5332   
 "aws-smithy-types 1.2.0",
 5333   5333   
 "aws-types 1.3.1",
 5334   5334   
 "bytes",
 5335   5335   
 "fastrand 2.0.2",
 5336   5336   
 "http 0.2.12",
 5337   5337   
 "once_cell",
 5338   5338   
 "regex-lite",
 5339   5339   
 "tokio",
 5340   5340   
 "tracing",
 5341   5341   
]
 5342   5342   
 5343   5343   
[[package]]
 5344   5344   
name = "aws-sdk-lookoutmetrics"
 5345         -
version = "1.30.0"
        5345  +
version = "1.32.0"
 5346   5346   
dependencies = [
 5347   5347   
 "aws-config",
 5348   5348   
 "aws-credential-types 1.2.0",
 5349         -
 "aws-runtime 1.2.2",
        5349  +
 "aws-runtime 1.3.0",
 5350   5350   
 "aws-smithy-async 1.2.1",
 5351   5351   
 "aws-smithy-http 0.60.8",
 5352   5352   
 "aws-smithy-json 0.60.7",
 5353         -
 "aws-smithy-runtime 1.5.7",
 5354         -
 "aws-smithy-runtime-api 1.6.3",
        5353  +
 "aws-smithy-runtime 1.6.0",
        5354  +
 "aws-smithy-runtime-api 1.7.0",
 5355   5355   
 "aws-smithy-types 1.2.0",
 5356   5356   
 "aws-types 1.3.1",
 5357   5357   
 "bytes",
 5358   5358   
 "http 0.2.12",
 5359   5359   
 "once_cell",
 5360   5360   
 "regex-lite",
 5361   5361   
 "tokio",
 5362   5362   
 "tracing",
 5363   5363   
]
 5364   5364   
 5365   5365   
[[package]]
 5366   5366   
name = "aws-sdk-lookoutvision"
 5367         -
version = "1.30.0"
        5367  +
version = "1.32.0"
 5368   5368   
dependencies = [
 5369   5369   
 "aws-config",
 5370   5370   
 "aws-credential-types 1.2.0",
 5371         -
 "aws-runtime 1.2.2",
        5371  +
 "aws-runtime 1.3.0",
 5372   5372   
 "aws-smithy-async 1.2.1",
 5373   5373   
 "aws-smithy-http 0.60.8",
 5374   5374   
 "aws-smithy-json 0.60.7",
 5375         -
 "aws-smithy-runtime 1.5.7",
 5376         -
 "aws-smithy-runtime-api 1.6.3",
        5375  +
 "aws-smithy-runtime 1.6.0",
        5376  +
 "aws-smithy-runtime-api 1.7.0",
 5377   5377   
 "aws-smithy-types 1.2.0",
 5378   5378   
 "aws-types 1.3.1",
 5379   5379   
 "bytes",
 5380   5380   
 "fastrand 2.0.2",
 5381   5381   
 "http 0.2.12",
 5382   5382   
 "once_cell",
 5383   5383   
 "regex-lite",
 5384   5384   
 "tokio",
 5385   5385   
 "tracing",
 5386   5386   
]
 5387   5387   
 5388   5388   
[[package]]
 5389   5389   
name = "aws-sdk-m2"
 5390         -
version = "1.31.0"
        5390  +
version = "1.33.0"
 5391   5391   
dependencies = [
 5392   5392   
 "aws-config",
 5393   5393   
 "aws-credential-types 1.2.0",
 5394         -
 "aws-runtime 1.2.2",
        5394  +
 "aws-runtime 1.3.0",
 5395   5395   
 "aws-smithy-async 1.2.1",
 5396   5396   
 "aws-smithy-http 0.60.8",
 5397   5397   
 "aws-smithy-json 0.60.7",
 5398         -
 "aws-smithy-runtime 1.5.7",
 5399         -
 "aws-smithy-runtime-api 1.6.3",
        5398  +
 "aws-smithy-runtime 1.6.0",
        5399  +
 "aws-smithy-runtime-api 1.7.0",
 5400   5400   
 "aws-smithy-types 1.2.0",
 5401   5401   
 "aws-types 1.3.1",
 5402   5402   
 "bytes",
 5403   5403   
 "fastrand 2.0.2",
 5404   5404   
 "http 0.2.12",
 5405   5405   
 "once_cell",
 5406   5406   
 "regex-lite",
 5407   5407   
 "tokio",
 5408   5408   
 "tracing",
 5409   5409   
]
 5410   5410   
 5411   5411   
[[package]]
 5412   5412   
name = "aws-sdk-machinelearning"
 5413         -
version = "1.30.0"
        5413  +
version = "1.32.0"
 5414   5414   
dependencies = [
 5415   5415   
 "aws-config",
 5416   5416   
 "aws-credential-types 1.2.0",
 5417         -
 "aws-runtime 1.2.2",
        5417  +
 "aws-runtime 1.3.0",
 5418   5418   
 "aws-smithy-async 1.2.1",
 5419   5419   
 "aws-smithy-http 0.60.8",
 5420   5420   
 "aws-smithy-json 0.60.7",
 5421         -
 "aws-smithy-runtime 1.5.7",
 5422         -
 "aws-smithy-runtime-api 1.6.3",
        5421  +
 "aws-smithy-runtime 1.6.0",
        5422  +
 "aws-smithy-runtime-api 1.7.0",
 5423   5423   
 "aws-smithy-types 1.2.0",
 5424   5424   
 "aws-types 1.3.1",
 5425   5425   
 "bytes",
 5426   5426   
 "http 0.2.12",
 5427   5427   
 "once_cell",
 5428   5428   
 "regex-lite",
 5429   5429   
 "tokio",
 5430   5430   
 "tracing",
 5431   5431   
]
 5432   5432   
 5433   5433   
[[package]]
 5434   5434   
name = "aws-sdk-macie2"
 5435         -
version = "1.31.0"
        5435  +
version = "1.34.0"
 5436   5436   
dependencies = [
 5437   5437   
 "aws-config",
 5438   5438   
 "aws-credential-types 1.2.0",
 5439         -
 "aws-runtime 1.2.2",
        5439  +
 "aws-runtime 1.3.0",
 5440   5440   
 "aws-smithy-async 1.2.1",
 5441   5441   
 "aws-smithy-http 0.60.8",
 5442   5442   
 "aws-smithy-json 0.60.7",
 5443         -
 "aws-smithy-runtime 1.5.7",
 5444         -
 "aws-smithy-runtime-api 1.6.3",
        5443  +
 "aws-smithy-runtime 1.6.0",
        5444  +
 "aws-smithy-runtime-api 1.7.0",
 5445   5445   
 "aws-smithy-types 1.2.0",
 5446   5446   
 "aws-types 1.3.1",
 5447   5447   
 "bytes",
 5448   5448   
 "fastrand 2.0.2",
 5449   5449   
 "http 0.2.12",
 5450   5450   
 "once_cell",
 5451   5451   
 "regex-lite",
 5452   5452   
 "tokio",
 5453   5453   
 "tracing",
 5454   5454   
]
 5455   5455   
 5456   5456   
[[package]]
 5457   5457   
name = "aws-sdk-mailmanager"
 5458         -
version = "1.5.0"
        5458  +
version = "1.7.0"
 5459   5459   
dependencies = [
 5460   5460   
 "aws-config",
 5461   5461   
 "aws-credential-types 1.2.0",
 5462         -
 "aws-runtime 1.2.2",
        5462  +
 "aws-runtime 1.3.0",
 5463   5463   
 "aws-smithy-async 1.2.1",
 5464   5464   
 "aws-smithy-http 0.60.8",
 5465   5465   
 "aws-smithy-json 0.60.7",
 5466         -
 "aws-smithy-runtime 1.5.7",
 5467         -
 "aws-smithy-runtime-api 1.6.3",
        5466  +
 "aws-smithy-runtime 1.6.0",
        5467  +
 "aws-smithy-runtime-api 1.7.0",
 5468   5468   
 "aws-smithy-types 1.2.0",
 5469   5469   
 "aws-types 1.3.1",
 5470   5470   
 "bytes",
 5471   5471   
 "fastrand 2.0.2",
 5472   5472   
 "http 0.2.12",
 5473   5473   
 "once_cell",
 5474   5474   
 "regex-lite",
 5475   5475   
 "tokio",
 5476   5476   
 "tracing",
 5477   5477   
]
 5478   5478   
 5479   5479   
[[package]]
 5480   5480   
name = "aws-sdk-managedblockchain"
 5481         -
version = "1.30.0"
        5481  +
version = "1.32.0"
 5482   5482   
dependencies = [
 5483   5483   
 "aws-config",
 5484   5484   
 "aws-credential-types 1.2.0",
 5485         -
 "aws-runtime 1.2.2",
        5485  +
 "aws-runtime 1.3.0",
 5486   5486   
 "aws-smithy-async 1.2.1",
 5487   5487   
 "aws-smithy-http 0.60.8",
 5488   5488   
 "aws-smithy-json 0.60.7",
 5489         -
 "aws-smithy-runtime 1.5.7",
 5490         -
 "aws-smithy-runtime-api 1.6.3",
        5489  +
 "aws-smithy-runtime 1.6.0",
        5490  +
 "aws-smithy-runtime-api 1.7.0",
 5491   5491   
 "aws-smithy-types 1.2.0",
 5492   5492   
 "aws-types 1.3.1",
 5493   5493   
 "bytes",
 5494   5494   
 "fastrand 2.0.2",
 5495   5495   
 "http 0.2.12",
 5496   5496   
 "once_cell",
 5497   5497   
 "regex-lite",
 5498   5498   
 "tokio",
 5499   5499   
 "tracing",
 5500   5500   
]
 5501   5501   
 5502   5502   
[[package]]
 5503   5503   
name = "aws-sdk-managedblockchainquery"
 5504         -
version = "1.33.0"
        5504  +
version = "1.35.0"
 5505   5505   
dependencies = [
 5506   5506   
 "aws-config",
 5507   5507   
 "aws-credential-types 1.2.0",
 5508         -
 "aws-runtime 1.2.2",
        5508  +
 "aws-runtime 1.3.0",
 5509   5509   
 "aws-smithy-async 1.2.1",
 5510   5510   
 "aws-smithy-http 0.60.8",
 5511   5511   
 "aws-smithy-json 0.60.7",
 5512         -
 "aws-smithy-runtime 1.5.7",
 5513         -
 "aws-smithy-runtime-api 1.6.3",
        5512  +
 "aws-smithy-runtime 1.6.0",
        5513  +
 "aws-smithy-runtime-api 1.7.0",
 5514   5514   
 "aws-smithy-types 1.2.0",
 5515   5515   
 "aws-types 1.3.1",
 5516   5516   
 "bytes",
 5517   5517   
 "http 0.2.12",
 5518   5518   
 "once_cell",
 5519   5519   
 "regex-lite",
 5520   5520   
 "tokio",
 5521   5521   
 "tracing",
 5522   5522   
]
 5523   5523   
 5524   5524   
[[package]]
 5525   5525   
name = "aws-sdk-marketplaceagreement"
 5526         -
version = "1.27.0"
        5526  +
version = "1.29.0"
 5527   5527   
dependencies = [
 5528   5528   
 "aws-config",
 5529   5529   
 "aws-credential-types 1.2.0",
 5530         -
 "aws-runtime 1.2.2",
        5530  +
 "aws-runtime 1.3.0",
 5531   5531   
 "aws-smithy-async 1.2.1",
 5532   5532   
 "aws-smithy-http 0.60.8",
 5533   5533   
 "aws-smithy-json 0.60.7",
 5534         -
 "aws-smithy-runtime 1.5.7",
 5535         -
 "aws-smithy-runtime-api 1.6.3",
        5534  +
 "aws-smithy-runtime 1.6.0",
        5535  +
 "aws-smithy-runtime-api 1.7.0",
 5536   5536   
 "aws-smithy-types 1.2.0",
 5537   5537   
 "aws-types 1.3.1",
 5538   5538   
 "bytes",
 5539   5539   
 "http 0.2.12",
 5540   5540   
 "once_cell",
 5541   5541   
 "regex-lite",
 5542   5542   
 "tokio",
 5543   5543   
 "tracing",
 5544   5544   
]
 5545   5545   
 5546   5546   
[[package]]
 5547   5547   
name = "aws-sdk-marketplacecatalog"
 5548         -
version = "1.34.0"
        5548  +
version = "1.36.0"
 5549   5549   
dependencies = [
 5550   5550   
 "aws-config",
 5551   5551   
 "aws-credential-types 1.2.0",
 5552         -
 "aws-runtime 1.2.2",
        5552  +
 "aws-runtime 1.3.0",
 5553   5553   
 "aws-smithy-async 1.2.1",
 5554   5554   
 "aws-smithy-http 0.60.8",
 5555   5555   
 "aws-smithy-json 0.60.7",
 5556         -
 "aws-smithy-runtime 1.5.7",
 5557         -
 "aws-smithy-runtime-api 1.6.3",
        5556  +
 "aws-smithy-runtime 1.6.0",
        5557  +
 "aws-smithy-runtime-api 1.7.0",
 5558   5558   
 "aws-smithy-types 1.2.0",
 5559   5559   
 "aws-types 1.3.1",
 5560   5560   
 "bytes",
 5561   5561   
 "fastrand 2.0.2",
 5562   5562   
 "http 0.2.12",
 5563   5563   
 "once_cell",
 5564   5564   
 "regex-lite",
 5565   5565   
 "tokio",
 5566   5566   
 "tracing",
 5567   5567   
]
 5568   5568   
 5569   5569   
[[package]]
 5570   5570   
name = "aws-sdk-marketplacecommerceanalytics"
 5571         -
version = "1.30.0"
        5571  +
version = "1.32.0"
 5572   5572   
dependencies = [
 5573   5573   
 "aws-config",
 5574   5574   
 "aws-credential-types 1.2.0",
 5575         -
 "aws-runtime 1.2.2",
        5575  +
 "aws-runtime 1.3.0",
 5576   5576   
 "aws-smithy-async 1.2.1",
 5577   5577   
 "aws-smithy-http 0.60.8",
 5578   5578   
 "aws-smithy-json 0.60.7",
 5579         -
 "aws-smithy-runtime 1.5.7",
 5580         -
 "aws-smithy-runtime-api 1.6.3",
        5579  +
 "aws-smithy-runtime 1.6.0",
        5580  +
 "aws-smithy-runtime-api 1.7.0",
 5581   5581   
 "aws-smithy-types 1.2.0",
 5582   5582   
 "aws-types 1.3.1",
 5583   5583   
 "bytes",
 5584   5584   
 "http 0.2.12",
 5585   5585   
 "once_cell",
 5586   5586   
 "regex-lite",
 5587   5587   
 "tokio",
 5588   5588   
 "tracing",
 5589   5589   
]
 5590   5590   
 5591   5591   
[[package]]
 5592   5592   
name = "aws-sdk-marketplacedeployment"
 5593         -
version = "1.27.0"
        5593  +
version = "1.29.0"
 5594   5594   
dependencies = [
 5595   5595   
 "aws-config",
 5596   5596   
 "aws-credential-types 1.2.0",
 5597         -
 "aws-runtime 1.2.2",
        5597  +
 "aws-runtime 1.3.0",
 5598   5598   
 "aws-smithy-async 1.2.1",
 5599   5599   
 "aws-smithy-http 0.60.8",
 5600   5600   
 "aws-smithy-json 0.60.7",
 5601         -
 "aws-smithy-runtime 1.5.7",
 5602         -
 "aws-smithy-runtime-api 1.6.3",
        5601  +
 "aws-smithy-runtime 1.6.0",
        5602  +
 "aws-smithy-runtime-api 1.7.0",
 5603   5603   
 "aws-smithy-types 1.2.0",
 5604   5604   
 "aws-types 1.3.1",
 5605   5605   
 "bytes",
 5606   5606   
 "fastrand 2.0.2",
 5607   5607   
 "http 0.2.12",
 5608   5608   
 "once_cell",
 5609   5609   
 "regex-lite",
 5610   5610   
 "tokio",
 5611   5611   
 "tracing",
 5612   5612   
]
 5613   5613   
 5614   5614   
[[package]]
 5615   5615   
name = "aws-sdk-marketplaceentitlement"
 5616         -
version = "1.31.0"
        5616  +
version = "1.33.0"
 5617   5617   
dependencies = [
 5618   5618   
 "aws-config",
 5619   5619   
 "aws-credential-types 1.2.0",
 5620         -
 "aws-runtime 1.2.2",
        5620  +
 "aws-runtime 1.3.0",
 5621   5621   
 "aws-smithy-async 1.2.1",
 5622   5622   
 "aws-smithy-http 0.60.8",
 5623   5623   
 "aws-smithy-json 0.60.7",
 5624         -
 "aws-smithy-runtime 1.5.7",
 5625         -
 "aws-smithy-runtime-api 1.6.3",
        5624  +
 "aws-smithy-runtime 1.6.0",
        5625  +
 "aws-smithy-runtime-api 1.7.0",
 5626   5626   
 "aws-smithy-types 1.2.0",
 5627   5627   
 "aws-types 1.3.1",
 5628   5628   
 "bytes",
 5629   5629   
 "http 0.2.12",
 5630   5630   
 "once_cell",
 5631   5631   
 "regex-lite",
 5632   5632   
 "tokio",
 5633   5633   
 "tracing",
 5634   5634   
]
 5635   5635   
 5636   5636   
[[package]]
 5637   5637   
name = "aws-sdk-marketplacemetering"
 5638         -
version = "1.30.0"
        5638  +
version = "1.32.0"
 5639   5639   
dependencies = [
 5640   5640   
 "aws-config",
 5641   5641   
 "aws-credential-types 1.2.0",
 5642         -
 "aws-runtime 1.2.2",
        5642  +
 "aws-runtime 1.3.0",
 5643   5643   
 "aws-smithy-async 1.2.1",
 5644   5644   
 "aws-smithy-http 0.60.8",
 5645   5645   
 "aws-smithy-json 0.60.7",
 5646         -
 "aws-smithy-runtime 1.5.7",
 5647         -
 "aws-smithy-runtime-api 1.6.3",
        5646  +
 "aws-smithy-runtime 1.6.0",
        5647  +
 "aws-smithy-runtime-api 1.7.0",
 5648   5648   
 "aws-smithy-types 1.2.0",
 5649   5649   
 "aws-types 1.3.1",
 5650   5650   
 "bytes",
 5651   5651   
 "http 0.2.12",
 5652   5652   
 "once_cell",
 5653   5653   
 "regex-lite",
 5654   5654   
 "tokio",
 5655   5655   
 "tracing",
 5656   5656   
]
 5657   5657   
 5658   5658   
[[package]]
 5659   5659   
name = "aws-sdk-mediaconnect"
 5660         -
version = "1.31.0"
        5660  +
version = "1.33.0"
 5661   5661   
dependencies = [
 5662   5662   
 "aws-config",
 5663   5663   
 "aws-credential-types 1.2.0",
 5664         -
 "aws-runtime 1.2.2",
        5664  +
 "aws-runtime 1.3.0",
 5665   5665   
 "aws-smithy-async 1.2.1",
 5666   5666   
 "aws-smithy-http 0.60.8",
 5667   5667   
 "aws-smithy-json 0.60.7",
 5668         -
 "aws-smithy-runtime 1.5.7",
 5669         -
 "aws-smithy-runtime-api 1.6.3",
        5668  +
 "aws-smithy-runtime 1.6.0",
        5669  +
 "aws-smithy-runtime-api 1.7.0",
 5670   5670   
 "aws-smithy-types 1.2.0",
 5671   5671   
 "aws-types 1.3.1",
 5672   5672   
 "bytes",
 5673   5673   
 "http 0.2.12",
 5674   5674   
 "once_cell",
 5675   5675   
 "regex-lite",
 5676   5676   
 "tokio",
 5677   5677   
 "tracing",
 5678   5678   
]
 5679   5679   
 5680   5680   
[[package]]
 5681   5681   
name = "aws-sdk-mediaconvert"
 5682         -
version = "1.33.0"
        5682  +
version = "1.37.0"
 5683   5683   
dependencies = [
 5684   5684   
 "aws-config",
 5685   5685   
 "aws-credential-types 1.2.0",
 5686         -
 "aws-runtime 1.2.2",
        5686  +
 "aws-runtime 1.3.0",
 5687   5687   
 "aws-smithy-async 1.2.1",
 5688   5688   
 "aws-smithy-http 0.60.8",
 5689   5689   
 "aws-smithy-json 0.60.7",
 5690         -
 "aws-smithy-runtime 1.5.7",
 5691         -
 "aws-smithy-runtime-api 1.6.3",
        5690  +
 "aws-smithy-runtime 1.6.0",
        5691  +
 "aws-smithy-runtime-api 1.7.0",
 5692   5692   
 "aws-smithy-types 1.2.0",
 5693   5693   
 "aws-types 1.3.1",
 5694   5694   
 "bytes",
 5695   5695   
 "fastrand 2.0.2",
 5696   5696   
 "http 0.2.12",
 5697   5697   
 "once_cell",
 5698   5698   
 "regex-lite",
 5699   5699   
 "tokio",
 5700   5700   
 "tracing",
 5701   5701   
]
 5702   5702   
 5703   5703   
[[package]]
 5704   5704   
name = "aws-sdk-medialive"
 5705         -
version = "1.36.0"
        5705  +
version = "1.38.0"
 5706   5706   
dependencies = [
 5707   5707   
 "aws-config",
 5708   5708   
 "aws-credential-types 1.2.0",
 5709         -
 "aws-runtime 1.2.2",
        5709  +
 "aws-runtime 1.3.0",
 5710   5710   
 "aws-smithy-async 1.2.1",
 5711   5711   
 "aws-smithy-http 0.60.8",
 5712   5712   
 "aws-smithy-json 0.60.7",
 5713         -
 "aws-smithy-runtime 1.5.7",
 5714         -
 "aws-smithy-runtime-api 1.6.3",
        5713  +
 "aws-smithy-runtime 1.6.0",
        5714  +
 "aws-smithy-runtime-api 1.7.0",
 5715   5715   
 "aws-smithy-types 1.2.0",
 5716   5716   
 "aws-types 1.3.1",
 5717   5717   
 "bytes",
 5718   5718   
 "fastrand 2.0.2",
 5719   5719   
 "http 0.2.12",
 5720   5720   
 "once_cell",
 5721   5721   
 "regex-lite",
 5722   5722   
 "tokio",
 5723   5723   
 "tracing",
 5724   5724   
]
 5725   5725   
 5726   5726   
[[package]]
 5727   5727   
name = "aws-sdk-mediapackage"
 5728         -
version = "1.30.0"
        5728  +
version = "1.32.0"
 5729   5729   
dependencies = [
 5730   5730   
 "aws-config",
 5731   5731   
 "aws-credential-types 1.2.0",
 5732         -
 "aws-runtime 1.2.2",
        5732  +
 "aws-runtime 1.3.0",
 5733   5733   
 "aws-smithy-async 1.2.1",
 5734   5734   
 "aws-smithy-http 0.60.8",
 5735   5735   
 "aws-smithy-json 0.60.7",
 5736         -
 "aws-smithy-runtime 1.5.7",
 5737         -
 "aws-smithy-runtime-api 1.6.3",
        5736  +
 "aws-smithy-runtime 1.6.0",
        5737  +
 "aws-smithy-runtime-api 1.7.0",
 5738   5738   
 "aws-smithy-types 1.2.0",
 5739   5739   
 "aws-types 1.3.1",
 5740   5740   
 "bytes",
 5741   5741   
 "http 0.2.12",
 5742   5742   
 "once_cell",
 5743   5743   
 "regex-lite",
 5744   5744   
 "tokio",
 5745   5745   
 "tracing",
 5746   5746   
]
 5747   5747   
 5748   5748   
[[package]]
 5749   5749   
name = "aws-sdk-mediapackagev2"
 5750         -
version = "1.32.0"
        5750  +
version = "1.34.0"
 5751   5751   
dependencies = [
 5752   5752   
 "aws-config",
 5753   5753   
 "aws-credential-types 1.2.0",
 5754         -
 "aws-runtime 1.2.2",
        5754  +
 "aws-runtime 1.3.0",
 5755   5755   
 "aws-smithy-async 1.2.1",
 5756   5756   
 "aws-smithy-http 0.60.8",
 5757   5757   
 "aws-smithy-json 0.60.7",
 5758         -
 "aws-smithy-runtime 1.5.7",
 5759         -
 "aws-smithy-runtime-api 1.6.3",
        5758  +
 "aws-smithy-runtime 1.6.0",
        5759  +
 "aws-smithy-runtime-api 1.7.0",
 5760   5760   
 "aws-smithy-types 1.2.0",
 5761   5761   
 "aws-types 1.3.1",
 5762   5762   
 "bytes",
 5763   5763   
 "fastrand 2.0.2",
 5764   5764   
 "http 0.2.12",
 5765   5765   
 "once_cell",
 5766   5766   
 "regex-lite",
 5767   5767   
 "tokio",
 5768   5768   
 "tracing",
 5769   5769   
]
 5770   5770   
 5771   5771   
[[package]]
 5772   5772   
name = "aws-sdk-mediapackagevod"
 5773         -
version = "1.30.0"
        5773  +
version = "1.32.0"
 5774   5774   
dependencies = [
 5775   5775   
 "aws-config",
 5776   5776   
 "aws-credential-types 1.2.0",
 5777         -
 "aws-runtime 1.2.2",
        5777  +
 "aws-runtime 1.3.0",
 5778   5778   
 "aws-smithy-async 1.2.1",
 5779   5779   
 "aws-smithy-http 0.60.8",
 5780   5780   
 "aws-smithy-json 0.60.7",
 5781         -
 "aws-smithy-runtime 1.5.7",
 5782         -
 "aws-smithy-runtime-api 1.6.3",
        5781  +
 "aws-smithy-runtime 1.6.0",
        5782  +
 "aws-smithy-runtime-api 1.7.0",
 5783   5783   
 "aws-smithy-types 1.2.0",
 5784   5784   
 "aws-types 1.3.1",
 5785   5785   
 "bytes",
 5786   5786   
 "http 0.2.12",
 5787   5787   
 "once_cell",
 5788   5788   
 "regex-lite",
 5789   5789   
 "tokio",
 5790   5790   
 "tracing",
 5791   5791   
]
 5792   5792   
 5793   5793   
[[package]]
 5794   5794   
name = "aws-sdk-mediastore"
 5795         -
version = "1.30.0"
        5795  +
version = "1.32.0"
 5796   5796   
dependencies = [
 5797   5797   
 "aws-config",
 5798   5798   
 "aws-credential-types 1.2.0",
 5799         -
 "aws-runtime 1.2.2",
        5799  +
 "aws-runtime 1.3.0",
 5800   5800   
 "aws-smithy-async 1.2.1",
 5801   5801   
 "aws-smithy-http 0.60.8",
 5802   5802   
 "aws-smithy-json 0.60.7",
 5803         -
 "aws-smithy-runtime 1.5.7",
 5804         -
 "aws-smithy-runtime-api 1.6.3",
        5803  +
 "aws-smithy-runtime 1.6.0",
        5804  +
 "aws-smithy-runtime-api 1.7.0",
 5805   5805   
 "aws-smithy-types 1.2.0",
 5806   5806   
 "aws-types 1.3.1",
 5807   5807   
 "bytes",
 5808   5808   
 "http 0.2.12",
 5809   5809   
 "once_cell",
 5810   5810   
 "regex-lite",
 5811   5811   
 "tokio",
 5812   5812   
 "tracing",
 5813   5813   
]
 5814   5814   
 5815   5815   
[[package]]
 5816   5816   
name = "aws-sdk-mediastoredata"
 5817         -
version = "1.30.0"
        5817  +
version = "1.32.0"
 5818   5818   
dependencies = [
 5819   5819   
 "aws-config",
 5820   5820   
 "aws-credential-types 1.2.0",
 5821         -
 "aws-runtime 1.2.2",
        5821  +
 "aws-runtime 1.3.0",
 5822   5822   
 "aws-sigv4 1.2.2",
 5823   5823   
 "aws-smithy-async 1.2.1",
 5824   5824   
 "aws-smithy-http 0.60.8",
 5825   5825   
 "aws-smithy-json 0.60.7",
 5826         -
 "aws-smithy-runtime 1.5.7",
 5827         -
 "aws-smithy-runtime-api 1.6.3",
        5826  +
 "aws-smithy-runtime 1.6.0",
        5827  +
 "aws-smithy-runtime-api 1.7.0",
 5828   5828   
 "aws-smithy-types 1.2.0",
 5829   5829   
 "aws-types 1.3.1",
 5830   5830   
 "bytes",
 5831   5831   
 "http 0.2.12",
 5832   5832   
 "once_cell",
 5833   5833   
 "regex-lite",
 5834   5834   
 "tokio",
 5835   5835   
 "tracing",
 5836   5836   
]
 5837   5837   
 5838   5838   
[[package]]
 5839   5839   
name = "aws-sdk-mediatailor"
 5840         -
version = "1.32.0"
        5840  +
version = "1.34.0"
 5841   5841   
dependencies = [
 5842   5842   
 "aws-config",
 5843   5843   
 "aws-credential-types 1.2.0",
 5844         -
 "aws-runtime 1.2.2",
        5844  +
 "aws-runtime 1.3.0",
 5845   5845   
 "aws-smithy-async 1.2.1",
 5846   5846   
 "aws-smithy-http 0.60.8",
 5847   5847   
 "aws-smithy-json 0.60.7",
 5848         -
 "aws-smithy-runtime 1.5.7",
 5849         -
 "aws-smithy-runtime-api 1.6.3",
        5848  +
 "aws-smithy-runtime 1.6.0",
        5849  +
 "aws-smithy-runtime-api 1.7.0",
 5850   5850   
 "aws-smithy-types 1.2.0",
 5851   5851   
 "aws-types 1.3.1",
 5852   5852   
 "bytes",
 5853   5853   
 "http 0.2.12",
 5854   5854   
 "once_cell",
 5855   5855   
 "regex-lite",
 5856   5856   
 "tokio",
 5857   5857   
 "tracing",
 5858   5858   
]
 5859   5859   
 5860   5860   
[[package]]
 5861   5861   
name = "aws-sdk-medicalimaging"
 5862         -
version = "1.32.0"
        5862  +
version = "1.34.0"
 5863   5863   
dependencies = [
 5864   5864   
 "aws-config",
 5865   5865   
 "aws-credential-types 1.2.0",
 5866         -
 "aws-runtime 1.2.2",
        5866  +
 "aws-runtime 1.3.0",
 5867   5867   
 "aws-smithy-async 1.2.1",
 5868   5868   
 "aws-smithy-http 0.60.8",
 5869   5869   
 "aws-smithy-json 0.60.7",
 5870         -
 "aws-smithy-runtime 1.5.7",
 5871         -
 "aws-smithy-runtime-api 1.6.3",
        5870  +
 "aws-smithy-runtime 1.6.0",
        5871  +
 "aws-smithy-runtime-api 1.7.0",
 5872   5872   
 "aws-smithy-types 1.2.0",
 5873   5873   
 "aws-types 1.3.1",
 5874   5874   
 "bytes",
 5875   5875   
 "fastrand 2.0.2",
 5876   5876   
 "http 0.2.12",
 5877   5877   
 "once_cell",
 5878   5878   
 "regex-lite",
 5879   5879   
 "tokio",
 5880   5880   
 "tracing",
 5881   5881   
]
 5882   5882   
 5883   5883   
[[package]]
 5884   5884   
name = "aws-sdk-memorydb"
 5885         -
version = "1.30.0"
        5885  +
version = "1.32.0"
 5886   5886   
dependencies = [
 5887   5887   
 "aws-config",
 5888   5888   
 "aws-credential-types 1.2.0",
 5889         -
 "aws-runtime 1.2.2",
        5889  +
 "aws-runtime 1.3.0",
 5890   5890   
 "aws-smithy-async 1.2.1",
 5891   5891   
 "aws-smithy-http 0.60.8",
 5892   5892   
 "aws-smithy-json 0.60.7",
 5893         -
 "aws-smithy-runtime 1.5.7",
 5894         -
 "aws-smithy-runtime-api 1.6.3",
        5893  +
 "aws-smithy-runtime 1.6.0",
        5894  +
 "aws-smithy-runtime-api 1.7.0",
 5895   5895   
 "aws-smithy-types 1.2.0",
 5896   5896   
 "aws-types 1.3.1",
 5897   5897   
 "bytes",
 5898   5898   
 "http 0.2.12",
 5899   5899   
 "once_cell",
 5900   5900   
 "regex-lite",
 5901   5901   
 "tokio",
 5902   5902   
 "tracing",
 5903   5903   
]
 5904   5904   
 5905   5905   
[[package]]
 5906   5906   
name = "aws-sdk-mgn"
 5907         -
version = "1.30.0"
        5907  +
version = "1.32.0"
 5908   5908   
dependencies = [
 5909   5909   
 "aws-config",
 5910   5910   
 "aws-credential-types 1.2.0",
 5911         -
 "aws-runtime 1.2.2",
        5911  +
 "aws-runtime 1.3.0",
 5912   5912   
 "aws-smithy-async 1.2.1",
 5913   5913   
 "aws-smithy-http 0.60.8",
 5914   5914   
 "aws-smithy-json 0.60.7",
 5915         -
 "aws-smithy-runtime 1.5.7",
 5916         -
 "aws-smithy-runtime-api 1.6.3",
        5915  +
 "aws-smithy-runtime 1.6.0",
        5916  +
 "aws-smithy-runtime-api 1.7.0",
 5917   5917   
 "aws-smithy-types 1.2.0",
 5918   5918   
 "aws-types 1.3.1",
 5919   5919   
 "bytes",
 5920   5920   
 "fastrand 2.0.2",
 5921   5921   
 "http 0.2.12",
 5922   5922   
 "once_cell",
 5923   5923   
 "regex-lite",
 5924   5924   
 "tokio",
 5925   5925   
 "tracing",
 5926   5926   
]
 5927   5927   
 5928   5928   
[[package]]
 5929   5929   
name = "aws-sdk-migrationhub"
 5930         -
version = "1.30.0"
        5930  +
version = "1.32.0"
 5931   5931   
dependencies = [
 5932   5932   
 "aws-config",
 5933   5933   
 "aws-credential-types 1.2.0",
 5934         -
 "aws-runtime 1.2.2",
        5934  +
 "aws-runtime 1.3.0",
 5935   5935   
 "aws-smithy-async 1.2.1",
 5936   5936   
 "aws-smithy-http 0.60.8",
 5937   5937   
 "aws-smithy-json 0.60.7",
 5938         -
 "aws-smithy-runtime 1.5.7",
 5939         -
 "aws-smithy-runtime-api 1.6.3",
        5938  +
 "aws-smithy-runtime 1.6.0",
        5939  +
 "aws-smithy-runtime-api 1.7.0",
 5940   5940   
 "aws-smithy-types 1.2.0",
 5941   5941   
 "aws-types 1.3.1",
 5942   5942   
 "bytes",
 5943   5943   
 "http 0.2.12",
 5944   5944   
 "once_cell",
 5945   5945   
 "regex-lite",
 5946   5946   
 "tokio",
 5947   5947   
 "tracing",
 5948   5948   
]
 5949   5949   
 5950   5950   
[[package]]
 5951   5951   
name = "aws-sdk-migrationhubconfig"
 5952         -
version = "1.30.0"
        5952  +
version = "1.32.0"
 5953   5953   
dependencies = [
 5954   5954   
 "aws-config",
 5955   5955   
 "aws-credential-types 1.2.0",
 5956         -
 "aws-runtime 1.2.2",
        5956  +
 "aws-runtime 1.3.0",
 5957   5957   
 "aws-smithy-async 1.2.1",
 5958   5958   
 "aws-smithy-http 0.60.8",
 5959   5959   
 "aws-smithy-json 0.60.7",
 5960         -
 "aws-smithy-runtime 1.5.7",
 5961         -
 "aws-smithy-runtime-api 1.6.3",
        5960  +
 "aws-smithy-runtime 1.6.0",
        5961  +
 "aws-smithy-runtime-api 1.7.0",
 5962   5962   
 "aws-smithy-types 1.2.0",
 5963   5963   
 "aws-types 1.3.1",
 5964   5964   
 "bytes",
 5965   5965   
 "http 0.2.12",
 5966   5966   
 "once_cell",
 5967   5967   
 "regex-lite",
 5968   5968   
 "tokio",
 5969   5969   
 "tracing",
 5970   5970   
]
 5971   5971   
 5972   5972   
[[package]]
 5973   5973   
name = "aws-sdk-migrationhuborchestrator"
 5974         -
version = "1.31.0"
        5974  +
version = "1.33.0"
 5975   5975   
dependencies = [
 5976   5976   
 "aws-config",
 5977   5977   
 "aws-credential-types 1.2.0",
 5978         -
 "aws-runtime 1.2.2",
        5978  +
 "aws-runtime 1.3.0",
 5979   5979   
 "aws-smithy-async 1.2.1",
 5980   5980   
 "aws-smithy-http 0.60.8",
 5981   5981   
 "aws-smithy-json 0.60.7",
 5982         -
 "aws-smithy-runtime 1.5.7",
 5983         -
 "aws-smithy-runtime-api 1.6.3",
        5982  +
 "aws-smithy-runtime 1.6.0",
        5983  +
 "aws-smithy-runtime-api 1.7.0",
 5984   5984   
 "aws-smithy-types 1.2.0",
 5985   5985   
 "aws-types 1.3.1",
 5986   5986   
 "bytes",
 5987   5987   
 "fastrand 2.0.2",
 5988   5988   
 "http 0.2.12",
 5989   5989   
 "once_cell",
 5990   5990   
 "regex-lite",
 5991   5991   
 "tokio",
 5992   5992   
 "tracing",
 5993   5993   
]
 5994   5994   
 5995   5995   
[[package]]
 5996   5996   
name = "aws-sdk-migrationhubrefactorspaces"
 5997         -
version = "1.30.0"
        5997  +
version = "1.32.0"
 5998   5998   
dependencies = [
 5999   5999   
 "aws-config",
 6000   6000   
 "aws-credential-types 1.2.0",
 6001         -
 "aws-runtime 1.2.2",
        6001  +
 "aws-runtime 1.3.0",
 6002   6002   
 "aws-smithy-async 1.2.1",
 6003   6003   
 "aws-smithy-http 0.60.8",
 6004   6004   
 "aws-smithy-json 0.60.7",
 6005         -
 "aws-smithy-runtime 1.5.7",
 6006         -
 "aws-smithy-runtime-api 1.6.3",
        6005  +
 "aws-smithy-runtime 1.6.0",
        6006  +
 "aws-smithy-runtime-api 1.7.0",
 6007   6007   
 "aws-smithy-types 1.2.0",
 6008   6008   
 "aws-types 1.3.1",
 6009   6009   
 "bytes",
 6010   6010   
 "fastrand 2.0.2",
 6011   6011   
 "http 0.2.12",
 6012   6012   
 "once_cell",
 6013   6013   
 "regex-lite",
 6014   6014   
 "tokio",
 6015   6015   
 "tracing",
 6016   6016   
]
 6017   6017   
 6018   6018   
[[package]]
 6019   6019   
name = "aws-sdk-migrationhubstrategy"
 6020         -
version = "1.30.0"
        6020  +
version = "1.32.0"
 6021   6021   
dependencies = [
 6022   6022   
 "aws-config",
 6023   6023   
 "aws-credential-types 1.2.0",
 6024         -
 "aws-runtime 1.2.2",
        6024  +
 "aws-runtime 1.3.0",
 6025   6025   
 "aws-smithy-async 1.2.1",
 6026   6026   
 "aws-smithy-http 0.60.8",
 6027   6027   
 "aws-smithy-json 0.60.7",
 6028         -
 "aws-smithy-runtime 1.5.7",
 6029         -
 "aws-smithy-runtime-api 1.6.3",
        6028  +
 "aws-smithy-runtime 1.6.0",
        6029  +
 "aws-smithy-runtime-api 1.7.0",
 6030   6030   
 "aws-smithy-types 1.2.0",
 6031   6031   
 "aws-types 1.3.1",
 6032   6032   
 "bytes",
 6033   6033   
 "http 0.2.12",
 6034   6034   
 "once_cell",
 6035   6035   
 "regex-lite",
 6036   6036   
 "tokio",
 6037   6037   
 "tracing",
 6038   6038   
]
 6039   6039   
 6040   6040   
[[package]]
 6041   6041   
name = "aws-sdk-mobile"
 6042         -
version = "1.30.0"
        6042  +
version = "1.32.0"
 6043   6043   
dependencies = [
 6044   6044   
 "aws-config",
 6045   6045   
 "aws-credential-types 1.2.0",
 6046         -
 "aws-runtime 1.2.2",
        6046  +
 "aws-runtime 1.3.0",
 6047   6047   
 "aws-smithy-async 1.2.1",
 6048   6048   
 "aws-smithy-http 0.60.8",
 6049   6049   
 "aws-smithy-json 0.60.7",
 6050         -
 "aws-smithy-runtime 1.5.7",
 6051         -
 "aws-smithy-runtime-api 1.6.3",
        6050  +
 "aws-smithy-runtime 1.6.0",
        6051  +
 "aws-smithy-runtime-api 1.7.0",
 6052   6052   
 "aws-smithy-types 1.2.0",
 6053   6053   
 "aws-types 1.3.1",
 6054   6054   
 "bytes",
 6055   6055   
 "http 0.2.12",
 6056   6056   
 "once_cell",
 6057   6057   
 "regex-lite",
 6058   6058   
 "tokio",
 6059   6059   
 "tracing",
 6060   6060   
]
 6061   6061   
 6062   6062   
[[package]]
 6063   6063   
name = "aws-sdk-mq"
 6064         -
version = "1.30.0"
        6064  +
version = "1.32.0"
 6065   6065   
dependencies = [
 6066   6066   
 "aws-config",
 6067   6067   
 "aws-credential-types 1.2.0",
 6068         -
 "aws-runtime 1.2.2",
        6068  +
 "aws-runtime 1.3.0",
 6069   6069   
 "aws-smithy-async 1.2.1",
 6070   6070   
 "aws-smithy-http 0.60.8",
 6071   6071   
 "aws-smithy-json 0.60.7",
 6072         -
 "aws-smithy-runtime 1.5.7",
 6073         -
 "aws-smithy-runtime-api 1.6.3",
        6072  +
 "aws-smithy-runtime 1.6.0",
        6073  +
 "aws-smithy-runtime-api 1.7.0",
 6074   6074   
 "aws-smithy-types 1.2.0",
 6075   6075   
 "aws-types 1.3.1",
 6076   6076   
 "bytes",
 6077   6077   
 "fastrand 2.0.2",
 6078   6078   
 "http 0.2.12",
 6079   6079   
 "once_cell",
 6080   6080   
 "regex-lite",
 6081   6081   
 "tokio",
 6082   6082   
 "tracing",
 6083   6083   
]
 6084   6084   
 6085   6085   
[[package]]
 6086   6086   
name = "aws-sdk-mturk"
 6087         -
version = "1.30.0"
        6087  +
version = "1.32.0"
 6088   6088   
dependencies = [
 6089   6089   
 "aws-config",
 6090   6090   
 "aws-credential-types 1.2.0",
 6091         -
 "aws-runtime 1.2.2",
        6091  +
 "aws-runtime 1.3.0",
 6092   6092   
 "aws-smithy-async 1.2.1",
 6093   6093   
 "aws-smithy-http 0.60.8",
 6094   6094   
 "aws-smithy-json 0.60.7",
 6095         -
 "aws-smithy-runtime 1.5.7",
 6096         -
 "aws-smithy-runtime-api 1.6.3",
        6095  +
 "aws-smithy-runtime 1.6.0",
        6096  +
 "aws-smithy-runtime-api 1.7.0",
 6097   6097   
 "aws-smithy-types 1.2.0",
 6098   6098   
 "aws-types 1.3.1",
 6099   6099   
 "bytes",
 6100   6100   
 "http 0.2.12",
 6101   6101   
 "once_cell",
 6102   6102   
 "regex-lite",
 6103   6103   
 "tokio",
 6104   6104   
 "tracing",
 6105   6105   
]
 6106   6106   
 6107   6107   
[[package]]
 6108   6108   
name = "aws-sdk-mwaa"
 6109         -
version = "1.33.0"
        6109  +
version = "1.35.0"
 6110   6110   
dependencies = [
 6111   6111   
 "aws-config",
 6112   6112   
 "aws-credential-types 1.2.0",
 6113         -
 "aws-runtime 1.2.2",
        6113  +
 "aws-runtime 1.3.0",
 6114   6114   
 "aws-smithy-async 1.2.1",
 6115   6115   
 "aws-smithy-http 0.60.8",
 6116   6116   
 "aws-smithy-json 0.60.7",
 6117         -
 "aws-smithy-runtime 1.5.7",
 6118         -
 "aws-smithy-runtime-api 1.6.3",
        6117  +
 "aws-smithy-runtime 1.6.0",
        6118  +
 "aws-smithy-runtime-api 1.7.0",
 6119   6119   
 "aws-smithy-types 1.2.0",
 6120   6120   
 "aws-types 1.3.1",
 6121   6121   
 "bytes",
 6122   6122   
 "http 0.2.12",
 6123   6123   
 "once_cell",
 6124   6124   
 "regex-lite",
 6125   6125   
 "tokio",
 6126   6126   
 "tracing",
 6127   6127   
]
 6128   6128   
 6129   6129   
[[package]]
 6130   6130   
name = "aws-sdk-neptune"
 6131         -
version = "1.31.0"
        6131  +
version = "1.33.0"
 6132   6132   
dependencies = [
 6133   6133   
 "aws-config",
 6134   6134   
 "aws-credential-types 1.2.0",
 6135         -
 "aws-runtime 1.2.2",
        6135  +
 "aws-runtime 1.3.0",
 6136   6136   
 "aws-smithy-async 1.2.1",
 6137   6137   
 "aws-smithy-http 0.60.8",
 6138   6138   
 "aws-smithy-json 0.60.7",
 6139   6139   
 "aws-smithy-query",
 6140         -
 "aws-smithy-runtime 1.5.7",
 6141         -
 "aws-smithy-runtime-api 1.6.3",
        6140  +
 "aws-smithy-runtime 1.6.0",
        6141  +
 "aws-smithy-runtime-api 1.7.0",
 6142   6142   
 "aws-smithy-types 1.2.0",
 6143   6143   
 "aws-smithy-xml 0.60.8",
 6144   6144   
 "aws-types 1.3.1",
 6145   6145   
 "http 0.2.12",
 6146   6146   
 "once_cell",
 6147   6147   
 "regex-lite",
 6148   6148   
 "tokio",
 6149   6149   
 "tracing",
 6150   6150   
]
 6151   6151   
 6152   6152   
[[package]]
 6153   6153   
name = "aws-sdk-neptunedata"
 6154         -
version = "1.30.0"
        6154  +
version = "1.32.0"
 6155   6155   
dependencies = [
 6156   6156   
 "aws-config",
 6157   6157   
 "aws-credential-types 1.2.0",
 6158         -
 "aws-runtime 1.2.2",
        6158  +
 "aws-runtime 1.3.0",
 6159   6159   
 "aws-smithy-async 1.2.1",
 6160   6160   
 "aws-smithy-http 0.60.8",
 6161   6161   
 "aws-smithy-json 0.60.7",
 6162         -
 "aws-smithy-runtime 1.5.7",
 6163         -
 "aws-smithy-runtime-api 1.6.3",
        6162  +
 "aws-smithy-runtime 1.6.0",
        6163  +
 "aws-smithy-runtime-api 1.7.0",
 6164   6164   
 "aws-smithy-types 1.2.0",
 6165   6165   
 "aws-types 1.3.1",
 6166   6166   
 "bytes",
 6167   6167   
 "http 0.2.12",
 6168   6168   
 "once_cell",
 6169   6169   
 "regex-lite",
 6170   6170   
 "tokio",
 6171   6171   
 "tracing",
 6172   6172   
]
 6173   6173   
 6174   6174   
[[package]]
 6175   6175   
name = "aws-sdk-neptunegraph"
 6176         -
version = "1.27.0"
        6176  +
version = "1.29.0"
 6177   6177   
dependencies = [
 6178   6178   
 "aws-config",
 6179   6179   
 "aws-credential-types 1.2.0",
 6180         -
 "aws-runtime 1.2.2",
        6180  +
 "aws-runtime 1.3.0",
 6181   6181   
 "aws-smithy-async 1.2.1",
 6182   6182   
 "aws-smithy-http 0.60.8",
 6183   6183   
 "aws-smithy-json 0.60.7",
 6184         -
 "aws-smithy-runtime 1.5.7",
 6185         -
 "aws-smithy-runtime-api 1.6.3",
        6184  +
 "aws-smithy-runtime 1.6.0",
        6185  +
 "aws-smithy-runtime-api 1.7.0",
 6186   6186   
 "aws-smithy-types 1.2.0",
 6187   6187   
 "aws-types 1.3.1",
 6188   6188   
 "bytes",
 6189   6189   
 "http 0.2.12",
 6190   6190   
 "once_cell",
 6191   6191   
 "regex-lite",
 6192   6192   
 "tokio",
 6193   6193   
 "tracing",
 6194   6194   
]
 6195   6195   
 6196   6196   
[[package]]
 6197   6197   
name = "aws-sdk-networkfirewall"
 6198         -
version = "1.30.0"
        6198  +
version = "1.32.0"
 6199   6199   
dependencies = [
 6200   6200   
 "aws-config",
 6201   6201   
 "aws-credential-types 1.2.0",
 6202         -
 "aws-runtime 1.2.2",
        6202  +
 "aws-runtime 1.3.0",
 6203   6203   
 "aws-smithy-async 1.2.1",
 6204   6204   
 "aws-smithy-http 0.60.8",
 6205   6205   
 "aws-smithy-json 0.60.7",
 6206         -
 "aws-smithy-runtime 1.5.7",
 6207         -
 "aws-smithy-runtime-api 1.6.3",
        6206  +
 "aws-smithy-runtime 1.6.0",
        6207  +
 "aws-smithy-runtime-api 1.7.0",
 6208   6208   
 "aws-smithy-types 1.2.0",
 6209   6209   
 "aws-types 1.3.1",
 6210   6210   
 "bytes",
 6211   6211   
 "http 0.2.12",
 6212   6212   
 "once_cell",
 6213   6213   
 "regex-lite",
 6214   6214   
 "tokio",
 6215   6215   
 "tracing",
 6216   6216   
]
 6217   6217   
 6218   6218   
[[package]]
 6219   6219   
name = "aws-sdk-networkmanager"
 6220         -
version = "1.30.0"
        6220  +
version = "1.33.0"
 6221   6221   
dependencies = [
 6222   6222   
 "aws-config",
 6223   6223   
 "aws-credential-types 1.2.0",
 6224         -
 "aws-runtime 1.2.2",
        6224  +
 "aws-runtime 1.3.0",
 6225   6225   
 "aws-smithy-async 1.2.1",
 6226   6226   
 "aws-smithy-http 0.60.8",
 6227   6227   
 "aws-smithy-json 0.60.7",
 6228         -
 "aws-smithy-runtime 1.5.7",
 6229         -
 "aws-smithy-runtime-api 1.6.3",
        6228  +
 "aws-smithy-runtime 1.6.0",
        6229  +
 "aws-smithy-runtime-api 1.7.0",
 6230   6230   
 "aws-smithy-types 1.2.0",
 6231   6231   
 "aws-types 1.3.1",
 6232   6232   
 "bytes",
 6233   6233   
 "fastrand 2.0.2",
 6234   6234   
 "http 0.2.12",
 6235   6235   
 "once_cell",
 6236   6236   
 "regex-lite",
 6237   6237   
 "tokio",
 6238   6238   
 "tracing",
 6239   6239   
]
 6240   6240   
 6241   6241   
[[package]]
 6242   6242   
name = "aws-sdk-networkmonitor"
 6243         -
version = "1.21.0"
        6243  +
version = "1.23.0"
 6244   6244   
dependencies = [
 6245   6245   
 "aws-config",
 6246   6246   
 "aws-credential-types 1.2.0",
 6247         -
 "aws-runtime 1.2.2",
        6247  +
 "aws-runtime 1.3.0",
 6248   6248   
 "aws-smithy-async 1.2.1",
 6249   6249   
 "aws-smithy-http 0.60.8",
 6250   6250   
 "aws-smithy-json 0.60.7",
 6251         -
 "aws-smithy-runtime 1.5.7",
 6252         -
 "aws-smithy-runtime-api 1.6.3",
        6251  +
 "aws-smithy-runtime 1.6.0",
        6252  +
 "aws-smithy-runtime-api 1.7.0",
 6253   6253   
 "aws-smithy-types 1.2.0",
 6254   6254   
 "aws-types 1.3.1",
 6255   6255   
 "bytes",
 6256   6256   
 "fastrand 2.0.2",
 6257   6257   
 "http 0.2.12",
 6258   6258   
 "once_cell",
 6259   6259   
 "regex-lite",
 6260   6260   
 "tokio",
 6261   6261   
 "tracing",
 6262   6262   
]
 6263   6263   
 6264   6264   
[[package]]
 6265   6265   
name = "aws-sdk-nimble"
 6266         -
version = "1.30.0"
        6266  +
version = "1.32.0"
 6267   6267   
dependencies = [
 6268   6268   
 "aws-config",
 6269   6269   
 "aws-credential-types 1.2.0",
 6270         -
 "aws-runtime 1.2.2",
        6270  +
 "aws-runtime 1.3.0",
 6271   6271   
 "aws-smithy-async 1.2.1",
 6272   6272   
 "aws-smithy-http 0.60.8",
 6273   6273   
 "aws-smithy-json 0.60.7",
 6274         -
 "aws-smithy-runtime 1.5.7",
 6275         -
 "aws-smithy-runtime-api 1.6.3",
        6274  +
 "aws-smithy-runtime 1.6.0",
        6275  +
 "aws-smithy-runtime-api 1.7.0",
 6276   6276   
 "aws-smithy-types 1.2.0",
 6277   6277   
 "aws-types 1.3.1",
 6278   6278   
 "bytes",
 6279   6279   
 "fastrand 2.0.2",
 6280   6280   
 "http 0.2.12",
 6281   6281   
 "once_cell",
 6282   6282   
 "regex-lite",
 6283   6283   
 "tokio",
 6284   6284   
 "tracing",
 6285   6285   
]
 6286   6286   
 6287   6287   
[[package]]
 6288   6288   
name = "aws-sdk-oam"
 6289         -
version = "1.32.0"
        6289  +
version = "1.34.0"
 6290   6290   
dependencies = [
 6291   6291   
 "aws-config",
 6292   6292   
 "aws-credential-types 1.2.0",
 6293         -
 "aws-runtime 1.2.2",
        6293  +
 "aws-runtime 1.3.0",
 6294   6294   
 "aws-smithy-async 1.2.1",
 6295   6295   
 "aws-smithy-http 0.60.8",
 6296   6296   
 "aws-smithy-json 0.60.7",
 6297         -
 "aws-smithy-runtime 1.5.7",
 6298         -
 "aws-smithy-runtime-api 1.6.3",
        6297  +
 "aws-smithy-runtime 1.6.0",
        6298  +
 "aws-smithy-runtime-api 1.7.0",
 6299   6299   
 "aws-smithy-types 1.2.0",
 6300   6300   
 "aws-types 1.3.1",
 6301   6301   
 "bytes",
 6302   6302   
 "http 0.2.12",
 6303   6303   
 "once_cell",
 6304   6304   
 "regex-lite",
 6305   6305   
 "tokio",
 6306   6306   
 "tracing",
 6307   6307   
]
 6308   6308   
 6309   6309   
[[package]]
 6310   6310   
name = "aws-sdk-omics"
 6311         -
version = "1.32.0"
        6311  +
version = "1.34.0"
 6312   6312   
dependencies = [
 6313   6313   
 "aws-config",
 6314   6314   
 "aws-credential-types 1.2.0",
 6315         -
 "aws-runtime 1.2.2",
        6315  +
 "aws-runtime 1.3.0",
 6316   6316   
 "aws-sigv4 1.2.2",
 6317   6317   
 "aws-smithy-async 1.2.1",
 6318   6318   
 "aws-smithy-http 0.60.8",
 6319   6319   
 "aws-smithy-json 0.60.7",
 6320         -
 "aws-smithy-runtime 1.5.7",
 6321         -
 "aws-smithy-runtime-api 1.6.3",
        6320  +
 "aws-smithy-runtime 1.6.0",
        6321  +
 "aws-smithy-runtime-api 1.7.0",
 6322   6322   
 "aws-smithy-types 1.2.0",
 6323   6323   
 "aws-types 1.3.1",
 6324   6324   
 "bytes",
 6325   6325   
 "fastrand 2.0.2",
 6326   6326   
 "http 0.2.12",
 6327   6327   
 "once_cell",
 6328   6328   
 "regex-lite",
 6329   6329   
 "tokio",
 6330   6330   
 "tracing",
 6331   6331   
]
 6332   6332   
 6333   6333   
[[package]]
 6334   6334   
name = "aws-sdk-opensearch"
 6335         -
version = "1.35.0"
        6335  +
version = "1.37.0"
 6336   6336   
dependencies = [
 6337   6337   
 "aws-config",
 6338   6338   
 "aws-credential-types 1.2.0",
 6339         -
 "aws-runtime 1.2.2",
        6339  +
 "aws-runtime 1.3.0",
 6340   6340   
 "aws-smithy-async 1.2.1",
 6341   6341   
 "aws-smithy-http 0.60.8",
 6342   6342   
 "aws-smithy-json 0.60.7",
 6343         -
 "aws-smithy-runtime 1.5.7",
 6344         -
 "aws-smithy-runtime-api 1.6.3",
        6343  +
 "aws-smithy-runtime 1.6.0",
        6344  +
 "aws-smithy-runtime-api 1.7.0",
 6345   6345   
 "aws-smithy-types 1.2.0",
 6346   6346   
 "aws-types 1.3.1",
 6347   6347   
 "bytes",
 6348   6348   
 "http 0.2.12",
 6349   6349   
 "once_cell",
 6350   6350   
 "regex-lite",
 6351   6351   
 "tokio",
 6352   6352   
 "tracing",
 6353   6353   
]
 6354   6354   
 6355   6355   
[[package]]
 6356   6356   
name = "aws-sdk-opensearchserverless"
 6357         -
version = "1.31.0"
        6357  +
version = "1.33.0"
 6358   6358   
dependencies = [
 6359   6359   
 "aws-config",
 6360   6360   
 "aws-credential-types 1.2.0",
 6361         -
 "aws-runtime 1.2.2",
        6361  +
 "aws-runtime 1.3.0",
 6362   6362   
 "aws-smithy-async 1.2.1",
 6363   6363   
 "aws-smithy-http 0.60.8",
 6364   6364   
 "aws-smithy-json 0.60.7",
 6365         -
 "aws-smithy-runtime 1.5.7",
 6366         -
 "aws-smithy-runtime-api 1.6.3",
        6365  +
 "aws-smithy-runtime 1.6.0",
        6366  +
 "aws-smithy-runtime-api 1.7.0",
 6367   6367   
 "aws-smithy-types 1.2.0",
 6368   6368   
 "aws-types 1.3.1",
 6369   6369   
 "bytes",
 6370   6370   
 "fastrand 2.0.2",
 6371   6371   
 "http 0.2.12",
 6372   6372   
 "once_cell",
 6373   6373   
 "regex-lite",
 6374   6374   
 "tokio",
 6375   6375   
 "tracing",
 6376   6376   
]
 6377   6377   
 6378   6378   
[[package]]
 6379   6379   
name = "aws-sdk-opsworks"
 6380         -
version = "1.30.0"
        6380  +
version = "1.32.0"
 6381   6381   
dependencies = [
 6382   6382   
 "aws-config",
 6383   6383   
 "aws-credential-types 1.2.0",
 6384         -
 "aws-runtime 1.2.2",
        6384  +
 "aws-runtime 1.3.0",
 6385   6385   
 "aws-smithy-async 1.2.1",
 6386   6386   
 "aws-smithy-http 0.60.8",
 6387   6387   
 "aws-smithy-json 0.60.7",
 6388         -
 "aws-smithy-runtime 1.5.7",
 6389         -
 "aws-smithy-runtime-api 1.6.3",
        6388  +
 "aws-smithy-runtime 1.6.0",
        6389  +
 "aws-smithy-runtime-api 1.7.0",
 6390   6390   
 "aws-smithy-types 1.2.0",
 6391   6391   
 "aws-types 1.3.1",
 6392   6392   
 "bytes",
 6393   6393   
 "http 0.2.12",
 6394   6394   
 "once_cell",
 6395   6395   
 "regex-lite",
 6396   6396   
 "tokio",
 6397   6397   
 "tracing",
 6398   6398   
]
 6399   6399   
 6400   6400   
[[package]]
 6401   6401   
name = "aws-sdk-opsworkscm"
 6402         -
version = "1.30.0"
        6402  +
version = "1.32.0"
 6403   6403   
dependencies = [
 6404   6404   
 "aws-config",
 6405   6405   
 "aws-credential-types 1.2.0",
 6406         -
 "aws-runtime 1.2.2",
        6406  +
 "aws-runtime 1.3.0",
 6407   6407   
 "aws-smithy-async 1.2.1",
 6408   6408   
 "aws-smithy-http 0.60.8",
 6409   6409   
 "aws-smithy-json 0.60.7",
 6410         -
 "aws-smithy-runtime 1.5.7",
 6411         -
 "aws-smithy-runtime-api 1.6.3",
        6410  +
 "aws-smithy-runtime 1.6.0",
        6411  +
 "aws-smithy-runtime-api 1.7.0",
 6412   6412   
 "aws-smithy-types 1.2.0",
 6413   6413   
 "aws-types 1.3.1",
 6414   6414   
 "bytes",
 6415   6415   
 "http 0.2.12",
 6416   6416   
 "once_cell",
 6417   6417   
 "regex-lite",
 6418   6418   
 "tokio",
 6419   6419   
 "tracing",
 6420   6420   
]
 6421   6421   
 6422   6422   
[[package]]
 6423   6423   
name = "aws-sdk-organizations"
 6424         -
version = "1.32.0"
        6424  +
version = "1.34.0"
 6425   6425   
dependencies = [
 6426   6426   
 "aws-config",
 6427   6427   
 "aws-credential-types 1.2.0",
 6428         -
 "aws-runtime 1.2.2",
        6428  +
 "aws-runtime 1.3.0",
 6429   6429   
 "aws-smithy-async 1.2.1",
 6430   6430   
 "aws-smithy-http 0.60.8",
 6431   6431   
 "aws-smithy-json 0.60.7",
 6432         -
 "aws-smithy-runtime 1.5.7",
 6433         -
 "aws-smithy-runtime-api 1.6.3",
        6432  +
 "aws-smithy-runtime 1.6.0",
        6433  +
 "aws-smithy-runtime-api 1.7.0",
 6434   6434   
 "aws-smithy-types 1.2.0",
 6435   6435   
 "aws-types 1.3.1",
 6436   6436   
 "bytes",
 6437   6437   
 "http 0.2.12",
 6438   6438   
 "once_cell",
 6439   6439   
 "regex-lite",
 6440   6440   
 "tokio",
 6441   6441   
 "tracing",
 6442   6442   
]
 6443   6443   
 6444   6444   
[[package]]
 6445   6445   
name = "aws-sdk-osis"
 6446         -
version = "1.31.0"
        6446  +
version = "1.34.0"
 6447   6447   
dependencies = [
 6448   6448   
 "aws-config",
 6449   6449   
 "aws-credential-types 1.2.0",
 6450         -
 "aws-runtime 1.2.2",
        6450  +
 "aws-runtime 1.3.0",
 6451   6451   
 "aws-smithy-async 1.2.1",
 6452   6452   
 "aws-smithy-http 0.60.8",
 6453   6453   
 "aws-smithy-json 0.60.7",
 6454         -
 "aws-smithy-runtime 1.5.7",
 6455         -
 "aws-smithy-runtime-api 1.6.3",
        6454  +
 "aws-smithy-runtime 1.6.0",
        6455  +
 "aws-smithy-runtime-api 1.7.0",
 6456   6456   
 "aws-smithy-types 1.2.0",
 6457   6457   
 "aws-types 1.3.1",
 6458   6458   
 "bytes",
 6459   6459   
 "http 0.2.12",
 6460   6460   
 "once_cell",
 6461   6461   
 "regex-lite",
 6462   6462   
 "tokio",
 6463   6463   
 "tracing",
 6464   6464   
]
 6465   6465   
 6466   6466   
[[package]]
 6467   6467   
name = "aws-sdk-outposts"
 6468         -
version = "1.32.0"
        6468  +
version = "1.34.0"
 6469   6469   
dependencies = [
 6470   6470   
 "aws-config",
 6471   6471   
 "aws-credential-types 1.2.0",
 6472         -
 "aws-runtime 1.2.2",
        6472  +
 "aws-runtime 1.3.0",
 6473   6473   
 "aws-smithy-async 1.2.1",
 6474   6474   
 "aws-smithy-http 0.60.8",
 6475   6475   
 "aws-smithy-json 0.60.7",
 6476         -
 "aws-smithy-runtime 1.5.7",
 6477         -
 "aws-smithy-runtime-api 1.6.3",
        6476  +
 "aws-smithy-runtime 1.6.0",
        6477  +
 "aws-smithy-runtime-api 1.7.0",
 6478   6478   
 "aws-smithy-types 1.2.0",
 6479   6479   
 "aws-types 1.3.1",
 6480   6480   
 "bytes",
 6481   6481   
 "http 0.2.12",
 6482   6482   
 "once_cell",
 6483   6483   
 "regex-lite",
 6484   6484   
 "tokio",
 6485   6485   
 "tracing",
 6486   6486   
]
 6487   6487   
 6488   6488   
[[package]]
 6489   6489   
name = "aws-sdk-panorama"
 6490         -
version = "1.30.0"
        6490  +
version = "1.32.0"
 6491   6491   
dependencies = [
 6492   6492   
 "aws-config",
 6493   6493   
 "aws-credential-types 1.2.0",
 6494         -
 "aws-runtime 1.2.2",
        6494  +
 "aws-runtime 1.3.0",
 6495   6495   
 "aws-smithy-async 1.2.1",
 6496   6496   
 "aws-smithy-http 0.60.8",
 6497   6497   
 "aws-smithy-json 0.60.7",
 6498         -
 "aws-smithy-runtime 1.5.7",
 6499         -
 "aws-smithy-runtime-api 1.6.3",
        6498  +
 "aws-smithy-runtime 1.6.0",
        6499  +
 "aws-smithy-runtime-api 1.7.0",
 6500   6500   
 "aws-smithy-types 1.2.0",
 6501   6501   
 "aws-types 1.3.1",
 6502   6502   
 "bytes",
 6503   6503   
 "http 0.2.12",
 6504   6504   
 "once_cell",
 6505   6505   
 "regex-lite",
 6506   6506   
 "tokio",
 6507   6507   
 "tracing",
 6508   6508   
]
 6509   6509   
 6510   6510   
[[package]]
 6511   6511   
name = "aws-sdk-paymentcryptography"
 6512         -
version = "1.32.0"
        6512  +
version = "1.34.0"
 6513   6513   
dependencies = [
 6514   6514   
 "aws-config",
 6515   6515   
 "aws-credential-types 1.2.0",
 6516         -
 "aws-runtime 1.2.2",
        6516  +
 "aws-runtime 1.3.0",
 6517   6517   
 "aws-smithy-async 1.2.1",
 6518   6518   
 "aws-smithy-http 0.60.8",
 6519   6519   
 "aws-smithy-json 0.60.7",
 6520         -
 "aws-smithy-runtime 1.5.7",
 6521         -
 "aws-smithy-runtime-api 1.6.3",
        6520  +
 "aws-smithy-runtime 1.6.0",
        6521  +
 "aws-smithy-runtime-api 1.7.0",
 6522   6522   
 "aws-smithy-types 1.2.0",
 6523   6523   
 "aws-types 1.3.1",
 6524   6524   
 "bytes",
 6525   6525   
 "http 0.2.12",
 6526   6526   
 "once_cell",
 6527   6527   
 "regex-lite",
 6528   6528   
 "tokio",
 6529   6529   
 "tracing",
 6530   6530   
]
 6531   6531   
 6532   6532   
[[package]]
 6533   6533   
name = "aws-sdk-paymentcryptographydata"
 6534         -
version = "1.31.0"
        6534  +
version = "1.33.0"
 6535   6535   
dependencies = [
 6536   6536   
 "aws-config",
 6537   6537   
 "aws-credential-types 1.2.0",
 6538         -
 "aws-runtime 1.2.2",
        6538  +
 "aws-runtime 1.3.0",
 6539   6539   
 "aws-smithy-async 1.2.1",
 6540   6540   
 "aws-smithy-http 0.60.8",
 6541   6541   
 "aws-smithy-json 0.60.7",
 6542         -
 "aws-smithy-runtime 1.5.7",
 6543         -
 "aws-smithy-runtime-api 1.6.3",
        6542  +
 "aws-smithy-runtime 1.6.0",
        6543  +
 "aws-smithy-runtime-api 1.7.0",
 6544   6544   
 "aws-smithy-types 1.2.0",
 6545   6545   
 "aws-types 1.3.1",
 6546   6546   
 "bytes",
 6547   6547   
 "http 0.2.12",
 6548   6548   
 "once_cell",
 6549   6549   
 "regex-lite",
 6550   6550   
 "tokio",
 6551   6551   
 "tracing",
 6552   6552   
]
 6553   6553   
 6554   6554   
[[package]]
 6555   6555   
name = "aws-sdk-pcaconnectorad"
 6556         -
version = "1.30.0"
        6556  +
version = "1.32.0"
        6557  +
dependencies = [
        6558  +
 "aws-config",
        6559  +
 "aws-credential-types 1.2.0",
        6560  +
 "aws-runtime 1.3.0",
        6561  +
 "aws-smithy-async 1.2.1",
        6562  +
 "aws-smithy-http 0.60.8",
        6563  +
 "aws-smithy-json 0.60.7",
        6564  +
 "aws-smithy-runtime 1.6.0",
        6565  +
 "aws-smithy-runtime-api 1.7.0",
        6566  +
 "aws-smithy-types 1.2.0",
        6567  +
 "aws-types 1.3.1",
        6568  +
 "bytes",
        6569  +
 "fastrand 2.0.2",
        6570  +
 "http 0.2.12",
        6571  +
 "once_cell",
        6572  +
 "regex-lite",
        6573  +
 "tokio",
        6574  +
 "tracing",
        6575  +
]
        6576  +
        6577  +
[[package]]
        6578  +
name = "aws-sdk-pcaconnectorscep"
        6579  +
version = "1.2.0"
 6557   6580   
dependencies = [
 6558   6581   
 "aws-config",
 6559   6582   
 "aws-credential-types 1.2.0",
 6560         -
 "aws-runtime 1.2.2",
        6583  +
 "aws-runtime 1.3.0",
 6561   6584   
 "aws-smithy-async 1.2.1",
 6562   6585   
 "aws-smithy-http 0.60.8",
 6563   6586   
 "aws-smithy-json 0.60.7",
 6564         -
 "aws-smithy-runtime 1.5.7",
 6565         -
 "aws-smithy-runtime-api 1.6.3",
        6587  +
 "aws-smithy-runtime 1.6.0",
        6588  +
 "aws-smithy-runtime-api 1.7.0",
 6566   6589   
 "aws-smithy-types 1.2.0",
 6567   6590   
 "aws-types 1.3.1",
 6568   6591   
 "bytes",
 6569   6592   
 "fastrand 2.0.2",
 6570   6593   
 "http 0.2.12",
 6571   6594   
 "once_cell",
 6572   6595   
 "regex-lite",
 6573   6596   
 "tokio",
 6574   6597   
 "tracing",
 6575   6598   
]
 6576   6599   
 6577   6600   
[[package]]
 6578   6601   
name = "aws-sdk-personalize"
 6579         -
version = "1.32.0"
        6602  +
version = "1.34.0"
 6580   6603   
dependencies = [
 6581   6604   
 "aws-config",
 6582   6605   
 "aws-credential-types 1.2.0",
 6583         -
 "aws-runtime 1.2.2",
        6606  +
 "aws-runtime 1.3.0",
 6584   6607   
 "aws-smithy-async 1.2.1",
 6585   6608   
 "aws-smithy-http 0.60.8",
 6586   6609   
 "aws-smithy-json 0.60.7",
 6587         -
 "aws-smithy-runtime 1.5.7",
 6588         -
 "aws-smithy-runtime-api 1.6.3",
        6610  +
 "aws-smithy-runtime 1.6.0",
        6611  +
 "aws-smithy-runtime-api 1.7.0",
 6589   6612   
 "aws-smithy-types 1.2.0",
 6590   6613   
 "aws-types 1.3.1",
 6591   6614   
 "bytes",
 6592   6615   
 "http 0.2.12",
 6593   6616   
 "once_cell",
 6594   6617   
 "regex-lite",
 6595   6618   
 "tokio",
 6596   6619   
 "tracing",
 6597   6620   
]
 6598   6621   
 6599   6622   
[[package]]
 6600   6623   
name = "aws-sdk-personalizeevents"
 6601         -
version = "1.30.0"
        6624  +
version = "1.32.0"
 6602   6625   
dependencies = [
 6603   6626   
 "aws-config",
 6604   6627   
 "aws-credential-types 1.2.0",
 6605         -
 "aws-runtime 1.2.2",
        6628  +
 "aws-runtime 1.3.0",
 6606   6629   
 "aws-smithy-async 1.2.1",
 6607   6630   
 "aws-smithy-http 0.60.8",
 6608   6631   
 "aws-smithy-json 0.60.7",
 6609         -
 "aws-smithy-runtime 1.5.7",
 6610         -
 "aws-smithy-runtime-api 1.6.3",
        6632  +
 "aws-smithy-runtime 1.6.0",
        6633  +
 "aws-smithy-runtime-api 1.7.0",
 6611   6634   
 "aws-smithy-types 1.2.0",
 6612   6635   
 "aws-types 1.3.1",
 6613   6636   
 "bytes",
 6614   6637   
 "http 0.2.12",
 6615   6638   
 "once_cell",
 6616   6639   
 "regex-lite",
 6617   6640   
 "tokio",
 6618   6641   
 "tracing",
 6619   6642   
]
 6620   6643   
 6621   6644   
[[package]]
 6622   6645   
name = "aws-sdk-personalizeruntime"
 6623         -
version = "1.30.0"
        6646  +
version = "1.32.0"
 6624   6647   
dependencies = [
 6625   6648   
 "aws-config",
 6626   6649   
 "aws-credential-types 1.2.0",
 6627         -
 "aws-runtime 1.2.2",
        6650  +
 "aws-runtime 1.3.0",
 6628   6651   
 "aws-smithy-async 1.2.1",
 6629   6652   
 "aws-smithy-http 0.60.8",
 6630   6653   
 "aws-smithy-json 0.60.7",
 6631         -
 "aws-smithy-runtime 1.5.7",
 6632         -
 "aws-smithy-runtime-api 1.6.3",
        6654  +
 "aws-smithy-runtime 1.6.0",
        6655  +
 "aws-smithy-runtime-api 1.7.0",
 6633   6656   
 "aws-smithy-types 1.2.0",
 6634   6657   
 "aws-types 1.3.1",
 6635   6658   
 "bytes",
 6636   6659   
 "http 0.2.12",
 6637   6660   
 "once_cell",
 6638   6661   
 "regex-lite",
 6639   6662   
 "tokio",
 6640   6663   
 "tracing",
 6641   6664   
]
 6642   6665   
 6643   6666   
[[package]]
 6644   6667   
name = "aws-sdk-pi"
 6645         -
version = "1.31.0"
        6668  +
version = "1.33.0"
 6646   6669   
dependencies = [
 6647   6670   
 "aws-config",
 6648   6671   
 "aws-credential-types 1.2.0",
 6649         -
 "aws-runtime 1.2.2",
        6672  +
 "aws-runtime 1.3.0",
 6650   6673   
 "aws-smithy-async 1.2.1",
 6651   6674   
 "aws-smithy-http 0.60.8",
 6652   6675   
 "aws-smithy-json 0.60.7",
 6653         -
 "aws-smithy-runtime 1.5.7",
 6654         -
 "aws-smithy-runtime-api 1.6.3",
        6676  +
 "aws-smithy-runtime 1.6.0",
        6677  +
 "aws-smithy-runtime-api 1.7.0",
 6655   6678   
 "aws-smithy-types 1.2.0",
 6656   6679   
 "aws-types 1.3.1",
 6657   6680   
 "bytes",
 6658   6681   
 "http 0.2.12",
 6659   6682   
 "once_cell",
 6660   6683   
 "regex-lite",
 6661   6684   
 "tokio",
 6662   6685   
 "tracing",
 6663   6686   
]
 6664   6687   
 6665   6688   
[[package]]
 6666   6689   
name = "aws-sdk-pinpoint"
 6667         -
version = "1.32.0"
        6690  +
version = "1.34.0"
 6668   6691   
dependencies = [
 6669   6692   
 "aws-config",
 6670   6693   
 "aws-credential-types 1.2.0",
 6671         -
 "aws-runtime 1.2.2",
        6694  +
 "aws-runtime 1.3.0",
 6672   6695   
 "aws-smithy-async 1.2.1",
 6673   6696   
 "aws-smithy-http 0.60.8",
 6674   6697   
 "aws-smithy-json 0.60.7",
 6675         -
 "aws-smithy-runtime 1.5.7",
 6676         -
 "aws-smithy-runtime-api 1.6.3",
        6698  +
 "aws-smithy-runtime 1.6.0",
        6699  +
 "aws-smithy-runtime-api 1.7.0",
 6677   6700   
 "aws-smithy-types 1.2.0",
 6678   6701   
 "aws-types 1.3.1",
 6679   6702   
 "bytes",
 6680   6703   
 "http 0.2.12",
 6681   6704   
 "once_cell",
 6682   6705   
 "regex-lite",
 6683   6706   
 "tokio",
 6684   6707   
 "tracing",
 6685   6708   
]
 6686   6709   
 6687   6710   
[[package]]
 6688   6711   
name = "aws-sdk-pinpointemail"
 6689         -
version = "1.30.0"
        6712  +
version = "1.32.0"
 6690   6713   
dependencies = [
 6691   6714   
 "aws-config",
 6692   6715   
 "aws-credential-types 1.2.0",
 6693         -
 "aws-runtime 1.2.2",
        6716  +
 "aws-runtime 1.3.0",
 6694   6717   
 "aws-smithy-async 1.2.1",
 6695   6718   
 "aws-smithy-http 0.60.8",
 6696   6719   
 "aws-smithy-json 0.60.7",
 6697         -
 "aws-smithy-runtime 1.5.7",
 6698         -
 "aws-smithy-runtime-api 1.6.3",
        6720  +
 "aws-smithy-runtime 1.6.0",
        6721  +
 "aws-smithy-runtime-api 1.7.0",
 6699   6722   
 "aws-smithy-types 1.2.0",
 6700   6723   
 "aws-types 1.3.1",
 6701   6724   
 "bytes",
 6702   6725   
 "http 0.2.12",
 6703   6726   
 "once_cell",
 6704   6727   
 "regex-lite",
 6705   6728   
 "tokio",
 6706   6729   
 "tracing",
 6707   6730   
]
 6708   6731   
 6709   6732   
[[package]]
 6710   6733   
name = "aws-sdk-pinpointsmsvoice"
 6711         -
version = "1.30.0"
        6734  +
version = "1.32.0"
 6712   6735   
dependencies = [
 6713   6736   
 "aws-config",
 6714   6737   
 "aws-credential-types 1.2.0",
 6715         -
 "aws-runtime 1.2.2",
        6738  +
 "aws-runtime 1.3.0",
 6716   6739   
 "aws-smithy-async 1.2.1",
 6717   6740   
 "aws-smithy-http 0.60.8",
 6718   6741   
 "aws-smithy-json 0.60.7",
 6719         -
 "aws-smithy-runtime 1.5.7",
 6720         -
 "aws-smithy-runtime-api 1.6.3",
        6742  +
 "aws-smithy-runtime 1.6.0",
        6743  +
 "aws-smithy-runtime-api 1.7.0",
 6721   6744   
 "aws-smithy-types 1.2.0",
 6722   6745   
 "aws-types 1.3.1",
 6723   6746   
 "bytes",
 6724   6747   
 "http 0.2.12",
 6725   6748   
 "once_cell",
 6726   6749   
 "regex-lite",
 6727   6750   
 "tokio",
 6728   6751   
 "tracing",
 6729   6752   
]
 6730   6753   
 6731   6754   
[[package]]
 6732   6755   
name = "aws-sdk-pinpointsmsvoicev2"
 6733         -
version = "1.31.0"
        6756  +
version = "1.33.0"
 6734   6757   
dependencies = [
 6735   6758   
 "aws-config",
 6736   6759   
 "aws-credential-types 1.2.0",
 6737         -
 "aws-runtime 1.2.2",
        6760  +
 "aws-runtime 1.3.0",
 6738   6761   
 "aws-smithy-async 1.2.1",
 6739   6762   
 "aws-smithy-http 0.60.8",
 6740   6763   
 "aws-smithy-json 0.60.7",
 6741         -
 "aws-smithy-runtime 1.5.7",
 6742         -
 "aws-smithy-runtime-api 1.6.3",
        6764  +
 "aws-smithy-runtime 1.6.0",
        6765  +
 "aws-smithy-runtime-api 1.7.0",
 6743   6766   
 "aws-smithy-types 1.2.0",
 6744   6767   
 "aws-types 1.3.1",
 6745   6768   
 "bytes",
 6746   6769   
 "fastrand 2.0.2",
 6747   6770   
 "http 0.2.12",
 6748   6771   
 "once_cell",
 6749   6772   
 "regex-lite",
 6750   6773   
 "tokio",
 6751   6774   
 "tracing",
 6752   6775   
]
 6753   6776   
 6754   6777   
[[package]]
 6755   6778   
name = "aws-sdk-pipes"
 6756         -
version = "1.32.0"
        6779  +
version = "1.34.0"
 6757   6780   
dependencies = [
 6758   6781   
 "aws-config",
 6759   6782   
 "aws-credential-types 1.2.0",
 6760         -
 "aws-runtime 1.2.2",
        6783  +
 "aws-runtime 1.3.0",
 6761   6784   
 "aws-smithy-async 1.2.1",
 6762   6785   
 "aws-smithy-http 0.60.8",
 6763   6786   
 "aws-smithy-json 0.60.7",
 6764         -
 "aws-smithy-runtime 1.5.7",
 6765         -
 "aws-smithy-runtime-api 1.6.3",
        6787  +
 "aws-smithy-runtime 1.6.0",
        6788  +
 "aws-smithy-runtime-api 1.7.0",
 6766   6789   
 "aws-smithy-types 1.2.0",
 6767   6790   
 "aws-types 1.3.1",
 6768   6791   
 "bytes",
 6769   6792   
 "http 0.2.12",
 6770   6793   
 "once_cell",
 6771   6794   
 "regex-lite",
 6772   6795   
 "tokio",
 6773   6796   
 "tracing",
 6774   6797   
]
 6775   6798   
 6776   6799   
[[package]]
 6777   6800   
name = "aws-sdk-polly"
 6778         -
version = "1.31.0"
        6801  +
version = "1.33.0"
 6779   6802   
dependencies = [
 6780   6803   
 "aws-config",
 6781   6804   
 "aws-credential-types 1.2.0",
 6782         -
 "aws-runtime 1.2.2",
        6805  +
 "aws-runtime 1.3.0",
 6783   6806   
 "aws-sigv4 1.2.2",
 6784   6807   
 "aws-smithy-async 1.2.1",
 6785   6808   
 "aws-smithy-http 0.60.8",
 6786   6809   
 "aws-smithy-json 0.60.7",
 6787   6810   
 "aws-smithy-protocol-test 0.60.7",
 6788         -
 "aws-smithy-runtime 1.5.7",
 6789         -
 "aws-smithy-runtime-api 1.6.3",
        6811  +
 "aws-smithy-runtime 1.6.0",
        6812  +
 "aws-smithy-runtime-api 1.7.0",
 6790   6813   
 "aws-smithy-types 1.2.0",
 6791   6814   
 "aws-types 1.3.1",
 6792   6815   
 "bytes",
 6793   6816   
 "futures-util",
 6794   6817   
 "http 0.2.12",
        6818  +
 "http 1.1.0",
        6819  +
 "http-body 1.0.0",
 6795   6820   
 "once_cell",
 6796   6821   
 "regex-lite",
 6797   6822   
 "serde_json",
 6798   6823   
 "tokio",
 6799   6824   
 "tracing",
 6800   6825   
 "tracing-subscriber",
 6801   6826   
]
 6802   6827   
 6803   6828   
[[package]]
 6804   6829   
name = "aws-sdk-pricing"
 6805         -
version = "1.32.0"
        6830  +
version = "1.34.0"
 6806   6831   
dependencies = [
 6807   6832   
 "aws-config",
 6808   6833   
 "aws-credential-types 1.2.0",
 6809         -
 "aws-runtime 1.2.2",
        6834  +
 "aws-runtime 1.3.0",
 6810   6835   
 "aws-smithy-async 1.2.1",
 6811   6836   
 "aws-smithy-http 0.60.8",
 6812   6837   
 "aws-smithy-json 0.60.7",
 6813         -
 "aws-smithy-runtime 1.5.7",
 6814         -
 "aws-smithy-runtime-api 1.6.3",
        6838  +
 "aws-smithy-runtime 1.6.0",
        6839  +
 "aws-smithy-runtime-api 1.7.0",
 6815   6840   
 "aws-smithy-types 1.2.0",
 6816   6841   
 "aws-types 1.3.1",
 6817   6842   
 "bytes",
 6818   6843   
 "http 0.2.12",
 6819   6844   
 "once_cell",
 6820   6845   
 "regex-lite",
 6821   6846   
 "tokio",
 6822   6847   
 "tracing",
 6823   6848   
]
 6824   6849   
 6825   6850   
[[package]]
 6826   6851   
name = "aws-sdk-privatenetworks"
 6827         -
version = "1.30.0"
        6852  +
version = "1.32.0"
 6828   6853   
dependencies = [
 6829   6854   
 "aws-config",
 6830   6855   
 "aws-credential-types 1.2.0",
 6831         -
 "aws-runtime 1.2.2",
        6856  +
 "aws-runtime 1.3.0",
 6832   6857   
 "aws-smithy-async 1.2.1",
 6833   6858   
 "aws-smithy-http 0.60.8",
 6834   6859   
 "aws-smithy-json 0.60.7",
 6835         -
 "aws-smithy-runtime 1.5.7",
 6836         -
 "aws-smithy-runtime-api 1.6.3",
        6860  +
 "aws-smithy-runtime 1.6.0",
        6861  +
 "aws-smithy-runtime-api 1.7.0",
 6837   6862   
 "aws-smithy-types 1.2.0",
 6838   6863   
 "aws-types 1.3.1",
 6839   6864   
 "bytes",
 6840   6865   
 "http 0.2.12",
 6841   6866   
 "once_cell",
 6842   6867   
 "regex-lite",
 6843   6868   
 "tokio",
 6844   6869   
 "tracing",
 6845   6870   
]
 6846   6871   
 6847   6872   
[[package]]
 6848   6873   
name = "aws-sdk-proton"
 6849         -
version = "1.30.0"
        6874  +
version = "1.32.0"
 6850   6875   
dependencies = [
 6851   6876   
 "aws-config",
 6852   6877   
 "aws-credential-types 1.2.0",
 6853         -
 "aws-runtime 1.2.2",
        6878  +
 "aws-runtime 1.3.0",
 6854   6879   
 "aws-smithy-async 1.2.1",
 6855   6880   
 "aws-smithy-http 0.60.8",
 6856   6881   
 "aws-smithy-json 0.60.7",
 6857         -
 "aws-smithy-runtime 1.5.7",
 6858         -
 "aws-smithy-runtime-api 1.6.3",
        6882  +
 "aws-smithy-runtime 1.6.0",
        6883  +
 "aws-smithy-runtime-api 1.7.0",
 6859   6884   
 "aws-smithy-types 1.2.0",
 6860   6885   
 "aws-types 1.3.1",
 6861   6886   
 "bytes",
 6862   6887   
 "fastrand 2.0.2",
 6863   6888   
 "http 0.2.12",
 6864   6889   
 "once_cell",
 6865   6890   
 "regex-lite",
 6866   6891   
 "tokio",
 6867   6892   
 "tracing",
 6868   6893   
]
 6869   6894   
 6870   6895   
[[package]]
 6871   6896   
name = "aws-sdk-qbusiness"
 6872         -
version = "1.30.0"
        6897  +
version = "1.32.0"
 6873   6898   
dependencies = [
 6874   6899   
 "aws-config",
 6875   6900   
 "aws-credential-types 1.2.0",
 6876         -
 "aws-runtime 1.2.2",
        6901  +
 "aws-runtime 1.3.0",
 6877   6902   
 "aws-sigv4 1.2.2",
 6878   6903   
 "aws-smithy-async 1.2.1",
 6879   6904   
 "aws-smithy-eventstream 0.60.4",
 6880   6905   
 "aws-smithy-http 0.60.8",
 6881   6906   
 "aws-smithy-json 0.60.7",
 6882         -
 "aws-smithy-runtime 1.5.7",
 6883         -
 "aws-smithy-runtime-api 1.6.3",
        6907  +
 "aws-smithy-runtime 1.6.0",
        6908  +
 "aws-smithy-runtime-api 1.7.0",
 6884   6909   
 "aws-smithy-types 1.2.0",
 6885   6910   
 "aws-types 1.3.1",
 6886   6911   
 "bytes",
 6887   6912   
 "fastrand 2.0.2",
 6888   6913   
 "http 0.2.12",
 6889   6914   
 "hyper 0.14.29",
 6890   6915   
 "once_cell",
 6891   6916   
 "regex-lite",
 6892   6917   
 "tokio",
 6893   6918   
 "tracing",
 6894   6919   
]
 6895   6920   
 6896   6921   
[[package]]
 6897   6922   
name = "aws-sdk-qconnect"
 6898         -
version = "1.32.0"
        6923  +
version = "1.34.0"
 6899   6924   
dependencies = [
 6900   6925   
 "aws-config",
 6901   6926   
 "aws-credential-types 1.2.0",
 6902         -
 "aws-runtime 1.2.2",
        6927  +
 "aws-runtime 1.3.0",
 6903   6928   
 "aws-smithy-async 1.2.1",
 6904   6929   
 "aws-smithy-http 0.60.8",
 6905   6930   
 "aws-smithy-json 0.60.7",
 6906         -
 "aws-smithy-runtime 1.5.7",
 6907         -
 "aws-smithy-runtime-api 1.6.3",
        6931  +
 "aws-smithy-runtime 1.6.0",
        6932  +
 "aws-smithy-runtime-api 1.7.0",
 6908   6933   
 "aws-smithy-types 1.2.0",
 6909   6934   
 "aws-types 1.3.1",
 6910   6935   
 "bytes",
 6911   6936   
 "fastrand 2.0.2",
 6912   6937   
 "http 0.2.12",
 6913   6938   
 "once_cell",
 6914   6939   
 "regex-lite",
 6915   6940   
 "tokio",
 6916   6941   
 "tracing",
 6917   6942   
]
 6918   6943   
 6919   6944   
[[package]]
 6920   6945   
name = "aws-sdk-qldb"
 6921         -
version = "1.30.0"
        6946  +
version = "1.32.0"
 6922   6947   
dependencies = [
 6923   6948   
 "aws-config",
 6924   6949   
 "aws-credential-types 1.2.0",
 6925         -
 "aws-runtime 1.2.2",
        6950  +
 "aws-runtime 1.3.0",
 6926   6951   
 "aws-smithy-async 1.2.1",
 6927   6952   
 "aws-smithy-http 0.60.8",
 6928   6953   
 "aws-smithy-json 0.60.7",
 6929         -
 "aws-smithy-runtime 1.5.7",
 6930         -
 "aws-smithy-runtime-api 1.6.3",
        6954  +
 "aws-smithy-runtime 1.6.0",
        6955  +
 "aws-smithy-runtime-api 1.7.0",
 6931   6956   
 "aws-smithy-types 1.2.0",
 6932   6957   
 "aws-types 1.3.1",
 6933   6958   
 "bytes",
 6934   6959   
 "http 0.2.12",
 6935   6960   
 "once_cell",
 6936   6961   
 "regex-lite",
 6937   6962   
 "tokio",
 6938   6963   
 "tracing",
 6939   6964   
]
 6940   6965   
 6941   6966   
[[package]]
 6942   6967   
name = "aws-sdk-qldbsession"
 6943         -
version = "1.30.0"
        6968  +
version = "1.32.0"
 6944   6969   
dependencies = [
 6945   6970   
 "aws-config",
 6946   6971   
 "aws-credential-types 1.2.0",
 6947         -
 "aws-runtime 1.2.2",
        6972  +
 "aws-runtime 1.3.0",
 6948   6973   
 "aws-smithy-async 1.2.1",
 6949   6974   
 "aws-smithy-http 0.60.8",
 6950   6975   
 "aws-smithy-json 0.60.7",
 6951   6976   
 "aws-smithy-protocol-test 0.60.7",
 6952         -
 "aws-smithy-runtime 1.5.7",
 6953         -
 "aws-smithy-runtime-api 1.6.3",
        6977  +
 "aws-smithy-runtime 1.6.0",
        6978  +
 "aws-smithy-runtime-api 1.7.0",
 6954   6979   
 "aws-smithy-types 1.2.0",
 6955   6980   
 "aws-types 1.3.1",
 6956   6981   
 "bytes",
 6957   6982   
 "futures-util",
 6958   6983   
 "http 0.2.12",
 6959   6984   
 "once_cell",
 6960   6985   
 "regex-lite",
 6961   6986   
 "serde_json",
 6962   6987   
 "tokio",
 6963   6988   
 "tracing",
 6964   6989   
 "tracing-subscriber",
 6965   6990   
]
 6966   6991   
 6967   6992   
[[package]]
 6968   6993   
name = "aws-sdk-quicksight"
 6969         -
version = "1.37.0"
        6994  +
version = "1.39.0"
 6970   6995   
dependencies = [
 6971   6996   
 "aws-config",
 6972   6997   
 "aws-credential-types 1.2.0",
 6973         -
 "aws-runtime 1.2.2",
        6998  +
 "aws-runtime 1.3.0",
 6974   6999   
 "aws-smithy-async 1.2.1",
 6975   7000   
 "aws-smithy-http 0.60.8",
 6976   7001   
 "aws-smithy-json 0.60.7",
 6977         -
 "aws-smithy-runtime 1.5.7",
 6978         -
 "aws-smithy-runtime-api 1.6.3",
        7002  +
 "aws-smithy-runtime 1.6.0",
        7003  +
 "aws-smithy-runtime-api 1.7.0",
 6979   7004   
 "aws-smithy-types 1.2.0",
 6980   7005   
 "aws-types 1.3.1",
 6981   7006   
 "bytes",
 6982   7007   
 "http 0.2.12",
 6983   7008   
 "once_cell",
 6984   7009   
 "regex-lite",
 6985   7010   
 "tokio",
 6986   7011   
 "tracing",
 6987   7012   
]
 6988   7013   
 6989   7014   
[[package]]
 6990   7015   
name = "aws-sdk-ram"
 6991         -
version = "1.30.0"
        7016  +
version = "1.32.0"
 6992   7017   
dependencies = [
 6993   7018   
 "aws-config",
 6994   7019   
 "aws-credential-types 1.2.0",
 6995         -
 "aws-runtime 1.2.2",
        7020  +
 "aws-runtime 1.3.0",
 6996   7021   
 "aws-smithy-async 1.2.1",
 6997   7022   
 "aws-smithy-http 0.60.8",
 6998   7023   
 "aws-smithy-json 0.60.7",
 6999         -
 "aws-smithy-runtime 1.5.7",
 7000         -
 "aws-smithy-runtime-api 1.6.3",
        7024  +
 "aws-smithy-runtime 1.6.0",
        7025  +
 "aws-smithy-runtime-api 1.7.0",
 7001   7026   
 "aws-smithy-types 1.2.0",
 7002   7027   
 "aws-types 1.3.1",
 7003   7028   
 "bytes",
 7004   7029   
 "http 0.2.12",
 7005   7030   
 "once_cell",
 7006   7031   
 "regex-lite",
 7007   7032   
 "tokio",
 7008   7033   
 "tracing",
 7009   7034   
]
 7010   7035   
 7011   7036   
[[package]]
 7012   7037   
name = "aws-sdk-rbin"
 7013         -
version = "1.31.0"
        7038  +
version = "1.33.0"
 7014   7039   
dependencies = [
 7015   7040   
 "aws-config",
 7016   7041   
 "aws-credential-types 1.2.0",
 7017         -
 "aws-runtime 1.2.2",
        7042  +
 "aws-runtime 1.3.0",
 7018   7043   
 "aws-smithy-async 1.2.1",
 7019   7044   
 "aws-smithy-http 0.60.8",
 7020   7045   
 "aws-smithy-json 0.60.7",
 7021         -
 "aws-smithy-runtime 1.5.7",
 7022         -
 "aws-smithy-runtime-api 1.6.3",
        7046  +
 "aws-smithy-runtime 1.6.0",
        7047  +
 "aws-smithy-runtime-api 1.7.0",
 7023   7048   
 "aws-smithy-types 1.2.0",
 7024   7049   
 "aws-types 1.3.1",
 7025   7050   
 "bytes",
 7026   7051   
 "http 0.2.12",
 7027   7052   
 "once_cell",
 7028   7053   
 "regex-lite",
 7029   7054   
 "tokio",
 7030   7055   
 "tracing",
 7031   7056   
]
 7032   7057   
 7033   7058   
[[package]]
 7034   7059   
name = "aws-sdk-rds"
 7035         -
version = "1.40.0"
        7060  +
version = "1.42.0"
 7036   7061   
dependencies = [
 7037   7062   
 "aws-config",
 7038   7063   
 "aws-credential-types 1.2.0",
 7039         -
 "aws-runtime 1.2.2",
        7064  +
 "aws-runtime 1.3.0",
 7040   7065   
 "aws-smithy-async 1.2.1",
 7041   7066   
 "aws-smithy-http 0.60.8",
 7042   7067   
 "aws-smithy-json 0.60.7",
 7043   7068   
 "aws-smithy-query",
 7044         -
 "aws-smithy-runtime 1.5.7",
 7045         -
 "aws-smithy-runtime-api 1.6.3",
        7069  +
 "aws-smithy-runtime 1.6.0",
        7070  +
 "aws-smithy-runtime-api 1.7.0",
 7046   7071   
 "aws-smithy-types 1.2.0",
 7047   7072   
 "aws-smithy-xml 0.60.8",
 7048   7073   
 "aws-types 1.3.1",
 7049   7074   
 "http 0.2.12",
 7050   7075   
 "once_cell",
 7051   7076   
 "regex-lite",
 7052   7077   
 "tokio",
 7053   7078   
 "tracing",
 7054   7079   
]
 7055   7080   
 7056   7081   
[[package]]
 7057   7082   
name = "aws-sdk-rdsdata"
 7058         -
version = "1.30.0"
        7083  +
version = "1.32.0"
 7059   7084   
dependencies = [
 7060   7085   
 "aws-config",
 7061   7086   
 "aws-credential-types 1.2.0",
 7062         -
 "aws-runtime 1.2.2",
        7087  +
 "aws-runtime 1.3.0",
 7063   7088   
 "aws-smithy-async 1.2.1",
 7064   7089   
 "aws-smithy-http 0.60.8",
 7065   7090   
 "aws-smithy-json 0.60.7",
 7066         -
 "aws-smithy-runtime 1.5.7",
 7067         -
 "aws-smithy-runtime-api 1.6.3",
        7091  +
 "aws-smithy-runtime 1.6.0",
        7092  +
 "aws-smithy-runtime-api 1.7.0",
 7068   7093   
 "aws-smithy-types 1.2.0",
 7069   7094   
 "aws-types 1.3.1",
 7070   7095   
 "bytes",
 7071   7096   
 "http 0.2.12",
 7072   7097   
 "once_cell",
 7073   7098   
 "regex-lite",
 7074   7099   
 "tokio",
 7075   7100   
 "tracing",
 7076   7101   
]
 7077   7102   
 7078   7103   
[[package]]
 7079   7104   
name = "aws-sdk-redshift"
 7080         -
version = "1.31.0"
        7105  +
version = "1.33.0"
 7081   7106   
dependencies = [
 7082   7107   
 "aws-config",
 7083   7108   
 "aws-credential-types 1.2.0",
 7084         -
 "aws-runtime 1.2.2",
        7109  +
 "aws-runtime 1.3.0",
 7085   7110   
 "aws-smithy-async 1.2.1",
 7086   7111   
 "aws-smithy-http 0.60.8",
 7087   7112   
 "aws-smithy-json 0.60.7",
 7088   7113   
 "aws-smithy-query",
 7089         -
 "aws-smithy-runtime 1.5.7",
 7090         -
 "aws-smithy-runtime-api 1.6.3",
        7114  +
 "aws-smithy-runtime 1.6.0",
        7115  +
 "aws-smithy-runtime-api 1.7.0",
 7091   7116   
 "aws-smithy-types 1.2.0",
 7092   7117   
 "aws-smithy-xml 0.60.8",
 7093   7118   
 "aws-types 1.3.1",
 7094   7119   
 "http 0.2.12",
 7095   7120   
 "once_cell",
 7096   7121   
 "regex-lite",
 7097   7122   
 "tokio",
 7098   7123   
 "tracing",
 7099   7124   
]
 7100   7125   
 7101   7126   
[[package]]
 7102   7127   
name = "aws-sdk-redshiftdata"
 7103         -
version = "1.30.0"
        7128  +
version = "1.32.0"
 7104   7129   
dependencies = [
 7105   7130   
 "aws-config",
 7106   7131   
 "aws-credential-types 1.2.0",
 7107         -
 "aws-runtime 1.2.2",
        7132  +
 "aws-runtime 1.3.0",
 7108   7133   
 "aws-smithy-async 1.2.1",
 7109   7134   
 "aws-smithy-http 0.60.8",
 7110   7135   
 "aws-smithy-json 0.60.7",
 7111         -
 "aws-smithy-runtime 1.5.7",
 7112         -
 "aws-smithy-runtime-api 1.6.3",
        7136  +
 "aws-smithy-runtime 1.6.0",
        7137  +
 "aws-smithy-runtime-api 1.7.0",
 7113   7138   
 "aws-smithy-types 1.2.0",
 7114   7139   
 "aws-types 1.3.1",
 7115   7140   
 "bytes",
 7116   7141   
 "fastrand 2.0.2",
 7117   7142   
 "http 0.2.12",
 7118   7143   
 "once_cell",
 7119   7144   
 "regex-lite",
 7120   7145   
 "tokio",
 7121   7146   
 "tracing",
 7122   7147   
]
 7123   7148   
 7124   7149   
[[package]]
 7125   7150   
name = "aws-sdk-redshiftserverless"
 7126         -
version = "1.32.0"
        7151  +
version = "1.34.0"
 7127   7152   
dependencies = [
 7128   7153   
 "aws-config",
 7129   7154   
 "aws-credential-types 1.2.0",
 7130         -
 "aws-runtime 1.2.2",
        7155  +
 "aws-runtime 1.3.0",
 7131   7156   
 "aws-smithy-async 1.2.1",
 7132   7157   
 "aws-smithy-http 0.60.8",
 7133   7158   
 "aws-smithy-json 0.60.7",
 7134         -
 "aws-smithy-runtime 1.5.7",
 7135         -
 "aws-smithy-runtime-api 1.6.3",
        7159  +
 "aws-smithy-runtime 1.6.0",
        7160  +
 "aws-smithy-runtime-api 1.7.0",
 7136   7161   
 "aws-smithy-types 1.2.0",
 7137   7162   
 "aws-types 1.3.1",
 7138   7163   
 "bytes",
 7139   7164   
 "http 0.2.12",
 7140   7165   
 "once_cell",
 7141   7166   
 "regex-lite",
 7142   7167   
 "tokio",
 7143   7168   
 "tracing",
 7144   7169   
]
 7145   7170   
 7146   7171   
[[package]]
 7147   7172   
name = "aws-sdk-rekognition"
 7148         -
version = "1.32.0"
        7173  +
version = "1.34.0"
 7149   7174   
dependencies = [
 7150   7175   
 "aws-config",
 7151   7176   
 "aws-credential-types 1.2.0",
 7152         -
 "aws-runtime 1.2.2",
        7177  +
 "aws-runtime 1.3.0",
 7153   7178   
 "aws-smithy-async 1.2.1",
 7154   7179   
 "aws-smithy-http 0.60.8",
 7155   7180   
 "aws-smithy-json 0.60.7",
 7156         -
 "aws-smithy-runtime 1.5.7",
 7157         -
 "aws-smithy-runtime-api 1.6.3",
        7181  +
 "aws-smithy-runtime 1.6.0",
        7182  +
 "aws-smithy-runtime-api 1.7.0",
 7158   7183   
 "aws-smithy-types 1.2.0",
 7159   7184   
 "aws-types 1.3.1",
 7160   7185   
 "bytes",
 7161   7186   
 "fastrand 2.0.2",
 7162   7187   
 "http 0.2.12",
 7163   7188   
 "once_cell",
 7164   7189   
 "regex-lite",
 7165   7190   
 "tokio",
 7166   7191   
 "tracing",
 7167   7192   
]
 7168   7193   
 7169   7194   
[[package]]
 7170   7195   
name = "aws-sdk-repostspace"
 7171         -
version = "1.28.0"
        7196  +
version = "1.30.0"
 7172   7197   
dependencies = [
 7173   7198   
 "aws-config",
 7174   7199   
 "aws-credential-types 1.2.0",
 7175         -
 "aws-runtime 1.2.2",
        7200  +
 "aws-runtime 1.3.0",
 7176   7201   
 "aws-smithy-async 1.2.1",
 7177   7202   
 "aws-smithy-http 0.60.8",
 7178   7203   
 "aws-smithy-json 0.60.7",
 7179         -
 "aws-smithy-runtime 1.5.7",
 7180         -
 "aws-smithy-runtime-api 1.6.3",
        7204  +
 "aws-smithy-runtime 1.6.0",
        7205  +
 "aws-smithy-runtime-api 1.7.0",
 7181   7206   
 "aws-smithy-types 1.2.0",
 7182   7207   
 "aws-types 1.3.1",
 7183   7208   
 "bytes",
 7184   7209   
 "http 0.2.12",
 7185   7210   
 "once_cell",
 7186   7211   
 "regex-lite",
 7187   7212   
 "tokio",
 7188   7213   
 "tracing",
 7189   7214   
]
 7190   7215   
 7191   7216   
[[package]]
 7192   7217   
name = "aws-sdk-resiliencehub"
 7193         -
version = "1.30.0"
        7218  +
version = "1.32.0"
 7194   7219   
dependencies = [
 7195   7220   
 "aws-config",
 7196   7221   
 "aws-credential-types 1.2.0",
 7197         -
 "aws-runtime 1.2.2",
        7222  +
 "aws-runtime 1.3.0",
 7198   7223   
 "aws-smithy-async 1.2.1",
 7199   7224   
 "aws-smithy-http 0.60.8",
 7200   7225   
 "aws-smithy-json 0.60.7",
 7201         -
 "aws-smithy-runtime 1.5.7",
 7202         -
 "aws-smithy-runtime-api 1.6.3",
        7226  +
 "aws-smithy-runtime 1.6.0",
        7227  +
 "aws-smithy-runtime-api 1.7.0",
 7203   7228   
 "aws-smithy-types 1.2.0",
 7204   7229   
 "aws-types 1.3.1",
 7205   7230   
 "bytes",
 7206   7231   
 "fastrand 2.0.2",
 7207   7232   
 "http 0.2.12",
 7208   7233   
 "once_cell",
 7209   7234   
 "regex-lite",
 7210   7235   
 "tokio",
 7211   7236   
 "tracing",
 7212   7237   
]
 7213   7238   
 7214   7239   
[[package]]
 7215   7240   
name = "aws-sdk-resourceexplorer2"
 7216         -
version = "1.31.0"
        7241  +
version = "1.33.0"
 7217   7242   
dependencies = [
 7218   7243   
 "aws-config",
 7219   7244   
 "aws-credential-types 1.2.0",
 7220         -
 "aws-runtime 1.2.2",
        7245  +
 "aws-runtime 1.3.0",
 7221   7246   
 "aws-smithy-async 1.2.1",
 7222   7247   
 "aws-smithy-http 0.60.8",
 7223   7248   
 "aws-smithy-json 0.60.7",
 7224         -
 "aws-smithy-runtime 1.5.7",
 7225         -
 "aws-smithy-runtime-api 1.6.3",
        7249  +
 "aws-smithy-runtime 1.6.0",
        7250  +
 "aws-smithy-runtime-api 1.7.0",
 7226   7251   
 "aws-smithy-types 1.2.0",
 7227   7252   
 "aws-types 1.3.1",
 7228   7253   
 "bytes",
 7229   7254   
 "fastrand 2.0.2",
 7230   7255   
 "http 0.2.12",
 7231   7256   
 "once_cell",
 7232   7257   
 "regex-lite",
 7233   7258   
 "tokio",
 7234   7259   
 "tracing",
 7235   7260   
]
 7236   7261   
 7237   7262   
[[package]]
 7238   7263   
name = "aws-sdk-resourcegroups"
 7239         -
version = "1.31.0"
        7264  +
version = "1.33.0"
 7240   7265   
dependencies = [
 7241   7266   
 "aws-config",
 7242   7267   
 "aws-credential-types 1.2.0",
 7243         -
 "aws-runtime 1.2.2",
        7268  +
 "aws-runtime 1.3.0",
 7244   7269   
 "aws-smithy-async 1.2.1",
 7245   7270   
 "aws-smithy-http 0.60.8",
 7246   7271   
 "aws-smithy-json 0.60.7",
 7247         -
 "aws-smithy-runtime 1.5.7",
 7248         -
 "aws-smithy-runtime-api 1.6.3",
        7272  +
 "aws-smithy-runtime 1.6.0",
        7273  +
 "aws-smithy-runtime-api 1.7.0",
 7249   7274   
 "aws-smithy-types 1.2.0",
 7250   7275   
 "aws-types 1.3.1",
 7251   7276   
 "bytes",
 7252   7277   
 "http 0.2.12",
 7253   7278   
 "once_cell",
 7254   7279   
 "regex-lite",
 7255   7280   
 "tokio",
 7256   7281   
 "tracing",
 7257   7282   
]
 7258   7283   
 7259   7284   
[[package]]
 7260   7285   
name = "aws-sdk-resourcegroupstagging"
 7261         -
version = "1.30.0"
        7286  +
version = "1.32.0"
 7262   7287   
dependencies = [
 7263   7288   
 "aws-config",
 7264   7289   
 "aws-credential-types 1.2.0",
 7265         -
 "aws-runtime 1.2.2",
        7290  +
 "aws-runtime 1.3.0",
 7266   7291   
 "aws-smithy-async 1.2.1",
 7267   7292   
 "aws-smithy-http 0.60.8",
 7268   7293   
 "aws-smithy-json 0.60.7",
 7269         -
 "aws-smithy-runtime 1.5.7",
 7270         -
 "aws-smithy-runtime-api 1.6.3",
        7294  +
 "aws-smithy-runtime 1.6.0",
        7295  +
 "aws-smithy-runtime-api 1.7.0",
 7271   7296   
 "aws-smithy-types 1.2.0",
 7272   7297   
 "aws-types 1.3.1",
 7273   7298   
 "bytes",
 7274   7299   
 "http 0.2.12",
 7275   7300   
 "once_cell",
 7276   7301   
 "regex-lite",
 7277   7302   
 "tokio",
 7278   7303   
 "tracing",
 7279   7304   
]
 7280   7305   
 7281   7306   
[[package]]
 7282   7307   
name = "aws-sdk-robomaker"
 7283         -
version = "1.30.0"
        7308  +
version = "1.32.0"
 7284   7309   
dependencies = [
 7285   7310   
 "aws-config",
 7286   7311   
 "aws-credential-types 1.2.0",
 7287         -
 "aws-runtime 1.2.2",
        7312  +
 "aws-runtime 1.3.0",
 7288   7313   
 "aws-smithy-async 1.2.1",
 7289   7314   
 "aws-smithy-http 0.60.8",
 7290   7315   
 "aws-smithy-json 0.60.7",
 7291         -
 "aws-smithy-runtime 1.5.7",
 7292         -
 "aws-smithy-runtime-api 1.6.3",
        7316  +
 "aws-smithy-runtime 1.6.0",
        7317  +
 "aws-smithy-runtime-api 1.7.0",
 7293   7318   
 "aws-smithy-types 1.2.0",
 7294   7319   
 "aws-types 1.3.1",
 7295   7320   
 "bytes",
 7296   7321   
 "fastrand 2.0.2",
 7297   7322   
 "http 0.2.12",
 7298   7323   
 "once_cell",
 7299   7324   
 "regex-lite",
 7300   7325   
 "tokio",
 7301   7326   
 "tracing",
 7302   7327   
]
 7303   7328   
 7304   7329   
[[package]]
 7305   7330   
name = "aws-sdk-rolesanywhere"
 7306         -
version = "1.33.0"
        7331  +
version = "1.35.0"
 7307   7332   
dependencies = [
 7308   7333   
 "aws-config",
 7309   7334   
 "aws-credential-types 1.2.0",
 7310         -
 "aws-runtime 1.2.2",
        7335  +
 "aws-runtime 1.3.0",
 7311   7336   
 "aws-smithy-async 1.2.1",
 7312   7337   
 "aws-smithy-http 0.60.8",
 7313   7338   
 "aws-smithy-json 0.60.7",
 7314         -
 "aws-smithy-runtime 1.5.7",
 7315         -
 "aws-smithy-runtime-api 1.6.3",
        7339  +
 "aws-smithy-runtime 1.6.0",
        7340  +
 "aws-smithy-runtime-api 1.7.0",
 7316   7341   
 "aws-smithy-types 1.2.0",
 7317   7342   
 "aws-types 1.3.1",
 7318   7343   
 "bytes",
 7319   7344   
 "http 0.2.12",
 7320   7345   
 "once_cell",
 7321   7346   
 "regex-lite",
 7322   7347   
 "tokio",
 7323   7348   
 "tracing",
 7324   7349   
]
 7325   7350   
 7326   7351   
[[package]]
 7327   7352   
name = "aws-sdk-route53"
 7328         -
version = "1.31.0"
        7353  +
version = "1.33.0"
 7329   7354   
dependencies = [
 7330   7355   
 "aws-config",
 7331   7356   
 "aws-credential-types 1.2.0",
 7332         -
 "aws-runtime 1.2.2",
        7357  +
 "aws-runtime 1.3.0",
 7333   7358   
 "aws-smithy-async 1.2.1",
 7334   7359   
 "aws-smithy-http 0.60.8",
 7335   7360   
 "aws-smithy-json 0.60.7",
 7336         -
 "aws-smithy-runtime 1.5.7",
 7337         -
 "aws-smithy-runtime-api 1.6.3",
        7361  +
 "aws-smithy-runtime 1.6.0",
        7362  +
 "aws-smithy-runtime-api 1.7.0",
 7338   7363   
 "aws-smithy-types 1.2.0",
 7339   7364   
 "aws-smithy-xml 0.60.8",
 7340   7365   
 "aws-types 1.3.1",
 7341   7366   
 "http 0.2.12",
 7342   7367   
 "once_cell",
 7343   7368   
 "pretty_assertions",
 7344   7369   
 "regex-lite",
 7345   7370   
 "tokio",
 7346   7371   
 "tracing",
 7347   7372   
]
 7348   7373   
 7349   7374   
[[package]]
 7350   7375   
name = "aws-sdk-route53domains"
 7351         -
version = "1.31.0"
        7376  +
version = "1.34.0"
 7352   7377   
dependencies = [
 7353   7378   
 "aws-config",
 7354   7379   
 "aws-credential-types 1.2.0",
 7355         -
 "aws-runtime 1.2.2",
        7380  +
 "aws-runtime 1.3.0",
 7356   7381   
 "aws-smithy-async 1.2.1",
 7357   7382   
 "aws-smithy-http 0.60.8",
 7358   7383   
 "aws-smithy-json 0.60.7",
 7359         -
 "aws-smithy-runtime 1.5.7",
 7360         -
 "aws-smithy-runtime-api 1.6.3",
        7384  +
 "aws-smithy-runtime 1.6.0",
        7385  +
 "aws-smithy-runtime-api 1.7.0",
 7361   7386   
 "aws-smithy-types 1.2.0",
 7362   7387   
 "aws-types 1.3.1",
 7363   7388   
 "bytes",
 7364   7389   
 "http 0.2.12",
 7365   7390   
 "once_cell",
 7366   7391   
 "regex-lite",
 7367   7392   
 "tokio",
 7368   7393   
 "tracing",
 7369   7394   
]
 7370   7395   
 7371   7396   
[[package]]
 7372   7397   
name = "aws-sdk-route53profiles"
 7373         -
version = "1.9.0"
        7398  +
version = "1.11.0"
 7374   7399   
dependencies = [
 7375   7400   
 "aws-config",
 7376   7401   
 "aws-credential-types 1.2.0",
 7377         -
 "aws-runtime 1.2.2",
        7402  +
 "aws-runtime 1.3.0",
 7378   7403   
 "aws-smithy-async 1.2.1",
 7379   7404   
 "aws-smithy-http 0.60.8",
 7380   7405   
 "aws-smithy-json 0.60.7",
 7381         -
 "aws-smithy-runtime 1.5.7",
 7382         -
 "aws-smithy-runtime-api 1.6.3",
        7406  +
 "aws-smithy-runtime 1.6.0",
        7407  +
 "aws-smithy-runtime-api 1.7.0",
 7383   7408   
 "aws-smithy-types 1.2.0",
 7384   7409   
 "aws-types 1.3.1",
 7385   7410   
 "bytes",
 7386   7411   
 "fastrand 2.0.2",
 7387   7412   
 "http 0.2.12",
 7388   7413   
 "once_cell",
 7389   7414   
 "regex-lite",
 7390   7415   
 "tokio",
 7391   7416   
 "tracing",
 7392   7417   
]
 7393   7418   
 7394   7419   
[[package]]
 7395   7420   
name = "aws-sdk-route53recoverycluster"
 7396         -
version = "1.30.0"
        7421  +
version = "1.32.0"
 7397   7422   
dependencies = [
 7398   7423   
 "aws-config",
 7399   7424   
 "aws-credential-types 1.2.0",
 7400         -
 "aws-runtime 1.2.2",
        7425  +
 "aws-runtime 1.3.0",
 7401   7426   
 "aws-smithy-async 1.2.1",
 7402   7427   
 "aws-smithy-http 0.60.8",
 7403   7428   
 "aws-smithy-json 0.60.7",
 7404         -
 "aws-smithy-runtime 1.5.7",
 7405         -
 "aws-smithy-runtime-api 1.6.3",
        7429  +
 "aws-smithy-runtime 1.6.0",
        7430  +
 "aws-smithy-runtime-api 1.7.0",
 7406   7431   
 "aws-smithy-types 1.2.0",
 7407   7432   
 "aws-types 1.3.1",
 7408   7433   
 "bytes",
 7409   7434   
 "http 0.2.12",
 7410   7435   
 "once_cell",
 7411   7436   
 "regex-lite",
 7412   7437   
 "tokio",
 7413   7438   
 "tracing",
 7414   7439   
]
 7415   7440   
 7416   7441   
[[package]]
 7417   7442   
name = "aws-sdk-route53recoverycontrolconfig"
 7418         -
version = "1.30.0"
        7443  +
version = "1.32.0"
 7419   7444   
dependencies = [
 7420   7445   
 "aws-config",
 7421   7446   
 "aws-credential-types 1.2.0",
 7422         -
 "aws-runtime 1.2.2",
        7447  +
 "aws-runtime 1.3.0",
 7423   7448   
 "aws-smithy-async 1.2.1",
 7424   7449   
 "aws-smithy-http 0.60.8",
 7425   7450   
 "aws-smithy-json 0.60.7",
 7426         -
 "aws-smithy-runtime 1.5.7",
 7427         -
 "aws-smithy-runtime-api 1.6.3",
        7451  +
 "aws-smithy-runtime 1.6.0",
        7452  +
 "aws-smithy-runtime-api 1.7.0",
 7428   7453   
 "aws-smithy-types 1.2.0",
 7429   7454   
 "aws-types 1.3.1",
 7430   7455   
 "bytes",
 7431   7456   
 "fastrand 2.0.2",
 7432   7457   
 "http 0.2.12",
 7433   7458   
 "once_cell",
 7434   7459   
 "regex-lite",
 7435   7460   
 "tokio",
 7436   7461   
 "tracing",
 7437   7462   
]
 7438   7463   
 7439   7464   
[[package]]
 7440   7465   
name = "aws-sdk-route53recoveryreadiness"
 7441         -
version = "1.30.0"
        7466  +
version = "1.32.0"
 7442   7467   
dependencies = [
 7443   7468   
 "aws-config",
 7444   7469   
 "aws-credential-types 1.2.0",
 7445         -
 "aws-runtime 1.2.2",
        7470  +
 "aws-runtime 1.3.0",
 7446   7471   
 "aws-smithy-async 1.2.1",
 7447   7472   
 "aws-smithy-http 0.60.8",
 7448   7473   
 "aws-smithy-json 0.60.7",
 7449         -
 "aws-smithy-runtime 1.5.7",
 7450         -
 "aws-smithy-runtime-api 1.6.3",
        7474  +
 "aws-smithy-runtime 1.6.0",
        7475  +
 "aws-smithy-runtime-api 1.7.0",
 7451   7476   
 "aws-smithy-types 1.2.0",
 7452   7477   
 "aws-types 1.3.1",
 7453   7478   
 "bytes",
 7454   7479   
 "http 0.2.12",
 7455   7480   
 "once_cell",
 7456   7481   
 "regex-lite",
 7457   7482   
 "tokio",
 7458   7483   
 "tracing",
 7459   7484   
]
 7460   7485   
 7461   7486   
[[package]]
 7462   7487   
name = "aws-sdk-route53resolver"
 7463         -
version = "1.33.0"
        7488  +
version = "1.35.0"
 7464   7489   
dependencies = [
 7465   7490   
 "aws-config",
 7466   7491   
 "aws-credential-types 1.2.0",
 7467         -
 "aws-runtime 1.2.2",
        7492  +
 "aws-runtime 1.3.0",
 7468   7493   
 "aws-smithy-async 1.2.1",
 7469   7494   
 "aws-smithy-http 0.60.8",
 7470   7495   
 "aws-smithy-json 0.60.7",
 7471         -
 "aws-smithy-runtime 1.5.7",
 7472         -
 "aws-smithy-runtime-api 1.6.3",
        7496  +
 "aws-smithy-runtime 1.6.0",
        7497  +
 "aws-smithy-runtime-api 1.7.0",
 7473   7498   
 "aws-smithy-types 1.2.0",
 7474   7499   
 "aws-types 1.3.1",
 7475   7500   
 "bytes",
 7476   7501   
 "fastrand 2.0.2",
 7477   7502   
 "http 0.2.12",
 7478   7503   
 "once_cell",
 7479   7504   
 "regex-lite",
 7480   7505   
 "tokio",
 7481   7506   
 "tracing",
 7482   7507   
]
 7483   7508   
 7484   7509   
[[package]]
 7485   7510   
name = "aws-sdk-rum"
 7486         -
version = "1.30.0"
        7511  +
version = "1.32.0"
 7487   7512   
dependencies = [
 7488   7513   
 "aws-config",
 7489   7514   
 "aws-credential-types 1.2.0",
 7490         -
 "aws-runtime 1.2.2",
        7515  +
 "aws-runtime 1.3.0",
 7491   7516   
 "aws-smithy-async 1.2.1",
 7492   7517   
 "aws-smithy-http 0.60.8",
 7493   7518   
 "aws-smithy-json 0.60.7",
 7494         -
 "aws-smithy-runtime 1.5.7",
 7495         -
 "aws-smithy-runtime-api 1.6.3",
        7519  +
 "aws-smithy-runtime 1.6.0",
        7520  +
 "aws-smithy-runtime-api 1.7.0",
 7496   7521   
 "aws-smithy-types 1.2.0",
 7497   7522   
 "aws-types 1.3.1",
 7498   7523   
 "bytes",
 7499   7524   
 "http 0.2.12",
 7500   7525   
 "once_cell",
 7501   7526   
 "regex-lite",
 7502   7527   
 "tokio",
 7503   7528   
 "tracing",
 7504   7529   
]
 7505   7530   
 7506   7531   
[[package]]
 7507   7532   
name = "aws-sdk-s3"
 7508         -
version = "1.35.0"
        7533  +
version = "1.37.0"
 7509   7534   
dependencies = [
 7510   7535   
 "ahash",
 7511   7536   
 "async-std",
 7512   7537   
 "aws-config",
 7513   7538   
 "aws-credential-types 1.2.0",
 7514         -
 "aws-runtime 1.2.2",
        7539  +
 "aws-runtime 1.3.0",
 7515   7540   
 "aws-sigv4 1.2.2",
 7516   7541   
 "aws-smithy-async 1.2.1",
 7517         -
 "aws-smithy-checksums 0.60.9",
        7542  +
 "aws-smithy-checksums 0.60.10",
 7518   7543   
 "aws-smithy-eventstream 0.60.4",
 7519   7544   
 "aws-smithy-experimental",
 7520   7545   
 "aws-smithy-http 0.60.8",
 7521   7546   
 "aws-smithy-json 0.60.7",
 7522   7547   
 "aws-smithy-protocol-test 0.60.7",
 7523         -
 "aws-smithy-runtime 1.5.7",
 7524         -
 "aws-smithy-runtime-api 1.6.3",
        7548  +
 "aws-smithy-runtime 1.6.0",
        7549  +
 "aws-smithy-runtime-api 1.7.0",
 7525   7550   
 "aws-smithy-types 1.2.0",
 7526   7551   
 "aws-smithy-xml 0.60.8",
 7527   7552   
 "aws-types 1.3.1",
 7528   7553   
 "bytes",
 7529   7554   
 "bytes-utils",
 7530   7555   
 "fastrand 2.0.2",
 7531   7556   
 "futures-util",
 7532   7557   
 "hdrhistogram",
 7533   7558   
 "hex",
 7534   7559   
 "hmac",
 7535   7560   
 "http 0.2.12",
        7561  +
 "http 1.1.0",
 7536   7562   
 "http-body 0.4.6",
        7563  +
 "http-body 1.0.0",
 7537   7564   
 "lru",
 7538   7565   
 "once_cell",
 7539   7566   
 "percent-encoding",
 7540   7567   
 "pretty_assertions",
 7541   7568   
 "regex-lite",
 7542   7569   
 "serde_json",
 7543   7570   
 "sha2",
 7544   7571   
 "smol",
 7545   7572   
 "tempfile",
 7546   7573   
 "tokio",
 7547   7574   
 "tracing",
 7548   7575   
 "tracing-appender",
 7549   7576   
 "tracing-subscriber",
 7550   7577   
 "tracing-test",
 7551   7578   
 "url",
 7552   7579   
]
 7553   7580   
 7554   7581   
[[package]]
 7555   7582   
name = "aws-sdk-s3"
 7556         -
version = "1.35.0"
        7583  +
version = "1.37.0"
 7557   7584   
source = "registry+https://github.com/rust-lang/crates.io-index"
 7558         -
checksum = "2ce9a2c2942ae463c652e8295f9258ceb8312bd5313732e50066bdd6615b50f3"
        7585  +
checksum = "955365fd032cc94608c7e0f4aea36a9825399d6a1bf7b96f56cf157414b04c40"
 7559   7586   
dependencies = [
 7560   7587   
 "ahash",
 7561   7588   
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7562         -
 "aws-runtime 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
        7589  +
 "aws-runtime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7563   7590   
 "aws-sigv4 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 7564   7591   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 7565         -
 "aws-smithy-checksums 0.60.9 (registry+https://github.com/rust-lang/crates.io-index)",
        7592  +
 "aws-smithy-checksums 0.60.10 (registry+https://github.com/rust-lang/crates.io-index)",
 7566   7593   
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
 7567   7594   
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
 7568   7595   
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
 7569         -
 "aws-smithy-runtime 1.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
 7570         -
 "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
        7596  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7597  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7571   7598   
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7572   7599   
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
 7573   7600   
 "aws-types 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 7574   7601   
 "bytes",
 7575   7602   
 "fastrand 2.0.2",
 7576   7603   
 "hex",
 7577   7604   
 "hmac",
 7578   7605   
 "http 0.2.12",
 7579   7606   
 "http-body 0.4.6",
 7580   7607   
 "lru",
 7581   7608   
 "once_cell",
 7582   7609   
 "percent-encoding",
 7583   7610   
 "regex-lite",
 7584   7611   
 "sha2",
 7585   7612   
 "tracing",
 7586   7613   
 "url",
 7587   7614   
]
 7588   7615   
 7589   7616   
[[package]]
 7590   7617   
name = "aws-sdk-s3control"
 7591         -
version = "1.32.0"
        7618  +
version = "1.34.0"
 7592   7619   
dependencies = [
 7593   7620   
 "aws-config",
 7594   7621   
 "aws-credential-types 1.2.0",
 7595         -
 "aws-runtime 1.2.2",
        7622  +
 "aws-runtime 1.3.0",
 7596   7623   
 "aws-smithy-async 1.2.1",
 7597   7624   
 "aws-smithy-http 0.60.8",
 7598   7625   
 "aws-smithy-json 0.60.7",
 7599   7626   
 "aws-smithy-protocol-test 0.60.7",
 7600         -
 "aws-smithy-runtime 1.5.7",
 7601         -
 "aws-smithy-runtime-api 1.6.3",
        7627  +
 "aws-smithy-runtime 1.6.0",
        7628  +
 "aws-smithy-runtime-api 1.7.0",
 7602   7629   
 "aws-smithy-types 1.2.0",
 7603   7630   
 "aws-smithy-xml 0.60.8",
 7604   7631   
 "aws-types 1.3.1",
 7605   7632   
 "fastrand 2.0.2",
 7606   7633   
 "futures-util",
 7607   7634   
 "http 0.2.12",
 7608   7635   
 "md-5",
 7609   7636   
 "once_cell",
 7610   7637   
 "regex-lite",
 7611   7638   
 "serde_json",
 7612   7639   
 "tokio",
 7613   7640   
 "tracing",
 7614   7641   
 "tracing-subscriber",
 7615   7642   
 "url",
 7616   7643   
]
 7617   7644   
 7618   7645   
[[package]]
 7619   7646   
name = "aws-sdk-s3outposts"
 7620         -
version = "1.30.0"
        7647  +
version = "1.32.0"
 7621   7648   
dependencies = [
 7622   7649   
 "aws-config",
 7623   7650   
 "aws-credential-types 1.2.0",
 7624         -
 "aws-runtime 1.2.2",
        7651  +
 "aws-runtime 1.3.0",
 7625   7652   
 "aws-smithy-async 1.2.1",
 7626   7653   
 "aws-smithy-http 0.60.8",
 7627   7654   
 "aws-smithy-json 0.60.7",
 7628         -
 "aws-smithy-runtime 1.5.7",
 7629         -
 "aws-smithy-runtime-api 1.6.3",
        7655  +
 "aws-smithy-runtime 1.6.0",
        7656  +
 "aws-smithy-runtime-api 1.7.0",
 7630   7657   
 "aws-smithy-types 1.2.0",
 7631   7658   
 "aws-types 1.3.1",
 7632   7659   
 "bytes",
 7633   7660   
 "http 0.2.12",
 7634   7661   
 "once_cell",
 7635   7662   
 "regex-lite",
 7636   7663   
 "tokio",
 7637   7664   
 "tracing",
 7638   7665   
]
 7639   7666   
 7640   7667   
[[package]]
 7641   7668   
name = "aws-sdk-sagemaker"
 7642         -
version = "1.51.0"
        7669  +
version = "1.54.0"
 7643   7670   
dependencies = [
 7644   7671   
 "aws-config",
 7645   7672   
 "aws-credential-types 1.2.0",
 7646         -
 "aws-runtime 1.2.2",
        7673  +
 "aws-runtime 1.3.0",
 7647   7674   
 "aws-smithy-async 1.2.1",
 7648   7675   
 "aws-smithy-http 0.60.8",
 7649   7676   
 "aws-smithy-json 0.60.7",
 7650         -
 "aws-smithy-runtime 1.5.7",
 7651         -
 "aws-smithy-runtime-api 1.6.3",
        7677  +
 "aws-smithy-runtime 1.6.0",
        7678  +
 "aws-smithy-runtime-api 1.7.0",
 7652   7679   
 "aws-smithy-types 1.2.0",
 7653   7680   
 "aws-types 1.3.1",
 7654   7681   
 "bytes",
 7655   7682   
 "fastrand 2.0.2",
 7656   7683   
 "http 0.2.12",
 7657   7684   
 "once_cell",
 7658   7685   
 "regex-lite",
 7659   7686   
 "tokio",
 7660   7687   
 "tracing",
 7661   7688   
]
 7662   7689   
 7663   7690   
[[package]]
 7664   7691   
name = "aws-sdk-sagemakera2iruntime"
 7665         -
version = "1.30.0"
        7692  +
version = "1.32.0"
 7666   7693   
dependencies = [
 7667   7694   
 "aws-config",
 7668   7695   
 "aws-credential-types 1.2.0",
 7669         -
 "aws-runtime 1.2.2",
        7696  +
 "aws-runtime 1.3.0",
 7670   7697   
 "aws-smithy-async 1.2.1",
 7671   7698   
 "aws-smithy-http 0.60.8",
 7672   7699   
 "aws-smithy-json 0.60.7",
 7673         -
 "aws-smithy-runtime 1.5.7",
 7674         -
 "aws-smithy-runtime-api 1.6.3",
        7700  +
 "aws-smithy-runtime 1.6.0",
        7701  +
 "aws-smithy-runtime-api 1.7.0",
 7675   7702   
 "aws-smithy-types 1.2.0",
 7676   7703   
 "aws-types 1.3.1",
 7677   7704   
 "bytes",
 7678   7705   
 "http 0.2.12",
 7679   7706   
 "once_cell",
 7680   7707   
 "regex-lite",
 7681   7708   
 "tokio",
 7682   7709   
 "tracing",
 7683   7710   
]
 7684   7711   
 7685   7712   
[[package]]
 7686   7713   
name = "aws-sdk-sagemakeredge"
 7687         -
version = "1.30.0"
        7714  +
version = "1.32.0"
 7688   7715   
dependencies = [
 7689   7716   
 "aws-config",
 7690   7717   
 "aws-credential-types 1.2.0",
 7691         -
 "aws-runtime 1.2.2",
        7718  +
 "aws-runtime 1.3.0",
 7692   7719   
 "aws-smithy-async 1.2.1",
 7693   7720   
 "aws-smithy-http 0.60.8",
 7694   7721   
 "aws-smithy-json 0.60.7",
 7695         -
 "aws-smithy-runtime 1.5.7",
 7696         -
 "aws-smithy-runtime-api 1.6.3",
        7722  +
 "aws-smithy-runtime 1.6.0",
        7723  +
 "aws-smithy-runtime-api 1.7.0",
 7697   7724   
 "aws-smithy-types 1.2.0",
 7698   7725   
 "aws-types 1.3.1",
 7699   7726   
 "bytes",
 7700   7727   
 "http 0.2.12",
 7701   7728   
 "once_cell",
 7702   7729   
 "regex-lite",
 7703   7730   
 "tokio",
 7704   7731   
 "tracing",
 7705   7732   
]
 7706   7733   
 7707   7734   
[[package]]
 7708   7735   
name = "aws-sdk-sagemakerfeaturestoreruntime"
 7709         -
version = "1.31.0"
        7736  +
version = "1.33.0"
 7710   7737   
dependencies = [
 7711   7738   
 "aws-config",
 7712   7739   
 "aws-credential-types 1.2.0",
 7713         -
 "aws-runtime 1.2.2",
        7740  +
 "aws-runtime 1.3.0",
 7714   7741   
 "aws-smithy-async 1.2.1",
 7715   7742   
 "aws-smithy-http 0.60.8",
 7716   7743   
 "aws-smithy-json 0.60.7",
 7717         -
 "aws-smithy-runtime 1.5.7",
 7718         -
 "aws-smithy-runtime-api 1.6.3",
        7744  +
 "aws-smithy-runtime 1.6.0",
        7745  +
 "aws-smithy-runtime-api 1.7.0",
 7719   7746   
 "aws-smithy-types 1.2.0",
 7720   7747   
 "aws-types 1.3.1",
 7721   7748   
 "bytes",
 7722   7749   
 "http 0.2.12",
 7723   7750   
 "once_cell",
 7724   7751   
 "regex-lite",
 7725   7752   
 "tokio",
 7726   7753   
 "tracing",
 7727   7754   
]
 7728   7755   
 7729   7756   
[[package]]
 7730   7757   
name = "aws-sdk-sagemakergeospatial"
 7731         -
version = "1.30.0"
        7758  +
version = "1.32.0"
 7732   7759   
dependencies = [
 7733   7760   
 "aws-config",
 7734   7761   
 "aws-credential-types 1.2.0",
 7735         -
 "aws-runtime 1.2.2",
        7762  +
 "aws-runtime 1.3.0",
 7736   7763   
 "aws-smithy-async 1.2.1",
 7737   7764   
 "aws-smithy-http 0.60.8",
 7738   7765   
 "aws-smithy-json 0.60.7",
 7739         -
 "aws-smithy-runtime 1.5.7",
 7740         -
 "aws-smithy-runtime-api 1.6.3",
        7766  +
 "aws-smithy-runtime 1.6.0",
        7767  +
 "aws-smithy-runtime-api 1.7.0",
 7741   7768   
 "aws-smithy-types 1.2.0",
 7742   7769   
 "aws-types 1.3.1",
 7743   7770   
 "bytes",
 7744   7771   
 "fastrand 2.0.2",
 7745   7772   
 "http 0.2.12",
 7746   7773   
 "once_cell",
 7747   7774   
 "regex-lite",
 7748   7775   
 "tokio",
 7749   7776   
 "tracing",
 7750   7777   
]
 7751   7778   
 7752   7779   
[[package]]
 7753   7780   
name = "aws-sdk-sagemakermetrics"
 7754         -
version = "1.30.0"
        7781  +
version = "1.32.0"
 7755   7782   
dependencies = [
 7756   7783   
 "aws-config",
 7757   7784   
 "aws-credential-types 1.2.0",
 7758         -
 "aws-runtime 1.2.2",
        7785  +
 "aws-runtime 1.3.0",
 7759   7786   
 "aws-smithy-async 1.2.1",
 7760   7787   
 "aws-smithy-http 0.60.8",
 7761   7788   
 "aws-smithy-json 0.60.7",
 7762         -
 "aws-smithy-runtime 1.5.7",
 7763         -
 "aws-smithy-runtime-api 1.6.3",
        7789  +
 "aws-smithy-runtime 1.6.0",
        7790  +
 "aws-smithy-runtime-api 1.7.0",
 7764   7791   
 "aws-smithy-types 1.2.0",
 7765   7792   
 "aws-types 1.3.1",
 7766   7793   
 "bytes",
 7767   7794   
 "http 0.2.12",
 7768   7795   
 "once_cell",
 7769   7796   
 "regex-lite",
 7770   7797   
 "tokio",
 7771   7798   
 "tracing",
 7772   7799   
]
 7773   7800   
 7774   7801   
[[package]]
 7775   7802   
name = "aws-sdk-sagemakerruntime"
 7776         -
version = "1.31.0"
        7803  +
version = "1.33.0"
 7777   7804   
dependencies = [
 7778   7805   
 "aws-config",
 7779   7806   
 "aws-credential-types 1.2.0",
 7780         -
 "aws-runtime 1.2.2",
        7807  +
 "aws-runtime 1.3.0",
 7781   7808   
 "aws-smithy-async 1.2.1",
 7782   7809   
 "aws-smithy-eventstream 0.60.4",
 7783   7810   
 "aws-smithy-http 0.60.8",
 7784   7811   
 "aws-smithy-json 0.60.7",
 7785         -
 "aws-smithy-runtime 1.5.7",
 7786         -
 "aws-smithy-runtime-api 1.6.3",
        7812  +
 "aws-smithy-runtime 1.6.0",
        7813  +
 "aws-smithy-runtime-api 1.7.0",
 7787   7814   
 "aws-smithy-types 1.2.0",
 7788   7815   
 "aws-types 1.3.1",
 7789   7816   
 "bytes",
 7790   7817   
 "http 0.2.12",
 7791   7818   
 "once_cell",
 7792   7819   
 "regex-lite",
 7793   7820   
 "tokio",
 7794   7821   
 "tracing",
 7795   7822   
]
 7796   7823   
 7797   7824   
[[package]]
 7798   7825   
name = "aws-sdk-savingsplans"
 7799         -
version = "1.31.0"
        7826  +
version = "1.33.0"
 7800   7827   
dependencies = [
 7801   7828   
 "aws-config",
 7802   7829   
 "aws-credential-types 1.2.0",
 7803         -
 "aws-runtime 1.2.2",
        7830  +
 "aws-runtime 1.3.0",
 7804   7831   
 "aws-smithy-async 1.2.1",
 7805   7832   
 "aws-smithy-http 0.60.8",
 7806   7833   
 "aws-smithy-json 0.60.7",
 7807         -
 "aws-smithy-runtime 1.5.7",
 7808         -
 "aws-smithy-runtime-api 1.6.3",
        7834  +
 "aws-smithy-runtime 1.6.0",
        7835  +
 "aws-smithy-runtime-api 1.7.0",
 7809   7836   
 "aws-smithy-types 1.2.0",
 7810   7837   
 "aws-types 1.3.1",
 7811   7838   
 "bytes",
 7812   7839   
 "fastrand 2.0.2",
 7813   7840   
 "http 0.2.12",
 7814   7841   
 "once_cell",
 7815   7842   
 "regex-lite",
 7816   7843   
 "tokio",
 7817   7844   
 "tracing",
 7818   7845   
]
 7819   7846   
 7820   7847   
[[package]]
 7821   7848   
name = "aws-sdk-scheduler"
 7822         -
version = "1.30.0"
        7849  +
version = "1.32.0"
 7823   7850   
dependencies = [
 7824   7851   
 "aws-config",
 7825   7852   
 "aws-credential-types 1.2.0",
 7826         -
 "aws-runtime 1.2.2",
        7853  +
 "aws-runtime 1.3.0",
 7827   7854   
 "aws-smithy-async 1.2.1",
 7828   7855   
 "aws-smithy-http 0.60.8",
 7829   7856   
 "aws-smithy-json 0.60.7",
 7830         -
 "aws-smithy-runtime 1.5.7",
 7831         -
 "aws-smithy-runtime-api 1.6.3",
        7857  +
 "aws-smithy-runtime 1.6.0",
        7858  +
 "aws-smithy-runtime-api 1.7.0",
 7832   7859   
 "aws-smithy-types 1.2.0",
 7833   7860   
 "aws-types 1.3.1",
 7834   7861   
 "bytes",
 7835   7862   
 "fastrand 2.0.2",
 7836   7863   
 "http 0.2.12",
 7837   7864   
 "once_cell",
 7838   7865   
 "regex-lite",
 7839   7866   
 "tokio",
 7840   7867   
 "tracing",
 7841   7868   
]
 7842   7869   
 7843   7870   
[[package]]
 7844   7871   
name = "aws-sdk-schemas"
 7845         -
version = "1.30.0"
        7872  +
version = "1.32.0"
 7846   7873   
dependencies = [
 7847   7874   
 "aws-config",
 7848   7875   
 "aws-credential-types 1.2.0",
 7849         -
 "aws-runtime 1.2.2",
        7876  +
 "aws-runtime 1.3.0",
 7850   7877   
 "aws-smithy-async 1.2.1",
 7851   7878   
 "aws-smithy-http 0.60.8",
 7852   7879   
 "aws-smithy-json 0.60.7",
 7853         -
 "aws-smithy-runtime 1.5.7",
 7854         -
 "aws-smithy-runtime-api 1.6.3",
        7880  +
 "aws-smithy-runtime 1.6.0",
        7881  +
 "aws-smithy-runtime-api 1.7.0",
 7855   7882   
 "aws-smithy-types 1.2.0",
 7856   7883   
 "aws-types 1.3.1",
 7857   7884   
 "bytes",
 7858   7885   
 "fastrand 2.0.2",
 7859   7886   
 "http 0.2.12",
 7860   7887   
 "once_cell",
 7861   7888   
 "regex-lite",
 7862   7889   
 "tokio",
 7863   7890   
 "tracing",
 7864   7891   
]
 7865   7892   
 7866   7893   
[[package]]
 7867   7894   
name = "aws-sdk-secretsmanager"
 7868         -
version = "1.33.0"
        7895  +
version = "1.36.0"
 7869   7896   
dependencies = [
 7870   7897   
 "aws-config",
 7871   7898   
 "aws-credential-types 1.2.0",
 7872         -
 "aws-runtime 1.2.2",
        7899  +
 "aws-runtime 1.3.0",
 7873   7900   
 "aws-smithy-async 1.2.1",
 7874   7901   
 "aws-smithy-http 0.60.8",
 7875   7902   
 "aws-smithy-json 0.60.7",
 7876         -
 "aws-smithy-runtime 1.5.7",
 7877         -
 "aws-smithy-runtime-api 1.6.3",
        7903  +
 "aws-smithy-runtime 1.6.0",
        7904  +
 "aws-smithy-runtime-api 1.7.0",
 7878   7905   
 "aws-smithy-types 1.2.0",
 7879   7906   
 "aws-types 1.3.1",
 7880   7907   
 "bytes",
 7881   7908   
 "fastrand 2.0.2",
 7882   7909   
 "http 0.2.12",
 7883   7910   
 "once_cell",
 7884   7911   
 "regex-lite",
 7885   7912   
 "tokio",
 7886   7913   
 "tracing",
 7887   7914   
]
 7888   7915   
 7889   7916   
[[package]]
 7890   7917   
name = "aws-sdk-securityhub"
 7891         -
version = "1.32.0"
        7918  +
version = "1.34.0"
 7892   7919   
dependencies = [
 7893   7920   
 "aws-config",
 7894   7921   
 "aws-credential-types 1.2.0",
 7895         -
 "aws-runtime 1.2.2",
        7922  +
 "aws-runtime 1.3.0",
 7896   7923   
 "aws-smithy-async 1.2.1",
 7897   7924   
 "aws-smithy-http 0.60.8",
 7898   7925   
 "aws-smithy-json 0.60.7",
 7899         -
 "aws-smithy-runtime 1.5.7",
 7900         -
 "aws-smithy-runtime-api 1.6.3",
        7926  +
 "aws-smithy-runtime 1.6.0",
        7927  +
 "aws-smithy-runtime-api 1.7.0",
 7901   7928   
 "aws-smithy-types 1.2.0",
 7902   7929   
 "aws-types 1.3.1",
 7903   7930   
 "bytes",
 7904   7931   
 "http 0.2.12",
 7905   7932   
 "once_cell",
 7906   7933   
 "regex-lite",
 7907   7934   
 "tokio",
 7908   7935   
 "tracing",
 7909   7936   
]
 7910   7937   
 7911   7938   
[[package]]
 7912   7939   
name = "aws-sdk-securitylake"
 7913         -
version = "1.31.0"
        7940  +
version = "1.34.0"
 7914   7941   
dependencies = [
 7915   7942   
 "aws-config",
 7916   7943   
 "aws-credential-types 1.2.0",
 7917         -
 "aws-runtime 1.2.2",
        7944  +
 "aws-runtime 1.3.0",
 7918   7945   
 "aws-smithy-async 1.2.1",
 7919   7946   
 "aws-smithy-http 0.60.8",
 7920   7947   
 "aws-smithy-json 0.60.7",
 7921         -
 "aws-smithy-runtime 1.5.7",
 7922         -
 "aws-smithy-runtime-api 1.6.3",
        7948  +
 "aws-smithy-runtime 1.6.0",
        7949  +
 "aws-smithy-runtime-api 1.7.0",
 7923   7950   
 "aws-smithy-types 1.2.0",
 7924   7951   
 "aws-types 1.3.1",
 7925   7952   
 "bytes",
 7926   7953   
 "http 0.2.12",
 7927   7954   
 "once_cell",
 7928   7955   
 "regex-lite",
 7929   7956   
 "tokio",
 7930   7957   
 "tracing",
 7931   7958   
]
 7932   7959   
 7933   7960   
[[package]]
 7934   7961   
name = "aws-sdk-serverlessapplicationrepository"
 7935         -
version = "1.30.0"
        7962  +
version = "1.32.0"
 7936   7963   
dependencies = [
 7937   7964   
 "aws-config",
 7938   7965   
 "aws-credential-types 1.2.0",
 7939         -
 "aws-runtime 1.2.2",
        7966  +
 "aws-runtime 1.3.0",
 7940   7967   
 "aws-smithy-async 1.2.1",
 7941   7968   
 "aws-smithy-http 0.60.8",
 7942   7969   
 "aws-smithy-json 0.60.7",
 7943         -
 "aws-smithy-runtime 1.5.7",
 7944         -
 "aws-smithy-runtime-api 1.6.3",
        7970  +
 "aws-smithy-runtime 1.6.0",
        7971  +
 "aws-smithy-runtime-api 1.7.0",
 7945   7972   
 "aws-smithy-types 1.2.0",
 7946   7973   
 "aws-types 1.3.1",
 7947   7974   
 "bytes",
 7948   7975   
 "http 0.2.12",
 7949   7976   
 "once_cell",
 7950   7977   
 "regex-lite",
 7951   7978   
 "tokio",
 7952   7979   
 "tracing",
 7953   7980   
]
 7954   7981   
 7955   7982   
[[package]]
 7956   7983   
name = "aws-sdk-servicecatalog"
 7957         -
version = "1.31.0"
        7984  +
version = "1.33.0"
 7958   7985   
dependencies = [
 7959   7986   
 "aws-config",
 7960   7987   
 "aws-credential-types 1.2.0",
 7961         -
 "aws-runtime 1.2.2",
        7988  +
 "aws-runtime 1.3.0",
 7962   7989   
 "aws-smithy-async 1.2.1",
 7963   7990   
 "aws-smithy-http 0.60.8",
 7964   7991   
 "aws-smithy-json 0.60.7",
 7965         -
 "aws-smithy-runtime 1.5.7",
 7966         -
 "aws-smithy-runtime-api 1.6.3",
        7992  +
 "aws-smithy-runtime 1.6.0",
        7993  +
 "aws-smithy-runtime-api 1.7.0",
 7967   7994   
 "aws-smithy-types 1.2.0",
 7968   7995   
 "aws-types 1.3.1",
 7969   7996   
 "bytes",
 7970   7997   
 "fastrand 2.0.2",
 7971   7998   
 "http 0.2.12",
 7972   7999   
 "once_cell",
 7973   8000   
 "regex-lite",
 7974   8001   
 "tokio",
 7975   8002   
 "tracing",
 7976   8003   
]
 7977   8004   
 7978   8005   
[[package]]
 7979   8006   
name = "aws-sdk-servicecatalogappregistry"
 7980         -
version = "1.30.0"
        8007  +
version = "1.32.0"
 7981   8008   
dependencies = [
 7982   8009   
 "aws-config",
 7983   8010   
 "aws-credential-types 1.2.0",
 7984         -
 "aws-runtime 1.2.2",
        8011  +
 "aws-runtime 1.3.0",
 7985   8012   
 "aws-smithy-async 1.2.1",
 7986   8013   
 "aws-smithy-http 0.60.8",
 7987   8014   
 "aws-smithy-json 0.60.7",
 7988         -
 "aws-smithy-runtime 1.5.7",
 7989         -
 "aws-smithy-runtime-api 1.6.3",
        8015  +
 "aws-smithy-runtime 1.6.0",
        8016  +
 "aws-smithy-runtime-api 1.7.0",
 7990   8017   
 "aws-smithy-types 1.2.0",
 7991   8018   
 "aws-types 1.3.1",
 7992   8019   
 "bytes",
 7993   8020   
 "fastrand 2.0.2",
 7994   8021   
 "http 0.2.12",
 7995   8022   
 "once_cell",
 7996   8023   
 "regex-lite",
 7997   8024   
 "tokio",
 7998   8025   
 "tracing",
 7999   8026   
]
 8000   8027   
 8001   8028   
[[package]]
 8002   8029   
name = "aws-sdk-servicediscovery"
 8003         -
version = "1.30.0"
        8030  +
version = "1.32.0"
 8004   8031   
dependencies = [
 8005   8032   
 "aws-config",
 8006   8033   
 "aws-credential-types 1.2.0",
 8007         -
 "aws-runtime 1.2.2",
        8034  +
 "aws-runtime 1.3.0",
 8008   8035   
 "aws-smithy-async 1.2.1",
 8009   8036   
 "aws-smithy-http 0.60.8",
 8010   8037   
 "aws-smithy-json 0.60.7",
 8011         -
 "aws-smithy-runtime 1.5.7",
 8012         -
 "aws-smithy-runtime-api 1.6.3",
        8038  +
 "aws-smithy-runtime 1.6.0",
        8039  +
 "aws-smithy-runtime-api 1.7.0",
 8013   8040   
 "aws-smithy-types 1.2.0",
 8014   8041   
 "aws-types 1.3.1",
 8015   8042   
 "bytes",
 8016   8043   
 "fastrand 2.0.2",
 8017   8044   
 "http 0.2.12",
 8018   8045   
 "once_cell",
 8019   8046   
 "regex-lite",
 8020   8047   
 "tokio",
 8021   8048   
 "tracing",
 8022   8049   
]
 8023   8050   
 8024   8051   
[[package]]
 8025   8052   
name = "aws-sdk-servicequotas"
 8026         -
version = "1.30.0"
        8053  +
version = "1.32.0"
 8027   8054   
dependencies = [
 8028   8055   
 "aws-config",
 8029   8056   
 "aws-credential-types 1.2.0",
 8030         -
 "aws-runtime 1.2.2",
        8057  +
 "aws-runtime 1.3.0",
 8031   8058   
 "aws-smithy-async 1.2.1",
 8032   8059   
 "aws-smithy-http 0.60.8",
 8033   8060   
 "aws-smithy-json 0.60.7",
 8034         -
 "aws-smithy-runtime 1.5.7",
 8035         -
 "aws-smithy-runtime-api 1.6.3",
        8061  +
 "aws-smithy-runtime 1.6.0",
        8062  +
 "aws-smithy-runtime-api 1.7.0",
 8036   8063   
 "aws-smithy-types 1.2.0",
 8037   8064   
 "aws-types 1.3.1",
 8038   8065   
 "bytes",
 8039   8066   
 "http 0.2.12",
 8040   8067   
 "once_cell",
 8041   8068   
 "regex-lite",
 8042   8069   
 "tokio",
 8043   8070   
 "tracing",
 8044   8071   
]
 8045   8072   
 8046   8073   
[[package]]
 8047   8074   
name = "aws-sdk-ses"
 8048         -
version = "1.30.0"
        8075  +
version = "1.32.0"
 8049   8076   
dependencies = [
 8050   8077   
 "aws-config",
 8051   8078   
 "aws-credential-types 1.2.0",
 8052         -
 "aws-runtime 1.2.2",
        8079  +
 "aws-runtime 1.3.0",
 8053   8080   
 "aws-smithy-async 1.2.1",
 8054   8081   
 "aws-smithy-http 0.60.8",
 8055   8082   
 "aws-smithy-json 0.60.7",
 8056   8083   
 "aws-smithy-query",
 8057         -
 "aws-smithy-runtime 1.5.7",
 8058         -
 "aws-smithy-runtime-api 1.6.3",
        8084  +
 "aws-smithy-runtime 1.6.0",
        8085  +
 "aws-smithy-runtime-api 1.7.0",
 8059   8086   
 "aws-smithy-types 1.2.0",
 8060   8087   
 "aws-smithy-xml 0.60.8",
 8061   8088   
 "aws-types 1.3.1",
 8062   8089   
 "http 0.2.12",
 8063   8090   
 "once_cell",
 8064   8091   
 "regex-lite",
 8065   8092   
 "tokio",
 8066   8093   
 "tracing",
 8067   8094   
]
 8068   8095   
 8069   8096   
[[package]]
 8070   8097   
name = "aws-sdk-sesv2"
 8071         -
version = "1.32.0"
        8098  +
version = "1.35.0"
 8072   8099   
dependencies = [
 8073   8100   
 "aws-config",
 8074   8101   
 "aws-credential-types 1.2.0",
 8075         -
 "aws-runtime 1.2.2",
        8102  +
 "aws-runtime 1.3.0",
 8076   8103   
 "aws-smithy-async 1.2.1",
 8077   8104   
 "aws-smithy-http 0.60.8",
 8078   8105   
 "aws-smithy-json 0.60.7",
 8079         -
 "aws-smithy-runtime 1.5.7",
 8080         -
 "aws-smithy-runtime-api 1.6.3",
        8106  +
 "aws-smithy-runtime 1.6.0",
        8107  +
 "aws-smithy-runtime-api 1.7.0",
 8081   8108   
 "aws-smithy-types 1.2.0",
 8082   8109   
 "aws-types 1.3.1",
 8083   8110   
 "bytes",
 8084   8111   
 "http 0.2.12",
 8085   8112   
 "once_cell",
 8086   8113   
 "regex-lite",
 8087   8114   
 "tokio",
 8088   8115   
 "tracing",
 8089   8116   
]
 8090   8117   
 8091   8118   
[[package]]
 8092   8119   
name = "aws-sdk-sfn"
 8093         -
version = "1.31.0"
        8120  +
version = "1.33.0"
 8094   8121   
dependencies = [
 8095   8122   
 "aws-config",
 8096   8123   
 "aws-credential-types 1.2.0",
 8097         -
 "aws-runtime 1.2.2",
        8124  +
 "aws-runtime 1.3.0",
 8098   8125   
 "aws-smithy-async 1.2.1",
 8099   8126   
 "aws-smithy-http 0.60.8",
 8100   8127   
 "aws-smithy-json 0.60.7",
 8101         -
 "aws-smithy-runtime 1.5.7",
 8102         -
 "aws-smithy-runtime-api 1.6.3",
        8128  +
 "aws-smithy-runtime 1.6.0",
        8129  +
 "aws-smithy-runtime-api 1.7.0",
 8103   8130   
 "aws-smithy-types 1.2.0",
 8104   8131   
 "aws-types 1.3.1",
 8105   8132   
 "bytes",
 8106   8133   
 "fastrand 2.0.2",
 8107   8134   
 "http 0.2.12",
 8108   8135   
 "once_cell",
 8109   8136   
 "regex-lite",
 8110   8137   
 "tokio",
 8111   8138   
 "tracing",
 8112   8139   
]
 8113   8140   
 8114   8141   
[[package]]
 8115   8142   
name = "aws-sdk-shield"
 8116         -
version = "1.30.0"
        8143  +
version = "1.32.0"
 8117   8144   
dependencies = [
 8118   8145   
 "aws-config",
 8119   8146   
 "aws-credential-types 1.2.0",
 8120         -
 "aws-runtime 1.2.2",
        8147  +
 "aws-runtime 1.3.0",
 8121   8148   
 "aws-smithy-async 1.2.1",
 8122   8149   
 "aws-smithy-http 0.60.8",
 8123   8150   
 "aws-smithy-json 0.60.7",
 8124         -
 "aws-smithy-runtime 1.5.7",
 8125         -
 "aws-smithy-runtime-api 1.6.3",
        8151  +
 "aws-smithy-runtime 1.6.0",
        8152  +
 "aws-smithy-runtime-api 1.7.0",
 8126   8153   
 "aws-smithy-types 1.2.0",
 8127   8154   
 "aws-types 1.3.1",
 8128   8155   
 "bytes",
 8129   8156   
 "http 0.2.12",
 8130   8157   
 "once_cell",
 8131   8158   
 "regex-lite",
 8132   8159   
 "tokio",
 8133   8160   
 "tracing",
 8134   8161   
]
 8135   8162   
 8136   8163   
[[package]]
 8137   8164   
name = "aws-sdk-signer"
 8138         -
version = "1.30.0"
        8165  +
version = "1.32.0"
 8139   8166   
dependencies = [
 8140   8167   
 "aws-config",
 8141   8168   
 "aws-credential-types 1.2.0",
 8142         -
 "aws-runtime 1.2.2",
        8169  +
 "aws-runtime 1.3.0",
 8143   8170   
 "aws-smithy-async 1.2.1",
 8144   8171   
 "aws-smithy-http 0.60.8",
 8145   8172   
 "aws-smithy-json 0.60.7",
 8146         -
 "aws-smithy-runtime 1.5.7",
 8147         -
 "aws-smithy-runtime-api 1.6.3",
        8173  +
 "aws-smithy-runtime 1.6.0",
        8174  +
 "aws-smithy-runtime-api 1.7.0",
 8148   8175   
 "aws-smithy-types 1.2.0",
 8149   8176   
 "aws-types 1.3.1",
 8150   8177   
 "bytes",
 8151   8178   
 "fastrand 2.0.2",
 8152   8179   
 "http 0.2.12",
 8153   8180   
 "once_cell",
 8154   8181   
 "regex-lite",
 8155   8182   
 "tokio",
 8156   8183   
 "tracing",
 8157   8184   
]
 8158   8185   
 8159   8186   
[[package]]
 8160   8187   
name = "aws-sdk-simspaceweaver"
 8161         -
version = "1.30.0"
        8188  +
version = "1.32.0"
 8162   8189   
dependencies = [
 8163   8190   
 "aws-config",
 8164   8191   
 "aws-credential-types 1.2.0",
 8165         -
 "aws-runtime 1.2.2",
        8192  +
 "aws-runtime 1.3.0",
 8166   8193   
 "aws-smithy-async 1.2.1",
 8167   8194   
 "aws-smithy-http 0.60.8",
 8168   8195   
 "aws-smithy-json 0.60.7",
 8169         -
 "aws-smithy-runtime 1.5.7",
 8170         -
 "aws-smithy-runtime-api 1.6.3",
        8196  +
 "aws-smithy-runtime 1.6.0",
        8197  +
 "aws-smithy-runtime-api 1.7.0",
 8171   8198   
 "aws-smithy-types 1.2.0",
 8172   8199   
 "aws-types 1.3.1",
 8173   8200   
 "bytes",
 8174   8201   
 "fastrand 2.0.2",
 8175   8202   
 "http 0.2.12",
 8176   8203   
 "once_cell",
 8177   8204   
 "regex-lite",
 8178   8205   
 "tokio",
 8179   8206   
 "tracing",
 8180   8207   
]
 8181   8208   
 8182   8209   
[[package]]
 8183   8210   
name = "aws-sdk-sms"
 8184         -
version = "1.30.0"
        8211  +
version = "1.32.0"
 8185   8212   
dependencies = [
 8186   8213   
 "aws-config",
 8187   8214   
 "aws-credential-types 1.2.0",
 8188         -
 "aws-runtime 1.2.2",
        8215  +
 "aws-runtime 1.3.0",
 8189   8216   
 "aws-smithy-async 1.2.1",
 8190   8217   
 "aws-smithy-http 0.60.8",
 8191   8218   
 "aws-smithy-json 0.60.7",
 8192         -
 "aws-smithy-runtime 1.5.7",
 8193         -
 "aws-smithy-runtime-api 1.6.3",
        8219  +
 "aws-smithy-runtime 1.6.0",
        8220  +
 "aws-smithy-runtime-api 1.7.0",
 8194   8221   
 "aws-smithy-types 1.2.0",
 8195   8222   
 "aws-types 1.3.1",
 8196   8223   
 "bytes",
 8197   8224   
 "http 0.2.12",
 8198   8225   
 "once_cell",
 8199   8226   
 "regex-lite",
 8200   8227   
 "tokio",
 8201   8228   
 "tracing",
 8202   8229   
]
 8203   8230   
 8204   8231   
[[package]]
 8205   8232   
name = "aws-sdk-snowball"
 8206         -
version = "1.30.0"
        8233  +
version = "1.32.0"
 8207   8234   
dependencies = [
 8208   8235   
 "aws-config",
 8209   8236   
 "aws-credential-types 1.2.0",
 8210         -
 "aws-runtime 1.2.2",
        8237  +
 "aws-runtime 1.3.0",
 8211   8238   
 "aws-smithy-async 1.2.1",
 8212   8239   
 "aws-smithy-http 0.60.8",
 8213   8240   
 "aws-smithy-json 0.60.7",
 8214         -
 "aws-smithy-runtime 1.5.7",
 8215         -
 "aws-smithy-runtime-api 1.6.3",
        8241  +
 "aws-smithy-runtime 1.6.0",
        8242  +
 "aws-smithy-runtime-api 1.7.0",
 8216   8243   
 "aws-smithy-types 1.2.0",
 8217   8244   
 "aws-types 1.3.1",
 8218   8245   
 "bytes",
 8219   8246   
 "http 0.2.12",
 8220   8247   
 "once_cell",
 8221   8248   
 "regex-lite",
 8222   8249   
 "tokio",
 8223   8250   
 "tracing",
 8224   8251   
]
 8225   8252   
 8226   8253   
[[package]]
 8227   8254   
name = "aws-sdk-snowdevicemanagement"
 8228         -
version = "1.30.0"
        8255  +
version = "1.32.0"
 8229   8256   
dependencies = [
 8230   8257   
 "aws-config",
 8231   8258   
 "aws-credential-types 1.2.0",
 8232         -
 "aws-runtime 1.2.2",
        8259  +
 "aws-runtime 1.3.0",
 8233   8260   
 "aws-smithy-async 1.2.1",
 8234   8261   
 "aws-smithy-http 0.60.8",
 8235   8262   
 "aws-smithy-json 0.60.7",
 8236         -
 "aws-smithy-runtime 1.5.7",
 8237         -
 "aws-smithy-runtime-api 1.6.3",
        8263  +
 "aws-smithy-runtime 1.6.0",
        8264  +
 "aws-smithy-runtime-api 1.7.0",
 8238   8265   
 "aws-smithy-types 1.2.0",
 8239   8266   
 "aws-types 1.3.1",
 8240   8267   
 "bytes",
 8241   8268   
 "fastrand 2.0.2",
 8242   8269   
 "http 0.2.12",
 8243   8270   
 "once_cell",
 8244   8271   
 "regex-lite",
 8245   8272   
 "tokio",
 8246   8273   
 "tracing",
 8247   8274   
]
 8248   8275   
 8249   8276   
[[package]]
 8250   8277   
name = "aws-sdk-sns"
 8251         -
version = "1.31.0"
        8278  +
version = "1.33.0"
 8252   8279   
dependencies = [
 8253   8280   
 "aws-config",
 8254   8281   
 "aws-credential-types 1.2.0",
 8255         -
 "aws-runtime 1.2.2",
        8282  +
 "aws-runtime 1.3.0",
 8256   8283   
 "aws-smithy-async 1.2.1",
 8257   8284   
 "aws-smithy-http 0.60.8",
 8258   8285   
 "aws-smithy-json 0.60.7",
 8259   8286   
 "aws-smithy-query",
 8260         -
 "aws-smithy-runtime 1.5.7",
 8261         -
 "aws-smithy-runtime-api 1.6.3",
        8287  +
 "aws-smithy-runtime 1.6.0",
        8288  +
 "aws-smithy-runtime-api 1.7.0",
 8262   8289   
 "aws-smithy-types 1.2.0",
 8263   8290   
 "aws-smithy-xml 0.60.8",
 8264   8291   
 "aws-types 1.3.1",
 8265   8292   
 "http 0.2.12",
 8266   8293   
 "once_cell",
 8267   8294   
 "regex-lite",
 8268   8295   
 "tokio",
 8269   8296   
 "tracing",
 8270   8297   
]
 8271   8298   
 8272   8299   
[[package]]
 8273   8300   
name = "aws-sdk-sqs"
 8274         -
version = "1.30.0"
        8301  +
version = "1.32.0"
 8275   8302   
dependencies = [
 8276   8303   
 "aws-config",
 8277   8304   
 "aws-credential-types 1.2.0",
 8278         -
 "aws-runtime 1.2.2",
        8305  +
 "aws-runtime 1.3.0",
 8279   8306   
 "aws-smithy-async 1.2.1",
 8280   8307   
 "aws-smithy-http 0.60.8",
 8281   8308   
 "aws-smithy-json 0.60.7",
 8282         -
 "aws-smithy-runtime 1.5.7",
 8283         -
 "aws-smithy-runtime-api 1.6.3",
        8309  +
 "aws-smithy-runtime 1.6.0",
        8310  +
 "aws-smithy-runtime-api 1.7.0",
 8284   8311   
 "aws-smithy-types 1.2.0",
 8285   8312   
 "aws-types 1.3.1",
 8286   8313   
 "bytes",
 8287   8314   
 "http 0.2.12",
 8288   8315   
 "once_cell",
 8289   8316   
 "regex-lite",
 8290   8317   
 "tokio",
 8291   8318   
 "tracing",
 8292   8319   
]
 8293   8320   
 8294   8321   
[[package]]
 8295   8322   
name = "aws-sdk-ssm"
 8296         -
version = "1.33.0"
        8323  +
version = "1.35.0"
 8297   8324   
dependencies = [
 8298   8325   
 "aws-config",
 8299   8326   
 "aws-credential-types 1.2.0",
 8300         -
 "aws-runtime 1.2.2",
        8327  +
 "aws-runtime 1.3.0",
 8301   8328   
 "aws-smithy-async 1.2.1",
 8302   8329   
 "aws-smithy-http 0.60.8",
 8303   8330   
 "aws-smithy-json 0.60.7",
 8304         -
 "aws-smithy-runtime 1.5.7",
 8305         -
 "aws-smithy-runtime-api 1.6.3",
        8331  +
 "aws-smithy-runtime 1.6.0",
        8332  +
 "aws-smithy-runtime-api 1.7.0",
 8306   8333   
 "aws-smithy-types 1.2.0",
 8307   8334   
 "aws-types 1.3.1",
 8308   8335   
 "bytes",
 8309   8336   
 "fastrand 2.0.2",
 8310   8337   
 "http 0.2.12",
 8311   8338   
 "once_cell",
 8312   8339   
 "regex-lite",
 8313   8340   
 "tokio",
 8314   8341   
 "tracing",
 8315   8342   
]
 8316   8343   
 8317   8344   
[[package]]
 8318   8345   
name = "aws-sdk-ssmcontacts"
 8319         -
version = "1.30.0"
        8346  +
version = "1.32.0"
 8320   8347   
dependencies = [
 8321   8348   
 "aws-config",
 8322   8349   
 "aws-credential-types 1.2.0",
 8323         -
 "aws-runtime 1.2.2",
        8350  +
 "aws-runtime 1.3.0",
 8324   8351   
 "aws-smithy-async 1.2.1",
 8325   8352   
 "aws-smithy-http 0.60.8",
 8326   8353   
 "aws-smithy-json 0.60.7",
 8327         -
 "aws-smithy-runtime 1.5.7",
 8328         -
 "aws-smithy-runtime-api 1.6.3",
        8354  +
 "aws-smithy-runtime 1.6.0",
        8355  +
 "aws-smithy-runtime-api 1.7.0",
 8329   8356   
 "aws-smithy-types 1.2.0",
 8330   8357   
 "aws-types 1.3.1",
 8331   8358   
 "bytes",
 8332   8359   
 "fastrand 2.0.2",
 8333   8360   
 "http 0.2.12",
 8334   8361   
 "once_cell",
 8335   8362   
 "regex-lite",
 8336   8363   
 "tokio",
 8337   8364   
 "tracing",
 8338   8365   
]
 8339   8366   
 8340   8367   
[[package]]
 8341   8368   
name = "aws-sdk-ssmincidents"
 8342         -
version = "1.30.0"
        8369  +
version = "1.32.0"
 8343   8370   
dependencies = [
 8344   8371   
 "aws-config",
 8345   8372   
 "aws-credential-types 1.2.0",
 8346         -
 "aws-runtime 1.2.2",
        8373  +
 "aws-runtime 1.3.0",
 8347   8374   
 "aws-smithy-async 1.2.1",
 8348   8375   
 "aws-smithy-http 0.60.8",
 8349   8376   
 "aws-smithy-json 0.60.7",
 8350         -
 "aws-smithy-runtime 1.5.7",
 8351         -
 "aws-smithy-runtime-api 1.6.3",
        8377  +
 "aws-smithy-runtime 1.6.0",
        8378  +
 "aws-smithy-runtime-api 1.7.0",
 8352   8379   
 "aws-smithy-types 1.2.0",
 8353   8380   
 "aws-types 1.3.1",
 8354   8381   
 "bytes",
 8355   8382   
 "fastrand 2.0.2",
 8356   8383   
 "http 0.2.12",
 8357   8384   
 "once_cell",
 8358   8385   
 "regex-lite",
 8359   8386   
 "tokio",
 8360   8387   
 "tracing",
 8361   8388   
]
 8362   8389   
 8363   8390   
[[package]]
 8364   8391   
name = "aws-sdk-ssmsap"
 8365         -
version = "1.31.0"
        8392  +
version = "1.33.0"
 8366   8393   
dependencies = [
 8367   8394   
 "aws-config",
 8368   8395   
 "aws-credential-types 1.2.0",
 8369         -
 "aws-runtime 1.2.2",
        8396  +
 "aws-runtime 1.3.0",
 8370   8397   
 "aws-smithy-async 1.2.1",
 8371   8398   
 "aws-smithy-http 0.60.8",
 8372   8399   
 "aws-smithy-json 0.60.7",
 8373         -
 "aws-smithy-runtime 1.5.7",
 8374         -
 "aws-smithy-runtime-api 1.6.3",
        8400  +
 "aws-smithy-runtime 1.6.0",
        8401  +
 "aws-smithy-runtime-api 1.7.0",
 8375   8402   
 "aws-smithy-types 1.2.0",
 8376   8403   
 "aws-types 1.3.1",
 8377   8404   
 "bytes",
 8378   8405   
 "http 0.2.12",
 8379   8406   
 "once_cell",
 8380   8407   
 "regex-lite",
 8381   8408   
 "tokio",
 8382   8409   
 "tracing",
 8383   8410   
]
 8384   8411   
 8385   8412   
[[package]]
 8386   8413   
name = "aws-sdk-sso"
 8387         -
version = "1.30.0"
        8414  +
version = "1.32.0"
 8388   8415   
dependencies = [
 8389   8416   
 "aws-credential-types 1.2.0",
 8390         -
 "aws-runtime 1.2.2",
        8417  +
 "aws-runtime 1.3.0",
 8391   8418   
 "aws-smithy-async 1.2.1",
 8392   8419   
 "aws-smithy-http 0.60.8",
 8393   8420   
 "aws-smithy-json 0.60.7",
 8394         -
 "aws-smithy-runtime 1.5.7",
 8395         -
 "aws-smithy-runtime-api 1.6.3",
        8421  +
 "aws-smithy-runtime 1.6.0",
        8422  +
 "aws-smithy-runtime-api 1.7.0",
 8396   8423   
 "aws-smithy-types 1.2.0",
 8397   8424   
 "aws-types 1.3.1",
 8398   8425   
 "bytes",
 8399   8426   
 "http 0.2.12",
 8400   8427   
 "once_cell",
 8401   8428   
 "regex-lite",
 8402   8429   
 "tokio",
 8403   8430   
 "tracing",
 8404   8431   
]
 8405   8432   
 8406   8433   
[[package]]
 8407   8434   
name = "aws-sdk-ssoadmin"
 8408         -
version = "1.30.0"
        8435  +
version = "1.32.0"
 8409   8436   
dependencies = [
 8410   8437   
 "aws-config",
 8411   8438   
 "aws-credential-types 1.2.0",
 8412         -
 "aws-runtime 1.2.2",
        8439  +
 "aws-runtime 1.3.0",
 8413   8440   
 "aws-smithy-async 1.2.1",
 8414   8441   
 "aws-smithy-http 0.60.8",
 8415   8442   
 "aws-smithy-json 0.60.7",
 8416         -
 "aws-smithy-runtime 1.5.7",
 8417         -
 "aws-smithy-runtime-api 1.6.3",
        8443  +
 "aws-smithy-runtime 1.6.0",
        8444  +
 "aws-smithy-runtime-api 1.7.0",
 8418   8445   
 "aws-smithy-types 1.2.0",
 8419   8446   
 "aws-types 1.3.1",
 8420   8447   
 "bytes",
 8421   8448   
 "fastrand 2.0.2",
 8422   8449   
 "http 0.2.12",
 8423   8450   
 "once_cell",
 8424   8451   
 "regex-lite",
 8425   8452   
 "tokio",
 8426   8453   
 "tracing",
 8427   8454   
]
 8428   8455   
 8429   8456   
[[package]]
 8430   8457   
name = "aws-sdk-ssooidc"
 8431         -
version = "1.31.0"
        8458  +
version = "1.33.0"
 8432   8459   
dependencies = [
 8433   8460   
 "aws-credential-types 1.2.0",
 8434         -
 "aws-runtime 1.2.2",
        8461  +
 "aws-runtime 1.3.0",
 8435   8462   
 "aws-smithy-async 1.2.1",
 8436   8463   
 "aws-smithy-http 0.60.8",
 8437   8464   
 "aws-smithy-json 0.60.7",
 8438         -
 "aws-smithy-runtime 1.5.7",
 8439         -
 "aws-smithy-runtime-api 1.6.3",
        8465  +
 "aws-smithy-runtime 1.6.0",
        8466  +
 "aws-smithy-runtime-api 1.7.0",
 8440   8467   
 "aws-smithy-types 1.2.0",
 8441   8468   
 "aws-types 1.3.1",
 8442   8469   
 "bytes",
 8443   8470   
 "http 0.2.12",
 8444   8471   
 "once_cell",
 8445   8472   
 "regex-lite",
 8446   8473   
 "tokio",
 8447   8474   
 "tracing",
 8448   8475   
]
 8449   8476   
 8450   8477   
[[package]]
 8451   8478   
name = "aws-sdk-storagegateway"
 8452         -
version = "1.33.0"
        8479  +
version = "1.35.0"
 8453   8480   
dependencies = [
 8454   8481   
 "aws-config",
 8455   8482   
 "aws-credential-types 1.2.0",
 8456         -
 "aws-runtime 1.2.2",
        8483  +
 "aws-runtime 1.3.0",
 8457   8484   
 "aws-smithy-async 1.2.1",
 8458   8485   
 "aws-smithy-http 0.60.8",
 8459   8486   
 "aws-smithy-json 0.60.7",
 8460         -
 "aws-smithy-runtime 1.5.7",
 8461         -
 "aws-smithy-runtime-api 1.6.3",
        8487  +
 "aws-smithy-runtime 1.6.0",
        8488  +
 "aws-smithy-runtime-api 1.7.0",
 8462   8489   
 "aws-smithy-types 1.2.0",
 8463   8490   
 "aws-types 1.3.1",
 8464   8491   
 "bytes",
 8465   8492   
 "http 0.2.12",
 8466   8493   
 "once_cell",
 8467   8494   
 "regex-lite",
 8468   8495   
 "tokio",
 8469   8496   
 "tracing",
 8470   8497   
]
 8471   8498   
 8472   8499   
[[package]]
 8473   8500   
name = "aws-sdk-sts"
 8474         -
version = "1.30.0"
        8501  +
version = "1.32.0"
 8475   8502   
dependencies = [
 8476   8503   
 "aws-credential-types 1.2.0",
 8477         -
 "aws-runtime 1.2.2",
        8504  +
 "aws-runtime 1.3.0",
 8478   8505   
 "aws-smithy-async 1.2.1",
 8479   8506   
 "aws-smithy-http 0.60.8",
 8480   8507   
 "aws-smithy-json 0.60.7",
 8481   8508   
 "aws-smithy-protocol-test 0.60.7",
 8482   8509   
 "aws-smithy-query",
 8483         -
 "aws-smithy-runtime 1.5.7",
 8484         -
 "aws-smithy-runtime-api 1.6.3",
        8510  +
 "aws-smithy-runtime 1.6.0",
        8511  +
 "aws-smithy-runtime-api 1.7.0",
 8485   8512   
 "aws-smithy-types 1.2.0",
 8486   8513   
 "aws-smithy-xml 0.60.8",
 8487   8514   
 "aws-types 1.3.1",
 8488   8515   
 "futures-util",
 8489   8516   
 "http 0.2.12",
 8490   8517   
 "once_cell",
 8491   8518   
 "regex-lite",
 8492   8519   
 "serde_json",
 8493   8520   
 "tokio",
 8494   8521   
 "tracing",
 8495   8522   
 "tracing-subscriber",
 8496   8523   
]
 8497   8524   
 8498   8525   
[[package]]
 8499   8526   
name = "aws-sdk-supplychain"
 8500         -
version = "1.21.0"
        8527  +
version = "1.23.0"
 8501   8528   
dependencies = [
 8502   8529   
 "aws-config",
 8503   8530   
 "aws-credential-types 1.2.0",
 8504         -
 "aws-runtime 1.2.2",
        8531  +
 "aws-runtime 1.3.0",
 8505   8532   
 "aws-smithy-async 1.2.1",
 8506   8533   
 "aws-smithy-http 0.60.8",
 8507   8534   
 "aws-smithy-json 0.60.7",
 8508         -
 "aws-smithy-runtime 1.5.7",
 8509         -
 "aws-smithy-runtime-api 1.6.3",
        8535  +
 "aws-smithy-runtime 1.6.0",
        8536  +
 "aws-smithy-runtime-api 1.7.0",
 8510   8537   
 "aws-smithy-types 1.2.0",
 8511   8538   
 "aws-types 1.3.1",
 8512   8539   
 "bytes",
 8513   8540   
 "fastrand 2.0.2",
 8514   8541   
 "http 0.2.12",
 8515   8542   
 "once_cell",
 8516   8543   
 "regex-lite",
 8517   8544   
 "tokio",
 8518   8545   
 "tracing",
 8519   8546   
]
 8520   8547   
 8521   8548   
[[package]]
 8522   8549   
name = "aws-sdk-support"
 8523         -
version = "1.31.0"
        8550  +
version = "1.33.0"
 8524   8551   
dependencies = [
 8525   8552   
 "aws-config",
 8526   8553   
 "aws-credential-types 1.2.0",
 8527         -
 "aws-runtime 1.2.2",
        8554  +
 "aws-runtime 1.3.0",
 8528   8555   
 "aws-smithy-async 1.2.1",
 8529   8556   
 "aws-smithy-http 0.60.8",
 8530   8557   
 "aws-smithy-json 0.60.7",
 8531         -
 "aws-smithy-runtime 1.5.7",
 8532         -
 "aws-smithy-runtime-api 1.6.3",
        8558  +
 "aws-smithy-runtime 1.6.0",
        8559  +
 "aws-smithy-runtime-api 1.7.0",
 8533   8560   
 "aws-smithy-types 1.2.0",
 8534   8561   
 "aws-types 1.3.1",
 8535   8562   
 "bytes",
 8536   8563   
 "http 0.2.12",
 8537   8564   
 "once_cell",
 8538   8565   
 "regex-lite",
 8539   8566   
 "tokio",
 8540   8567   
 "tracing",
 8541   8568   
]
 8542   8569   
 8543   8570   
[[package]]
 8544   8571   
name = "aws-sdk-supportapp"
 8545         -
version = "1.30.0"
        8572  +
version = "1.32.0"
 8546   8573   
dependencies = [
 8547   8574   
 "aws-config",
 8548   8575   
 "aws-credential-types 1.2.0",
 8549         -
 "aws-runtime 1.2.2",
        8576  +
 "aws-runtime 1.3.0",
 8550   8577   
 "aws-smithy-async 1.2.1",
 8551   8578   
 "aws-smithy-http 0.60.8",
 8552   8579   
 "aws-smithy-json 0.60.7",
 8553         -
 "aws-smithy-runtime 1.5.7",
 8554         -
 "aws-smithy-runtime-api 1.6.3",
        8580  +
 "aws-smithy-runtime 1.6.0",
        8581  +
 "aws-smithy-runtime-api 1.7.0",
 8555   8582   
 "aws-smithy-types 1.2.0",
 8556   8583   
 "aws-types 1.3.1",
 8557   8584   
 "bytes",
 8558   8585   
 "http 0.2.12",
 8559   8586   
 "once_cell",
 8560   8587   
 "regex-lite",
 8561   8588   
 "tokio",
 8562   8589   
 "tracing",
 8563   8590   
]
 8564   8591   
 8565   8592   
[[package]]
 8566   8593   
name = "aws-sdk-swf"
 8567         -
version = "1.31.0"
        8594  +
version = "1.33.0"
 8568   8595   
dependencies = [
 8569   8596   
 "aws-config",
 8570   8597   
 "aws-credential-types 1.2.0",
 8571         -
 "aws-runtime 1.2.2",
        8598  +
 "aws-runtime 1.3.0",
 8572   8599   
 "aws-smithy-async 1.2.1",
 8573   8600   
 "aws-smithy-http 0.60.8",
 8574   8601   
 "aws-smithy-json 0.60.7",
 8575         -
 "aws-smithy-runtime 1.5.7",
 8576         -
 "aws-smithy-runtime-api 1.6.3",
        8602  +
 "aws-smithy-runtime 1.6.0",
        8603  +
 "aws-smithy-runtime-api 1.7.0",
 8577   8604   
 "aws-smithy-types 1.2.0",
 8578   8605   
 "aws-types 1.3.1",
 8579   8606   
 "bytes",
 8580   8607   
 "http 0.2.12",
 8581   8608   
 "once_cell",
 8582   8609   
 "regex-lite",
 8583   8610   
 "tokio",
 8584   8611   
 "tracing",
 8585   8612   
]
 8586   8613   
 8587   8614   
[[package]]
 8588   8615   
name = "aws-sdk-synthetics"
 8589         -
version = "1.30.0"
        8616  +
version = "1.32.0"
 8590   8617   
dependencies = [
 8591   8618   
 "aws-config",
 8592   8619   
 "aws-credential-types 1.2.0",
 8593         -
 "aws-runtime 1.2.2",
        8620  +
 "aws-runtime 1.3.0",
 8594   8621   
 "aws-smithy-async 1.2.1",
 8595   8622   
 "aws-smithy-http 0.60.8",
 8596   8623   
 "aws-smithy-json 0.60.7",
 8597         -
 "aws-smithy-runtime 1.5.7",
 8598         -
 "aws-smithy-runtime-api 1.6.3",
        8624  +
 "aws-smithy-runtime 1.6.0",
        8625  +
 "aws-smithy-runtime-api 1.7.0",
 8599   8626   
 "aws-smithy-types 1.2.0",
 8600   8627   
 "aws-types 1.3.1",
 8601   8628   
 "bytes",
 8602   8629   
 "http 0.2.12",
 8603   8630   
 "once_cell",
 8604   8631   
 "regex-lite",
 8605   8632   
 "tokio",
 8606   8633   
 "tracing",
 8607   8634   
]
 8608   8635   
 8609   8636   
[[package]]
 8610   8637   
name = "aws-sdk-taxsettings"
 8611         -
version = "1.1.0"
        8638  +
version = "1.3.0"
 8612   8639   
dependencies = [
 8613   8640   
 "aws-config",
 8614   8641   
 "aws-credential-types 1.2.0",
 8615         -
 "aws-runtime 1.2.2",
        8642  +
 "aws-runtime 1.3.0",
 8616   8643   
 "aws-smithy-async 1.2.1",
 8617   8644   
 "aws-smithy-http 0.60.8",
 8618   8645   
 "aws-smithy-json 0.60.7",
 8619         -
 "aws-smithy-runtime 1.5.7",
 8620         -
 "aws-smithy-runtime-api 1.6.3",
        8646  +
 "aws-smithy-runtime 1.6.0",
        8647  +
 "aws-smithy-runtime-api 1.7.0",
 8621   8648   
 "aws-smithy-types 1.2.0",
 8622   8649   
 "aws-types 1.3.1",
 8623   8650   
 "bytes",
 8624   8651   
 "http 0.2.12",
 8625   8652   
 "once_cell",
 8626   8653   
 "regex-lite",
 8627   8654   
 "tokio",
 8628   8655   
 "tracing",
 8629   8656   
]
 8630   8657   
 8631   8658   
[[package]]
 8632   8659   
name = "aws-sdk-textract"
 8633         -
version = "1.30.0"
        8660  +
version = "1.32.0"
 8634   8661   
dependencies = [
 8635   8662   
 "aws-config",
 8636   8663   
 "aws-credential-types 1.2.0",
 8637         -
 "aws-runtime 1.2.2",
        8664  +
 "aws-runtime 1.3.0",
 8638   8665   
 "aws-smithy-async 1.2.1",
 8639   8666   
 "aws-smithy-http 0.60.8",
 8640   8667   
 "aws-smithy-json 0.60.7",
 8641         -
 "aws-smithy-runtime 1.5.7",
 8642         -
 "aws-smithy-runtime-api 1.6.3",
        8668  +
 "aws-smithy-runtime 1.6.0",
        8669  +
 "aws-smithy-runtime-api 1.7.0",
 8643   8670   
 "aws-smithy-types 1.2.0",
 8644   8671   
 "aws-types 1.3.1",
 8645   8672   
 "bytes",
 8646   8673   
 "fastrand 2.0.2",
 8647   8674   
 "http 0.2.12",
 8648   8675   
 "once_cell",
 8649   8676   
 "regex-lite",
 8650   8677   
 "tokio",
 8651   8678   
 "tracing",
 8652   8679   
]
 8653   8680   
 8654   8681   
[[package]]
 8655   8682   
name = "aws-sdk-timestreaminfluxdb"
 8656         -
version = "1.13.0"
        8683  +
version = "1.15.0"
 8657   8684   
dependencies = [
 8658   8685   
 "aws-config",
 8659   8686   
 "aws-credential-types 1.2.0",
 8660         -
 "aws-runtime 1.2.2",
        8687  +
 "aws-runtime 1.3.0",
 8661   8688   
 "aws-smithy-async 1.2.1",
 8662   8689   
 "aws-smithy-http 0.60.8",
 8663   8690   
 "aws-smithy-json 0.60.7",
 8664         -
 "aws-smithy-runtime 1.5.7",
 8665         -
 "aws-smithy-runtime-api 1.6.3",
        8691  +
 "aws-smithy-runtime 1.6.0",
        8692  +
 "aws-smithy-runtime-api 1.7.0",
 8666   8693   
 "aws-smithy-types 1.2.0",
 8667   8694   
 "aws-types 1.3.1",
 8668   8695   
 "bytes",
 8669   8696   
 "http 0.2.12",
 8670   8697   
 "once_cell",
 8671   8698   
 "regex-lite",
 8672   8699   
 "tokio",
 8673   8700   
 "tracing",
 8674   8701   
]
 8675   8702   
 8676   8703   
[[package]]
 8677   8704   
name = "aws-sdk-timestreamquery"
 8678         -
version = "1.31.0"
        8705  +
version = "1.33.0"
 8679   8706   
dependencies = [
 8680   8707   
 "aws-config",
 8681   8708   
 "aws-credential-types 1.2.0",
 8682         -
 "aws-runtime 1.2.2",
        8709  +
 "aws-runtime 1.3.0",
 8683   8710   
 "aws-smithy-async 1.2.1",
 8684   8711   
 "aws-smithy-http 0.60.8",
 8685   8712   
 "aws-smithy-json 0.60.7",
 8686   8713   
 "aws-smithy-protocol-test 0.60.7",
 8687         -
 "aws-smithy-runtime 1.5.7",
 8688         -
 "aws-smithy-runtime-api 1.6.3",
        8714  +
 "aws-smithy-runtime 1.6.0",
        8715  +
 "aws-smithy-runtime-api 1.7.0",
 8689   8716   
 "aws-smithy-types 1.2.0",
 8690   8717   
 "aws-types 1.3.1",
 8691   8718   
 "bytes",
 8692   8719   
 "fastrand 2.0.2",
 8693   8720   
 "futures-util",
 8694   8721   
 "http 0.2.12",
 8695   8722   
 "once_cell",
 8696   8723   
 "regex-lite",
 8697   8724   
 "serde_json",
 8698   8725   
 "tokio",
 8699   8726   
 "tracing",
 8700   8727   
 "tracing-subscriber",
 8701   8728   
]
 8702   8729   
 8703   8730   
[[package]]
 8704   8731   
name = "aws-sdk-timestreamwrite"
 8705         -
version = "1.30.0"
        8732  +
version = "1.32.0"
 8706   8733   
dependencies = [
 8707   8734   
 "aws-config",
 8708   8735   
 "aws-credential-types 1.2.0",
 8709         -
 "aws-runtime 1.2.2",
        8736  +
 "aws-runtime 1.3.0",
 8710   8737   
 "aws-smithy-async 1.2.1",
 8711   8738   
 "aws-smithy-http 0.60.8",
 8712   8739   
 "aws-smithy-json 0.60.7",
 8713         -
 "aws-smithy-runtime 1.5.7",
 8714         -
 "aws-smithy-runtime-api 1.6.3",
        8740  +
 "aws-smithy-runtime 1.6.0",
        8741  +
 "aws-smithy-runtime-api 1.7.0",
 8715   8742   
 "aws-smithy-types 1.2.0",
 8716   8743   
 "aws-types 1.3.1",
 8717   8744   
 "bytes",
 8718   8745   
 "fastrand 2.0.2",
 8719   8746   
 "http 0.2.12",
 8720   8747   
 "once_cell",
 8721   8748   
 "regex-lite",
 8722   8749   
 "tokio",
 8723   8750   
 "tracing",
 8724   8751   
]
 8725   8752   
 8726   8753   
[[package]]
 8727   8754   
name = "aws-sdk-tnb"
 8728         -
version = "1.30.0"
        8755  +
version = "1.32.0"
 8729   8756   
dependencies = [
 8730   8757   
 "aws-config",
 8731   8758   
 "aws-credential-types 1.2.0",
 8732         -
 "aws-runtime 1.2.2",
        8759  +
 "aws-runtime 1.3.0",
 8733   8760   
 "aws-smithy-async 1.2.1",
 8734   8761   
 "aws-smithy-http 0.60.8",
 8735   8762   
 "aws-smithy-json 0.60.7",
 8736         -
 "aws-smithy-runtime 1.5.7",
 8737         -
 "aws-smithy-runtime-api 1.6.3",
        8763  +
 "aws-smithy-runtime 1.6.0",
        8764  +
 "aws-smithy-runtime-api 1.7.0",
 8738   8765   
 "aws-smithy-types 1.2.0",
 8739   8766   
 "aws-types 1.3.1",
 8740   8767   
 "bytes",
 8741   8768   
 "http 0.2.12",
 8742   8769   
 "once_cell",
 8743   8770   
 "regex-lite",
 8744   8771   
 "tokio",
 8745   8772   
 "tracing",
 8746   8773   
]
 8747   8774   
 8748   8775   
[[package]]
 8749   8776   
name = "aws-sdk-transcribe"
 8750         -
version = "1.31.0"
        8777  +
version = "1.33.0"
 8751   8778   
dependencies = [
 8752   8779   
 "aws-config",
 8753   8780   
 "aws-credential-types 1.2.0",
 8754         -
 "aws-runtime 1.2.2",
        8781  +
 "aws-runtime 1.3.0",
 8755   8782   
 "aws-smithy-async 1.2.1",
 8756   8783   
 "aws-smithy-http 0.60.8",
 8757   8784   
 "aws-smithy-json 0.60.7",
 8758         -
 "aws-smithy-runtime 1.5.7",
 8759         -
 "aws-smithy-runtime-api 1.6.3",
        8785  +
 "aws-smithy-runtime 1.6.0",
        8786  +
 "aws-smithy-runtime-api 1.7.0",
 8760   8787   
 "aws-smithy-types 1.2.0",
 8761   8788   
 "aws-types 1.3.1",
 8762   8789   
 "bytes",
 8763   8790   
 "http 0.2.12",
 8764   8791   
 "once_cell",
 8765   8792   
 "regex-lite",
 8766   8793   
 "tokio",
 8767   8794   
 "tracing",
 8768   8795   
]
 8769   8796   
 8770   8797   
[[package]]
 8771   8798   
name = "aws-sdk-transcribestreaming"
 8772         -
version = "1.30.0"
        8799  +
version = "1.32.0"
 8773   8800   
dependencies = [
 8774   8801   
 "async-stream",
 8775   8802   
 "aws-config",
 8776   8803   
 "aws-credential-types 1.2.0",
 8777         -
 "aws-runtime 1.2.2",
        8804  +
 "aws-runtime 1.3.0",
 8778   8805   
 "aws-sigv4 1.2.2",
 8779   8806   
 "aws-smithy-async 1.2.1",
 8780   8807   
 "aws-smithy-eventstream 0.60.4",
 8781   8808   
 "aws-smithy-http 0.60.8",
 8782   8809   
 "aws-smithy-json 0.60.7",
 8783   8810   
 "aws-smithy-protocol-test 0.60.7",
 8784         -
 "aws-smithy-runtime 1.5.7",
 8785         -
 "aws-smithy-runtime-api 1.6.3",
        8811  +
 "aws-smithy-runtime 1.6.0",
        8812  +
 "aws-smithy-runtime-api 1.7.0",
 8786   8813   
 "aws-smithy-types 1.2.0",
 8787   8814   
 "aws-types 1.3.1",
 8788   8815   
 "bytes",
 8789   8816   
 "futures-core",
 8790   8817   
 "futures-util",
 8791   8818   
 "hound",
 8792   8819   
 "http 0.2.12",
 8793   8820   
 "hyper 0.14.29",
 8794   8821   
 "once_cell",
 8795   8822   
 "regex-lite",
 8796   8823   
 "serde_json",
 8797   8824   
 "tokio",
 8798   8825   
 "tracing",
 8799   8826   
 "tracing-subscriber",
 8800   8827   
]
 8801   8828   
 8802   8829   
[[package]]
 8803   8830   
name = "aws-sdk-transfer"
 8804         -
version = "1.34.0"
        8831  +
version = "1.36.0"
 8805   8832   
dependencies = [
 8806   8833   
 "aws-config",
 8807   8834   
 "aws-credential-types 1.2.0",
 8808         -
 "aws-runtime 1.2.2",
        8835  +
 "aws-runtime 1.3.0",
 8809   8836   
 "aws-smithy-async 1.2.1",
 8810   8837   
 "aws-smithy-http 0.60.8",
 8811   8838   
 "aws-smithy-json 0.60.7",
 8812         -
 "aws-smithy-runtime 1.5.7",
 8813         -
 "aws-smithy-runtime-api 1.6.3",
        8839  +
 "aws-smithy-runtime 1.6.0",
        8840  +
 "aws-smithy-runtime-api 1.7.0",
 8814   8841   
 "aws-smithy-types 1.2.0",
 8815   8842   
 "aws-types 1.3.1",
 8816   8843   
 "bytes",
 8817   8844   
 "http 0.2.12",
 8818   8845   
 "once_cell",
 8819   8846   
 "regex-lite",
 8820   8847   
 "tokio",
 8821   8848   
 "tracing",
 8822   8849   
]
 8823   8850   
 8824   8851   
[[package]]
 8825   8852   
name = "aws-sdk-translate"
 8826         -
version = "1.30.0"
        8853  +
version = "1.32.0"
 8827   8854   
dependencies = [
 8828   8855   
 "aws-config",
 8829   8856   
 "aws-credential-types 1.2.0",
 8830         -
 "aws-runtime 1.2.2",
        8857  +
 "aws-runtime 1.3.0",
 8831   8858   
 "aws-smithy-async 1.2.1",
 8832   8859   
 "aws-smithy-http 0.60.8",
 8833   8860   
 "aws-smithy-json 0.60.7",
 8834         -
 "aws-smithy-runtime 1.5.7",
 8835         -
 "aws-smithy-runtime-api 1.6.3",
        8861  +
 "aws-smithy-runtime 1.6.0",
        8862  +
 "aws-smithy-runtime-api 1.7.0",
 8836   8863   
 "aws-smithy-types 1.2.0",
 8837   8864   
 "aws-types 1.3.1",
 8838   8865   
 "bytes",
 8839   8866   
 "fastrand 2.0.2",
 8840   8867   
 "http 0.2.12",
 8841   8868   
 "once_cell",
 8842   8869   
 "regex-lite",
 8843   8870   
 "tokio",
 8844   8871   
 "tracing",
 8845   8872   
]
 8846   8873   
 8847   8874   
[[package]]
 8848   8875   
name = "aws-sdk-trustedadvisor"
 8849         -
version = "1.31.0"
        8876  +
version = "1.33.0"
 8850   8877   
dependencies = [
 8851   8878   
 "aws-config",
 8852   8879   
 "aws-credential-types 1.2.0",
 8853         -
 "aws-runtime 1.2.2",
        8880  +
 "aws-runtime 1.3.0",
 8854   8881   
 "aws-smithy-async 1.2.1",
 8855   8882   
 "aws-smithy-http 0.60.8",
 8856   8883   
 "aws-smithy-json 0.60.7",
 8857         -
 "aws-smithy-runtime 1.5.7",
 8858         -
 "aws-smithy-runtime-api 1.6.3",
        8884  +
 "aws-smithy-runtime 1.6.0",
        8885  +
 "aws-smithy-runtime-api 1.7.0",
 8859   8886   
 "aws-smithy-types 1.2.0",
 8860   8887   
 "aws-types 1.3.1",
 8861   8888   
 "bytes",
 8862   8889   
 "http 0.2.12",
 8863   8890   
 "once_cell",
 8864   8891   
 "regex-lite",
 8865   8892   
 "tokio",
 8866   8893   
 "tracing",
 8867   8894   
]
 8868   8895   
 8869   8896   
[[package]]
 8870   8897   
name = "aws-sdk-verifiedpermissions"
 8871         -
version = "1.36.0"
        8898  +
version = "1.38.0"
 8872   8899   
dependencies = [
 8873   8900   
 "aws-config",
 8874   8901   
 "aws-credential-types 1.2.0",
 8875         -
 "aws-runtime 1.2.2",
        8902  +
 "aws-runtime 1.3.0",
 8876   8903   
 "aws-smithy-async 1.2.1",
 8877   8904   
 "aws-smithy-http 0.60.8",
 8878   8905   
 "aws-smithy-json 0.60.7",
 8879         -
 "aws-smithy-runtime 1.5.7",
 8880         -
 "aws-smithy-runtime-api 1.6.3",
        8906  +
 "aws-smithy-runtime 1.6.0",
        8907  +
 "aws-smithy-runtime-api 1.7.0",
 8881   8908   
 "aws-smithy-types 1.2.0",
 8882   8909   
 "aws-types 1.3.1",
 8883   8910   
 "bytes",
 8884   8911   
 "fastrand 2.0.2",
 8885   8912   
 "http 0.2.12",
 8886   8913   
 "once_cell",
 8887   8914   
 "regex-lite",
 8888   8915   
 "tokio",
 8889   8916   
 "tracing",
 8890   8917   
]
 8891   8918   
 8892   8919   
[[package]]
 8893   8920   
name = "aws-sdk-voiceid"
 8894         -
version = "1.30.0"
        8921  +
version = "1.32.0"
 8895   8922   
dependencies = [
 8896   8923   
 "aws-config",
 8897   8924   
 "aws-credential-types 1.2.0",
 8898         -
 "aws-runtime 1.2.2",
        8925  +
 "aws-runtime 1.3.0",
 8899   8926   
 "aws-smithy-async 1.2.1",
 8900   8927   
 "aws-smithy-http 0.60.8",
 8901   8928   
 "aws-smithy-json 0.60.7",
 8902         -
 "aws-smithy-runtime 1.5.7",
 8903         -
 "aws-smithy-runtime-api 1.6.3",
        8929  +
 "aws-smithy-runtime 1.6.0",
        8930  +
 "aws-smithy-runtime-api 1.7.0",
 8904   8931   
 "aws-smithy-types 1.2.0",
 8905   8932   
 "aws-types 1.3.1",
 8906   8933   
 "bytes",
 8907   8934   
 "fastrand 2.0.2",
 8908   8935   
 "http 0.2.12",
 8909   8936   
 "once_cell",
 8910   8937   
 "regex-lite",
 8911   8938   
 "tokio",
 8912   8939   
 "tracing",
 8913   8940   
]
 8914   8941   
 8915   8942   
[[package]]
 8916   8943   
name = "aws-sdk-vpclattice"
 8917         -
version = "1.31.0"
        8944  +
version = "1.33.0"
 8918   8945   
dependencies = [
 8919   8946   
 "aws-config",
 8920   8947   
 "aws-credential-types 1.2.0",
 8921         -
 "aws-runtime 1.2.2",
        8948  +
 "aws-runtime 1.3.0",
 8922   8949   
 "aws-smithy-async 1.2.1",
 8923   8950   
 "aws-smithy-http 0.60.8",
 8924   8951   
 "aws-smithy-json 0.60.7",
 8925         -
 "aws-smithy-runtime 1.5.7",
 8926         -
 "aws-smithy-runtime-api 1.6.3",
        8952  +
 "aws-smithy-runtime 1.6.0",
        8953  +
 "aws-smithy-runtime-api 1.7.0",
 8927   8954   
 "aws-smithy-types 1.2.0",
 8928   8955   
 "aws-types 1.3.1",
 8929   8956   
 "bytes",
 8930   8957   
 "fastrand 2.0.2",
 8931   8958   
 "http 0.2.12",
 8932   8959   
 "once_cell",
 8933   8960   
 "regex-lite",
 8934   8961   
 "tokio",
 8935   8962   
 "tracing",
 8936   8963   
]
 8937   8964   
 8938   8965   
[[package]]
 8939   8966   
name = "aws-sdk-waf"
 8940         -
version = "1.30.0"
        8967  +
version = "1.33.0"
 8941   8968   
dependencies = [
 8942   8969   
 "aws-config",
 8943   8970   
 "aws-credential-types 1.2.0",
 8944         -
 "aws-runtime 1.2.2",
        8971  +
 "aws-runtime 1.3.0",
 8945   8972   
 "aws-smithy-async 1.2.1",
 8946   8973   
 "aws-smithy-http 0.60.8",
 8947   8974   
 "aws-smithy-json 0.60.7",
 8948         -
 "aws-smithy-runtime 1.5.7",
 8949         -
 "aws-smithy-runtime-api 1.6.3",
        8975  +
 "aws-smithy-runtime 1.6.0",
        8976  +
 "aws-smithy-runtime-api 1.7.0",
 8950   8977   
 "aws-smithy-types 1.2.0",
 8951   8978   
 "aws-types 1.3.1",
 8952   8979   
 "bytes",
 8953   8980   
 "http 0.2.12",
 8954   8981   
 "once_cell",
 8955   8982   
 "regex-lite",
 8956   8983   
 "tokio",
 8957   8984   
 "tracing",
 8958   8985   
]
 8959   8986   
 8960   8987   
[[package]]
 8961   8988   
name = "aws-sdk-wafregional"
 8962         -
version = "1.30.0"
        8989  +
version = "1.32.0"
 8963   8990   
dependencies = [
 8964   8991   
 "aws-config",
 8965   8992   
 "aws-credential-types 1.2.0",
 8966         -
 "aws-runtime 1.2.2",
        8993  +
 "aws-runtime 1.3.0",
 8967   8994   
 "aws-smithy-async 1.2.1",
 8968   8995   
 "aws-smithy-http 0.60.8",
 8969   8996   
 "aws-smithy-json 0.60.7",
 8970         -
 "aws-smithy-runtime 1.5.7",
 8971         -
 "aws-smithy-runtime-api 1.6.3",
        8997  +
 "aws-smithy-runtime 1.6.0",
        8998  +
 "aws-smithy-runtime-api 1.7.0",
 8972   8999   
 "aws-smithy-types 1.2.0",
 8973   9000   
 "aws-types 1.3.1",
 8974   9001   
 "bytes",
 8975   9002   
 "http 0.2.12",
 8976   9003   
 "once_cell",
 8977   9004   
 "regex-lite",
 8978   9005   
 "tokio",
 8979   9006   
 "tracing",
 8980   9007   
]
 8981   9008   
 8982   9009   
[[package]]
 8983   9010   
name = "aws-sdk-wafv2"
 8984         -
version = "1.34.0"
        9011  +
version = "1.36.0"
 8985   9012   
dependencies = [
 8986   9013   
 "aws-config",
 8987   9014   
 "aws-credential-types 1.2.0",
 8988         -
 "aws-runtime 1.2.2",
        9015  +
 "aws-runtime 1.3.0",
 8989   9016   
 "aws-smithy-async 1.2.1",
 8990   9017   
 "aws-smithy-http 0.60.8",
 8991   9018   
 "aws-smithy-json 0.60.7",
 8992         -
 "aws-smithy-runtime 1.5.7",
 8993         -
 "aws-smithy-runtime-api 1.6.3",
        9019  +
 "aws-smithy-runtime 1.6.0",
        9020  +
 "aws-smithy-runtime-api 1.7.0",
 8994   9021   
 "aws-smithy-types 1.2.0",
 8995   9022   
 "aws-types 1.3.1",
 8996   9023   
 "bytes",
 8997   9024   
 "http 0.2.12",
 8998   9025   
 "once_cell",
 8999   9026   
 "regex-lite",
 9000   9027   
 "tokio",
 9001   9028   
 "tracing",
 9002   9029   
]
 9003   9030   
 9004   9031   
[[package]]
 9005   9032   
name = "aws-sdk-wellarchitected"
 9006         -
version = "1.31.0"
        9033  +
version = "1.33.0"
 9007   9034   
dependencies = [
 9008   9035   
 "aws-config",
 9009   9036   
 "aws-credential-types 1.2.0",
 9010         -
 "aws-runtime 1.2.2",
        9037  +
 "aws-runtime 1.3.0",
 9011   9038   
 "aws-smithy-async 1.2.1",
 9012   9039   
 "aws-smithy-http 0.60.8",
 9013   9040   
 "aws-smithy-json 0.60.7",
 9014         -
 "aws-smithy-runtime 1.5.7",
 9015         -
 "aws-smithy-runtime-api 1.6.3",
        9041  +
 "aws-smithy-runtime 1.6.0",
        9042  +
 "aws-smithy-runtime-api 1.7.0",
 9016   9043   
 "aws-smithy-types 1.2.0",
 9017   9044   
 "aws-types 1.3.1",
 9018   9045   
 "bytes",
 9019   9046   
 "fastrand 2.0.2",
 9020   9047   
 "http 0.2.12",
 9021   9048   
 "once_cell",
 9022   9049   
 "regex-lite",
 9023   9050   
 "tokio",
 9024   9051   
 "tracing",
 9025   9052   
]
 9026   9053   
 9027   9054   
[[package]]
 9028   9055   
name = "aws-sdk-wisdom"
 9029         -
version = "1.31.0"
        9056  +
version = "1.33.0"
 9030   9057   
dependencies = [
 9031   9058   
 "aws-config",
 9032   9059   
 "aws-credential-types 1.2.0",
 9033         -
 "aws-runtime 1.2.2",
        9060  +
 "aws-runtime 1.3.0",
 9034   9061   
 "aws-smithy-async 1.2.1",
 9035   9062   
 "aws-smithy-http 0.60.8",
 9036   9063   
 "aws-smithy-json 0.60.7",
 9037         -
 "aws-smithy-runtime 1.5.7",
 9038         -
 "aws-smithy-runtime-api 1.6.3",
        9064  +
 "aws-smithy-runtime 1.6.0",
        9065  +
 "aws-smithy-runtime-api 1.7.0",
 9039   9066   
 "aws-smithy-types 1.2.0",
 9040   9067   
 "aws-types 1.3.1",
 9041   9068   
 "bytes",
 9042   9069   
 "fastrand 2.0.2",
 9043   9070   
 "http 0.2.12",
 9044   9071   
 "once_cell",
 9045   9072   
 "regex-lite",
 9046   9073   
 "tokio",
 9047   9074   
 "tracing",
 9048   9075   
]
 9049   9076   
 9050   9077   
[[package]]
 9051   9078   
name = "aws-sdk-workdocs"
 9052         -
version = "1.30.0"
        9079  +
version = "1.32.0"
 9053   9080   
dependencies = [
 9054   9081   
 "aws-config",
 9055   9082   
 "aws-credential-types 1.2.0",
 9056         -
 "aws-runtime 1.2.2",
        9083  +
 "aws-runtime 1.3.0",
 9057   9084   
 "aws-smithy-async 1.2.1",
 9058   9085   
 "aws-smithy-http 0.60.8",
 9059   9086   
 "aws-smithy-json 0.60.7",
 9060         -
 "aws-smithy-runtime 1.5.7",
 9061         -
 "aws-smithy-runtime-api 1.6.3",
        9087  +
 "aws-smithy-runtime 1.6.0",
        9088  +
 "aws-smithy-runtime-api 1.7.0",
 9062   9089   
 "aws-smithy-types 1.2.0",
 9063   9090   
 "aws-types 1.3.1",
 9064   9091   
 "bytes",
 9065   9092   
 "http 0.2.12",
 9066   9093   
 "once_cell",
 9067   9094   
 "regex-lite",
 9068   9095   
 "tokio",
 9069   9096   
 "tracing",
 9070   9097   
]
 9071   9098   
 9072   9099   
[[package]]
 9073   9100   
name = "aws-sdk-worklink"
 9074         -
version = "1.30.0"
        9101  +
version = "1.32.0"
 9075   9102   
dependencies = [
 9076   9103   
 "aws-config",
 9077   9104   
 "aws-credential-types 1.2.0",
 9078         -
 "aws-runtime 1.2.2",
        9105  +
 "aws-runtime 1.3.0",
 9079   9106   
 "aws-smithy-async 1.2.1",
 9080   9107   
 "aws-smithy-http 0.60.8",
 9081   9108   
 "aws-smithy-json 0.60.7",
 9082         -
 "aws-smithy-runtime 1.5.7",
 9083         -
 "aws-smithy-runtime-api 1.6.3",
        9109  +
 "aws-smithy-runtime 1.6.0",
        9110  +
 "aws-smithy-runtime-api 1.7.0",
 9084   9111   
 "aws-smithy-types 1.2.0",
 9085   9112   
 "aws-types 1.3.1",
 9086   9113   
 "bytes",
 9087   9114   
 "http 0.2.12",
 9088   9115   
 "once_cell",
 9089   9116   
 "regex-lite",
 9090   9117   
 "tokio",
 9091   9118   
 "tracing",
 9092   9119   
]
 9093   9120   
 9094   9121   
[[package]]
 9095   9122   
name = "aws-sdk-workmail"
 9096         -
version = "1.30.0"
        9123  +
version = "1.32.0"
 9097   9124   
dependencies = [
 9098   9125   
 "aws-config",
 9099   9126   
 "aws-credential-types 1.2.0",
 9100         -
 "aws-runtime 1.2.2",
        9127  +
 "aws-runtime 1.3.0",
 9101   9128   
 "aws-smithy-async 1.2.1",
 9102   9129   
 "aws-smithy-http 0.60.8",
 9103   9130   
 "aws-smithy-json 0.60.7",
 9104         -
 "aws-smithy-runtime 1.5.7",
 9105         -
 "aws-smithy-runtime-api 1.6.3",
        9131  +
 "aws-smithy-runtime 1.6.0",
        9132  +
 "aws-smithy-runtime-api 1.7.0",
 9106   9133   
 "aws-smithy-types 1.2.0",
 9107   9134   
 "aws-types 1.3.1",
 9108   9135   
 "bytes",
 9109   9136   
 "fastrand 2.0.2",
 9110   9137   
 "http 0.2.12",
 9111   9138   
 "once_cell",
 9112   9139   
 "regex-lite",
 9113   9140   
 "tokio",
 9114   9141   
 "tracing",
 9115   9142   
]
 9116   9143   
 9117   9144   
[[package]]
 9118   9145   
name = "aws-sdk-workmailmessageflow"
 9119         -
version = "1.30.0"
        9146  +
version = "1.32.0"
 9120   9147   
dependencies = [
 9121   9148   
 "aws-config",
 9122   9149   
 "aws-credential-types 1.2.0",
 9123         -
 "aws-runtime 1.2.2",
        9150  +
 "aws-runtime 1.3.0",
 9124   9151   
 "aws-smithy-async 1.2.1",
 9125   9152   
 "aws-smithy-http 0.60.8",
 9126   9153   
 "aws-smithy-json 0.60.7",
 9127         -
 "aws-smithy-runtime 1.5.7",
 9128         -
 "aws-smithy-runtime-api 1.6.3",
        9154  +
 "aws-smithy-runtime 1.6.0",
        9155  +
 "aws-smithy-runtime-api 1.7.0",
 9129   9156   
 "aws-smithy-types 1.2.0",
 9130   9157   
 "aws-types 1.3.1",
 9131   9158   
 "bytes",
 9132   9159   
 "http 0.2.12",
 9133   9160   
 "once_cell",
 9134   9161   
 "regex-lite",
 9135   9162   
 "tokio",
 9136   9163   
 "tracing",
 9137   9164   
]
 9138   9165   
 9139   9166   
[[package]]
 9140   9167   
name = "aws-sdk-workspaces"
 9141         -
version = "1.31.0"
        9168  +
version = "1.33.0"
 9142   9169   
dependencies = [
 9143   9170   
 "aws-config",
 9144   9171   
 "aws-credential-types 1.2.0",
 9145         -
 "aws-runtime 1.2.2",
        9172  +
 "aws-runtime 1.3.0",
 9146   9173   
 "aws-smithy-async 1.2.1",
 9147   9174   
 "aws-smithy-http 0.60.8",
 9148   9175   
 "aws-smithy-json 0.60.7",
 9149         -
 "aws-smithy-runtime 1.5.7",
 9150         -
 "aws-smithy-runtime-api 1.6.3",
        9176  +
 "aws-smithy-runtime 1.6.0",
        9177  +
 "aws-smithy-runtime-api 1.7.0",
 9151   9178   
 "aws-smithy-types 1.2.0",
 9152   9179   
 "aws-types 1.3.1",
 9153   9180   
 "bytes",
 9154   9181   
 "http 0.2.12",
 9155   9182   
 "once_cell",
 9156   9183   
 "regex-lite",
 9157   9184   
 "tokio",
 9158   9185   
 "tracing",
 9159   9186   
]
 9160   9187   
 9161   9188   
[[package]]
 9162   9189   
name = "aws-sdk-workspacesthinclient"
 9163         -
version = "1.30.0"
        9190  +
version = "1.32.0"
 9164   9191   
dependencies = [
 9165   9192   
 "aws-config",
 9166   9193   
 "aws-credential-types 1.2.0",
 9167         -
 "aws-runtime 1.2.2",
        9194  +
 "aws-runtime 1.3.0",
 9168   9195   
 "aws-smithy-async 1.2.1",
 9169   9196   
 "aws-smithy-http 0.60.8",
 9170   9197   
 "aws-smithy-json 0.60.7",
 9171         -
 "aws-smithy-runtime 1.5.7",
 9172         -
 "aws-smithy-runtime-api 1.6.3",
        9198  +
 "aws-smithy-runtime 1.6.0",
        9199  +
 "aws-smithy-runtime-api 1.7.0",
 9173   9200   
 "aws-smithy-types 1.2.0",
 9174   9201   
 "aws-types 1.3.1",
 9175   9202   
 "bytes",
 9176   9203   
 "fastrand 2.0.2",
 9177   9204   
 "http 0.2.12",
 9178   9205   
 "once_cell",
 9179   9206   
 "regex-lite",
 9180   9207   
 "tokio",
 9181   9208   
 "tracing",
 9182   9209   
]
 9183   9210   
 9184   9211   
[[package]]
 9185   9212   
name = "aws-sdk-workspacesweb"
 9186         -
version = "1.31.0"
        9213  +
version = "1.33.0"
 9187   9214   
dependencies = [
 9188   9215   
 "aws-config",
 9189   9216   
 "aws-credential-types 1.2.0",
 9190         -
 "aws-runtime 1.2.2",
        9217  +
 "aws-runtime 1.3.0",
 9191   9218   
 "aws-smithy-async 1.2.1",
 9192   9219   
 "aws-smithy-http 0.60.8",
 9193   9220   
 "aws-smithy-json 0.60.7",
 9194         -
 "aws-smithy-runtime 1.5.7",
 9195         -
 "aws-smithy-runtime-api 1.6.3",
        9221  +
 "aws-smithy-runtime 1.6.0",
        9222  +
 "aws-smithy-runtime-api 1.7.0",
 9196   9223   
 "aws-smithy-types 1.2.0",
 9197   9224   
 "aws-types 1.3.1",
 9198   9225   
 "bytes",
 9199   9226   
 "fastrand 2.0.2",
 9200   9227   
 "http 0.2.12",
 9201   9228   
 "once_cell",
 9202   9229   
 "regex-lite",
 9203   9230   
 "tokio",
 9204   9231   
 "tracing",
 9205   9232   
]
 9206   9233   
 9207   9234   
[[package]]
 9208   9235   
name = "aws-sdk-xray"
 9209         -
version = "1.30.0"
        9236  +
version = "1.32.0"
 9210   9237   
dependencies = [
 9211   9238   
 "aws-config",
 9212   9239   
 "aws-credential-types 1.2.0",
 9213         -
 "aws-runtime 1.2.2",
        9240  +
 "aws-runtime 1.3.0",
 9214   9241   
 "aws-smithy-async 1.2.1",
 9215   9242   
 "aws-smithy-http 0.60.8",
 9216   9243   
 "aws-smithy-json 0.60.7",
 9217         -
 "aws-smithy-runtime 1.5.7",
 9218         -
 "aws-smithy-runtime-api 1.6.3",
        9244  +
 "aws-smithy-runtime 1.6.0",
        9245  +
 "aws-smithy-runtime-api 1.7.0",
 9219   9246   
 "aws-smithy-types 1.2.0",
 9220   9247   
 "aws-types 1.3.1",
 9221   9248   
 "bytes",
 9222   9249   
 "http 0.2.12",
 9223   9250   
 "once_cell",
 9224   9251   
 "regex-lite",
 9225   9252   
 "tokio",
 9226   9253   
 "tracing",
 9227   9254   
]
 9228   9255   
 9229   9256   
[[package]]
 9230   9257   
name = "aws-sig-auth"
 9231   9258   
version = "0.60.3"
 9232   9259   
 9233   9260   
[[package]]
 9234   9261   
name = "aws-sigv4"
 9235   9262   
version = "1.2.2"
 9236   9263   
dependencies = [
 9237   9264   
 "aws-credential-types 1.2.0",
 9238   9265   
 "aws-smithy-eventstream 0.60.4",
 9239   9266   
 "aws-smithy-http 0.60.8",
 9240         -
 "aws-smithy-runtime-api 1.6.3",
        9267  +
 "aws-smithy-runtime-api 1.7.0",
 9241   9268   
 "aws-smithy-types 1.2.0",
 9242   9269   
 "bytes",
 9243   9270   
 "criterion",
 9244   9271   
 "crypto-bigint 0.5.5",
 9245   9272   
 "form_urlencoded",
 9246   9273   
 "hex",
 9247   9274   
 "hex-literal",
 9248   9275   
 "hmac",
 9249   9276   
 "http 0.2.12",
 9250   9277   
 "http 1.1.0",
 9251   9278   
 "httparse",
 9252   9279   
 "libfuzzer-sys",
 9253   9280   
 "once_cell",
 9254   9281   
 "p256",
 9255   9282   
 "percent-encoding",
 9256   9283   
 "pretty_assertions",
 9257   9284   
 "proptest",
 9258   9285   
 "ring",
 9259   9286   
 "serde",
 9260   9287   
 "serde_derive",
 9261   9288   
 "serde_json",
 9262   9289   
 "sha2",
 9263   9290   
 "subtle",
 9264   9291   
 "time",
 9265   9292   
 "tracing",
 9266   9293   
 "zeroize",
 9267   9294   
]
 9268   9295   
 9269   9296   
[[package]]
 9270   9297   
name = "aws-sigv4"
 9271   9298   
version = "1.2.2"
 9272   9299   
source = "registry+https://github.com/rust-lang/crates.io-index"
 9273   9300   
checksum = "31eed8d45759b2c5fe7fd304dd70739060e9e0de509209036eabea14d0720cce"
 9274   9301   
dependencies = [
 9275   9302   
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9276   9303   
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
 9277   9304   
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
 9278         -
 "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
        9305  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9279   9306   
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9280   9307   
 "bytes",
 9281   9308   
 "crypto-bigint 0.5.5",
 9282   9309   
 "form_urlencoded",
 9283   9310   
 "hex",
 9284   9311   
 "hmac",
 9285   9312   
 "http 0.2.12",
 9286   9313   
 "http 1.1.0",
 9287   9314   
 "once_cell",
 9288   9315   
 "p256",
 9289   9316   
 "percent-encoding",
 9290   9317   
 "ring",
 9291   9318   
 "sha2",
 9292   9319   
 "subtle",
 9293   9320   
 "time",
 9294   9321   
 "tracing",
 9295   9322   
 "zeroize",
 9296   9323   
]
 9297   9324   
 9298   9325   
[[package]]
 9299   9326   
name = "aws-smithy-async"
 9300   9327   
version = "1.2.1"
 9301   9328   
dependencies = [
 9302   9329   
 "futures-util",
 9303   9330   
 "pin-project-lite",
 9304   9331   
 "pin-utils",
 9305   9332   
 "tokio",
 9306   9333   
 "tokio-test",
 9307   9334   
]
 9308   9335   
 9309   9336   
[[package]]
 9310   9337   
name = "aws-smithy-async"
 9311   9338   
version = "1.2.1"
 9312   9339   
source = "registry+https://github.com/rust-lang/crates.io-index"
 9313   9340   
checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c"
 9314   9341   
dependencies = [
 9315   9342   
 "futures-util",
 9316   9343   
 "pin-project-lite",
 9317   9344   
 "tokio",
 9318   9345   
]
 9319   9346   
 9320   9347   
[[package]]
 9321   9348   
name = "aws-smithy-checksums"
 9322         -
version = "0.60.9"
        9349  +
version = "0.60.10"
 9323   9350   
dependencies = [
 9324   9351   
 "aws-smithy-http 0.60.8",
 9325   9352   
 "aws-smithy-types 1.2.0",
 9326   9353   
 "bytes",
 9327   9354   
 "bytes-utils",
 9328   9355   
 "crc32c",
 9329   9356   
 "crc32fast",
 9330   9357   
 "hex",
 9331   9358   
 "http 0.2.12",
 9332   9359   
 "http-body 0.4.6",
 9333   9360   
 "md-5",
 9334   9361   
 "pin-project-lite",
 9335   9362   
 "pretty_assertions",
 9336   9363   
 "sha1",
 9337   9364   
 "sha2",
 9338   9365   
 "tokio",
 9339   9366   
 "tracing",
 9340   9367   
 "tracing-test",
 9341   9368   
]
 9342   9369   
 9343   9370   
[[package]]
 9344   9371   
name = "aws-smithy-checksums"
 9345         -
version = "0.60.9"
        9372  +
version = "0.60.10"
 9346   9373   
source = "registry+https://github.com/rust-lang/crates.io-index"
 9347         -
checksum = "6242d6a54d3b4b83458f4abd7057ba93c4419dc71e8217e9acd3a748d656d99e"
        9374  +
checksum = "c5b30ea96823b8b25fb6471643a516e1bd475fd5575304e6240aea179f213216"
 9348   9375   
dependencies = [
 9349   9376   
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
 9350   9377   
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9351   9378   
 "bytes",
 9352   9379   
 "crc32c",
 9353   9380   
 "crc32fast",
 9354   9381   
 "hex",
 9355   9382   
 "http 0.2.12",
 9356   9383   
 "http-body 0.4.6",
 9357   9384   
 "md-5",
 9358   9385   
 "pin-project-lite",
 9359   9386   
 "sha1",
 9360   9387   
 "sha2",
 9361   9388   
 "tracing",
 9362   9389   
]
 9363   9390   
 9364   9391   
[[package]]
 9365   9392   
name = "aws-smithy-client"
 9366   9393   
version = "0.60.3"
 9367   9394   
 9368   9395   
[[package]]
 9369   9396   
name = "aws-smithy-compression"
 9370   9397   
version = "0.0.1"
 9371   9398   
dependencies = [
 9372         -
 "aws-smithy-runtime-api 1.6.3",
        9399  +
 "aws-smithy-runtime-api 1.7.0",
 9373   9400   
 "aws-smithy-types 1.2.0",
 9374   9401   
 "bytes",
 9375   9402   
 "bytes-utils",
 9376   9403   
 "flate2",
 9377   9404   
 "http 0.2.12",
 9378   9405   
 "http 1.1.0",
 9379   9406   
 "http-body 0.4.6",
 9380   9407   
 "http-body 1.0.0",
 9381   9408   
 "http-body-util",
 9382   9409   
 "pin-project-lite",
 9383   9410   
 "pretty_assertions",
 9384   9411   
 "tokio",
 9385   9412   
 "tracing",
 9386   9413   
]
 9387   9414   
 9388   9415   
[[package]]
 9389   9416   
name = "aws-smithy-eventstream"
 9390   9417   
version = "0.60.4"
 9391   9418   
dependencies = [
 9392   9419   
 "arbitrary",
 9393   9420   
 "aws-smithy-types 1.2.0",
 9394   9421   
 "bytes",
 9395   9422   
 "bytes-utils",
 9396   9423   
 "crc32fast",
 9397   9424   
 "derive_arbitrary",
 9398   9425   
]
 9399   9426   
 9400   9427   
[[package]]
 9401   9428   
name = "aws-smithy-eventstream"
 9402   9429   
version = "0.60.4"
 9403   9430   
source = "registry+https://github.com/rust-lang/crates.io-index"
 9404   9431   
checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
 9405   9432   
dependencies = [
 9406   9433   
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9407   9434   
 "bytes",
 9408   9435   
 "crc32fast",
 9409   9436   
]
 9410   9437   
 9411   9438   
[[package]]
 9412   9439   
name = "aws-smithy-experimental"
 9413         -
version = "0.1.1"
        9440  +
version = "0.1.2"
 9414   9441   
dependencies = [
 9415   9442   
 "aws-smithy-async 1.2.1",
 9416         -
 "aws-smithy-runtime 1.5.7",
 9417         -
 "aws-smithy-runtime-api 1.6.3",
        9443  +
 "aws-smithy-runtime 1.6.0",
        9444  +
 "aws-smithy-runtime-api 1.7.0",
 9418   9445   
 "aws-smithy-types 1.2.0",
 9419   9446   
 "h2 0.4.5",
 9420   9447   
 "http 1.1.0",
 9421   9448   
 "hyper 1.3.1",
 9422   9449   
 "hyper-rustls 0.27.2",
 9423   9450   
 "hyper-util",
 9424   9451   
 "once_cell",
 9425   9452   
 "pin-project-lite",
 9426         -
 "rustls 0.23.9",
        9453  +
 "rustls 0.23.10",
 9427   9454   
 "tokio",
 9428   9455   
 "tower",
 9429   9456   
 "tracing",
 9430   9457   
]
 9431   9458   
 9432   9459   
[[package]]
 9433   9460   
name = "aws-smithy-http"
 9434   9461   
version = "0.60.8"
 9435   9462   
dependencies = [
 9436   9463   
 "async-stream",
 9437   9464   
 "aws-smithy-eventstream 0.60.4",
 9438         -
 "aws-smithy-runtime-api 1.6.3",
        9465  +
 "aws-smithy-runtime-api 1.7.0",
 9439   9466   
 "aws-smithy-types 1.2.0",
 9440   9467   
 "bytes",
 9441   9468   
 "bytes-utils",
 9442   9469   
 "futures-core",
 9443   9470   
 "futures-util",
 9444   9471   
 "http 0.2.12",
 9445   9472   
 "http-body 0.4.6",
 9446   9473   
 "hyper 0.14.29",
 9447   9474   
 "once_cell",
 9448   9475   
 "percent-encoding",
 9449   9476   
 "pin-project-lite",
 9450   9477   
 "pin-utils",
 9451   9478   
 "proptest",
 9452   9479   
 "tokio",
 9453   9480   
 "tracing",
 9454   9481   
]
 9455   9482   
 9456   9483   
[[package]]
 9457   9484   
name = "aws-smithy-http"
 9458   9485   
version = "0.60.8"
 9459   9486   
source = "registry+https://github.com/rust-lang/crates.io-index"
 9460   9487   
checksum = "4a7de001a1b9a25601016d8057ea16e31a45fdca3751304c8edf4ad72e706c08"
 9461   9488   
dependencies = [
 9462   9489   
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
 9463         -
 "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
        9490  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9464   9491   
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9465   9492   
 "bytes",
 9466   9493   
 "bytes-utils",
 9467   9494   
 "futures-core",
 9468   9495   
 "http 0.2.12",
 9469   9496   
 "http-body 0.4.6",
 9470   9497   
 "once_cell",
 9471   9498   
 "percent-encoding",
 9472   9499   
 "pin-project-lite",
 9473   9500   
 "pin-utils",
 9474   9501   
 "tracing",
 9475   9502   
]
 9476   9503   
 9477   9504   
[[package]]
 9478   9505   
name = "aws-smithy-http-auth"
 9479   9506   
version = "0.60.3"
 9480   9507   
 9481   9508   
[[package]]
 9482   9509   
name = "aws-smithy-http-tower"
 9483   9510   
version = "0.60.3"
 9484   9511   
 9485   9512   
[[package]]
 9486   9513   
name = "aws-smithy-json"
 9487   9514   
version = "0.60.7"
 9488   9515   
dependencies = [
 9489   9516   
 "aws-smithy-types 1.2.0",
 9490   9517   
 "proptest",
 9491   9518   
 "serde_json",
 9492   9519   
]
 9493   9520   
 9494   9521   
[[package]]
 9495   9522   
name = "aws-smithy-json"
 9496   9523   
version = "0.60.7"
 9497   9524   
source = "registry+https://github.com/rust-lang/crates.io-index"
 9498   9525   
checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
 9499   9526   
dependencies = [
 9500   9527   
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9501   9528   
]
 9502   9529   
 9503   9530   
[[package]]
 9504   9531   
name = "aws-smithy-mocks-experimental"
 9505   9532   
version = "0.2.1"
 9506   9533   
dependencies = [
 9507         -
 "aws-sdk-s3 1.35.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9508         -
 "aws-smithy-runtime-api 1.6.3",
        9534  +
 "aws-sdk-s3 1.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9535  +
 "aws-smithy-runtime-api 1.7.0",
 9509   9536   
 "aws-smithy-types 1.2.0",
 9510   9537   
 "tokio",
 9511   9538   
]
 9512   9539   
 9513   9540   
[[package]]
 9514   9541   
name = "aws-smithy-protocol-test"
 9515   9542   
version = "0.60.7"
 9516   9543   
dependencies = [
 9517   9544   
 "assert-json-diff",
 9518         -
 "aws-smithy-runtime-api 1.6.3",
        9545  +
 "aws-smithy-runtime-api 1.7.0",
 9519   9546   
 "http 0.2.12",
 9520   9547   
 "pretty_assertions",
 9521   9548   
 "regex-lite",
 9522   9549   
 "roxmltree",
 9523   9550   
 "serde_json",
 9524   9551   
 "thiserror",
 9525   9552   
]
 9526   9553   
 9527   9554   
[[package]]
 9528   9555   
name = "aws-smithy-protocol-test"
 9529   9556   
version = "0.60.7"
 9530   9557   
source = "registry+https://github.com/rust-lang/crates.io-index"
 9531   9558   
checksum = "a31e8279cb24640c7349f2bda6ca818d5fcc85129386bd73c1d0999430d6ddf2"
 9532   9559   
dependencies = [
 9533   9560   
 "assert-json-diff",
 9534         -
 "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
        9561  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9535   9562   
 "http 0.2.12",
 9536   9563   
 "pretty_assertions",
 9537   9564   
 "regex-lite",
 9538   9565   
 "roxmltree",
 9539   9566   
 "serde_json",
 9540   9567   
 "thiserror",
 9541   9568   
]
 9542   9569   
 9543   9570   
[[package]]
 9544   9571   
name = "aws-smithy-query"
 9545   9572   
version = "0.60.7"
 9546   9573   
dependencies = [
 9547   9574   
 "aws-smithy-types 1.2.0",
 9548   9575   
 "urlencoding",
 9549   9576   
]
 9550   9577   
 9551   9578   
[[package]]
 9552   9579   
name = "aws-smithy-runtime"
 9553         -
version = "1.5.7"
        9580  +
version = "1.6.0"
 9554   9581   
dependencies = [
 9555   9582   
 "approx",
 9556   9583   
 "aws-smithy-async 1.2.1",
 9557   9584   
 "aws-smithy-http 0.60.8",
 9558   9585   
 "aws-smithy-protocol-test 0.60.7",
 9559         -
 "aws-smithy-runtime-api 1.6.3",
        9586  +
 "aws-smithy-runtime-api 1.7.0",
 9560   9587   
 "aws-smithy-types 1.2.0",
 9561   9588   
 "bytes",
 9562   9589   
 "fastrand 2.0.2",
 9563   9590   
 "futures-util",
 9564   9591   
 "h2 0.3.26",
 9565   9592   
 "http 0.2.12",
 9566   9593   
 "http 1.1.0",
 9567   9594   
 "http-body 0.4.6",
 9568   9595   
 "http-body 1.0.0",
 9569   9596   
 "httparse",
 9570   9597   
 "hyper 0.14.29",
 9571   9598   
 "hyper-rustls 0.24.2",
 9572   9599   
 "indexmap",
 9573   9600   
 "once_cell",
 9574   9601   
 "pin-project-lite",
 9575   9602   
 "pin-utils",
 9576   9603   
 "pretty_assertions",
 9577   9604   
 "rustls 0.21.12",
 9578   9605   
 "serde",
 9579   9606   
 "serde_json",
 9580   9607   
 "tokio",
 9581   9608   
 "tracing",
 9582   9609   
 "tracing-subscriber",
 9583   9610   
 "tracing-test",
 9584   9611   
]
 9585   9612   
 9586   9613   
[[package]]
 9587   9614   
name = "aws-smithy-runtime"
 9588         -
version = "1.5.7"
        9615  +
version = "1.6.0"
 9589   9616   
source = "registry+https://github.com/rust-lang/crates.io-index"
 9590         -
checksum = "8508de54f34b8feca6638466c2bd2de9d1df5bf79c578de9a649b72d644006b3"
        9617  +
checksum = "db83b08939838d18e33b5dbaf1a0f048f28c10bd28071ab7ce6f245451855414"
 9591   9618   
dependencies = [
 9592   9619   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 9593   9620   
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
 9594   9621   
 "aws-smithy-protocol-test 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
 9595         -
 "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
        9622  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9596   9623   
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9597   9624   
 "bytes",
 9598   9625   
 "fastrand 2.0.2",
 9599   9626   
 "h2 0.3.26",
 9600   9627   
 "http 0.2.12",
 9601   9628   
 "http-body 0.4.6",
 9602   9629   
 "http-body 1.0.0",
 9603   9630   
 "httparse",
 9604   9631   
 "hyper 0.14.29",
 9605   9632   
 "hyper-rustls 0.24.2",
 9606   9633   
 "indexmap",
 9607   9634   
 "once_cell",
 9608   9635   
 "pin-project-lite",
 9609   9636   
 "pin-utils",
 9610   9637   
 "rustls 0.21.12",
 9611   9638   
 "serde",
 9612   9639   
 "serde_json",
 9613   9640   
 "tokio",
 9614   9641   
 "tracing",
 9615   9642   
 "tracing-subscriber",
 9616   9643   
]
 9617   9644   
 9618   9645   
[[package]]
 9619   9646   
name = "aws-smithy-runtime-api"
 9620         -
version = "1.6.3"
        9647  +
version = "1.7.0"
 9621   9648   
dependencies = [
 9622   9649   
 "aws-smithy-async 1.2.1",
 9623   9650   
 "aws-smithy-types 1.2.0",
 9624   9651   
 "bytes",
 9625   9652   
 "http 0.2.12",
 9626   9653   
 "http 1.1.0",
 9627   9654   
 "pin-project-lite",
 9628   9655   
 "proptest",
 9629   9656   
 "tokio",
 9630   9657   
 "tracing",
 9631   9658   
 "zeroize",
 9632   9659   
]
 9633   9660   
 9634   9661   
[[package]]
 9635   9662   
name = "aws-smithy-runtime-api"
 9636         -
version = "1.6.3"
        9663  +
version = "1.7.0"
 9637   9664   
source = "registry+https://github.com/rust-lang/crates.io-index"
 9638         -
checksum = "aa6dbabc7629fab4e4467f95f119c2e1a9b00b44c893affa98e23b040a0e2567"
        9665  +
checksum = "1b570ea39eb95bd32543f6e4032bce172cb6209b9bc8c83c770d08169e875afc"
 9639   9666   
dependencies = [
 9640   9667   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 9641   9668   
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9642   9669   
 "bytes",
 9643   9670   
 "http 0.2.12",
 9644   9671   
 "http 1.1.0",
 9645   9672   
 "pin-project-lite",
 9646   9673   
 "tokio",
 9647   9674   
 "tracing",
 9648   9675   
 "zeroize",
@@ -9694,9721 +9821,9848 @@
 9714   9741   
dependencies = [
 9715   9742   
 "aws-smithy-async 1.2.1",
 9716   9743   
 "aws-smithy-types 1.2.0",
 9717   9744   
 "chrono",
 9718   9745   
 "futures-core",
 9719   9746   
 "time",
 9720   9747   
]
 9721   9748   
 9722   9749   
[[package]]
 9723   9750   
name = "aws-smithy-wasm"
 9724         -
version = "0.1.2"
        9751  +
version = "0.1.3"
 9725   9752   
dependencies = [
 9726   9753   
 "aws-smithy-http 0.60.8",
 9727         -
 "aws-smithy-runtime-api 1.6.3",
        9754  +
 "aws-smithy-runtime-api 1.7.0",
 9728   9755   
 "aws-smithy-types 1.2.0",
 9729   9756   
 "bytes",
 9730   9757   
 "http 1.1.0",
 9731   9758   
 "tracing",
 9732   9759   
 "wasi 0.12.1+wasi-0.2.0",
 9733   9760   
]
 9734   9761   
 9735   9762   
[[package]]
 9736   9763   
name = "aws-smithy-xml"
 9737   9764   
version = "0.60.8"
 9738   9765   
dependencies = [
 9739   9766   
 "aws-smithy-protocol-test 0.60.7",
 9740   9767   
 "base64 0.13.1",
 9741   9768   
 "proptest",
 9742   9769   
 "xmlparser",
 9743   9770   
]
 9744   9771   
 9745   9772   
[[package]]
 9746   9773   
name = "aws-smithy-xml"
 9747   9774   
version = "0.60.8"
 9748   9775   
source = "registry+https://github.com/rust-lang/crates.io-index"
 9749   9776   
checksum = "d123fbc2a4adc3c301652ba8e149bf4bc1d1725affb9784eb20c953ace06bf55"
 9750   9777   
dependencies = [
 9751   9778   
 "xmlparser",
 9752   9779   
]
 9753   9780   
 9754   9781   
[[package]]
 9755   9782   
name = "aws-types"
 9756   9783   
version = "1.3.1"
 9757   9784   
dependencies = [
 9758   9785   
 "aws-credential-types 1.2.0",
 9759   9786   
 "aws-smithy-async 1.2.1",
 9760         -
 "aws-smithy-runtime 1.5.7",
 9761         -
 "aws-smithy-runtime-api 1.6.3",
        9787  +
 "aws-smithy-runtime 1.6.0",
        9788  +
 "aws-smithy-runtime-api 1.7.0",
 9762   9789   
 "aws-smithy-types 1.2.0",
 9763   9790   
 "http 0.2.12",
 9764   9791   
 "hyper-rustls 0.24.2",
 9765   9792   
 "rustc_version",
 9766   9793   
 "tempfile",
 9767   9794   
 "tokio",
 9768   9795   
 "tracing",
 9769   9796   
 "tracing-test",
 9770   9797   
]
 9771   9798   
 9772   9799   
[[package]]
 9773   9800   
name = "aws-types"
 9774   9801   
version = "1.3.1"
 9775   9802   
source = "registry+https://github.com/rust-lang/crates.io-index"
 9776   9803   
checksum = "6f734808d43702a67e57d478a12e227d4d038d0b90c9005a78c87890d3805922"
 9777   9804   
dependencies = [
 9778   9805   
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9779   9806   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 9780         -
 "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
        9807  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9781   9808   
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9782   9809   
 "http 0.2.12",
 9783   9810   
 "rustc_version",
 9784   9811   
 "tracing",
 9785   9812   
]
 9786   9813   
 9787   9814   
[[package]]
 9788   9815   
name = "backtrace"
 9789         -
version = "0.3.72"
        9816  +
version = "0.3.73"
 9790   9817   
source = "registry+https://github.com/rust-lang/crates.io-index"
 9791         -
checksum = "17c6a35df3749d2e8bb1b7b21a976d82b15548788d2735b9d82f329268f71a11"
        9818  +
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
 9792   9819   
dependencies = [
 9793   9820   
 "addr2line",
 9794   9821   
 "cc",
 9795   9822   
 "cfg-if",
 9796   9823   
 "libc",
 9797   9824   
 "miniz_oxide",
 9798   9825   
 "object",
 9799   9826   
 "rustc-demangle",
 9800   9827   
]
 9801   9828   
@@ -10067,10094 +10129,10156 @@
10087  10114   
name = "cpufeatures"
10088  10115   
version = "0.2.12"
10089  10116   
source = "registry+https://github.com/rust-lang/crates.io-index"
10090  10117   
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
10091  10118   
dependencies = [
10092  10119   
 "libc",
10093  10120   
]
10094  10121   
10095  10122   
[[package]]
10096  10123   
name = "crc32c"
10097         -
version = "0.6.5"
       10124  +
version = "0.6.8"
10098  10125   
source = "registry+https://github.com/rust-lang/crates.io-index"
10099         -
checksum = "89254598aa9b9fa608de44b3ae54c810f0f06d755e24c50177f1f8f31ff50ce2"
       10126  +
checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
10100  10127   
dependencies = [
10101  10128   
 "rustc_version",
10102  10129   
]
10103  10130   
10104  10131   
[[package]]
10105  10132   
name = "crc32fast"
10106  10133   
version = "1.4.2"
10107  10134   
source = "registry+https://github.com/rust-lang/crates.io-index"
10108  10135   
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
10109  10136   
dependencies = [
@@ -10238,10265 +10308,10324 @@
10258  10285   
name = "digest"
10259  10286   
version = "0.10.7"
10260  10287   
source = "registry+https://github.com/rust-lang/crates.io-index"
10261  10288   
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
10262  10289   
dependencies = [
10263  10290   
 "block-buffer",
10264  10291   
 "crypto-common",
10265  10292   
 "subtle",
10266  10293   
]
10267  10294   
10268         -
[[package]]
10269         -
name = "displaydoc"
10270         -
version = "0.2.4"
10271         -
source = "registry+https://github.com/rust-lang/crates.io-index"
10272         -
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
10273         -
dependencies = [
10274         -
 "proc-macro2",
10275         -
 "quote",
10276         -
 "syn 2.0.66",
10277         -
]
10278         -
10279  10295   
[[package]]
10280  10296   
name = "dunce"
10281  10297   
version = "1.0.4"
10282  10298   
source = "registry+https://github.com/rust-lang/crates.io-index"
10283  10299   
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
10284  10300   
10285  10301   
[[package]]
10286  10302   
name = "ecdsa"
10287  10303   
version = "0.14.8"
10288  10304   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -10635,10651 +10694,10716 @@
10655  10671   
 "nom",
10656  10672   
 "num-traits",
10657  10673   
]
10658  10674   
10659  10675   
[[package]]
10660  10676   
name = "hermit-abi"
10661  10677   
version = "0.3.9"
10662  10678   
source = "registry+https://github.com/rust-lang/crates.io-index"
10663  10679   
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
10664  10680   
       10681  +
[[package]]
       10682  +
name = "hermit-abi"
       10683  +
version = "0.4.0"
       10684  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10685  +
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
       10686  +
10665  10687   
[[package]]
10666  10688   
name = "hex"
10667  10689   
version = "0.4.3"
10668  10690   
source = "registry+https://github.com/rust-lang/crates.io-index"
10669  10691   
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
10670  10692   
10671  10693   
[[package]]
10672  10694   
name = "hex-literal"
10673  10695   
version = "0.4.1"
10674  10696   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -10810,10832 +11065,10967 @@
10830  10852   
[[package]]
10831  10853   
name = "hyper-rustls"
10832  10854   
version = "0.27.2"
10833  10855   
source = "registry+https://github.com/rust-lang/crates.io-index"
10834  10856   
checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
10835  10857   
dependencies = [
10836  10858   
 "futures-util",
10837  10859   
 "http 1.1.0",
10838  10860   
 "hyper 1.3.1",
10839  10861   
 "hyper-util",
10840         -
 "rustls 0.23.9",
       10862  +
 "rustls 0.23.10",
10841  10863   
 "rustls-native-certs 0.7.0",
10842  10864   
 "rustls-pki-types",
10843  10865   
 "tokio",
10844  10866   
 "tokio-rustls 0.26.0",
10845  10867   
 "tower-service",
10846  10868   
]
10847  10869   
10848  10870   
[[package]]
10849  10871   
name = "hyper-util"
10850  10872   
version = "0.1.5"
10851  10873   
source = "registry+https://github.com/rust-lang/crates.io-index"
10852  10874   
checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56"
10853  10875   
dependencies = [
10854  10876   
 "bytes",
10855  10877   
 "futures-channel",
10856  10878   
 "futures-util",
10857  10879   
 "http 1.1.0",
10858  10880   
 "http-body 1.0.0",
10859  10881   
 "hyper 1.3.1",
10860  10882   
 "pin-project-lite",
10861  10883   
 "socket2 0.5.7",
10862  10884   
 "tokio",
10863  10885   
 "tower",
10864  10886   
 "tower-service",
10865  10887   
 "tracing",
10866  10888   
]
10867  10889   
10868         -
[[package]]
10869         -
name = "icu_collections"
10870         -
version = "1.5.0"
10871         -
source = "registry+https://github.com/rust-lang/crates.io-index"
10872         -
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
10873         -
dependencies = [
10874         -
 "displaydoc",
10875         -
 "yoke",
10876         -
 "zerofrom",
10877         -
 "zerovec",
10878         -
]
10879         -
10880         -
[[package]]
10881         -
name = "icu_locid"
10882         -
version = "1.5.0"
10883         -
source = "registry+https://github.com/rust-lang/crates.io-index"
10884         -
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
10885         -
dependencies = [
10886         -
 "displaydoc",
10887         -
 "litemap",
10888         -
 "tinystr",
10889         -
 "writeable",
10890         -
 "zerovec",
10891         -
]
10892         -
10893         -
[[package]]
10894         -
name = "icu_locid_transform"
10895         -
version = "1.5.0"
10896         -
source = "registry+https://github.com/rust-lang/crates.io-index"
10897         -
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
10898         -
dependencies = [
10899         -
 "displaydoc",
10900         -
 "icu_locid",
10901         -
 "icu_locid_transform_data",
10902         -
 "icu_provider",
10903         -
 "tinystr",
10904         -
 "zerovec",
10905         -
]
10906         -
10907         -
[[package]]
10908         -
name = "icu_locid_transform_data"
10909         -
version = "1.5.0"
10910         -
source = "registry+https://github.com/rust-lang/crates.io-index"
10911         -
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
10912         -
10913         -
[[package]]
10914         -
name = "icu_normalizer"
10915         -
version = "1.5.0"
10916         -
source = "registry+https://github.com/rust-lang/crates.io-index"
10917         -
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
10918         -
dependencies = [
10919         -
 "displaydoc",
10920         -
 "icu_collections",
10921         -
 "icu_normalizer_data",
10922         -
 "icu_properties",
10923         -
 "icu_provider",
10924         -
 "smallvec",
10925         -
 "utf16_iter",
10926         -
 "utf8_iter",
10927         -
 "write16",
10928         -
 "zerovec",
10929         -
]
10930         -
10931         -
[[package]]
10932         -
name = "icu_normalizer_data"
10933         -
version = "1.5.0"
10934         -
source = "registry+https://github.com/rust-lang/crates.io-index"
10935         -
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
10936         -
10937         -
[[package]]
10938         -
name = "icu_properties"
10939         -
version = "1.5.0"
10940         -
source = "registry+https://github.com/rust-lang/crates.io-index"
10941         -
checksum = "1f8ac670d7422d7f76b32e17a5db556510825b29ec9154f235977c9caba61036"
10942         -
dependencies = [
10943         -
 "displaydoc",
10944         -
 "icu_collections",
10945         -
 "icu_locid_transform",
10946         -
 "icu_properties_data",
10947         -
 "icu_provider",
10948         -
 "tinystr",
10949         -
 "zerovec",
10950         -
]
10951         -
10952         -
[[package]]
10953         -
name = "icu_properties_data"
10954         -
version = "1.5.0"
10955         -
source = "registry+https://github.com/rust-lang/crates.io-index"
10956         -
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
10957         -
10958         -
[[package]]
10959         -
name = "icu_provider"
10960         -
version = "1.5.0"
10961         -
source = "registry+https://github.com/rust-lang/crates.io-index"
10962         -
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
10963         -
dependencies = [
10964         -
 "displaydoc",
10965         -
 "icu_locid",
10966         -
 "icu_provider_macros",
10967         -
 "stable_deref_trait",
10968         -
 "tinystr",
10969         -
 "writeable",
10970         -
 "yoke",
10971         -
 "zerofrom",
10972         -
 "zerovec",
10973         -
]
10974         -
10975         -
[[package]]
10976         -
name = "icu_provider_macros"
10977         -
version = "1.5.0"
10978         -
source = "registry+https://github.com/rust-lang/crates.io-index"
10979         -
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
10980         -
dependencies = [
10981         -
 "proc-macro2",
10982         -
 "quote",
10983         -
 "syn 2.0.66",
10984         -
]
10985         -
10986  10890   
[[package]]
10987  10891   
name = "idna"
10988         -
version = "1.0.0"
       10892  +
version = "0.5.0"
10989  10893   
source = "registry+https://github.com/rust-lang/crates.io-index"
10990         -
checksum = "4716a3a0933a1d01c2f72450e89596eb51dd34ef3c211ccd875acdf1f8fe47ed"
       10894  +
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
10991  10895   
dependencies = [
10992         -
 "icu_normalizer",
10993         -
 "icu_properties",
10994         -
 "smallvec",
10995         -
 "utf8_iter",
       10896  +
 "unicode-bidi",
       10897  +
 "unicode-normalization",
10996  10898   
]
10997  10899   
10998  10900   
[[package]]
10999  10901   
name = "indexmap"
11000  10902   
version = "2.2.6"
11001  10903   
source = "registry+https://github.com/rust-lang/crates.io-index"
11002  10904   
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
11003  10905   
dependencies = [
11004  10906   
 "equivalent",
11005  10907   
 "hashbrown",
11006  10908   
 "serde",
11007  10909   
]
11008  10910   
11009  10911   
[[package]]
11010  10912   
name = "instant"
11011  10913   
version = "0.1.13"
11012  10914   
source = "registry+https://github.com/rust-lang/crates.io-index"
11013  10915   
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
11014  10916   
dependencies = [
11015  10917   
 "cfg-if",
11016  10918   
]
11017  10919   
11018  10920   
[[package]]
11019  10921   
name = "io-lifetimes"
11020  10922   
version = "1.0.11"
11021  10923   
source = "registry+https://github.com/rust-lang/crates.io-index"
11022  10924   
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
11023  10925   
dependencies = [
11024         -
 "hermit-abi",
       10926  +
 "hermit-abi 0.3.9",
11025  10927   
 "libc",
11026  10928   
 "windows-sys 0.48.0",
11027  10929   
]
11028  10930   
11029  10931   
[[package]]
11030  10932   
name = "is-terminal"
11031  10933   
version = "0.4.12"
11032  10934   
source = "registry+https://github.com/rust-lang/crates.io-index"
11033  10935   
checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
11034  10936   
dependencies = [
11035         -
 "hermit-abi",
       10937  +
 "hermit-abi 0.3.9",
11036  10938   
 "libc",
11037  10939   
 "windows-sys 0.52.0",
11038  10940   
]
11039  10941   
11040  10942   
[[package]]
11041  10943   
name = "itertools"
11042  10944   
version = "0.10.5"
11043  10945   
source = "registry+https://github.com/rust-lang/crates.io-index"
11044  10946   
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
11045  10947   
dependencies = [
@@ -11118,11020 +11247,11143 @@
11138  11040   
version = "0.3.8"
11139  11041   
source = "registry+https://github.com/rust-lang/crates.io-index"
11140  11042   
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
11141  11043   
11142  11044   
[[package]]
11143  11045   
name = "linux-raw-sys"
11144  11046   
version = "0.4.14"
11145  11047   
source = "registry+https://github.com/rust-lang/crates.io-index"
11146  11048   
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
11147  11049   
11148         -
[[package]]
11149         -
name = "litemap"
11150         -
version = "0.7.3"
11151         -
source = "registry+https://github.com/rust-lang/crates.io-index"
11152         -
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
11153         -
11154  11050   
[[package]]
11155  11051   
name = "lock_api"
11156  11052   
version = "0.4.12"
11157  11053   
source = "registry+https://github.com/rust-lang/crates.io-index"
11158  11054   
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
11159  11055   
dependencies = [
11160  11056   
 "autocfg",
11161  11057   
 "scopeguard",
11162  11058   
]
11163  11059   
11164  11060   
[[package]]
11165  11061   
name = "log"
11166  11062   
version = "0.4.21"
11167  11063   
source = "registry+https://github.com/rust-lang/crates.io-index"
11168  11064   
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
11169  11065   
dependencies = [
11170  11066   
 "value-bag",
11171  11067   
]
11172  11068   
11173  11069   
[[package]]
11174  11070   
name = "lru"
11175  11071   
version = "0.12.3"
11176  11072   
source = "registry+https://github.com/rust-lang/crates.io-index"
11177  11073   
checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
11178  11074   
dependencies = [
11179  11075   
 "hashbrown",
11180  11076   
]
11181  11077   
11182  11078   
[[package]]
11183  11079   
name = "matchers"
11184  11080   
version = "0.1.0"
11185  11081   
source = "registry+https://github.com/rust-lang/crates.io-index"
11186  11082   
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
11187  11083   
dependencies = [
11188  11084   
 "regex-automata 0.1.10",
11189  11085   
]
11190  11086   
11191  11087   
[[package]]
11192  11088   
name = "md-5"
11193  11089   
version = "0.10.6"
11194  11090   
source = "registry+https://github.com/rust-lang/crates.io-index"
11195  11091   
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
11196  11092   
dependencies = [
11197  11093   
 "cfg-if",
11198  11094   
 "digest",
11199  11095   
]
11200  11096   
11201  11097   
[[package]]
11202  11098   
name = "memchr"
11203         -
version = "2.7.2"
       11099  +
version = "2.7.4"
11204  11100   
source = "registry+https://github.com/rust-lang/crates.io-index"
11205         -
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
       11101  +
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
11206  11102   
11207  11103   
[[package]]
11208  11104   
name = "minimal-lexical"
11209  11105   
version = "0.2.1"
11210  11106   
source = "registry+https://github.com/rust-lang/crates.io-index"
11211  11107   
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
11212  11108   
11213  11109   
[[package]]
11214  11110   
name = "miniz_oxide"
11215         -
version = "0.7.3"
       11111  +
version = "0.7.4"
11216  11112   
source = "registry+https://github.com/rust-lang/crates.io-index"
11217         -
checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae"
       11113  +
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
11218  11114   
dependencies = [
11219  11115   
 "adler",
11220  11116   
]
11221  11117   
11222  11118   
[[package]]
11223  11119   
name = "mio"
11224  11120   
version = "0.8.11"
11225  11121   
source = "registry+https://github.com/rust-lang/crates.io-index"
11226  11122   
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
11227  11123   
dependencies = [
@@ -11260,11156 +11328,11224 @@
11280  11176   
 "autocfg",
11281  11177   
 "libm",
11282  11178   
]
11283  11179   
11284  11180   
[[package]]
11285  11181   
name = "num_cpus"
11286  11182   
version = "1.16.0"
11287  11183   
source = "registry+https://github.com/rust-lang/crates.io-index"
11288  11184   
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
11289  11185   
dependencies = [
11290         -
 "hermit-abi",
       11186  +
 "hermit-abi 0.3.9",
11291  11187   
 "libc",
11292  11188   
]
11293  11189   
11294  11190   
[[package]]
11295  11191   
name = "object"
11296         -
version = "0.35.0"
       11192  +
version = "0.36.0"
11297  11193   
source = "registry+https://github.com/rust-lang/crates.io-index"
11298         -
checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e"
       11194  +
checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434"
11299  11195   
dependencies = [
11300  11196   
 "memchr",
11301  11197   
]
11302  11198   
11303  11199   
[[package]]
11304  11200   
name = "once_cell"
11305  11201   
version = "1.19.0"
11306  11202   
source = "registry+https://github.com/rust-lang/crates.io-index"
11307  11203   
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
11308  11204   
@@ -11454,11350 +11520,11416 @@
11474  11370   
 "cfg-if",
11475  11371   
 "concurrent-queue",
11476  11372   
 "libc",
11477  11373   
 "log",
11478  11374   
 "pin-project-lite",
11479  11375   
 "windows-sys 0.48.0",
11480  11376   
]
11481  11377   
11482  11378   
[[package]]
11483  11379   
name = "polling"
11484         -
version = "3.7.1"
       11380  +
version = "3.7.2"
11485  11381   
source = "registry+https://github.com/rust-lang/crates.io-index"
11486         -
checksum = "5e6a007746f34ed64099e88783b0ae369eaa3da6392868ba262e2af9b8fbaea1"
       11382  +
checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b"
11487  11383   
dependencies = [
11488  11384   
 "cfg-if",
11489  11385   
 "concurrent-queue",
11490         -
 "hermit-abi",
       11386  +
 "hermit-abi 0.4.0",
11491  11387   
 "pin-project-lite",
11492  11388   
 "rustix 0.38.34",
11493  11389   
 "tracing",
11494  11390   
 "windows-sys 0.52.0",
11495  11391   
]
11496  11392   
11497  11393   
[[package]]
11498  11394   
name = "powerfmt"
11499  11395   
version = "0.2.0"
11500  11396   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -11628,11524 +11690,11586 @@
11648  11544   
version = "1.12.1"
11649  11545   
source = "registry+https://github.com/rust-lang/crates.io-index"
11650  11546   
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11651  11547   
dependencies = [
11652  11548   
 "crossbeam-deque",
11653  11549   
 "crossbeam-utils",
11654  11550   
]
11655  11551   
11656  11552   
[[package]]
11657  11553   
name = "redox_syscall"
11658         -
version = "0.5.1"
       11554  +
version = "0.5.2"
11659  11555   
source = "registry+https://github.com/rust-lang/crates.io-index"
11660         -
checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
       11556  +
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
11661  11557   
dependencies = [
11662  11558   
 "bitflags 2.5.0",
11663  11559   
]
11664  11560   
11665  11561   
[[package]]
11666  11562   
name = "regex"
11667  11563   
version = "1.10.5"
11668  11564   
source = "registry+https://github.com/rust-lang/crates.io-index"
11669  11565   
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
11670  11566   
dependencies = [
@@ -11782,11678 +11844,11740 @@
11802  11698   
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11803  11699   
dependencies = [
11804  11700   
 "log",
11805  11701   
 "ring",
11806  11702   
 "rustls-webpki 0.101.7",
11807  11703   
 "sct",
11808  11704   
]
11809  11705   
11810  11706   
[[package]]
11811  11707   
name = "rustls"
11812         -
version = "0.23.9"
       11708  +
version = "0.23.10"
11813  11709   
source = "registry+https://github.com/rust-lang/crates.io-index"
11814         -
checksum = "a218f0f6d05669de4eabfb24f31ce802035c952429d037507b4a4a39f0e60c5b"
       11710  +
checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402"
11815  11711   
dependencies = [
11816  11712   
 "aws-lc-rs",
11817  11713   
 "once_cell",
11818  11714   
 "ring",
11819  11715   
 "rustls-pki-types",
11820  11716   
 "rustls-webpki 0.102.4",
11821  11717   
 "subtle",
11822  11718   
 "zeroize",
11823  11719   
]
11824  11720   
@@ -12118,12014 +12222,12101 @@
12138  12034   
[[package]]
12139  12035   
name = "spki"
12140  12036   
version = "0.6.0"
12141  12037   
source = "registry+https://github.com/rust-lang/crates.io-index"
12142  12038   
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12143  12039   
dependencies = [
12144  12040   
 "base64ct",
12145  12041   
 "der",
12146  12042   
]
12147  12043   
12148         -
[[package]]
12149         -
name = "stable_deref_trait"
12150         -
version = "1.2.0"
12151         -
source = "registry+https://github.com/rust-lang/crates.io-index"
12152         -
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12153         -
12154  12044   
[[package]]
12155  12045   
name = "subtle"
12156  12046   
version = "2.5.0"
12157  12047   
source = "registry+https://github.com/rust-lang/crates.io-index"
12158  12048   
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
12159  12049   
12160  12050   
[[package]]
12161  12051   
name = "syn"
12162  12052   
version = "1.0.109"
12163  12053   
source = "registry+https://github.com/rust-lang/crates.io-index"
12164  12054   
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
12165  12055   
dependencies = [
12166  12056   
 "proc-macro2",
12167  12057   
 "quote",
12168  12058   
 "unicode-ident",
12169  12059   
]
12170  12060   
12171  12061   
[[package]]
12172  12062   
name = "syn"
12173  12063   
version = "2.0.66"
12174  12064   
source = "registry+https://github.com/rust-lang/crates.io-index"
12175  12065   
checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
12176  12066   
dependencies = [
12177  12067   
 "proc-macro2",
12178  12068   
 "quote",
12179  12069   
 "unicode-ident",
12180  12070   
]
12181  12071   
12182         -
[[package]]
12183         -
name = "synstructure"
12184         -
version = "0.13.1"
12185         -
source = "registry+https://github.com/rust-lang/crates.io-index"
12186         -
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
12187         -
dependencies = [
12188         -
 "proc-macro2",
12189         -
 "quote",
12190         -
 "syn 2.0.66",
12191         -
]
12192         -
12193  12072   
[[package]]
12194  12073   
name = "tempfile"
12195  12074   
version = "3.10.1"
12196  12075   
source = "registry+https://github.com/rust-lang/crates.io-index"
12197  12076   
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
12198  12077   
dependencies = [
12199  12078   
 "cfg-if",
12200  12079   
 "fastrand 2.0.2",
12201  12080   
 "rustix 0.38.34",
12202  12081   
 "windows-sys 0.52.0",
@@ -12236,12115 +12362,12246 @@
12256  12135   
[[package]]
12257  12136   
name = "time-macros"
12258  12137   
version = "0.2.18"
12259  12138   
source = "registry+https://github.com/rust-lang/crates.io-index"
12260  12139   
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
12261  12140   
dependencies = [
12262  12141   
 "num-conv",
12263  12142   
 "time-core",
12264  12143   
]
12265  12144   
12266         -
[[package]]
12267         -
name = "tinystr"
12268         -
version = "0.7.6"
12269         -
source = "registry+https://github.com/rust-lang/crates.io-index"
12270         -
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
12271         -
dependencies = [
12272         -
 "displaydoc",
12273         -
 "zerovec",
12274         -
]
12275         -
12276  12145   
[[package]]
12277  12146   
name = "tinytemplate"
12278  12147   
version = "1.2.1"
12279  12148   
source = "registry+https://github.com/rust-lang/crates.io-index"
12280  12149   
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
12281  12150   
dependencies = [
12282  12151   
 "serde",
12283  12152   
 "serde_json",
12284  12153   
]
12285  12154   
       12155  +
[[package]]
       12156  +
name = "tinyvec"
       12157  +
version = "1.6.0"
       12158  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12159  +
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
       12160  +
dependencies = [
       12161  +
 "tinyvec_macros",
       12162  +
]
       12163  +
       12164  +
[[package]]
       12165  +
name = "tinyvec_macros"
       12166  +
version = "0.1.1"
       12167  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12168  +
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
       12169  +
12286  12170   
[[package]]
12287  12171   
name = "tokio"
12288  12172   
version = "1.38.0"
12289  12173   
source = "registry+https://github.com/rust-lang/crates.io-index"
12290  12174   
checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
12291  12175   
dependencies = [
12292  12176   
 "backtrace",
12293  12177   
 "bytes",
12294  12178   
 "libc",
12295  12179   
 "mio",
12296  12180   
 "num_cpus",
12297  12181   
 "parking_lot",
12298  12182   
 "pin-project-lite",
12299  12183   
 "signal-hook-registry",
12300  12184   
 "socket2 0.5.7",
12301  12185   
 "tokio-macros",
12302  12186   
 "windows-sys 0.48.0",
12303  12187   
]
12304  12188   
12305  12189   
[[package]]
12306  12190   
name = "tokio-macros"
12307  12191   
version = "2.3.0"
12308  12192   
source = "registry+https://github.com/rust-lang/crates.io-index"
12309  12193   
checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
12310  12194   
dependencies = [
12311  12195   
 "proc-macro2",
12312  12196   
 "quote",
12313  12197   
 "syn 2.0.66",
12314  12198   
]
12315  12199   
12316  12200   
[[package]]
12317  12201   
name = "tokio-rustls"
12318  12202   
version = "0.24.1"
12319  12203   
source = "registry+https://github.com/rust-lang/crates.io-index"
12320  12204   
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
12321  12205   
dependencies = [
12322  12206   
 "rustls 0.21.12",
12323  12207   
 "tokio",
12324  12208   
]
12325  12209   
12326  12210   
[[package]]
12327  12211   
name = "tokio-rustls"
12328  12212   
version = "0.26.0"
12329  12213   
source = "registry+https://github.com/rust-lang/crates.io-index"
12330  12214   
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
12331  12215   
dependencies = [
12332         -
 "rustls 0.23.9",
       12216  +
 "rustls 0.23.10",
12333  12217   
 "rustls-pki-types",
12334  12218   
 "tokio",
12335  12219   
]
12336  12220   
12337  12221   
[[package]]
12338  12222   
name = "tokio-stream"
12339  12223   
version = "0.1.15"
12340  12224   
source = "registry+https://github.com/rust-lang/crates.io-index"
12341  12225   
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
12342  12226   
dependencies = [
@@ -12498,12382 +12598,12485 @@
12518  12402   
version = "1.17.0"
12519  12403   
source = "registry+https://github.com/rust-lang/crates.io-index"
12520  12404   
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
12521  12405   
12522  12406   
[[package]]
12523  12407   
name = "unarray"
12524  12408   
version = "0.1.4"
12525  12409   
source = "registry+https://github.com/rust-lang/crates.io-index"
12526  12410   
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
12527  12411   
       12412  +
[[package]]
       12413  +
name = "unicode-bidi"
       12414  +
version = "0.3.15"
       12415  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12416  +
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
       12417  +
12528  12418   
[[package]]
12529  12419   
name = "unicode-ident"
12530  12420   
version = "1.0.12"
12531  12421   
source = "registry+https://github.com/rust-lang/crates.io-index"
12532  12422   
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
12533  12423   
       12424  +
[[package]]
       12425  +
name = "unicode-normalization"
       12426  +
version = "0.1.23"
       12427  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12428  +
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
       12429  +
dependencies = [
       12430  +
 "tinyvec",
       12431  +
]
       12432  +
12534  12433   
[[package]]
12535  12434   
name = "untrusted"
12536  12435   
version = "0.9.0"
12537  12436   
source = "registry+https://github.com/rust-lang/crates.io-index"
12538  12437   
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
12539  12438   
12540  12439   
[[package]]
12541  12440   
name = "url"
12542         -
version = "2.5.1"
       12441  +
version = "2.5.2"
12543  12442   
source = "registry+https://github.com/rust-lang/crates.io-index"
12544         -
checksum = "f7c25da092f0a868cdf09e8674cd3b7ef3a7d92a24253e663a2fb85e2496de56"
       12443  +
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
12545  12444   
dependencies = [
12546  12445   
 "form_urlencoded",
12547  12446   
 "idna",
12548  12447   
 "percent-encoding",
12549  12448   
]
12550  12449   
12551  12450   
[[package]]
12552  12451   
name = "urlencoding"
12553  12452   
version = "2.1.3"
12554  12453   
source = "registry+https://github.com/rust-lang/crates.io-index"
12555  12454   
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
12556  12455   
12557         -
[[package]]
12558         -
name = "utf16_iter"
12559         -
version = "1.0.5"
12560         -
source = "registry+https://github.com/rust-lang/crates.io-index"
12561         -
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
12562         -
12563         -
[[package]]
12564         -
name = "utf8_iter"
12565         -
version = "1.0.4"
12566         -
source = "registry+https://github.com/rust-lang/crates.io-index"
12567         -
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
12568         -
12569  12456   
[[package]]
12570  12457   
name = "uuid"
12571  12458   
version = "1.8.0"
12572  12459   
source = "registry+https://github.com/rust-lang/crates.io-index"
12573  12460   
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
12574  12461   
12575  12462   
[[package]]
12576  12463   
name = "valuable"
12577  12464   
version = "0.1.0"
12578  12465   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -12891,12778 +13050,0 @@
12911  12798   
12912  12799   
[[package]]
12913  12800   
name = "wit-bindgen"
12914  12801   
version = "0.19.2"
12915  12802   
source = "registry+https://github.com/rust-lang/crates.io-index"
12916  12803   
checksum = "b37d270da94012e0ac490ac633ad5bdd76a10a3fb15069edb033c1b771ce931f"
12917  12804   
dependencies = [
12918  12805   
 "bitflags 2.5.0",
12919  12806   
]
12920  12807   
12921         -
[[package]]
12922         -
name = "write16"
12923         -
version = "1.0.0"
12924         -
source = "registry+https://github.com/rust-lang/crates.io-index"
12925         -
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
12926         -
12927         -
[[package]]
12928         -
name = "writeable"
12929         -
version = "0.5.5"
12930         -
source = "registry+https://github.com/rust-lang/crates.io-index"
12931         -
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
12932         -
12933  12808   
[[package]]
12934  12809   
name = "xmlparser"
12935  12810   
version = "0.13.6"
12936  12811   
source = "registry+https://github.com/rust-lang/crates.io-index"
12937  12812   
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
12938  12813   
12939  12814   
[[package]]
12940  12815   
name = "yansi"
12941  12816   
version = "0.5.1"
12942  12817   
source = "registry+https://github.com/rust-lang/crates.io-index"
12943  12818   
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
12944  12819   
12945         -
[[package]]
12946         -
name = "yoke"
12947         -
version = "0.7.4"
12948         -
source = "registry+https://github.com/rust-lang/crates.io-index"
12949         -
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
12950         -
dependencies = [
12951         -
 "serde",
12952         -
 "stable_deref_trait",
12953         -
 "yoke-derive",
12954         -
 "zerofrom",
12955         -
]
12956         -
12957         -
[[package]]
12958         -
name = "yoke-derive"
12959         -
version = "0.7.4"
12960         -
source = "registry+https://github.com/rust-lang/crates.io-index"
12961         -
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
12962         -
dependencies = [
12963         -
 "proc-macro2",
12964         -
 "quote",
12965         -
 "syn 2.0.66",
12966         -
 "synstructure",
12967         -
]
12968         -
12969  12820   
[[package]]
12970  12821   
name = "zerocopy"
12971  12822   
version = "0.7.34"
12972  12823   
source = "registry+https://github.com/rust-lang/crates.io-index"
12973  12824   
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
12974  12825   
dependencies = [
12975  12826   
 "zerocopy-derive",
12976  12827   
]
12977  12828   
12978  12829   
[[package]]
12979  12830   
name = "zerocopy-derive"
12980  12831   
version = "0.7.34"
12981  12832   
source = "registry+https://github.com/rust-lang/crates.io-index"
12982  12833   
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
12983  12834   
dependencies = [
12984  12835   
 "proc-macro2",
12985  12836   
 "quote",
12986  12837   
 "syn 2.0.66",
12987  12838   
]
12988  12839   
12989         -
[[package]]
12990         -
name = "zerofrom"
12991         -
version = "0.1.4"
12992         -
source = "registry+https://github.com/rust-lang/crates.io-index"
12993         -
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
12994         -
dependencies = [
12995         -
 "zerofrom-derive",
12996         -
]
12997         -
12998         -
[[package]]
12999         -
name = "zerofrom-derive"
13000         -
version = "0.1.4"
13001         -
source = "registry+https://github.com/rust-lang/crates.io-index"
13002         -
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
13003         -
dependencies = [
13004         -
 "proc-macro2",
13005         -
 "quote",
13006         -
 "syn 2.0.66",
13007         -
 "synstructure",
13008         -
]
13009         -
13010  12840   
[[package]]
13011  12841   
name = "zeroize"
13012  12842   
version = "1.8.1"
13013  12843   
source = "registry+https://github.com/rust-lang/crates.io-index"
13014  12844   
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
13015  12845   
dependencies = [
13016  12846   
 "zeroize_derive",
13017  12847   
]
13018  12848   
13019  12849   
[[package]]
13020  12850   
name = "zeroize_derive"
13021  12851   
version = "1.4.2"
13022  12852   
source = "registry+https://github.com/rust-lang/crates.io-index"
13023  12853   
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
13024  12854   
dependencies = [
13025  12855   
 "proc-macro2",
13026  12856   
 "quote",
13027  12857   
 "syn 2.0.66",
13028  12858   
]
13029         -
13030         -
[[package]]
13031         -
name = "zerovec"
13032         -
version = "0.10.2"
13033         -
source = "registry+https://github.com/rust-lang/crates.io-index"
13034         -
checksum = "bb2cc8827d6c0994478a15c53f374f46fbd41bea663d809b14744bc42e6b109c"
13035         -
dependencies = [
13036         -
 "yoke",
13037         -
 "zerofrom",
13038         -
 "zerovec-derive",
13039         -
]
13040         -
13041         -
[[package]]
13042         -
name = "zerovec-derive"
13043         -
version = "0.10.2"
13044         -
source = "registry+https://github.com/rust-lang/crates.io-index"
13045         -
checksum = "97cf56601ee5052b4417d90c8755c6683473c926039908196cf35d99f893ebe7"
13046         -
dependencies = [
13047         -
 "proc-macro2",
13048         -
 "quote",
13049         -
 "syn 2.0.66",
13050         -
]