AWS SDK

AWS SDK

rev. c6ea8423d6eab499cdecf630b75898a8f3f675c3 (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"
@@ -304,304 +9668,9835 @@
  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    332   
version = "1.5.1"
  333    333   
dependencies = [
  334         -
 "aws-credential-types 1.2.0",
  335         -
 "aws-runtime 1.2.2",
  336         -
 "aws-sdk-sso",
  337         -
 "aws-sdk-ssooidc",
  338         -
 "aws-sdk-sts",
  339         -
 "aws-smithy-async 1.2.1",
  340         -
 "aws-smithy-http 0.60.8",
  341         -
 "aws-smithy-json 0.60.7",
  342         -
 "aws-smithy-runtime 1.5.7",
  343         -
 "aws-smithy-runtime-api 1.6.3",
  344         -
 "aws-smithy-types 1.2.0",
  345         -
 "aws-types 1.3.1",
         334  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         335  +
 "aws-runtime 1.3.0",
         336  +
 "aws-sdk-sso 1.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
         337  +
 "aws-sdk-ssooidc 1.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
         338  +
 "aws-sdk-sts 1.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
         339  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         340  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         341  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         342  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
         343  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         344  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         345  +
 "aws-types 1.3.2",
  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  +
[[package]]
         366  +
name = "aws-config"
         367  +
version = "1.5.1"
         368  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         369  +
checksum = "2ac9889352d632214df943e26740c46a0f3da6e329fbd28164fe7ae1b061da7b"
         370  +
dependencies = [
         371  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         372  +
 "aws-runtime 1.3.0",
         373  +
 "aws-sdk-sso 1.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
         374  +
 "aws-sdk-ssooidc 1.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
         375  +
 "aws-sdk-sts 1.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
         376  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         377  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         378  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         379  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
         380  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         381  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         382  +
 "aws-types 1.3.2",
         383  +
 "bytes",
         384  +
 "fastrand 2.0.2",
         385  +
 "hex",
         386  +
 "http 0.2.12",
         387  +
 "hyper 0.14.29",
         388  +
 "ring",
         389  +
 "time",
         390  +
 "tokio",
         391  +
 "tracing",
         392  +
 "url",
         393  +
 "zeroize",
         394  +
]
         395  +
  365    396   
[[package]]
  366    397   
name = "aws-credential-types"
  367    398   
version = "1.2.0"
  368    399   
dependencies = [
  369    400   
 "async-trait",
  370         -
 "aws-smithy-async 1.2.1",
  371         -
 "aws-smithy-runtime-api 1.6.3",
  372         -
 "aws-smithy-types 1.2.0",
         401  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         402  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         403  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  373    404   
 "tokio",
  374    405   
 "zeroize",
  375    406   
]
  376    407   
  377    408   
[[package]]
  378    409   
name = "aws-credential-types"
  379    410   
version = "1.2.0"
  380    411   
source = "registry+https://github.com/rust-lang/crates.io-index"
  381    412   
checksum = "e16838e6c9e12125face1c1eff1343c75e3ff540de98ff7ebd61874a89bcfeb9"
  382    413   
dependencies = [
  383    414   
 "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)",
         415  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
  385    416   
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  386    417   
 "zeroize",
  387    418   
]
  388    419   
  389    420   
[[package]]
  390    421   
name = "aws-endpoint"
  391    422   
version = "0.60.3"
  392    423   
  393    424   
[[package]]
  394    425   
name = "aws-http"
  395    426   
version = "0.60.5"
  396    427   
dependencies = [
  397         -
 "aws-runtime 1.2.2",
         428  +
 "aws-runtime 1.3.0",
  398    429   
]
  399    430   
  400    431   
[[package]]
  401    432   
name = "aws-hyper"
  402    433   
version = "0.60.3"
  403    434   
  404    435   
[[package]]
  405    436   
name = "aws-lc-fips-sys"
  406    437   
version = "0.12.9"
  407    438   
source = "registry+https://github.com/rust-lang/crates.io-index"
  408    439   
checksum = "6e5cc4286676d121ca5a2ce89e0d4ddbc2d660ac24bb17bc49607d700f49f993"
  409    440   
dependencies = [
  410    441   
 "bindgen",
  411    442   
 "cmake",
  412    443   
 "dunce",
  413    444   
 "fs_extra",
  414    445   
 "libc",
  415    446   
 "paste",
  416    447   
]
  417    448   
  418    449   
[[package]]
  419    450   
name = "aws-lc-rs"
  420    451   
version = "1.7.3"
  421    452   
source = "registry+https://github.com/rust-lang/crates.io-index"
  422    453   
checksum = "bf7d844e282b4b56750b2d4e893b2205581ded8709fddd2b6aa5418c150ca877"
  423    454   
dependencies = [
  424    455   
 "aws-lc-fips-sys",
  425    456   
 "aws-lc-sys",
  426    457   
 "mirai-annotations",
  427    458   
 "paste",
  428    459   
 "zeroize",
  429    460   
]
  430    461   
  431    462   
[[package]]
  432    463   
name = "aws-lc-sys"
  433    464   
version = "0.18.0"
  434    465   
source = "registry+https://github.com/rust-lang/crates.io-index"
  435    466   
checksum = "c3a2c29203f6bf296d01141cc8bb9dbd5ecd4c27843f2ee0767bcd5985a927da"
  436    467   
dependencies = [
  437    468   
 "bindgen",
  438    469   
 "cc",
  439    470   
 "cmake",
  440    471   
 "dunce",
  441    472   
 "fs_extra",
  442    473   
 "libc",
  443    474   
 "paste",
  444    475   
]
  445    476   
  446    477   
[[package]]
  447    478   
name = "aws-runtime"
  448         -
version = "1.2.2"
         479  +
version = "1.2.3"
  449    480   
dependencies = [
  450    481   
 "arbitrary",
  451         -
 "aws-credential-types 1.2.0",
  452         -
 "aws-sigv4 1.2.2",
  453         -
 "aws-smithy-async 1.2.1",
  454         -
 "aws-smithy-eventstream 0.60.4",
  455         -
 "aws-smithy-http 0.60.8",
  456         -
 "aws-smithy-protocol-test 0.60.7",
  457         -
 "aws-smithy-runtime-api 1.6.3",
  458         -
 "aws-smithy-types 1.2.0",
  459         -
 "aws-types 1.3.1",
         482  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         483  +
 "aws-sigv4 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
         484  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         485  +
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
         486  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         487  +
 "aws-smithy-protocol-test 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         488  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         489  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         490  +
 "aws-types 1.3.2",
  460    491   
 "bytes",
  461    492   
 "bytes-utils",
  462    493   
 "fastrand 2.0.2",
  463    494   
 "futures-util",
  464    495   
 "http 0.2.12",
  465    496   
 "http-body 0.4.6",
  466    497   
 "percent-encoding",
  467    498   
 "pin-project-lite",
  468    499   
 "proptest",
  469    500   
 "serde",
  470    501   
 "serde_json",
  471    502   
 "tokio",
  472    503   
 "tracing",
  473    504   
 "tracing-subscriber",
  474    505   
 "tracing-test",
  475    506   
 "uuid",
  476    507   
]
  477    508   
  478    509   
[[package]]
  479    510   
name = "aws-runtime"
  480         -
version = "1.2.2"
  481         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  482         -
checksum = "75588e7ee5e8496eed939adac2035a6dbab9f7eb2acdd9ab2d31856dab6f3955"
         511  +
version = "1.3.0"
  483    512   
dependencies = [
  484    513   
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  485    514   
 "aws-sigv4 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  486    515   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  487    516   
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
  488    517   
 "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)",
         518  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
  490    519   
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  491         -
 "aws-types 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
         520  +
 "aws-types 1.3.2",
  492    521   
 "bytes",
  493    522   
 "fastrand 2.0.2",
  494    523   
 "http 0.2.12",
  495    524   
 "http-body 0.4.6",
  496    525   
 "percent-encoding",
  497    526   
 "pin-project-lite",
  498    527   
 "tracing",
  499    528   
 "uuid",
  500    529   
]
  501    530   
  502    531   
[[package]]
  503    532   
name = "aws-runtime-api"
  504    533   
version = "1.1.8"
  505    534   
  506    535   
[[package]]
  507    536   
name = "aws-sdk-accessanalyzer"
  508         -
version = "1.32.0"
         537  +
version = "1.34.0"
  509    538   
dependencies = [
  510         -
 "aws-config",
  511         -
 "aws-credential-types 1.2.0",
  512         -
 "aws-runtime 1.2.2",
  513         -
 "aws-smithy-async 1.2.1",
  514         -
 "aws-smithy-http 0.60.8",
  515         -
 "aws-smithy-json 0.60.7",
  516         -
 "aws-smithy-runtime 1.5.7",
  517         -
 "aws-smithy-runtime-api 1.6.3",
  518         -
 "aws-smithy-types 1.2.0",
  519         -
 "aws-types 1.3.1",
         539  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
         540  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         541  +
 "aws-runtime 1.3.0",
         542  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         543  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         544  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         545  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
         546  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         547  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         548  +
 "aws-types 1.3.2",
  520    549   
 "bytes",
  521    550   
 "fastrand 2.0.2",
  522    551   
 "http 0.2.12",
  523    552   
 "once_cell",
  524    553   
 "regex-lite",
  525    554   
 "tokio",
  526    555   
 "tracing",
  527    556   
]
  528    557   
  529    558   
[[package]]
  530    559   
name = "aws-sdk-account"
  531         -
version = "1.31.0"
         560  +
version = "1.32.0"
  532    561   
dependencies = [
  533         -
 "aws-config",
  534         -
 "aws-credential-types 1.2.0",
  535         -
 "aws-runtime 1.2.2",
  536         -
 "aws-smithy-async 1.2.1",
  537         -
 "aws-smithy-http 0.60.8",
  538         -
 "aws-smithy-json 0.60.7",
  539         -
 "aws-smithy-runtime 1.5.7",
  540         -
 "aws-smithy-runtime-api 1.6.3",
  541         -
 "aws-smithy-types 1.2.0",
  542         -
 "aws-types 1.3.1",
         562  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
         563  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         564  +
 "aws-runtime 1.3.0",
         565  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         566  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         567  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         568  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
         569  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         570  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         571  +
 "aws-types 1.3.2",
  543    572   
 "bytes",
  544    573   
 "http 0.2.12",
  545    574   
 "once_cell",
  546    575   
 "regex-lite",
  547    576   
 "tokio",
  548    577   
 "tracing",
  549    578   
]
  550    579   
  551    580   
[[package]]
  552    581   
name = "aws-sdk-acm"
  553         -
version = "1.31.0"
         582  +
version = "1.32.0"
  554    583   
dependencies = [
  555         -
 "aws-config",
  556         -
 "aws-credential-types 1.2.0",
  557         -
 "aws-runtime 1.2.2",
  558         -
 "aws-smithy-async 1.2.1",
  559         -
 "aws-smithy-http 0.60.8",
  560         -
 "aws-smithy-json 0.60.7",
  561         -
 "aws-smithy-runtime 1.5.7",
  562         -
 "aws-smithy-runtime-api 1.6.3",
  563         -
 "aws-smithy-types 1.2.0",
  564         -
 "aws-types 1.3.1",
         584  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
         585  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         586  +
 "aws-runtime 1.3.0",
         587  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         588  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         589  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         590  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
         591  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         592  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         593  +
 "aws-types 1.3.2",
  565    594   
 "bytes",
  566    595   
 "http 0.2.12",
  567    596   
 "once_cell",
  568    597   
 "regex-lite",
  569    598   
 "tokio",
  570    599   
 "tracing",
  571    600   
]
  572    601   
  573    602   
[[package]]
  574    603   
name = "aws-sdk-acmpca"
  575         -
version = "1.31.0"
         604  +
version = "1.32.1"
  576    605   
dependencies = [
  577         -
 "aws-config",
  578         -
 "aws-credential-types 1.2.0",
  579         -
 "aws-runtime 1.2.2",
  580         -
 "aws-smithy-async 1.2.1",
  581         -
 "aws-smithy-http 0.60.8",
  582         -
 "aws-smithy-json 0.60.7",
  583         -
 "aws-smithy-runtime 1.5.7",
  584         -
 "aws-smithy-runtime-api 1.6.3",
  585         -
 "aws-smithy-types 1.2.0",
  586         -
 "aws-types 1.3.1",
         606  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
         607  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         608  +
 "aws-runtime 1.3.0",
         609  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         610  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         611  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         612  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
         613  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         614  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         615  +
 "aws-types 1.3.2",
  587    616   
 "bytes",
  588    617   
 "http 0.2.12",
  589    618   
 "once_cell",
  590    619   
 "regex-lite",
  591    620   
 "tokio",
  592    621   
 "tracing",
  593    622   
]
  594    623   
  595    624   
[[package]]
  596    625   
name = "aws-sdk-amp"
  597         -
version = "1.30.0"
         626  +
version = "1.31.0"
  598    627   
dependencies = [
  599         -
 "aws-config",
  600         -
 "aws-credential-types 1.2.0",
  601         -
 "aws-runtime 1.2.2",
  602         -
 "aws-smithy-async 1.2.1",
  603         -
 "aws-smithy-http 0.60.8",
  604         -
 "aws-smithy-json 0.60.7",
  605         -
 "aws-smithy-runtime 1.5.7",
  606         -
 "aws-smithy-runtime-api 1.6.3",
  607         -
 "aws-smithy-types 1.2.0",
  608         -
 "aws-types 1.3.1",
         628  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
         629  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         630  +
 "aws-runtime 1.3.0",
         631  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         632  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         633  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         634  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
         635  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         636  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         637  +
 "aws-types 1.3.2",
  609    638   
 "bytes",
  610    639   
 "fastrand 2.0.2",
  611    640   
 "http 0.2.12",
  612    641   
 "once_cell",
  613    642   
 "regex-lite",
  614    643   
 "tokio",
  615    644   
 "tracing",
  616    645   
]
  617    646   
  618    647   
[[package]]
  619    648   
name = "aws-sdk-amplify"
  620         -
version = "1.32.0"
         649  +
version = "1.33.0"
  621    650   
dependencies = [
  622         -
 "aws-config",
  623         -
 "aws-credential-types 1.2.0",
  624         -
 "aws-runtime 1.2.2",
  625         -
 "aws-smithy-async 1.2.1",
  626         -
 "aws-smithy-http 0.60.8",
  627         -
 "aws-smithy-json 0.60.7",
  628         -
 "aws-smithy-runtime 1.5.7",
  629         -
 "aws-smithy-runtime-api 1.6.3",
  630         -
 "aws-smithy-types 1.2.0",
  631         -
 "aws-types 1.3.1",
         651  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
         652  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         653  +
 "aws-runtime 1.3.0",
         654  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         655  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         656  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         657  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
         658  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         659  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         660  +
 "aws-types 1.3.2",
  632    661   
 "bytes",
  633    662   
 "http 0.2.12",
  634    663   
 "once_cell",
  635    664   
 "regex-lite",
  636    665   
 "tokio",
  637    666   
 "tracing",
  638    667   
]
  639    668   
  640    669   
[[package]]
  641    670   
name = "aws-sdk-amplifybackend"
  642         -
version = "1.30.0"
         671  +
version = "1.31.0"
  643    672   
dependencies = [
  644         -
 "aws-config",
  645         -
 "aws-credential-types 1.2.0",
  646         -
 "aws-runtime 1.2.2",
  647         -
 "aws-smithy-async 1.2.1",
  648         -
 "aws-smithy-http 0.60.8",
  649         -
 "aws-smithy-json 0.60.7",
  650         -
 "aws-smithy-runtime 1.5.7",
  651         -
 "aws-smithy-runtime-api 1.6.3",
  652         -
 "aws-smithy-types 1.2.0",
  653         -
 "aws-types 1.3.1",
         673  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
         674  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         675  +
 "aws-runtime 1.3.0",
         676  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         677  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         678  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         679  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
         680  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         681  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         682  +
 "aws-types 1.3.2",
  654    683   
 "bytes",
  655    684   
 "http 0.2.12",
  656    685   
 "once_cell",
  657    686   
 "regex-lite",
  658    687   
 "tokio",
  659    688   
 "tracing",
  660    689   
]
  661    690   
  662    691   
[[package]]
  663    692   
name = "aws-sdk-amplifyuibuilder"
  664         -
version = "1.30.0"
         693  +
version = "1.31.0"
  665    694   
dependencies = [
  666         -
 "aws-config",
  667         -
 "aws-credential-types 1.2.0",
  668         -
 "aws-runtime 1.2.2",
  669         -
 "aws-smithy-async 1.2.1",
  670         -
 "aws-smithy-http 0.60.8",
  671         -
 "aws-smithy-json 0.60.7",
  672         -
 "aws-smithy-runtime 1.5.7",
  673         -
 "aws-smithy-runtime-api 1.6.3",
  674         -
 "aws-smithy-types 1.2.0",
  675         -
 "aws-types 1.3.1",
         695  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
         696  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         697  +
 "aws-runtime 1.3.0",
         698  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         699  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         700  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         701  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
         702  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         703  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         704  +
 "aws-types 1.3.2",
  676    705   
 "bytes",
  677    706   
 "fastrand 2.0.2",
  678    707   
 "http 0.2.12",
  679    708   
 "once_cell",
  680    709   
 "regex-lite",
  681    710   
 "tokio",
  682    711   
 "tracing",
  683    712   
]
  684    713   
  685    714   
[[package]]
  686    715   
name = "aws-sdk-apigateway"
  687         -
version = "1.30.0"
         716  +
version = "1.31.0"
  688    717   
dependencies = [
  689         -
 "aws-config",
  690         -
 "aws-credential-types 1.2.0",
  691         -
 "aws-runtime 1.2.2",
  692         -
 "aws-smithy-async 1.2.1",
  693         -
 "aws-smithy-http 0.60.8",
  694         -
 "aws-smithy-json 0.60.7",
  695         -
 "aws-smithy-runtime 1.5.7",
  696         -
 "aws-smithy-runtime-api 1.6.3",
  697         -
 "aws-smithy-types 1.2.0",
  698         -
 "aws-types 1.3.1",
         718  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
         719  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         720  +
 "aws-runtime 1.3.0",
         721  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         722  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         723  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         724  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
         725  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         726  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         727  +
 "aws-types 1.3.2",
  699    728   
 "bytes",
  700    729   
 "http 0.2.12",
  701    730   
 "once_cell",
  702    731   
 "regex-lite",
  703    732   
 "tokio",
  704    733   
 "tracing",
  705    734   
]
  706    735   
  707    736   
[[package]]
  708    737   
name = "aws-sdk-apigatewaymanagement"
  709         -
version = "1.30.0"
         738  +
version = "1.31.0"
  710    739   
dependencies = [
  711         -
 "aws-config",
  712         -
 "aws-credential-types 1.2.0",
  713         -
 "aws-runtime 1.2.2",
  714         -
 "aws-smithy-async 1.2.1",
  715         -
 "aws-smithy-http 0.60.8",
  716         -
 "aws-smithy-json 0.60.7",
  717         -
 "aws-smithy-runtime 1.5.7",
  718         -
 "aws-smithy-runtime-api 1.6.3",
  719         -
 "aws-smithy-types 1.2.0",
  720         -
 "aws-types 1.3.1",
         740  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
         741  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         742  +
 "aws-runtime 1.3.0",
         743  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         744  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         745  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         746  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
         747  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         748  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         749  +
 "aws-types 1.3.2",
  721    750   
 "bytes",
  722    751   
 "http 0.2.12",
  723    752   
 "once_cell",
  724    753   
 "regex-lite",
  725    754   
 "tokio",
  726    755   
 "tracing",
  727    756   
]
  728    757   
  729    758   
[[package]]
  730    759   
name = "aws-sdk-apigatewayv2"
  731         -
version = "1.30.0"
         760  +
version = "1.31.0"
  732    761   
dependencies = [
  733         -
 "aws-config",
  734         -
 "aws-credential-types 1.2.0",
  735         -
 "aws-runtime 1.2.2",
  736         -
 "aws-smithy-async 1.2.1",
  737         -
 "aws-smithy-http 0.60.8",
  738         -
 "aws-smithy-json 0.60.7",
  739         -
 "aws-smithy-runtime 1.5.7",
  740         -
 "aws-smithy-runtime-api 1.6.3",
  741         -
 "aws-smithy-types 1.2.0",
  742         -
 "aws-types 1.3.1",
         762  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
         763  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         764  +
 "aws-runtime 1.3.0",
         765  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         766  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         767  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         768  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
         769  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         770  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         771  +
 "aws-types 1.3.2",
  743    772   
 "bytes",
  744    773   
 "http 0.2.12",
  745    774   
 "once_cell",
  746    775   
 "regex-lite",
  747    776   
 "tokio",
  748    777   
 "tracing",
  749    778   
]
  750    779   
  751    780   
[[package]]
  752    781   
name = "aws-sdk-appconfig"
  753         -
version = "1.31.0"
         782  +
version = "1.32.0"
  754    783   
dependencies = [
  755         -
 "aws-config",
  756         -
 "aws-credential-types 1.2.0",
  757         -
 "aws-runtime 1.2.2",
  758         -
 "aws-smithy-async 1.2.1",
  759         -
 "aws-smithy-http 0.60.8",
  760         -
 "aws-smithy-json 0.60.7",
  761         -
 "aws-smithy-runtime 1.5.7",
  762         -
 "aws-smithy-runtime-api 1.6.3",
  763         -
 "aws-smithy-types 1.2.0",
  764         -
 "aws-types 1.3.1",
         784  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
         785  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         786  +
 "aws-runtime 1.3.0",
         787  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         788  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         789  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         790  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
         791  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         792  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         793  +
 "aws-types 1.3.2",
  765    794   
 "bytes",
  766    795   
 "http 0.2.12",
  767    796   
 "once_cell",
  768    797   
 "regex-lite",
  769    798   
 "tokio",
  770    799   
 "tracing",
  771    800   
]
  772    801   
  773    802   
[[package]]
  774    803   
name = "aws-sdk-appconfigdata"
  775         -
version = "1.30.0"
         804  +
version = "1.31.0"
  776    805   
dependencies = [
  777         -
 "aws-config",
  778         -
 "aws-credential-types 1.2.0",
  779         -
 "aws-runtime 1.2.2",
  780         -
 "aws-smithy-async 1.2.1",
  781         -
 "aws-smithy-http 0.60.8",
  782         -
 "aws-smithy-json 0.60.7",
  783         -
 "aws-smithy-runtime 1.5.7",
  784         -
 "aws-smithy-runtime-api 1.6.3",
  785         -
 "aws-smithy-types 1.2.0",
  786         -
 "aws-types 1.3.1",
         806  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
         807  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         808  +
 "aws-runtime 1.3.0",
         809  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         810  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         811  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         812  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
         813  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         814  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         815  +
 "aws-types 1.3.2",
  787    816   
 "bytes",
  788    817   
 "http 0.2.12",
  789    818   
 "once_cell",
  790    819   
 "regex-lite",
  791    820   
 "tokio",
  792    821   
 "tracing",
  793    822   
]
  794    823   
  795    824   
[[package]]
  796    825   
name = "aws-sdk-appfabric"
  797         -
version = "1.30.0"
         826  +
version = "1.31.0"
  798    827   
dependencies = [
  799         -
 "aws-config",
  800         -
 "aws-credential-types 1.2.0",
  801         -
 "aws-runtime 1.2.2",
  802         -
 "aws-smithy-async 1.2.1",
  803         -
 "aws-smithy-http 0.60.8",
  804         -
 "aws-smithy-json 0.60.7",
  805         -
 "aws-smithy-runtime 1.5.7",
  806         -
 "aws-smithy-runtime-api 1.6.3",
  807         -
 "aws-smithy-types 1.2.0",
  808         -
 "aws-types 1.3.1",
         828  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
         829  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         830  +
 "aws-runtime 1.3.0",
         831  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         832  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         833  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         834  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
         835  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         836  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         837  +
 "aws-types 1.3.2",
  809    838   
 "bytes",
  810    839   
 "fastrand 2.0.2",
  811    840   
 "http 0.2.12",
  812    841   
 "once_cell",
  813    842   
 "regex-lite",
  814    843   
 "tokio",
  815    844   
 "tracing",
  816    845   
]
  817    846   
  818    847   
[[package]]
  819    848   
name = "aws-sdk-appflow"
  820         -
version = "1.30.0"
         849  +
version = "1.31.0"
  821    850   
dependencies = [
  822         -
 "aws-config",
  823         -
 "aws-credential-types 1.2.0",
  824         -
 "aws-runtime 1.2.2",
  825         -
 "aws-smithy-async 1.2.1",
  826         -
 "aws-smithy-http 0.60.8",
  827         -
 "aws-smithy-json 0.60.7",
  828         -
 "aws-smithy-runtime 1.5.7",
  829         -
 "aws-smithy-runtime-api 1.6.3",
  830         -
 "aws-smithy-types 1.2.0",
  831         -
 "aws-types 1.3.1",
         851  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
         852  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         853  +
 "aws-runtime 1.3.0",
         854  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         855  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         856  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         857  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
         858  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         859  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         860  +
 "aws-types 1.3.2",
  832    861   
 "bytes",
  833    862   
 "fastrand 2.0.2",
  834    863   
 "http 0.2.12",
  835    864   
 "once_cell",
  836    865   
 "regex-lite",
  837    866   
 "tokio",
  838    867   
 "tracing",
  839    868   
]
  840    869   
  841    870   
[[package]]
  842    871   
name = "aws-sdk-appintegrations"
  843         -
version = "1.30.0"
         872  +
version = "1.31.0"
  844    873   
dependencies = [
  845         -
 "aws-config",
  846         -
 "aws-credential-types 1.2.0",
  847         -
 "aws-runtime 1.2.2",
  848         -
 "aws-smithy-async 1.2.1",
  849         -
 "aws-smithy-http 0.60.8",
  850         -
 "aws-smithy-json 0.60.7",
  851         -
 "aws-smithy-runtime 1.5.7",
  852         -
 "aws-smithy-runtime-api 1.6.3",
  853         -
 "aws-smithy-types 1.2.0",
  854         -
 "aws-types 1.3.1",
         874  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
         875  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         876  +
 "aws-runtime 1.3.0",
         877  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         878  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         879  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         880  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
         881  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         882  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         883  +
 "aws-types 1.3.2",
  855    884   
 "bytes",
  856    885   
 "fastrand 2.0.2",
  857    886   
 "http 0.2.12",
  858    887   
 "once_cell",
  859    888   
 "regex-lite",
  860    889   
 "tokio",
  861    890   
 "tracing",
  862    891   
]
  863    892   
  864    893   
[[package]]
  865    894   
name = "aws-sdk-applicationautoscaling"
  866         -
version = "1.32.0"
         895  +
version = "1.33.0"
  867    896   
dependencies = [
  868         -
 "aws-config",
  869         -
 "aws-credential-types 1.2.0",
  870         -
 "aws-runtime 1.2.2",
  871         -
 "aws-smithy-async 1.2.1",
  872         -
 "aws-smithy-http 0.60.8",
  873         -
 "aws-smithy-json 0.60.7",
  874         -
 "aws-smithy-runtime 1.5.7",
  875         -
 "aws-smithy-runtime-api 1.6.3",
  876         -
 "aws-smithy-types 1.2.0",
  877         -
 "aws-types 1.3.1",
         897  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
         898  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         899  +
 "aws-runtime 1.3.0",
         900  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         901  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         902  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         903  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
         904  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         905  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         906  +
 "aws-types 1.3.2",
  878    907   
 "bytes",
  879    908   
 "http 0.2.12",
  880    909   
 "once_cell",
  881    910   
 "regex-lite",
  882    911   
 "tokio",
  883    912   
 "tracing",
  884    913   
]
  885    914   
  886    915   
[[package]]
  887    916   
name = "aws-sdk-applicationcostprofiler"
  888         -
version = "1.30.0"
         917  +
version = "1.31.0"
  889    918   
dependencies = [
  890         -
 "aws-config",
  891         -
 "aws-credential-types 1.2.0",
  892         -
 "aws-runtime 1.2.2",
  893         -
 "aws-smithy-async 1.2.1",
  894         -
 "aws-smithy-http 0.60.8",
  895         -
 "aws-smithy-json 0.60.7",
  896         -
 "aws-smithy-runtime 1.5.7",
  897         -
 "aws-smithy-runtime-api 1.6.3",
  898         -
 "aws-smithy-types 1.2.0",
  899         -
 "aws-types 1.3.1",
         919  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
         920  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         921  +
 "aws-runtime 1.3.0",
         922  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         923  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         924  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         925  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
         926  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         927  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         928  +
 "aws-types 1.3.2",
  900    929   
 "bytes",
  901    930   
 "http 0.2.12",
  902    931   
 "once_cell",
  903    932   
 "regex-lite",
  904    933   
 "tokio",
  905    934   
 "tracing",
  906    935   
]
  907    936   
  908    937   
[[package]]
  909    938   
name = "aws-sdk-applicationdiscovery"
  910         -
version = "1.31.0"
         939  +
version = "1.32.0"
  911    940   
dependencies = [
  912         -
 "aws-config",
  913         -
 "aws-credential-types 1.2.0",
  914         -
 "aws-runtime 1.2.2",
  915         -
 "aws-smithy-async 1.2.1",
  916         -
 "aws-smithy-http 0.60.8",
  917         -
 "aws-smithy-json 0.60.7",
  918         -
 "aws-smithy-runtime 1.5.7",
  919         -
 "aws-smithy-runtime-api 1.6.3",
  920         -
 "aws-smithy-types 1.2.0",
  921         -
 "aws-types 1.3.1",
         941  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
         942  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         943  +
 "aws-runtime 1.3.0",
         944  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         945  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         946  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         947  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
         948  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         949  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         950  +
 "aws-types 1.3.2",
  922    951   
 "bytes",
  923    952   
 "fastrand 2.0.2",
  924    953   
 "http 0.2.12",
  925    954   
 "once_cell",
  926    955   
 "regex-lite",
  927    956   
 "tokio",
  928    957   
 "tracing",
  929    958   
]
  930    959   
  931    960   
[[package]]
  932    961   
name = "aws-sdk-applicationinsights"
  933         -
version = "1.30.0"
         962  +
version = "1.31.0"
  934    963   
dependencies = [
  935         -
 "aws-config",
  936         -
 "aws-credential-types 1.2.0",
  937         -
 "aws-runtime 1.2.2",
  938         -
 "aws-smithy-async 1.2.1",
  939         -
 "aws-smithy-http 0.60.8",
  940         -
 "aws-smithy-json 0.60.7",
  941         -
 "aws-smithy-runtime 1.5.7",
  942         -
 "aws-smithy-runtime-api 1.6.3",
  943         -
 "aws-smithy-types 1.2.0",
  944         -
 "aws-types 1.3.1",
         964  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
         965  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         966  +
 "aws-runtime 1.3.0",
         967  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         968  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         969  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         970  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
         971  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         972  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         973  +
 "aws-types 1.3.2",
  945    974   
 "bytes",
  946    975   
 "http 0.2.12",
  947    976   
 "once_cell",
  948    977   
 "regex-lite",
  949    978   
 "tokio",
  950    979   
 "tracing",
  951    980   
]
  952    981   
  953    982   
[[package]]
  954    983   
name = "aws-sdk-applicationsignals"
  955         -
version = "1.0.0"
         984  +
version = "1.1.0"
  956    985   
dependencies = [
  957         -
 "aws-config",
  958         -
 "aws-credential-types 1.2.0",
  959         -
 "aws-runtime 1.2.2",
  960         -
 "aws-smithy-async 1.2.1",
  961         -
 "aws-smithy-http 0.60.8",
  962         -
 "aws-smithy-json 0.60.7",
  963         -
 "aws-smithy-runtime 1.5.7",
  964         -
 "aws-smithy-runtime-api 1.6.3",
  965         -
 "aws-smithy-types 1.2.0",
  966         -
 "aws-types 1.3.1",
         986  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
         987  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         988  +
 "aws-runtime 1.3.0",
         989  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         990  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         991  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         992  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
         993  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
         994  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         995  +
 "aws-types 1.3.2",
  967    996   
 "bytes",
  968    997   
 "http 0.2.12",
  969    998   
 "once_cell",
  970    999   
 "regex-lite",
  971   1000   
 "tokio",
  972   1001   
 "tracing",
  973   1002   
]
  974   1003   
  975   1004   
[[package]]
  976   1005   
name = "aws-sdk-appmesh"
  977         -
version = "1.30.0"
        1006  +
version = "1.31.0"
  978   1007   
dependencies = [
  979         -
 "aws-config",
  980         -
 "aws-credential-types 1.2.0",
  981         -
 "aws-runtime 1.2.2",
  982         -
 "aws-smithy-async 1.2.1",
  983         -
 "aws-smithy-http 0.60.8",
  984         -
 "aws-smithy-json 0.60.7",
  985         -
 "aws-smithy-runtime 1.5.7",
  986         -
 "aws-smithy-runtime-api 1.6.3",
  987         -
 "aws-smithy-types 1.2.0",
  988         -
 "aws-types 1.3.1",
        1008  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1009  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1010  +
 "aws-runtime 1.3.0",
        1011  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1012  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1013  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1014  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1015  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1016  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1017  +
 "aws-types 1.3.2",
  989   1018   
 "bytes",
  990   1019   
 "fastrand 2.0.2",
  991   1020   
 "http 0.2.12",
  992   1021   
 "once_cell",
  993   1022   
 "regex-lite",
  994   1023   
 "tokio",
  995   1024   
 "tracing",
  996   1025   
]
  997   1026   
  998   1027   
[[package]]
  999   1028   
name = "aws-sdk-apprunner"
 1000         -
version = "1.31.0"
        1029  +
version = "1.32.0"
 1001   1030   
dependencies = [
 1002         -
 "aws-config",
 1003         -
 "aws-credential-types 1.2.0",
 1004         -
 "aws-runtime 1.2.2",
 1005         -
 "aws-smithy-async 1.2.1",
 1006         -
 "aws-smithy-http 0.60.8",
 1007         -
 "aws-smithy-json 0.60.7",
 1008         -
 "aws-smithy-runtime 1.5.7",
 1009         -
 "aws-smithy-runtime-api 1.6.3",
 1010         -
 "aws-smithy-types 1.2.0",
 1011         -
 "aws-types 1.3.1",
        1031  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1032  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1033  +
 "aws-runtime 1.3.0",
        1034  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1035  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1036  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1037  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1038  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1039  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1040  +
 "aws-types 1.3.2",
 1012   1041   
 "bytes",
 1013   1042   
 "http 0.2.12",
 1014   1043   
 "once_cell",
 1015   1044   
 "regex-lite",
 1016   1045   
 "tokio",
 1017   1046   
 "tracing",
 1018   1047   
]
 1019   1048   
 1020   1049   
[[package]]
 1021   1050   
name = "aws-sdk-appstream"
 1022         -
version = "1.30.0"
        1051  +
version = "1.31.0"
 1023   1052   
dependencies = [
 1024         -
 "aws-config",
 1025         -
 "aws-credential-types 1.2.0",
 1026         -
 "aws-runtime 1.2.2",
 1027         -
 "aws-smithy-async 1.2.1",
 1028         -
 "aws-smithy-http 0.60.8",
 1029         -
 "aws-smithy-json 0.60.7",
 1030         -
 "aws-smithy-runtime 1.5.7",
 1031         -
 "aws-smithy-runtime-api 1.6.3",
 1032         -
 "aws-smithy-types 1.2.0",
 1033         -
 "aws-types 1.3.1",
        1053  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1054  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1055  +
 "aws-runtime 1.3.0",
        1056  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1057  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1058  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1059  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1060  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1061  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1062  +
 "aws-types 1.3.2",
 1034   1063   
 "bytes",
 1035   1064   
 "http 0.2.12",
 1036   1065   
 "once_cell",
 1037   1066   
 "regex-lite",
 1038   1067   
 "tokio",
 1039   1068   
 "tracing",
 1040   1069   
]
 1041   1070   
 1042   1071   
[[package]]
 1043   1072   
name = "aws-sdk-appsync"
 1044         -
version = "1.34.0"
        1073  +
version = "1.35.0"
 1045   1074   
dependencies = [
 1046         -
 "aws-config",
 1047         -
 "aws-credential-types 1.2.0",
 1048         -
 "aws-runtime 1.2.2",
 1049         -
 "aws-smithy-async 1.2.1",
 1050         -
 "aws-smithy-http 0.60.8",
 1051         -
 "aws-smithy-json 0.60.7",
 1052         -
 "aws-smithy-runtime 1.5.7",
 1053         -
 "aws-smithy-runtime-api 1.6.3",
 1054         -
 "aws-smithy-types 1.2.0",
 1055         -
 "aws-types 1.3.1",
        1075  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1076  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1077  +
 "aws-runtime 1.3.0",
        1078  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1079  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1080  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1081  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1082  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1083  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1084  +
 "aws-types 1.3.2",
 1056   1085   
 "bytes",
 1057   1086   
 "http 0.2.12",
 1058   1087   
 "once_cell",
 1059   1088   
 "regex-lite",
 1060   1089   
 "tokio",
 1061   1090   
 "tracing",
 1062   1091   
]
 1063   1092   
 1064   1093   
[[package]]
 1065         -
name = "aws-sdk-arczonalshift"
 1066         -
version = "1.31.0"
        1094  +
name = "aws-sdk-apptest"
        1095  +
version = "1.1.0"
 1067   1096   
dependencies = [
 1068         -
 "aws-config",
 1069         -
 "aws-credential-types 1.2.0",
 1070         -
 "aws-runtime 1.2.2",
 1071         -
 "aws-smithy-async 1.2.1",
 1072         -
 "aws-smithy-http 0.60.8",
 1073         -
 "aws-smithy-json 0.60.7",
 1074         -
 "aws-smithy-runtime 1.5.7",
 1075         -
 "aws-smithy-runtime-api 1.6.3",
 1076         -
 "aws-smithy-types 1.2.0",
 1077         -
 "aws-types 1.3.1",
        1097  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1098  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1099  +
 "aws-runtime 1.3.0",
        1100  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1101  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1102  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1103  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1104  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1105  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1106  +
 "aws-types 1.3.2",
 1078   1107   
 "bytes",
        1108  +
 "fastrand 2.0.2",
 1079   1109   
 "http 0.2.12",
 1080   1110   
 "once_cell",
 1081   1111   
 "regex-lite",
 1082   1112   
 "tokio",
 1083   1113   
 "tracing",
 1084   1114   
]
 1085   1115   
 1086   1116   
[[package]]
 1087         -
name = "aws-sdk-artifact"
 1088         -
version = "1.17.0"
        1117  +
name = "aws-sdk-arczonalshift"
        1118  +
version = "1.32.0"
 1089   1119   
dependencies = [
 1090         -
 "aws-config",
 1091         -
 "aws-credential-types 1.2.0",
 1092         -
 "aws-runtime 1.2.2",
 1093         -
 "aws-smithy-async 1.2.1",
 1094         -
 "aws-smithy-http 0.60.8",
 1095         -
 "aws-smithy-json 0.60.7",
 1096         -
 "aws-smithy-runtime 1.5.7",
 1097         -
 "aws-smithy-runtime-api 1.6.3",
 1098         -
 "aws-smithy-types 1.2.0",
 1099         -
 "aws-types 1.3.1",
        1120  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1121  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1122  +
 "aws-runtime 1.3.0",
        1123  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1124  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1125  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1126  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1127  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1128  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1129  +
 "aws-types 1.3.2",
 1100   1130   
 "bytes",
 1101   1131   
 "http 0.2.12",
 1102   1132   
 "once_cell",
 1103   1133   
 "regex-lite",
 1104   1134   
 "tokio",
 1105   1135   
 "tracing",
 1106   1136   
]
 1107   1137   
 1108   1138   
[[package]]
 1109         -
name = "aws-sdk-athena"
 1110         -
version = "1.31.0"
        1139  +
name = "aws-sdk-artifact"
        1140  +
version = "1.18.0"
 1111   1141   
dependencies = [
 1112         -
 "aws-config",
 1113         -
 "aws-credential-types 1.2.0",
 1114         -
 "aws-runtime 1.2.2",
 1115         -
 "aws-smithy-async 1.2.1",
 1116         -
 "aws-smithy-http 0.60.8",
 1117         -
 "aws-smithy-json 0.60.7",
 1118         -
 "aws-smithy-runtime 1.5.7",
 1119         -
 "aws-smithy-runtime-api 1.6.3",
 1120         -
 "aws-smithy-types 1.2.0",
 1121         -
 "aws-types 1.3.1",
        1142  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1143  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1144  +
 "aws-runtime 1.3.0",
        1145  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1146  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1147  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1148  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1149  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1150  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1151  +
 "aws-types 1.3.2",
 1122   1152   
 "bytes",
 1123         -
 "fastrand 2.0.2",
 1124   1153   
 "http 0.2.12",
 1125   1154   
 "once_cell",
 1126   1155   
 "regex-lite",
 1127   1156   
 "tokio",
 1128   1157   
 "tracing",
 1129   1158   
]
 1130   1159   
 1131   1160   
[[package]]
 1132         -
name = "aws-sdk-auditmanager"
 1133         -
version = "1.31.0"
        1161  +
name = "aws-sdk-athena"
        1162  +
version = "1.32.0"
 1134   1163   
dependencies = [
 1135         -
 "aws-config",
 1136         -
 "aws-credential-types 1.2.0",
 1137         -
 "aws-runtime 1.2.2",
 1138         -
 "aws-smithy-async 1.2.1",
 1139         -
 "aws-smithy-http 0.60.8",
 1140         -
 "aws-smithy-json 0.60.7",
 1141         -
 "aws-smithy-runtime 1.5.7",
 1142         -
 "aws-smithy-runtime-api 1.6.3",
 1143         -
 "aws-smithy-types 1.2.0",
 1144         -
 "aws-types 1.3.1",
        1164  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1165  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1166  +
 "aws-runtime 1.3.0",
        1167  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1168  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1169  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1170  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1171  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1172  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1173  +
 "aws-types 1.3.2",
 1145   1174   
 "bytes",
        1175  +
 "fastrand 2.0.2",
 1146   1176   
 "http 0.2.12",
 1147   1177   
 "once_cell",
 1148   1178   
 "regex-lite",
 1149   1179   
 "tokio",
 1150   1180   
 "tracing",
 1151   1181   
]
 1152   1182   
 1153   1183   
[[package]]
 1154         -
name = "aws-sdk-autoscaling"
 1155         -
version = "1.31.0"
 1156         -
dependencies = [
 1157         -
 "aws-config",
 1158         -
 "aws-credential-types 1.2.0",
 1159         -
 "aws-runtime 1.2.2",
 1160         -
 "aws-smithy-async 1.2.1",
 1161         -
 "aws-smithy-http 0.60.8",
 1162         -
 "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",
 1166         -
 "aws-smithy-types 1.2.0",
 1167         -
 "aws-smithy-xml 0.60.8",
 1168         -
 "aws-types 1.3.1",
        1184  +
name = "aws-sdk-auditmanager"
        1185  +
version = "1.32.0"
        1186  +
dependencies = [
        1187  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1188  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1189  +
 "aws-runtime 1.3.0",
        1190  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1191  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1192  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1193  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1194  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1195  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1196  +
 "aws-types 1.3.2",
        1197  +
 "bytes",
 1169   1198   
 "http 0.2.12",
 1170   1199   
 "once_cell",
 1171   1200   
 "regex-lite",
 1172   1201   
 "tokio",
 1173   1202   
 "tracing",
 1174   1203   
]
 1175   1204   
 1176   1205   
[[package]]
 1177         -
name = "aws-sdk-autoscalingplans"
 1178         -
version = "1.30.0"
        1206  +
name = "aws-sdk-autoscaling"
        1207  +
version = "1.32.0"
 1179   1208   
dependencies = [
 1180         -
 "aws-config",
 1181         -
 "aws-credential-types 1.2.0",
 1182         -
 "aws-runtime 1.2.2",
 1183         -
 "aws-smithy-async 1.2.1",
 1184         -
 "aws-smithy-http 0.60.8",
 1185         -
 "aws-smithy-json 0.60.7",
 1186         -
 "aws-smithy-runtime 1.5.7",
 1187         -
 "aws-smithy-runtime-api 1.6.3",
 1188         -
 "aws-smithy-types 1.2.0",
 1189         -
 "aws-types 1.3.1",
 1190         -
 "bytes",
        1209  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1210  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1211  +
 "aws-runtime 1.3.0",
        1212  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1213  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1214  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1215  +
 "aws-smithy-query 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1216  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1217  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1218  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1219  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1220  +
 "aws-types 1.3.2",
 1191   1221   
 "http 0.2.12",
 1192   1222   
 "once_cell",
 1193   1223   
 "regex-lite",
 1194   1224   
 "tokio",
 1195   1225   
 "tracing",
 1196   1226   
]
 1197   1227   
 1198   1228   
[[package]]
 1199         -
name = "aws-sdk-b2bi"
        1229  +
name = "aws-sdk-autoscalingplans"
 1200   1230   
version = "1.31.0"
 1201   1231   
dependencies = [
 1202         -
 "aws-config",
 1203         -
 "aws-credential-types 1.2.0",
 1204         -
 "aws-runtime 1.2.2",
 1205         -
 "aws-smithy-async 1.2.1",
 1206         -
 "aws-smithy-http 0.60.8",
 1207         -
 "aws-smithy-json 0.60.7",
 1208         -
 "aws-smithy-runtime 1.5.7",
 1209         -
 "aws-smithy-runtime-api 1.6.3",
 1210         -
 "aws-smithy-types 1.2.0",
 1211         -
 "aws-types 1.3.1",
        1232  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1233  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1234  +
 "aws-runtime 1.3.0",
        1235  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1236  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1237  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1238  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1239  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1240  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1241  +
 "aws-types 1.3.2",
 1212   1242   
 "bytes",
 1213         -
 "fastrand 2.0.2",
 1214   1243   
 "http 0.2.12",
 1215   1244   
 "once_cell",
 1216   1245   
 "regex-lite",
 1217   1246   
 "tokio",
 1218   1247   
 "tracing",
 1219   1248   
]
 1220   1249   
 1221   1250   
[[package]]
 1222         -
name = "aws-sdk-backup"
        1251  +
name = "aws-sdk-b2bi"
 1223   1252   
version = "1.32.0"
 1224   1253   
dependencies = [
 1225         -
 "aws-config",
 1226         -
 "aws-credential-types 1.2.0",
 1227         -
 "aws-runtime 1.2.2",
 1228         -
 "aws-smithy-async 1.2.1",
 1229         -
 "aws-smithy-http 0.60.8",
 1230         -
 "aws-smithy-json 0.60.7",
 1231         -
 "aws-smithy-runtime 1.5.7",
 1232         -
 "aws-smithy-runtime-api 1.6.3",
 1233         -
 "aws-smithy-types 1.2.0",
 1234         -
 "aws-types 1.3.1",
        1254  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1255  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1256  +
 "aws-runtime 1.3.0",
        1257  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1258  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1259  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1260  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1261  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1262  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1263  +
 "aws-types 1.3.2",
 1235   1264   
 "bytes",
 1236   1265   
 "fastrand 2.0.2",
 1237   1266   
 "http 0.2.12",
 1238   1267   
 "once_cell",
 1239   1268   
 "regex-lite",
 1240   1269   
 "tokio",
 1241   1270   
 "tracing",
 1242   1271   
]
 1243   1272   
 1244   1273   
[[package]]
 1245         -
name = "aws-sdk-backupgateway"
 1246         -
version = "1.30.0"
        1274  +
name = "aws-sdk-backup"
        1275  +
version = "1.33.0"
 1247   1276   
dependencies = [
 1248         -
 "aws-config",
 1249         -
 "aws-credential-types 1.2.0",
 1250         -
 "aws-runtime 1.2.2",
 1251         -
 "aws-smithy-async 1.2.1",
 1252         -
 "aws-smithy-http 0.60.8",
 1253         -
 "aws-smithy-json 0.60.7",
 1254         -
 "aws-smithy-runtime 1.5.7",
 1255         -
 "aws-smithy-runtime-api 1.6.3",
 1256         -
 "aws-smithy-types 1.2.0",
 1257         -
 "aws-types 1.3.1",
        1277  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1278  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1279  +
 "aws-runtime 1.3.0",
        1280  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1281  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1282  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1283  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1284  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1285  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1286  +
 "aws-types 1.3.2",
 1258   1287   
 "bytes",
        1288  +
 "fastrand 2.0.2",
 1259   1289   
 "http 0.2.12",
 1260   1290   
 "once_cell",
 1261   1291   
 "regex-lite",
 1262   1292   
 "tokio",
 1263   1293   
 "tracing",
 1264   1294   
]
 1265   1295   
 1266   1296   
[[package]]
 1267         -
name = "aws-sdk-backupstorage"
 1268         -
version = "1.30.0"
        1297  +
name = "aws-sdk-backupgateway"
        1298  +
version = "1.31.0"
 1269   1299   
dependencies = [
 1270         -
 "aws-config",
 1271         -
 "aws-credential-types 1.2.0",
 1272         -
 "aws-runtime 1.2.2",
 1273         -
 "aws-sigv4 1.2.2",
 1274         -
 "aws-smithy-async 1.2.1",
 1275         -
 "aws-smithy-http 0.60.8",
 1276         -
 "aws-smithy-json 0.60.7",
 1277         -
 "aws-smithy-runtime 1.5.7",
 1278         -
 "aws-smithy-runtime-api 1.6.3",
 1279         -
 "aws-smithy-types 1.2.0",
 1280         -
 "aws-types 1.3.1",
        1300  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1301  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1302  +
 "aws-runtime 1.3.0",
        1303  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1304  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1305  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1306  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1307  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1308  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1309  +
 "aws-types 1.3.2",
 1281   1310   
 "bytes",
 1282   1311   
 "http 0.2.12",
 1283   1312   
 "once_cell",
 1284   1313   
 "regex-lite",
 1285   1314   
 "tokio",
 1286   1315   
 "tracing",
 1287   1316   
]
 1288   1317   
 1289   1318   
[[package]]
 1290   1319   
name = "aws-sdk-batch"
 1291         -
version = "1.35.0"
        1320  +
version = "1.37.0"
 1292   1321   
dependencies = [
 1293         -
 "aws-config",
 1294         -
 "aws-credential-types 1.2.0",
 1295         -
 "aws-runtime 1.2.2",
 1296         -
 "aws-smithy-async 1.2.1",
 1297         -
 "aws-smithy-http 0.60.8",
 1298         -
 "aws-smithy-json 0.60.7",
 1299         -
 "aws-smithy-runtime 1.5.7",
 1300         -
 "aws-smithy-runtime-api 1.6.3",
 1301         -
 "aws-smithy-types 1.2.0",
 1302         -
 "aws-types 1.3.1",
        1322  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1323  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1324  +
 "aws-runtime 1.3.0",
        1325  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1326  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1327  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1328  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1329  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1330  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1331  +
 "aws-types 1.3.2",
 1303   1332   
 "bytes",
 1304   1333   
 "http 0.2.12",
 1305   1334   
 "once_cell",
 1306   1335   
 "pretty_assertions",
 1307   1336   
 "regex-lite",
 1308   1337   
 "tokio",
 1309   1338   
 "tracing",
 1310   1339   
]
 1311   1340   
 1312   1341   
[[package]]
 1313   1342   
name = "aws-sdk-bcmdataexports"
 1314         -
version = "1.28.0"
        1343  +
version = "1.29.0"
 1315   1344   
dependencies = [
 1316         -
 "aws-config",
 1317         -
 "aws-credential-types 1.2.0",
 1318         -
 "aws-runtime 1.2.2",
 1319         -
 "aws-smithy-async 1.2.1",
 1320         -
 "aws-smithy-http 0.60.8",
 1321         -
 "aws-smithy-json 0.60.7",
 1322         -
 "aws-smithy-runtime 1.5.7",
 1323         -
 "aws-smithy-runtime-api 1.6.3",
 1324         -
 "aws-smithy-types 1.2.0",
 1325         -
 "aws-types 1.3.1",
        1345  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1346  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1347  +
 "aws-runtime 1.3.0",
        1348  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1349  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1350  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1351  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1352  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1353  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1354  +
 "aws-types 1.3.2",
 1326   1355   
 "bytes",
 1327   1356   
 "http 0.2.12",
 1328   1357   
 "once_cell",
 1329   1358   
 "regex-lite",
 1330   1359   
 "tokio",
 1331   1360   
 "tracing",
 1332   1361   
]
 1333   1362   
 1334   1363   
[[package]]
 1335   1364   
name = "aws-sdk-bedrock"
 1336         -
version = "1.32.0"
        1365  +
version = "1.33.0"
 1337   1366   
dependencies = [
 1338         -
 "aws-config",
 1339         -
 "aws-credential-types 1.2.0",
 1340         -
 "aws-runtime 1.2.2",
 1341         -
 "aws-smithy-async 1.2.1",
 1342         -
 "aws-smithy-http 0.60.8",
 1343         -
 "aws-smithy-json 0.60.7",
 1344         -
 "aws-smithy-runtime 1.5.7",
 1345         -
 "aws-smithy-runtime-api 1.6.3",
 1346         -
 "aws-smithy-types 1.2.0",
 1347         -
 "aws-types 1.3.1",
        1367  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1368  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1369  +
 "aws-runtime 1.3.0",
        1370  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1371  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1372  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1373  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1374  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1375  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1376  +
 "aws-types 1.3.2",
 1348   1377   
 "bytes",
 1349   1378   
 "fastrand 2.0.2",
 1350   1379   
 "http 0.2.12",
 1351   1380   
 "once_cell",
 1352   1381   
 "regex-lite",
 1353   1382   
 "tokio",
 1354   1383   
 "tracing",
 1355   1384   
]
 1356   1385   
 1357   1386   
[[package]]
 1358   1387   
name = "aws-sdk-bedrockagent"
 1359         -
version = "1.34.0"
        1388  +
version = "1.35.0"
 1360   1389   
dependencies = [
 1361         -
 "aws-config",
 1362         -
 "aws-credential-types 1.2.0",
 1363         -
 "aws-runtime 1.2.2",
 1364         -
 "aws-smithy-async 1.2.1",
 1365         -
 "aws-smithy-http 0.60.8",
 1366         -
 "aws-smithy-json 0.60.7",
 1367         -
 "aws-smithy-runtime 1.5.7",
 1368         -
 "aws-smithy-runtime-api 1.6.3",
 1369         -
 "aws-smithy-types 1.2.0",
 1370         -
 "aws-types 1.3.1",
        1390  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1391  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1392  +
 "aws-runtime 1.3.0",
        1393  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1394  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1395  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1396  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1397  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1398  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1399  +
 "aws-types 1.3.2",
 1371   1400   
 "bytes",
 1372   1401   
 "fastrand 2.0.2",
 1373   1402   
 "http 0.2.12",
 1374   1403   
 "once_cell",
 1375   1404   
 "regex-lite",
 1376   1405   
 "tokio",
 1377   1406   
 "tracing",
 1378   1407   
]
 1379   1408   
 1380   1409   
[[package]]
 1381   1410   
name = "aws-sdk-bedrockagentruntime"
 1382         -
version = "1.33.0"
        1411  +
version = "1.34.0"
 1383   1412   
dependencies = [
 1384         -
 "aws-config",
 1385         -
 "aws-credential-types 1.2.0",
 1386         -
 "aws-runtime 1.2.2",
 1387         -
 "aws-smithy-async 1.2.1",
 1388         -
 "aws-smithy-eventstream 0.60.4",
 1389         -
 "aws-smithy-http 0.60.8",
 1390         -
 "aws-smithy-json 0.60.7",
 1391         -
 "aws-smithy-runtime 1.5.7",
 1392         -
 "aws-smithy-runtime-api 1.6.3",
 1393         -
 "aws-smithy-types 1.2.0",
 1394         -
 "aws-types 1.3.1",
        1413  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1414  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1415  +
 "aws-runtime 1.3.0",
        1416  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1417  +
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
        1418  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1419  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1420  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1421  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1422  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1423  +
 "aws-types 1.3.2",
 1395   1424   
 "bytes",
 1396   1425   
 "http 0.2.12",
 1397   1426   
 "once_cell",
 1398   1427   
 "regex-lite",
 1399   1428   
 "tokio",
 1400   1429   
 "tracing",
 1401   1430   
]
 1402   1431   
 1403   1432   
[[package]]
 1404   1433   
name = "aws-sdk-bedrockruntime"
 1405         -
version = "1.33.0"
        1434  +
version = "1.34.0"
 1406   1435   
dependencies = [
 1407         -
 "aws-config",
 1408         -
 "aws-credential-types 1.2.0",
 1409         -
 "aws-runtime 1.2.2",
 1410         -
 "aws-smithy-async 1.2.1",
 1411         -
 "aws-smithy-eventstream 0.60.4",
 1412         -
 "aws-smithy-http 0.60.8",
 1413         -
 "aws-smithy-json 0.60.7",
 1414         -
 "aws-smithy-runtime 1.5.7",
 1415         -
 "aws-smithy-runtime-api 1.6.3",
 1416         -
 "aws-smithy-types 1.2.0",
 1417         -
 "aws-types 1.3.1",
        1436  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1437  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1438  +
 "aws-runtime 1.3.0",
        1439  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1440  +
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
        1441  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1442  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1443  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1444  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1445  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1446  +
 "aws-types 1.3.2",
 1418   1447   
 "bytes",
 1419   1448   
 "http 0.2.12",
 1420   1449   
 "once_cell",
 1421   1450   
 "regex-lite",
 1422   1451   
 "tokio",
 1423   1452   
 "tracing",
 1424   1453   
]
 1425   1454   
 1426   1455   
[[package]]
 1427   1456   
name = "aws-sdk-billingconductor"
 1428         -
version = "1.31.0"
        1457  +
version = "1.32.0"
 1429   1458   
dependencies = [
 1430         -
 "aws-config",
 1431         -
 "aws-credential-types 1.2.0",
 1432         -
 "aws-runtime 1.2.2",
 1433         -
 "aws-smithy-async 1.2.1",
 1434         -
 "aws-smithy-http 0.60.8",
 1435         -
 "aws-smithy-json 0.60.7",
 1436         -
 "aws-smithy-runtime 1.5.7",
 1437         -
 "aws-smithy-runtime-api 1.6.3",
 1438         -
 "aws-smithy-types 1.2.0",
 1439         -
 "aws-types 1.3.1",
        1459  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1460  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1461  +
 "aws-runtime 1.3.0",
        1462  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1463  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1464  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1465  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1466  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1467  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1468  +
 "aws-types 1.3.2",
 1440   1469   
 "bytes",
 1441   1470   
 "fastrand 2.0.2",
 1442   1471   
 "http 0.2.12",
 1443   1472   
 "once_cell",
 1444   1473   
 "regex-lite",
 1445   1474   
 "tokio",
 1446   1475   
 "tracing",
 1447   1476   
]
 1448   1477   
 1449   1478   
[[package]]
 1450   1479   
name = "aws-sdk-braket"
 1451         -
version = "1.32.0"
        1480  +
version = "1.33.0"
 1452   1481   
dependencies = [
 1453         -
 "aws-config",
 1454         -
 "aws-credential-types 1.2.0",
 1455         -
 "aws-runtime 1.2.2",
 1456         -
 "aws-smithy-async 1.2.1",
 1457         -
 "aws-smithy-http 0.60.8",
 1458         -
 "aws-smithy-json 0.60.7",
 1459         -
 "aws-smithy-runtime 1.5.7",
 1460         -
 "aws-smithy-runtime-api 1.6.3",
 1461         -
 "aws-smithy-types 1.2.0",
 1462         -
 "aws-types 1.3.1",
        1482  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1483  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1484  +
 "aws-runtime 1.3.0",
        1485  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1486  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1487  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1488  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1489  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1490  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1491  +
 "aws-types 1.3.2",
 1463   1492   
 "bytes",
 1464   1493   
 "fastrand 2.0.2",
 1465   1494   
 "http 0.2.12",
 1466   1495   
 "once_cell",
 1467   1496   
 "regex-lite",
 1468   1497   
 "tokio",
 1469   1498   
 "tracing",
 1470   1499   
]
 1471   1500   
 1472   1501   
[[package]]
 1473   1502   
name = "aws-sdk-budgets"
 1474         -
version = "1.30.0"
        1503  +
version = "1.31.0"
 1475   1504   
dependencies = [
 1476         -
 "aws-config",
 1477         -
 "aws-credential-types 1.2.0",
 1478         -
 "aws-runtime 1.2.2",
 1479         -
 "aws-smithy-async 1.2.1",
 1480         -
 "aws-smithy-http 0.60.8",
 1481         -
 "aws-smithy-json 0.60.7",
 1482         -
 "aws-smithy-runtime 1.5.7",
 1483         -
 "aws-smithy-runtime-api 1.6.3",
 1484         -
 "aws-smithy-types 1.2.0",
 1485         -
 "aws-types 1.3.1",
        1505  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1506  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1507  +
 "aws-runtime 1.3.0",
        1508  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1509  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1510  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1511  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1512  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1513  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1514  +
 "aws-types 1.3.2",
 1486   1515   
 "bytes",
 1487   1516   
 "http 0.2.12",
 1488   1517   
 "once_cell",
 1489   1518   
 "regex-lite",
 1490   1519   
 "tokio",
 1491   1520   
 "tracing",
 1492   1521   
]
 1493   1522   
 1494   1523   
[[package]]
 1495   1524   
name = "aws-sdk-chatbot"
 1496         -
version = "1.17.0"
        1525  +
version = "1.18.0"
 1497   1526   
dependencies = [
 1498         -
 "aws-config",
 1499         -
 "aws-credential-types 1.2.0",
 1500         -
 "aws-runtime 1.2.2",
 1501         -
 "aws-smithy-async 1.2.1",
 1502         -
 "aws-smithy-http 0.60.8",
 1503         -
 "aws-smithy-json 0.60.7",
 1504         -
 "aws-smithy-runtime 1.5.7",
 1505         -
 "aws-smithy-runtime-api 1.6.3",
 1506         -
 "aws-smithy-types 1.2.0",
 1507         -
 "aws-types 1.3.1",
        1527  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1528  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1529  +
 "aws-runtime 1.3.0",
        1530  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1531  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1532  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1533  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1534  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1535  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1536  +
 "aws-types 1.3.2",
 1508   1537   
 "bytes",
 1509   1538   
 "http 0.2.12",
 1510   1539   
 "once_cell",
 1511   1540   
 "regex-lite",
 1512   1541   
 "tokio",
 1513   1542   
 "tracing",
 1514   1543   
]
 1515   1544   
 1516   1545   
[[package]]
 1517   1546   
name = "aws-sdk-chime"
 1518         -
version = "1.30.0"
        1547  +
version = "1.31.0"
 1519   1548   
dependencies = [
 1520         -
 "aws-config",
 1521         -
 "aws-credential-types 1.2.0",
 1522         -
 "aws-runtime 1.2.2",
 1523         -
 "aws-smithy-async 1.2.1",
 1524         -
 "aws-smithy-http 0.60.8",
 1525         -
 "aws-smithy-json 0.60.7",
 1526         -
 "aws-smithy-runtime 1.5.7",
 1527         -
 "aws-smithy-runtime-api 1.6.3",
 1528         -
 "aws-smithy-types 1.2.0",
 1529         -
 "aws-types 1.3.1",
        1549  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1550  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1551  +
 "aws-runtime 1.3.0",
        1552  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1553  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1554  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1555  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1556  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1557  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1558  +
 "aws-types 1.3.2",
 1530   1559   
 "bytes",
 1531   1560   
 "fastrand 2.0.2",
 1532   1561   
 "http 0.2.12",
 1533   1562   
 "once_cell",
 1534   1563   
 "regex-lite",
 1535   1564   
 "tokio",
 1536   1565   
 "tracing",
 1537   1566   
]
 1538   1567   
 1539   1568   
[[package]]
 1540   1569   
name = "aws-sdk-chimesdkidentity"
 1541         -
version = "1.30.0"
        1570  +
version = "1.31.0"
 1542   1571   
dependencies = [
 1543         -
 "aws-config",
 1544         -
 "aws-credential-types 1.2.0",
 1545         -
 "aws-runtime 1.2.2",
 1546         -
 "aws-smithy-async 1.2.1",
 1547         -
 "aws-smithy-http 0.60.8",
 1548         -
 "aws-smithy-json 0.60.7",
 1549         -
 "aws-smithy-runtime 1.5.7",
 1550         -
 "aws-smithy-runtime-api 1.6.3",
 1551         -
 "aws-smithy-types 1.2.0",
 1552         -
 "aws-types 1.3.1",
        1572  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1573  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1574  +
 "aws-runtime 1.3.0",
        1575  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1576  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1577  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1578  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1579  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1580  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1581  +
 "aws-types 1.3.2",
 1553   1582   
 "bytes",
 1554   1583   
 "fastrand 2.0.2",
 1555   1584   
 "http 0.2.12",
 1556   1585   
 "once_cell",
 1557   1586   
 "regex-lite",
 1558   1587   
 "tokio",
 1559   1588   
 "tracing",
 1560   1589   
]
 1561   1590   
 1562   1591   
[[package]]
 1563   1592   
name = "aws-sdk-chimesdkmediapipelines"
 1564         -
version = "1.30.0"
        1593  +
version = "1.31.0"
 1565   1594   
dependencies = [
 1566         -
 "aws-config",
 1567         -
 "aws-credential-types 1.2.0",
 1568         -
 "aws-runtime 1.2.2",
 1569         -
 "aws-smithy-async 1.2.1",
 1570         -
 "aws-smithy-http 0.60.8",
 1571         -
 "aws-smithy-json 0.60.7",
 1572         -
 "aws-smithy-runtime 1.5.7",
 1573         -
 "aws-smithy-runtime-api 1.6.3",
 1574         -
 "aws-smithy-types 1.2.0",
 1575         -
 "aws-types 1.3.1",
        1595  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1596  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1597  +
 "aws-runtime 1.3.0",
        1598  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1599  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1600  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1601  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1602  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1603  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1604  +
 "aws-types 1.3.2",
 1576   1605   
 "bytes",
 1577   1606   
 "fastrand 2.0.2",
 1578   1607   
 "http 0.2.12",
 1579   1608   
 "once_cell",
 1580   1609   
 "regex-lite",
 1581   1610   
 "tokio",
 1582   1611   
 "tracing",
 1583   1612   
]
 1584   1613   
 1585   1614   
[[package]]
 1586   1615   
name = "aws-sdk-chimesdkmeetings"
 1587         -
version = "1.31.0"
        1616  +
version = "1.32.0"
 1588   1617   
dependencies = [
 1589         -
 "aws-config",
 1590         -
 "aws-credential-types 1.2.0",
 1591         -
 "aws-runtime 1.2.2",
 1592         -
 "aws-smithy-async 1.2.1",
 1593         -
 "aws-smithy-http 0.60.8",
 1594         -
 "aws-smithy-json 0.60.7",
 1595         -
 "aws-smithy-runtime 1.5.7",
 1596         -
 "aws-smithy-runtime-api 1.6.3",
 1597         -
 "aws-smithy-types 1.2.0",
 1598         -
 "aws-types 1.3.1",
        1618  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1619  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1620  +
 "aws-runtime 1.3.0",
        1621  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1622  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1623  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1624  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1625  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1626  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1627  +
 "aws-types 1.3.2",
 1599   1628   
 "bytes",
 1600   1629   
 "fastrand 2.0.2",
 1601   1630   
 "http 0.2.12",
 1602   1631   
 "once_cell",
 1603   1632   
 "regex-lite",
 1604   1633   
 "tokio",
 1605   1634   
 "tracing",
 1606   1635   
]
 1607   1636   
 1608   1637   
[[package]]
 1609   1638   
name = "aws-sdk-chimesdkmessaging"
 1610         -
version = "1.30.0"
        1639  +
version = "1.31.0"
 1611   1640   
dependencies = [
 1612         -
 "aws-config",
 1613         -
 "aws-credential-types 1.2.0",
 1614         -
 "aws-runtime 1.2.2",
 1615         -
 "aws-smithy-async 1.2.1",
 1616         -
 "aws-smithy-http 0.60.8",
 1617         -
 "aws-smithy-json 0.60.7",
 1618         -
 "aws-smithy-runtime 1.5.7",
 1619         -
 "aws-smithy-runtime-api 1.6.3",
 1620         -
 "aws-smithy-types 1.2.0",
 1621         -
 "aws-types 1.3.1",
        1641  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1642  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1643  +
 "aws-runtime 1.3.0",
        1644  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1645  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1646  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1647  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1648  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1649  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1650  +
 "aws-types 1.3.2",
 1622   1651   
 "bytes",
 1623   1652   
 "fastrand 2.0.2",
 1624   1653   
 "http 0.2.12",
 1625   1654   
 "once_cell",
 1626   1655   
 "regex-lite",
 1627   1656   
 "tokio",
 1628   1657   
 "tracing",
 1629   1658   
]
 1630   1659   
 1631   1660   
[[package]]
 1632   1661   
name = "aws-sdk-chimesdkvoice"
 1633         -
version = "1.31.0"
        1662  +
version = "1.32.0"
 1634   1663   
dependencies = [
 1635         -
 "aws-config",
 1636         -
 "aws-credential-types 1.2.0",
 1637         -
 "aws-runtime 1.2.2",
 1638         -
 "aws-smithy-async 1.2.1",
 1639         -
 "aws-smithy-http 0.60.8",
 1640         -
 "aws-smithy-json 0.60.7",
 1641         -
 "aws-smithy-runtime 1.5.7",
 1642         -
 "aws-smithy-runtime-api 1.6.3",
 1643         -
 "aws-smithy-types 1.2.0",
 1644         -
 "aws-types 1.3.1",
        1664  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1665  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1666  +
 "aws-runtime 1.3.0",
        1667  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1668  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1669  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1670  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1671  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1672  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1673  +
 "aws-types 1.3.2",
 1645   1674   
 "bytes",
 1646   1675   
 "http 0.2.12",
 1647   1676   
 "once_cell",
 1648   1677   
 "regex-lite",
 1649   1678   
 "tokio",
 1650   1679   
 "tracing",
 1651   1680   
]
 1652   1681   
 1653   1682   
[[package]]
 1654   1683   
name = "aws-sdk-cleanrooms"
 1655         -
version = "1.33.0"
        1684  +
version = "1.34.0"
 1656   1685   
dependencies = [
 1657         -
 "aws-config",
 1658         -
 "aws-credential-types 1.2.0",
 1659         -
 "aws-runtime 1.2.2",
 1660         -
 "aws-smithy-async 1.2.1",
 1661         -
 "aws-smithy-http 0.60.8",
 1662         -
 "aws-smithy-json 0.60.7",
 1663         -
 "aws-smithy-runtime 1.5.7",
 1664         -
 "aws-smithy-runtime-api 1.6.3",
 1665         -
 "aws-smithy-types 1.2.0",
 1666         -
 "aws-types 1.3.1",
        1686  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1687  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1688  +
 "aws-runtime 1.3.0",
        1689  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1690  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1691  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1692  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1693  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1694  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1695  +
 "aws-types 1.3.2",
 1667   1696   
 "bytes",
 1668   1697   
 "http 0.2.12",
 1669   1698   
 "once_cell",
 1670   1699   
 "regex-lite",
 1671   1700   
 "tokio",
 1672   1701   
 "tracing",
 1673   1702   
]
 1674   1703   
 1675   1704   
[[package]]
 1676   1705   
name = "aws-sdk-cleanroomsml"
 1677         -
version = "1.28.0"
        1706  +
version = "1.29.0"
 1678   1707   
dependencies = [
 1679         -
 "aws-config",
 1680         -
 "aws-credential-types 1.2.0",
 1681         -
 "aws-runtime 1.2.2",
 1682         -
 "aws-smithy-async 1.2.1",
 1683         -
 "aws-smithy-http 0.60.8",
 1684         -
 "aws-smithy-json 0.60.7",
 1685         -
 "aws-smithy-runtime 1.5.7",
 1686         -
 "aws-smithy-runtime-api 1.6.3",
 1687         -
 "aws-smithy-types 1.2.0",
 1688         -
 "aws-types 1.3.1",
        1708  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1709  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1710  +
 "aws-runtime 1.3.0",
        1711  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1712  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1713  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1714  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1715  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1716  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1717  +
 "aws-types 1.3.2",
 1689   1718   
 "bytes",
 1690   1719   
 "http 0.2.12",
 1691   1720   
 "once_cell",
 1692   1721   
 "regex-lite",
 1693   1722   
 "tokio",
 1694   1723   
 "tracing",
 1695   1724   
]
 1696   1725   
 1697   1726   
[[package]]
 1698   1727   
name = "aws-sdk-cloud9"
 1699         -
version = "1.31.0"
        1728  +
version = "1.32.0"
 1700   1729   
dependencies = [
 1701         -
 "aws-config",
 1702         -
 "aws-credential-types 1.2.0",
 1703         -
 "aws-runtime 1.2.2",
 1704         -
 "aws-smithy-async 1.2.1",
 1705         -
 "aws-smithy-http 0.60.8",
 1706         -
 "aws-smithy-json 0.60.7",
 1707         -
 "aws-smithy-runtime 1.5.7",
 1708         -
 "aws-smithy-runtime-api 1.6.3",
 1709         -
 "aws-smithy-types 1.2.0",
 1710         -
 "aws-types 1.3.1",
        1730  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1731  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1732  +
 "aws-runtime 1.3.0",
        1733  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1734  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1735  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1736  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1737  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1738  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1739  +
 "aws-types 1.3.2",
 1711   1740   
 "bytes",
 1712   1741   
 "http 0.2.12",
 1713   1742   
 "once_cell",
 1714   1743   
 "regex-lite",
 1715   1744   
 "tokio",
 1716   1745   
 "tracing",
 1717   1746   
]
 1718   1747   
 1719   1748   
[[package]]
 1720   1749   
name = "aws-sdk-cloudcontrol"
 1721         -
version = "1.30.0"
        1750  +
version = "1.31.0"
 1722   1751   
dependencies = [
 1723         -
 "aws-config",
 1724         -
 "aws-credential-types 1.2.0",
 1725         -
 "aws-runtime 1.2.2",
 1726         -
 "aws-smithy-async 1.2.1",
 1727         -
 "aws-smithy-http 0.60.8",
 1728         -
 "aws-smithy-json 0.60.7",
 1729         -
 "aws-smithy-runtime 1.5.7",
 1730         -
 "aws-smithy-runtime-api 1.6.3",
 1731         -
 "aws-smithy-types 1.2.0",
 1732         -
 "aws-types 1.3.1",
        1752  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1753  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1754  +
 "aws-runtime 1.3.0",
        1755  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1756  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1757  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1758  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1759  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1760  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1761  +
 "aws-types 1.3.2",
 1733   1762   
 "bytes",
 1734   1763   
 "fastrand 2.0.2",
 1735   1764   
 "http 0.2.12",
 1736   1765   
 "once_cell",
 1737   1766   
 "regex-lite",
 1738   1767   
 "tokio",
 1739   1768   
 "tracing",
 1740   1769   
]
 1741   1770   
 1742   1771   
[[package]]
 1743   1772   
name = "aws-sdk-clouddirectory"
 1744         -
version = "1.30.0"
        1773  +
version = "1.31.0"
 1745   1774   
dependencies = [
 1746         -
 "aws-config",
 1747         -
 "aws-credential-types 1.2.0",
 1748         -
 "aws-runtime 1.2.2",
 1749         -
 "aws-smithy-async 1.2.1",
 1750         -
 "aws-smithy-http 0.60.8",
 1751         -
 "aws-smithy-json 0.60.7",
 1752         -
 "aws-smithy-runtime 1.5.7",
 1753         -
 "aws-smithy-runtime-api 1.6.3",
 1754         -
 "aws-smithy-types 1.2.0",
 1755         -
 "aws-types 1.3.1",
        1775  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1776  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1777  +
 "aws-runtime 1.3.0",
        1778  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1779  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1780  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1781  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1782  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1783  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1784  +
 "aws-types 1.3.2",
 1756   1785   
 "bytes",
 1757   1786   
 "http 0.2.12",
 1758   1787   
 "once_cell",
 1759   1788   
 "regex-lite",
 1760   1789   
 "tokio",
 1761   1790   
 "tracing",
 1762   1791   
]
 1763   1792   
 1764   1793   
[[package]]
 1765   1794   
name = "aws-sdk-cloudformation"
 1766         -
version = "1.35.0"
        1795  +
version = "1.36.0"
 1767   1796   
dependencies = [
 1768         -
 "aws-config",
 1769         -
 "aws-credential-types 1.2.0",
 1770         -
 "aws-runtime 1.2.2",
 1771         -
 "aws-smithy-async 1.2.1",
 1772         -
 "aws-smithy-http 0.60.8",
 1773         -
 "aws-smithy-json 0.60.7",
 1774         -
 "aws-smithy-query",
 1775         -
 "aws-smithy-runtime 1.5.7",
 1776         -
 "aws-smithy-runtime-api 1.6.3",
 1777         -
 "aws-smithy-types 1.2.0",
 1778         -
 "aws-smithy-xml 0.60.8",
 1779         -
 "aws-types 1.3.1",
        1797  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1798  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1799  +
 "aws-runtime 1.3.0",
        1800  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1801  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1802  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1803  +
 "aws-smithy-query 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1804  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1805  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1806  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1807  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1808  +
 "aws-types 1.3.2",
 1780   1809   
 "fastrand 2.0.2",
 1781   1810   
 "http 0.2.12",
 1782   1811   
 "once_cell",
 1783   1812   
 "regex-lite",
 1784   1813   
 "tokio",
 1785   1814   
 "tracing",
 1786   1815   
]
 1787   1816   
 1788   1817   
[[package]]
 1789   1818   
name = "aws-sdk-cloudfront"
 1790         -
version = "1.32.0"
        1819  +
version = "1.33.0"
 1791   1820   
dependencies = [
 1792         -
 "aws-config",
 1793         -
 "aws-credential-types 1.2.0",
 1794         -
 "aws-runtime 1.2.2",
 1795         -
 "aws-smithy-async 1.2.1",
 1796         -
 "aws-smithy-http 0.60.8",
 1797         -
 "aws-smithy-json 0.60.7",
 1798         -
 "aws-smithy-runtime 1.5.7",
 1799         -
 "aws-smithy-runtime-api 1.6.3",
 1800         -
 "aws-smithy-types 1.2.0",
 1801         -
 "aws-smithy-xml 0.60.8",
 1802         -
 "aws-types 1.3.1",
        1821  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1822  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1823  +
 "aws-runtime 1.3.0",
        1824  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1825  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1826  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1827  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1828  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1829  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1830  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1831  +
 "aws-types 1.3.2",
 1803   1832   
 "http 0.2.12",
 1804   1833   
 "once_cell",
 1805   1834   
 "regex-lite",
 1806   1835   
 "tokio",
 1807   1836   
 "tracing",
 1808   1837   
]
 1809   1838   
 1810   1839   
[[package]]
 1811   1840   
name = "aws-sdk-cloudfrontkeyvaluestore"
 1812         -
version = "1.30.0"
        1841  +
version = "1.31.0"
 1813   1842   
dependencies = [
 1814         -
 "aws-config",
 1815         -
 "aws-credential-types 1.2.0",
 1816         -
 "aws-runtime 1.2.2",
 1817         -
 "aws-smithy-async 1.2.1",
 1818         -
 "aws-smithy-http 0.60.8",
 1819         -
 "aws-smithy-json 0.60.7",
 1820         -
 "aws-smithy-runtime 1.5.7",
 1821         -
 "aws-smithy-runtime-api 1.6.3",
 1822         -
 "aws-smithy-types 1.2.0",
 1823         -
 "aws-types 1.3.1",
        1843  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1844  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1845  +
 "aws-runtime 1.3.0",
        1846  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1847  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1848  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1849  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1850  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1851  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1852  +
 "aws-types 1.3.2",
 1824   1853   
 "bytes",
 1825   1854   
 "http 0.2.12",
 1826   1855   
 "once_cell",
 1827   1856   
 "regex-lite",
 1828   1857   
 "tokio",
 1829   1858   
 "tracing",
 1830   1859   
 "url",
 1831   1860   
]
 1832   1861   
 1833   1862   
[[package]]
 1834   1863   
name = "aws-sdk-cloudhsm"
 1835         -
version = "1.30.0"
        1864  +
version = "1.31.0"
 1836   1865   
dependencies = [
 1837         -
 "aws-config",
 1838         -
 "aws-credential-types 1.2.0",
 1839         -
 "aws-runtime 1.2.2",
 1840         -
 "aws-smithy-async 1.2.1",
 1841         -
 "aws-smithy-http 0.60.8",
 1842         -
 "aws-smithy-json 0.60.7",
 1843         -
 "aws-smithy-runtime 1.5.7",
 1844         -
 "aws-smithy-runtime-api 1.6.3",
 1845         -
 "aws-smithy-types 1.2.0",
 1846         -
 "aws-types 1.3.1",
        1866  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1867  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1868  +
 "aws-runtime 1.3.0",
        1869  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1870  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1871  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1872  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1873  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1874  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1875  +
 "aws-types 1.3.2",
 1847   1876   
 "bytes",
 1848   1877   
 "http 0.2.12",
 1849   1878   
 "once_cell",
 1850   1879   
 "regex-lite",
 1851   1880   
 "tokio",
 1852   1881   
 "tracing",
 1853   1882   
]
 1854   1883   
 1855   1884   
[[package]]
 1856   1885   
name = "aws-sdk-cloudhsmv2"
 1857         -
version = "1.30.0"
        1886  +
version = "1.31.0"
 1858   1887   
dependencies = [
 1859         -
 "aws-config",
 1860         -
 "aws-credential-types 1.2.0",
 1861         -
 "aws-runtime 1.2.2",
 1862         -
 "aws-smithy-async 1.2.1",
 1863         -
 "aws-smithy-http 0.60.8",
 1864         -
 "aws-smithy-json 0.60.7",
 1865         -
 "aws-smithy-runtime 1.5.7",
 1866         -
 "aws-smithy-runtime-api 1.6.3",
 1867         -
 "aws-smithy-types 1.2.0",
 1868         -
 "aws-types 1.3.1",
        1888  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1889  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1890  +
 "aws-runtime 1.3.0",
        1891  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1892  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1893  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1894  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1895  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1896  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1897  +
 "aws-types 1.3.2",
 1869   1898   
 "bytes",
 1870   1899   
 "http 0.2.12",
 1871   1900   
 "once_cell",
 1872   1901   
 "regex-lite",
 1873   1902   
 "tokio",
 1874   1903   
 "tracing",
 1875   1904   
]
 1876   1905   
 1877   1906   
[[package]]
 1878   1907   
name = "aws-sdk-cloudsearch"
 1879         -
version = "1.30.0"
        1908  +
version = "1.31.0"
 1880   1909   
dependencies = [
 1881         -
 "aws-config",
 1882         -
 "aws-credential-types 1.2.0",
 1883         -
 "aws-runtime 1.2.2",
 1884         -
 "aws-smithy-async 1.2.1",
 1885         -
 "aws-smithy-http 0.60.8",
 1886         -
 "aws-smithy-json 0.60.7",
 1887         -
 "aws-smithy-query",
 1888         -
 "aws-smithy-runtime 1.5.7",
 1889         -
 "aws-smithy-runtime-api 1.6.3",
 1890         -
 "aws-smithy-types 1.2.0",
 1891         -
 "aws-smithy-xml 0.60.8",
 1892         -
 "aws-types 1.3.1",
        1910  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1911  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1912  +
 "aws-runtime 1.3.0",
        1913  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1914  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1915  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1916  +
 "aws-smithy-query 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1917  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1918  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1919  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1920  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1921  +
 "aws-types 1.3.2",
 1893   1922   
 "http 0.2.12",
 1894   1923   
 "once_cell",
 1895   1924   
 "regex-lite",
 1896   1925   
 "tokio",
 1897   1926   
 "tracing",
 1898   1927   
]
 1899   1928   
 1900   1929   
[[package]]
 1901   1930   
name = "aws-sdk-cloudsearchdomain"
 1902         -
version = "1.30.0"
        1931  +
version = "1.31.0"
 1903   1932   
dependencies = [
 1904         -
 "aws-config",
 1905         -
 "aws-credential-types 1.2.0",
 1906         -
 "aws-runtime 1.2.2",
 1907         -
 "aws-smithy-async 1.2.1",
 1908         -
 "aws-smithy-http 0.60.8",
 1909         -
 "aws-smithy-json 0.60.7",
 1910         -
 "aws-smithy-runtime 1.5.7",
 1911         -
 "aws-smithy-runtime-api 1.6.3",
 1912         -
 "aws-smithy-types 1.2.0",
 1913         -
 "aws-types 1.3.1",
        1933  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1934  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1935  +
 "aws-runtime 1.3.0",
        1936  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1937  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1938  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1939  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1940  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1941  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1942  +
 "aws-types 1.3.2",
 1914   1943   
 "bytes",
 1915   1944   
 "http 0.2.12",
 1916   1945   
 "once_cell",
 1917   1946   
 "regex-lite",
 1918   1947   
 "tokio",
 1919   1948   
 "tracing",
 1920   1949   
]
 1921   1950   
 1922   1951   
[[package]]
 1923   1952   
name = "aws-sdk-cloudtrail"
 1924         -
version = "1.33.0"
        1953  +
version = "1.34.0"
 1925   1954   
dependencies = [
 1926         -
 "aws-config",
 1927         -
 "aws-credential-types 1.2.0",
 1928         -
 "aws-runtime 1.2.2",
 1929         -
 "aws-smithy-async 1.2.1",
 1930         -
 "aws-smithy-http 0.60.8",
 1931         -
 "aws-smithy-json 0.60.7",
 1932         -
 "aws-smithy-runtime 1.5.7",
 1933         -
 "aws-smithy-runtime-api 1.6.3",
 1934         -
 "aws-smithy-types 1.2.0",
 1935         -
 "aws-types 1.3.1",
 1936         -
 "bytes",
        1955  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1956  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1957  +
 "aws-runtime 1.3.0",
        1958  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1959  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1960  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1961  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1962  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1963  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1964  +
 "aws-types 1.3.2",
        1965  +
 "bytes",
 1937   1966   
 "http 0.2.12",
 1938   1967   
 "once_cell",
 1939   1968   
 "regex-lite",
 1940   1969   
 "tokio",
 1941   1970   
 "tracing",
 1942   1971   
]
 1943   1972   
 1944   1973   
[[package]]
 1945   1974   
name = "aws-sdk-cloudtraildata"
 1946         -
version = "1.30.0"
        1975  +
version = "1.31.0"
 1947   1976   
dependencies = [
 1948         -
 "aws-config",
 1949         -
 "aws-credential-types 1.2.0",
 1950         -
 "aws-runtime 1.2.2",
 1951         -
 "aws-smithy-async 1.2.1",
 1952         -
 "aws-smithy-http 0.60.8",
 1953         -
 "aws-smithy-json 0.60.7",
 1954         -
 "aws-smithy-runtime 1.5.7",
 1955         -
 "aws-smithy-runtime-api 1.6.3",
 1956         -
 "aws-smithy-types 1.2.0",
 1957         -
 "aws-types 1.3.1",
        1977  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1978  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1979  +
 "aws-runtime 1.3.0",
        1980  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1981  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1982  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1983  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1984  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1985  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1986  +
 "aws-types 1.3.2",
 1958   1987   
 "bytes",
 1959   1988   
 "http 0.2.12",
 1960   1989   
 "once_cell",
 1961   1990   
 "regex-lite",
 1962   1991   
 "tokio",
 1963   1992   
 "tracing",
 1964   1993   
]
 1965   1994   
 1966   1995   
[[package]]
 1967   1996   
name = "aws-sdk-cloudwatch"
 1968         -
version = "1.34.0"
        1997  +
version = "1.35.0"
 1969   1998   
dependencies = [
 1970         -
 "aws-config",
 1971         -
 "aws-credential-types 1.2.0",
 1972         -
 "aws-runtime 1.2.2",
 1973         -
 "aws-smithy-async 1.2.1",
 1974         -
 "aws-smithy-compression",
 1975         -
 "aws-smithy-http 0.60.8",
 1976         -
 "aws-smithy-json 0.60.7",
 1977         -
 "aws-smithy-query",
 1978         -
 "aws-smithy-runtime 1.5.7",
 1979         -
 "aws-smithy-runtime-api 1.6.3",
 1980         -
 "aws-smithy-types 1.2.0",
 1981         -
 "aws-smithy-xml 0.60.8",
 1982         -
 "aws-types 1.3.1",
        1999  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2000  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2001  +
 "aws-runtime 1.3.0",
        2002  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2003  +
 "aws-smithy-compression 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2004  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2005  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2006  +
 "aws-smithy-query 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2007  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2008  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2009  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2010  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2011  +
 "aws-types 1.3.2",
 1983   2012   
 "flate2",
 1984   2013   
 "http 0.2.12",
 1985   2014   
 "http-body 0.4.6",
 1986   2015   
 "once_cell",
 1987   2016   
 "regex-lite",
 1988   2017   
 "tokio",
 1989   2018   
 "tracing",
 1990   2019   
]
 1991   2020   
 1992   2021   
[[package]]
 1993   2022   
name = "aws-sdk-cloudwatchevents"
 1994         -
version = "1.30.0"
        2023  +
version = "1.31.0"
 1995   2024   
dependencies = [
 1996         -
 "aws-config",
 1997         -
 "aws-credential-types 1.2.0",
 1998         -
 "aws-runtime 1.2.2",
 1999         -
 "aws-smithy-async 1.2.1",
 2000         -
 "aws-smithy-http 0.60.8",
 2001         -
 "aws-smithy-json 0.60.7",
 2002         -
 "aws-smithy-runtime 1.5.7",
 2003         -
 "aws-smithy-runtime-api 1.6.3",
 2004         -
 "aws-smithy-types 1.2.0",
 2005         -
 "aws-types 1.3.1",
        2025  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2026  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2027  +
 "aws-runtime 1.3.0",
        2028  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2029  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2030  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2031  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2032  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2033  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2034  +
 "aws-types 1.3.2",
 2006   2035   
 "bytes",
 2007   2036   
 "http 0.2.12",
 2008   2037   
 "once_cell",
 2009   2038   
 "regex-lite",
 2010   2039   
 "tokio",
 2011   2040   
 "tracing",
 2012   2041   
]
 2013   2042   
 2014   2043   
[[package]]
 2015   2044   
name = "aws-sdk-cloudwatchlogs"
 2016         -
version = "1.33.0"
        2045  +
version = "1.34.0"
 2017   2046   
dependencies = [
 2018         -
 "aws-config",
 2019         -
 "aws-credential-types 1.2.0",
 2020         -
 "aws-runtime 1.2.2",
 2021         -
 "aws-smithy-async 1.2.1",
 2022         -
 "aws-smithy-http 0.60.8",
 2023         -
 "aws-smithy-json 0.60.7",
 2024         -
 "aws-smithy-runtime 1.5.7",
 2025         -
 "aws-smithy-runtime-api 1.6.3",
 2026         -
 "aws-smithy-types 1.2.0",
 2027         -
 "aws-types 1.3.1",
        2047  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2048  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2049  +
 "aws-runtime 1.3.0",
        2050  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2051  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2052  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2053  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2054  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2055  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2056  +
 "aws-types 1.3.2",
 2028   2057   
 "bytes",
 2029   2058   
 "fastrand 2.0.2",
 2030   2059   
 "http 0.2.12",
 2031   2060   
 "once_cell",
 2032   2061   
 "regex-lite",
 2033   2062   
 "tokio",
 2034   2063   
 "tracing",
 2035   2064   
]
 2036   2065   
 2037   2066   
[[package]]
 2038   2067   
name = "aws-sdk-codeartifact"
 2039         -
version = "1.32.0"
        2068  +
version = "1.33.0"
 2040   2069   
dependencies = [
 2041         -
 "aws-config",
 2042         -
 "aws-credential-types 1.2.0",
 2043         -
 "aws-runtime 1.2.2",
 2044         -
 "aws-smithy-async 1.2.1",
 2045         -
 "aws-smithy-http 0.60.8",
 2046         -
 "aws-smithy-json 0.60.7",
 2047         -
 "aws-smithy-runtime 1.5.7",
 2048         -
 "aws-smithy-runtime-api 1.6.3",
 2049         -
 "aws-smithy-types 1.2.0",
 2050         -
 "aws-types 1.3.1",
        2070  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2071  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2072  +
 "aws-runtime 1.3.0",
        2073  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2074  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2075  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2076  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2077  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2078  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2079  +
 "aws-types 1.3.2",
 2051   2080   
 "bytes",
 2052   2081   
 "http 0.2.12",
 2053   2082   
 "once_cell",
 2054   2083   
 "regex-lite",
 2055   2084   
 "tokio",
 2056   2085   
 "tracing",
 2057   2086   
]
 2058   2087   
 2059   2088   
[[package]]
 2060   2089   
name = "aws-sdk-codebuild"
 2061         -
version = "1.38.0"
        2090  +
version = "1.40.0"
 2062   2091   
dependencies = [
 2063         -
 "aws-config",
 2064         -
 "aws-credential-types 1.2.0",
 2065         -
 "aws-runtime 1.2.2",
 2066         -
 "aws-smithy-async 1.2.1",
 2067         -
 "aws-smithy-http 0.60.8",
 2068         -
 "aws-smithy-json 0.60.7",
 2069         -
 "aws-smithy-runtime 1.5.7",
 2070         -
 "aws-smithy-runtime-api 1.6.3",
 2071         -
 "aws-smithy-types 1.2.0",
 2072         -
 "aws-types 1.3.1",
        2092  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2093  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2094  +
 "aws-runtime 1.3.0",
        2095  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2096  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2097  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2098  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2099  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2100  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2101  +
 "aws-types 1.3.2",
 2073   2102   
 "bytes",
 2074   2103   
 "http 0.2.12",
 2075   2104   
 "once_cell",
 2076   2105   
 "regex-lite",
 2077   2106   
 "tokio",
 2078   2107   
 "tracing",
 2079   2108   
]
 2080   2109   
 2081   2110   
[[package]]
 2082   2111   
name = "aws-sdk-codecatalyst"
 2083         -
version = "1.31.0"
        2112  +
version = "1.32.0"
 2084   2113   
dependencies = [
 2085         -
 "aws-config",
 2086         -
 "aws-credential-types 1.2.0",
 2087         -
 "aws-runtime 1.2.2",
 2088         -
 "aws-smithy-async 1.2.1",
 2089         -
 "aws-smithy-http 0.60.8",
 2090         -
 "aws-smithy-json 0.60.7",
 2091         -
 "aws-smithy-protocol-test 0.60.7",
 2092         -
 "aws-smithy-runtime 1.5.7",
 2093         -
 "aws-smithy-runtime-api 1.6.3",
 2094         -
 "aws-smithy-types 1.2.0",
 2095         -
 "aws-types 1.3.1",
        2114  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2115  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2116  +
 "aws-runtime 1.3.0",
        2117  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2118  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2119  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2120  +
 "aws-smithy-protocol-test 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2121  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2122  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2123  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2124  +
 "aws-types 1.3.2",
 2096   2125   
 "bytes",
 2097   2126   
 "fastrand 2.0.2",
 2098   2127   
 "futures-util",
 2099   2128   
 "http 0.2.12",
 2100   2129   
 "once_cell",
 2101   2130   
 "regex-lite",
 2102   2131   
 "serde_json",
 2103   2132   
 "tokio",
 2104   2133   
 "tracing",
 2105   2134   
 "tracing-subscriber",
 2106   2135   
]
 2107   2136   
 2108   2137   
[[package]]
 2109   2138   
name = "aws-sdk-codecommit"
 2110         -
version = "1.30.0"
        2139  +
version = "1.31.0"
 2111   2140   
dependencies = [
 2112         -
 "aws-config",
 2113         -
 "aws-credential-types 1.2.0",
 2114         -
 "aws-runtime 1.2.2",
 2115         -
 "aws-smithy-async 1.2.1",
 2116         -
 "aws-smithy-http 0.60.8",
 2117         -
 "aws-smithy-json 0.60.7",
 2118         -
 "aws-smithy-runtime 1.5.7",
 2119         -
 "aws-smithy-runtime-api 1.6.3",
 2120         -
 "aws-smithy-types 1.2.0",
 2121         -
 "aws-types 1.3.1",
        2141  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2142  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2143  +
 "aws-runtime 1.3.0",
        2144  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2145  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2146  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2147  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2148  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2149  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2150  +
 "aws-types 1.3.2",
 2122   2151   
 "bytes",
 2123   2152   
 "fastrand 2.0.2",
 2124   2153   
 "http 0.2.12",
 2125   2154   
 "once_cell",
 2126   2155   
 "regex-lite",
 2127   2156   
 "tokio",
 2128   2157   
 "tracing",
 2129   2158   
]
 2130   2159   
 2131   2160   
[[package]]
 2132   2161   
name = "aws-sdk-codeconnections"
 2133         -
version = "1.12.0"
        2162  +
version = "1.13.0"
 2134   2163   
dependencies = [
 2135         -
 "aws-config",
 2136         -
 "aws-credential-types 1.2.0",
 2137         -
 "aws-runtime 1.2.2",
 2138         -
 "aws-smithy-async 1.2.1",
 2139         -
 "aws-smithy-http 0.60.8",
 2140         -
 "aws-smithy-json 0.60.7",
 2141         -
 "aws-smithy-runtime 1.5.7",
 2142         -
 "aws-smithy-runtime-api 1.6.3",
 2143         -
 "aws-smithy-types 1.2.0",
 2144         -
 "aws-types 1.3.1",
        2164  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2165  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2166  +
 "aws-runtime 1.3.0",
        2167  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2168  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2169  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2170  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2171  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2172  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2173  +
 "aws-types 1.3.2",
 2145   2174   
 "bytes",
 2146   2175   
 "http 0.2.12",
 2147   2176   
 "once_cell",
 2148   2177   
 "regex-lite",
 2149   2178   
 "tokio",
 2150   2179   
 "tracing",
 2151   2180   
]
 2152   2181   
 2153   2182   
[[package]]
 2154   2183   
name = "aws-sdk-codedeploy"
 2155         -
version = "1.31.0"
        2184  +
version = "1.32.0"
 2156   2185   
dependencies = [
 2157         -
 "aws-config",
 2158         -
 "aws-credential-types 1.2.0",
 2159         -
 "aws-runtime 1.2.2",
 2160         -
 "aws-smithy-async 1.2.1",
 2161         -
 "aws-smithy-http 0.60.8",
 2162         -
 "aws-smithy-json 0.60.7",
 2163         -
 "aws-smithy-runtime 1.5.7",
 2164         -
 "aws-smithy-runtime-api 1.6.3",
 2165         -
 "aws-smithy-types 1.2.0",
 2166         -
 "aws-types 1.3.1",
        2186  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2187  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2188  +
 "aws-runtime 1.3.0",
        2189  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2190  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2191  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2192  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2193  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2194  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2195  +
 "aws-types 1.3.2",
 2167   2196   
 "bytes",
 2168   2197   
 "http 0.2.12",
 2169   2198   
 "once_cell",
 2170   2199   
 "regex-lite",
 2171   2200   
 "tokio",
 2172   2201   
 "tracing",
 2173   2202   
]
 2174   2203   
 2175   2204   
[[package]]
 2176   2205   
name = "aws-sdk-codeguruprofiler"
 2177         -
version = "1.30.0"
        2206  +
version = "1.31.0"
 2178   2207   
dependencies = [
 2179         -
 "aws-config",
 2180         -
 "aws-credential-types 1.2.0",
 2181         -
 "aws-runtime 1.2.2",
 2182         -
 "aws-smithy-async 1.2.1",
 2183         -
 "aws-smithy-http 0.60.8",
 2184         -
 "aws-smithy-json 0.60.7",
 2185         -
 "aws-smithy-runtime 1.5.7",
 2186         -
 "aws-smithy-runtime-api 1.6.3",
 2187         -
 "aws-smithy-types 1.2.0",
 2188         -
 "aws-types 1.3.1",
        2208  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2209  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2210  +
 "aws-runtime 1.3.0",
        2211  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2212  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2213  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2214  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2215  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2216  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2217  +
 "aws-types 1.3.2",
 2189   2218   
 "bytes",
 2190   2219   
 "fastrand 2.0.2",
 2191   2220   
 "http 0.2.12",
 2192   2221   
 "once_cell",
 2193   2222   
 "regex-lite",
 2194   2223   
 "tokio",
 2195   2224   
 "tracing",
 2196   2225   
]
 2197   2226   
 2198   2227   
[[package]]
 2199   2228   
name = "aws-sdk-codegurureviewer"
 2200         -
version = "1.30.0"
        2229  +
version = "1.31.0"
 2201   2230   
dependencies = [
 2202         -
 "aws-config",
 2203         -
 "aws-credential-types 1.2.0",
 2204         -
 "aws-runtime 1.2.2",
 2205         -
 "aws-smithy-async 1.2.1",
 2206         -
 "aws-smithy-http 0.60.8",
 2207         -
 "aws-smithy-json 0.60.7",
 2208         -
 "aws-smithy-runtime 1.5.7",
 2209         -
 "aws-smithy-runtime-api 1.6.3",
 2210         -
 "aws-smithy-types 1.2.0",
 2211         -
 "aws-types 1.3.1",
        2231  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2232  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2233  +
 "aws-runtime 1.3.0",
        2234  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2235  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2236  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2237  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2238  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2239  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2240  +
 "aws-types 1.3.2",
 2212   2241   
 "bytes",
 2213   2242   
 "fastrand 2.0.2",
 2214   2243   
 "http 0.2.12",
 2215   2244   
 "once_cell",
 2216   2245   
 "regex-lite",
 2217   2246   
 "tokio",
 2218   2247   
 "tracing",
 2219   2248   
]
 2220   2249   
 2221   2250   
[[package]]
 2222   2251   
name = "aws-sdk-codegurusecurity"
 2223         -
version = "1.31.0"
        2252  +
version = "1.32.0"
 2224   2253   
dependencies = [
 2225         -
 "aws-config",
 2226         -
 "aws-credential-types 1.2.0",
 2227         -
 "aws-runtime 1.2.2",
 2228         -
 "aws-smithy-async 1.2.1",
 2229         -
 "aws-smithy-http 0.60.8",
 2230         -
 "aws-smithy-json 0.60.7",
 2231         -
 "aws-smithy-runtime 1.5.7",
 2232         -
 "aws-smithy-runtime-api 1.6.3",
 2233         -
 "aws-smithy-types 1.2.0",
 2234         -
 "aws-types 1.3.1",
        2254  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2255  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2256  +
 "aws-runtime 1.3.0",
        2257  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2258  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2259  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2260  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2261  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2262  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2263  +
 "aws-types 1.3.2",
 2235   2264   
 "bytes",
 2236   2265   
 "fastrand 2.0.2",
 2237   2266   
 "http 0.2.12",
 2238   2267   
 "once_cell",
 2239   2268   
 "regex-lite",
 2240   2269   
 "tokio",
 2241   2270   
 "tracing",
 2242   2271   
]
 2243   2272   
 2244   2273   
[[package]]
 2245   2274   
name = "aws-sdk-codepipeline"
 2246         -
version = "1.33.0"
        2275  +
version = "1.34.0"
 2247   2276   
dependencies = [
 2248         -
 "aws-config",
 2249         -
 "aws-credential-types 1.2.0",
 2250         -
 "aws-runtime 1.2.2",
 2251         -
 "aws-smithy-async 1.2.1",
 2252         -
 "aws-smithy-http 0.60.8",
 2253         -
 "aws-smithy-json 0.60.7",
 2254         -
 "aws-smithy-runtime 1.5.7",
 2255         -
 "aws-smithy-runtime-api 1.6.3",
 2256         -
 "aws-smithy-types 1.2.0",
 2257         -
 "aws-types 1.3.1",
        2277  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2278  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2279  +
 "aws-runtime 1.3.0",
        2280  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2281  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2282  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2283  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2284  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2285  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2286  +
 "aws-types 1.3.2",
 2258   2287   
 "bytes",
 2259   2288   
 "fastrand 2.0.2",
 2260   2289   
 "http 0.2.12",
 2261   2290   
 "once_cell",
 2262   2291   
 "regex-lite",
 2263   2292   
 "tokio",
 2264   2293   
 "tracing",
 2265   2294   
]
 2266   2295   
 2267   2296   
[[package]]
 2268   2297   
name = "aws-sdk-codestar"
 2269         -
version = "1.30.0"
        2298  +
version = "1.31.0"
 2270   2299   
dependencies = [
 2271         -
 "aws-config",
 2272         -
 "aws-credential-types 1.2.0",
 2273         -
 "aws-runtime 1.2.2",
 2274         -
 "aws-smithy-async 1.2.1",
 2275         -
 "aws-smithy-http 0.60.8",
 2276         -
 "aws-smithy-json 0.60.7",
 2277         -
 "aws-smithy-runtime 1.5.7",
 2278         -
 "aws-smithy-runtime-api 1.6.3",
 2279         -
 "aws-smithy-types 1.2.0",
 2280         -
 "aws-types 1.3.1",
        2300  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2301  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2302  +
 "aws-runtime 1.3.0",
        2303  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2304  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2305  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2306  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2307  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2308  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2309  +
 "aws-types 1.3.2",
 2281   2310   
 "bytes",
 2282   2311   
 "http 0.2.12",
 2283   2312   
 "once_cell",
 2284   2313   
 "regex-lite",
 2285   2314   
 "tokio",
 2286   2315   
 "tracing",
 2287   2316   
]
 2288   2317   
 2289   2318   
[[package]]
 2290   2319   
name = "aws-sdk-codestarconnections"
 2291         -
version = "1.32.0"
        2320  +
version = "1.33.0"
 2292   2321   
dependencies = [
 2293         -
 "aws-config",
 2294         -
 "aws-credential-types 1.2.0",
 2295         -
 "aws-runtime 1.2.2",
 2296         -
 "aws-smithy-async 1.2.1",
 2297         -
 "aws-smithy-http 0.60.8",
 2298         -
 "aws-smithy-json 0.60.7",
 2299         -
 "aws-smithy-runtime 1.5.7",
 2300         -
 "aws-smithy-runtime-api 1.6.3",
 2301         -
 "aws-smithy-types 1.2.0",
 2302         -
 "aws-types 1.3.1",
        2322  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2323  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2324  +
 "aws-runtime 1.3.0",
        2325  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2326  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2327  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2328  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2329  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2330  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2331  +
 "aws-types 1.3.2",
 2303   2332   
 "bytes",
 2304   2333   
 "http 0.2.12",
 2305   2334   
 "once_cell",
 2306   2335   
 "regex-lite",
 2307   2336   
 "tokio",
 2308   2337   
 "tracing",
 2309   2338   
]
 2310   2339   
 2311   2340   
[[package]]
 2312   2341   
name = "aws-sdk-codestarnotifications"
 2313         -
version = "1.30.0"
        2342  +
version = "1.31.0"
 2314   2343   
dependencies = [
 2315         -
 "aws-config",
 2316         -
 "aws-credential-types 1.2.0",
 2317         -
 "aws-runtime 1.2.2",
 2318         -
 "aws-smithy-async 1.2.1",
 2319         -
 "aws-smithy-http 0.60.8",
 2320         -
 "aws-smithy-json 0.60.7",
 2321         -
 "aws-smithy-runtime 1.5.7",
 2322         -
 "aws-smithy-runtime-api 1.6.3",
 2323         -
 "aws-smithy-types 1.2.0",
 2324         -
 "aws-types 1.3.1",
        2344  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2345  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2346  +
 "aws-runtime 1.3.0",
        2347  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2348  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2349  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2350  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2351  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2352  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2353  +
 "aws-types 1.3.2",
 2325   2354   
 "bytes",
 2326   2355   
 "fastrand 2.0.2",
 2327   2356   
 "http 0.2.12",
 2328   2357   
 "once_cell",
 2329   2358   
 "regex-lite",
 2330   2359   
 "tokio",
 2331   2360   
 "tracing",
 2332   2361   
]
 2333   2362   
 2334   2363   
[[package]]
 2335   2364   
name = "aws-sdk-cognitoidentity"
 2336         -
version = "1.30.0"
        2365  +
version = "1.31.0"
 2337   2366   
dependencies = [
 2338         -
 "aws-config",
 2339         -
 "aws-credential-types 1.2.0",
 2340         -
 "aws-runtime 1.2.2",
 2341         -
 "aws-smithy-async 1.2.1",
 2342         -
 "aws-smithy-http 0.60.8",
 2343         -
 "aws-smithy-json 0.60.7",
 2344         -
 "aws-smithy-runtime 1.5.7",
 2345         -
 "aws-smithy-runtime-api 1.6.3",
 2346         -
 "aws-smithy-types 1.2.0",
 2347         -
 "aws-types 1.3.1",
        2367  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2368  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2369  +
 "aws-runtime 1.3.0",
        2370  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2371  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2372  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2373  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2374  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2375  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2376  +
 "aws-types 1.3.2",
 2348   2377   
 "bytes",
 2349   2378   
 "http 0.2.12",
 2350   2379   
 "once_cell",
 2351   2380   
 "regex-lite",
 2352   2381   
 "tokio",
 2353   2382   
 "tracing",
 2354   2383   
]
 2355   2384   
 2356   2385   
[[package]]
 2357   2386   
name = "aws-sdk-cognitoidentityprovider"
 2358         -
version = "1.34.0"
        2387  +
version = "1.36.0"
 2359   2388   
dependencies = [
 2360         -
 "aws-config",
 2361         -
 "aws-credential-types 1.2.0",
 2362         -
 "aws-runtime 1.2.2",
 2363         -
 "aws-smithy-async 1.2.1",
 2364         -
 "aws-smithy-http 0.60.8",
 2365         -
 "aws-smithy-json 0.60.7",
 2366         -
 "aws-smithy-runtime 1.5.7",
 2367         -
 "aws-smithy-runtime-api 1.6.3",
 2368         -
 "aws-smithy-types 1.2.0",
 2369         -
 "aws-types 1.3.1",
        2389  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2390  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2391  +
 "aws-runtime 1.3.0",
        2392  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2393  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2394  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2395  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2396  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2397  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2398  +
 "aws-types 1.3.2",
 2370   2399   
 "bytes",
 2371   2400   
 "http 0.2.12",
 2372   2401   
 "once_cell",
 2373   2402   
 "regex-lite",
 2374   2403   
 "tokio",
 2375   2404   
 "tracing",
 2376   2405   
]
 2377   2406   
 2378   2407   
[[package]]
 2379   2408   
name = "aws-sdk-cognitosync"
 2380         -
version = "1.30.0"
        2409  +
version = "1.31.0"
 2381   2410   
dependencies = [
 2382         -
 "aws-config",
 2383         -
 "aws-credential-types 1.2.0",
 2384         -
 "aws-runtime 1.2.2",
 2385         -
 "aws-smithy-async 1.2.1",
 2386         -
 "aws-smithy-http 0.60.8",
 2387         -
 "aws-smithy-json 0.60.7",
 2388         -
 "aws-smithy-runtime 1.5.7",
 2389         -
 "aws-smithy-runtime-api 1.6.3",
 2390         -
 "aws-smithy-types 1.2.0",
 2391         -
 "aws-types 1.3.1",
        2411  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2412  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2413  +
 "aws-runtime 1.3.0",
        2414  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2415  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2416  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2417  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2418  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2419  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2420  +
 "aws-types 1.3.2",
 2392   2421   
 "bytes",
 2393   2422   
 "http 0.2.12",
 2394   2423   
 "once_cell",
 2395   2424   
 "regex-lite",
 2396   2425   
 "tokio",
 2397   2426   
 "tracing",
 2398   2427   
]
 2399   2428   
 2400   2429   
[[package]]
 2401   2430   
name = "aws-sdk-comprehend"
 2402         -
version = "1.30.0"
        2431  +
version = "1.31.0"
 2403   2432   
dependencies = [
 2404         -
 "aws-config",
 2405         -
 "aws-credential-types 1.2.0",
 2406         -
 "aws-runtime 1.2.2",
 2407         -
 "aws-smithy-async 1.2.1",
 2408         -
 "aws-smithy-http 0.60.8",
 2409         -
 "aws-smithy-json 0.60.7",
 2410         -
 "aws-smithy-runtime 1.5.7",
 2411         -
 "aws-smithy-runtime-api 1.6.3",
 2412         -
 "aws-smithy-types 1.2.0",
 2413         -
 "aws-types 1.3.1",
        2433  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2434  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2435  +
 "aws-runtime 1.3.0",
        2436  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2437  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2438  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2439  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2440  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2441  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2442  +
 "aws-types 1.3.2",
 2414   2443   
 "bytes",
 2415   2444   
 "fastrand 2.0.2",
 2416   2445   
 "http 0.2.12",
 2417   2446   
 "once_cell",
 2418   2447   
 "regex-lite",
 2419   2448   
 "tokio",
 2420   2449   
 "tracing",
 2421   2450   
]
 2422   2451   
 2423   2452   
[[package]]
 2424   2453   
name = "aws-sdk-comprehendmedical"
 2425         -
version = "1.30.0"
        2454  +
version = "1.31.0"
 2426   2455   
dependencies = [
 2427         -
 "aws-config",
 2428         -
 "aws-credential-types 1.2.0",
 2429         -
 "aws-runtime 1.2.2",
 2430         -
 "aws-smithy-async 1.2.1",
 2431         -
 "aws-smithy-http 0.60.8",
 2432         -
 "aws-smithy-json 0.60.7",
 2433         -
 "aws-smithy-runtime 1.5.7",
 2434         -
 "aws-smithy-runtime-api 1.6.3",
 2435         -
 "aws-smithy-types 1.2.0",
 2436         -
 "aws-types 1.3.1",
        2456  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2457  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2458  +
 "aws-runtime 1.3.0",
        2459  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2460  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2461  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2462  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2463  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2464  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2465  +
 "aws-types 1.3.2",
 2437   2466   
 "bytes",
 2438   2467   
 "fastrand 2.0.2",
 2439   2468   
 "http 0.2.12",
 2440   2469   
 "once_cell",
 2441   2470   
 "regex-lite",
 2442   2471   
 "tokio",
 2443   2472   
 "tracing",
 2444   2473   
]
 2445   2474   
 2446   2475   
[[package]]
 2447   2476   
name = "aws-sdk-computeoptimizer"
 2448         -
version = "1.31.0"
        2477  +
version = "1.32.0"
 2449   2478   
dependencies = [
 2450         -
 "aws-config",
 2451         -
 "aws-credential-types 1.2.0",
 2452         -
 "aws-runtime 1.2.2",
 2453         -
 "aws-smithy-async 1.2.1",
 2454         -
 "aws-smithy-http 0.60.8",
 2455         -
 "aws-smithy-json 0.60.7",
 2456         -
 "aws-smithy-runtime 1.5.7",
 2457         -
 "aws-smithy-runtime-api 1.6.3",
 2458         -
 "aws-smithy-types 1.2.0",
 2459         -
 "aws-types 1.3.1",
        2479  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2480  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2481  +
 "aws-runtime 1.3.0",
        2482  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2483  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2484  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2485  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2486  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2487  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2488  +
 "aws-types 1.3.2",
 2460   2489   
 "bytes",
 2461   2490   
 "http 0.2.12",
 2462   2491   
 "once_cell",
 2463   2492   
 "regex-lite",
 2464   2493   
 "tokio",
 2465   2494   
 "tracing",
 2466   2495   
]
 2467   2496   
 2468   2497   
[[package]]
 2469   2498   
name = "aws-sdk-config"
 2470         -
version = "1.31.0"
        2499  +
version = "1.32.0"
 2471   2500   
dependencies = [
 2472         -
 "aws-config",
 2473         -
 "aws-credential-types 1.2.0",
 2474         -
 "aws-runtime 1.2.2",
 2475         -
 "aws-smithy-async 1.2.1",
 2476         -
 "aws-smithy-http 0.60.8",
 2477         -
 "aws-smithy-json 0.60.7",
 2478         -
 "aws-smithy-runtime 1.5.7",
 2479         -
 "aws-smithy-runtime-api 1.6.3",
 2480         -
 "aws-smithy-types 1.2.0",
 2481         -
 "aws-types 1.3.1",
        2501  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2502  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2503  +
 "aws-runtime 1.3.0",
        2504  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2505  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2506  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2507  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2508  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2509  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2510  +
 "aws-types 1.3.2",
 2482   2511   
 "bytes",
 2483   2512   
 "http 0.2.12",
 2484   2513   
 "once_cell",
 2485   2514   
 "regex-lite",
 2486   2515   
 "tokio",
 2487   2516   
 "tracing",
 2488   2517   
]
 2489   2518   
 2490   2519   
[[package]]
 2491   2520   
name = "aws-sdk-connect"
 2492         -
version = "1.44.0"
        2521  +
version = "1.45.0"
 2493   2522   
dependencies = [
 2494         -
 "aws-config",
 2495         -
 "aws-credential-types 1.2.0",
 2496         -
 "aws-runtime 1.2.2",
 2497         -
 "aws-smithy-async 1.2.1",
 2498         -
 "aws-smithy-http 0.60.8",
 2499         -
 "aws-smithy-json 0.60.7",
 2500         -
 "aws-smithy-runtime 1.5.7",
 2501         -
 "aws-smithy-runtime-api 1.6.3",
 2502         -
 "aws-smithy-types 1.2.0",
 2503         -
 "aws-types 1.3.1",
        2523  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2524  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2525  +
 "aws-runtime 1.3.0",
        2526  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2527  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2528  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2529  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2530  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2531  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2532  +
 "aws-types 1.3.2",
 2504   2533   
 "bytes",
 2505   2534   
 "fastrand 2.0.2",
 2506   2535   
 "http 0.2.12",
 2507   2536   
 "once_cell",
 2508   2537   
 "regex-lite",
 2509   2538   
 "tokio",
 2510   2539   
 "tracing",
 2511   2540   
]
 2512   2541   
 2513   2542   
[[package]]
 2514   2543   
name = "aws-sdk-connectcampaigns"
 2515         -
version = "1.32.0"
        2544  +
version = "1.33.0"
 2516   2545   
dependencies = [
 2517         -
 "aws-config",
 2518         -
 "aws-credential-types 1.2.0",
 2519         -
 "aws-runtime 1.2.2",
 2520         -
 "aws-smithy-async 1.2.1",
 2521         -
 "aws-smithy-http 0.60.8",
 2522         -
 "aws-smithy-json 0.60.7",
 2523         -
 "aws-smithy-runtime 1.5.7",
 2524         -
 "aws-smithy-runtime-api 1.6.3",
 2525         -
 "aws-smithy-types 1.2.0",
 2526         -
 "aws-types 1.3.1",
        2546  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2547  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2548  +
 "aws-runtime 1.3.0",
        2549  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2550  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2551  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2552  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2553  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2554  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2555  +
 "aws-types 1.3.2",
 2527   2556   
 "bytes",
 2528   2557   
 "http 0.2.12",
 2529   2558   
 "once_cell",
 2530   2559   
 "regex-lite",
 2531   2560   
 "tokio",
 2532   2561   
 "tracing",
 2533   2562   
]
 2534   2563   
 2535   2564   
[[package]]
 2536   2565   
name = "aws-sdk-connectcases"
 2537         -
version = "1.33.0"
        2566  +
version = "1.34.0"
 2538   2567   
dependencies = [
 2539         -
 "aws-config",
 2540         -
 "aws-credential-types 1.2.0",
 2541         -
 "aws-runtime 1.2.2",
 2542         -
 "aws-smithy-async 1.2.1",
 2543         -
 "aws-smithy-http 0.60.8",
 2544         -
 "aws-smithy-json 0.60.7",
 2545         -
 "aws-smithy-runtime 1.5.7",
 2546         -
 "aws-smithy-runtime-api 1.6.3",
 2547         -
 "aws-smithy-types 1.2.0",
 2548         -
 "aws-types 1.3.1",
        2568  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2569  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2570  +
 "aws-runtime 1.3.0",
        2571  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2572  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2573  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2574  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2575  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2576  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2577  +
 "aws-types 1.3.2",
 2549   2578   
 "bytes",
 2550   2579   
 "fastrand 2.0.2",
 2551   2580   
 "http 0.2.12",
 2552   2581   
 "once_cell",
 2553   2582   
 "regex-lite",
 2554   2583   
 "tokio",
 2555   2584   
 "tracing",
 2556   2585   
]
 2557   2586   
 2558   2587   
[[package]]
 2559   2588   
name = "aws-sdk-connectcontactlens"
 2560         -
version = "1.30.0"
        2589  +
version = "1.31.0"
 2561   2590   
dependencies = [
 2562         -
 "aws-config",
 2563         -
 "aws-credential-types 1.2.0",
 2564         -
 "aws-runtime 1.2.2",
 2565         -
 "aws-smithy-async 1.2.1",
 2566         -
 "aws-smithy-http 0.60.8",
 2567         -
 "aws-smithy-json 0.60.7",
 2568         -
 "aws-smithy-runtime 1.5.7",
 2569         -
 "aws-smithy-runtime-api 1.6.3",
 2570         -
 "aws-smithy-types 1.2.0",
 2571         -
 "aws-types 1.3.1",
        2591  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2592  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2593  +
 "aws-runtime 1.3.0",
        2594  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2595  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2596  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2597  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2598  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2599  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2600  +
 "aws-types 1.3.2",
 2572   2601   
 "bytes",
 2573   2602   
 "http 0.2.12",
 2574   2603   
 "once_cell",
 2575   2604   
 "regex-lite",
 2576   2605   
 "tokio",
 2577   2606   
 "tracing",
 2578   2607   
]
 2579   2608   
 2580   2609   
[[package]]
 2581   2610   
name = "aws-sdk-connectparticipant"
 2582         -
version = "1.31.0"
        2611  +
version = "1.32.0"
 2583   2612   
dependencies = [
 2584         -
 "aws-config",
 2585         -
 "aws-credential-types 1.2.0",
 2586         -
 "aws-runtime 1.2.2",
 2587         -
 "aws-smithy-async 1.2.1",
 2588         -
 "aws-smithy-http 0.60.8",
 2589         -
 "aws-smithy-json 0.60.7",
 2590         -
 "aws-smithy-runtime 1.5.7",
 2591         -
 "aws-smithy-runtime-api 1.6.3",
 2592         -
 "aws-smithy-types 1.2.0",
 2593         -
 "aws-types 1.3.1",
        2613  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2614  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2615  +
 "aws-runtime 1.3.0",
        2616  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2617  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2618  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2619  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2620  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2621  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2622  +
 "aws-types 1.3.2",
 2594   2623   
 "bytes",
 2595   2624   
 "fastrand 2.0.2",
 2596   2625   
 "http 0.2.12",
 2597   2626   
 "once_cell",
 2598   2627   
 "regex-lite",
 2599   2628   
 "tokio",
 2600   2629   
 "tracing",
 2601   2630   
]
 2602   2631   
 2603   2632   
[[package]]
 2604   2633   
name = "aws-sdk-controlcatalog"
 2605         -
version = "1.11.0"
        2634  +
version = "1.12.0"
 2606   2635   
dependencies = [
 2607         -
 "aws-config",
 2608         -
 "aws-credential-types 1.2.0",
 2609         -
 "aws-runtime 1.2.2",
 2610         -
 "aws-smithy-async 1.2.1",
 2611         -
 "aws-smithy-http 0.60.8",
 2612         -
 "aws-smithy-json 0.60.7",
 2613         -
 "aws-smithy-runtime 1.5.7",
 2614         -
 "aws-smithy-runtime-api 1.6.3",
 2615         -
 "aws-smithy-types 1.2.0",
 2616         -
 "aws-types 1.3.1",
        2636  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2637  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2638  +
 "aws-runtime 1.3.0",
        2639  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2640  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2641  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2642  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2643  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2644  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2645  +
 "aws-types 1.3.2",
 2617   2646   
 "bytes",
 2618   2647   
 "http 0.2.12",
 2619   2648   
 "once_cell",
 2620   2649   
 "regex-lite",
 2621   2650   
 "tokio",
 2622   2651   
 "tracing",
 2623   2652   
]
 2624   2653   
 2625   2654   
[[package]]
 2626   2655   
name = "aws-sdk-controltower"
 2627         -
version = "1.32.0"
        2656  +
version = "1.33.0"
 2628   2657   
dependencies = [
 2629         -
 "aws-config",
 2630         -
 "aws-credential-types 1.2.0",
 2631         -
 "aws-runtime 1.2.2",
 2632         -
 "aws-smithy-async 1.2.1",
 2633         -
 "aws-smithy-http 0.60.8",
 2634         -
 "aws-smithy-json 0.60.7",
 2635         -
 "aws-smithy-runtime 1.5.7",
 2636         -
 "aws-smithy-runtime-api 1.6.3",
 2637         -
 "aws-smithy-types 1.2.0",
 2638         -
 "aws-types 1.3.1",
        2658  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2659  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2660  +
 "aws-runtime 1.3.0",
        2661  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2662  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2663  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2664  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2665  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2666  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2667  +
 "aws-types 1.3.2",
 2639   2668   
 "bytes",
 2640   2669   
 "http 0.2.12",
 2641   2670   
 "once_cell",
 2642   2671   
 "regex-lite",
 2643   2672   
 "tokio",
 2644   2673   
 "tracing",
 2645   2674   
]
 2646   2675   
 2647   2676   
[[package]]
 2648   2677   
name = "aws-sdk-costandusagereport"
 2649         -
version = "1.30.0"
        2678  +
version = "1.31.0"
 2650   2679   
dependencies = [
 2651         -
 "aws-config",
 2652         -
 "aws-credential-types 1.2.0",
 2653         -
 "aws-runtime 1.2.2",
 2654         -
 "aws-smithy-async 1.2.1",
 2655         -
 "aws-smithy-http 0.60.8",
 2656         -
 "aws-smithy-json 0.60.7",
 2657         -
 "aws-smithy-runtime 1.5.7",
 2658         -
 "aws-smithy-runtime-api 1.6.3",
 2659         -
 "aws-smithy-types 1.2.0",
 2660         -
 "aws-types 1.3.1",
        2680  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2681  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2682  +
 "aws-runtime 1.3.0",
        2683  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2684  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2685  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2686  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2687  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2688  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2689  +
 "aws-types 1.3.2",
 2661   2690   
 "bytes",
 2662   2691   
 "http 0.2.12",
 2663   2692   
 "once_cell",
 2664   2693   
 "regex-lite",
 2665   2694   
 "tokio",
 2666   2695   
 "tracing",
 2667   2696   
]
 2668   2697   
 2669   2698   
[[package]]
 2670   2699   
name = "aws-sdk-costexplorer"
 2671         -
version = "1.32.0"
        2700  +
version = "1.33.0"
 2672   2701   
dependencies = [
 2673         -
 "aws-config",
 2674         -
 "aws-credential-types 1.2.0",
 2675         -
 "aws-runtime 1.2.2",
 2676         -
 "aws-smithy-async 1.2.1",
 2677         -
 "aws-smithy-http 0.60.8",
 2678         -
 "aws-smithy-json 0.60.7",
 2679         -
 "aws-smithy-runtime 1.5.7",
 2680         -
 "aws-smithy-runtime-api 1.6.3",
 2681         -
 "aws-smithy-types 1.2.0",
 2682         -
 "aws-types 1.3.1",
        2702  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2703  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2704  +
 "aws-runtime 1.3.0",
        2705  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2706  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2707  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2708  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2709  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2710  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2711  +
 "aws-types 1.3.2",
 2683   2712   
 "bytes",
 2684   2713   
 "http 0.2.12",
 2685   2714   
 "once_cell",
 2686   2715   
 "regex-lite",
 2687   2716   
 "tokio",
 2688   2717   
 "tracing",
 2689   2718   
]
 2690   2719   
 2691   2720   
[[package]]
 2692   2721   
name = "aws-sdk-costoptimizationhub"
 2693         -
version = "1.29.0"
        2722  +
version = "1.30.0"
 2694   2723   
dependencies = [
 2695         -
 "aws-config",
 2696         -
 "aws-credential-types 1.2.0",
 2697         -
 "aws-runtime 1.2.2",
 2698         -
 "aws-smithy-async 1.2.1",
 2699         -
 "aws-smithy-http 0.60.8",
 2700         -
 "aws-smithy-json 0.60.7",
 2701         -
 "aws-smithy-runtime 1.5.7",
 2702         -
 "aws-smithy-runtime-api 1.6.3",
 2703         -
 "aws-smithy-types 1.2.0",
 2704         -
 "aws-types 1.3.1",
        2724  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2725  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2726  +
 "aws-runtime 1.3.0",
        2727  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2728  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2729  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2730  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2731  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2732  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2733  +
 "aws-types 1.3.2",
 2705   2734   
 "bytes",
 2706   2735   
 "http 0.2.12",
 2707   2736   
 "once_cell",
 2708   2737   
 "regex-lite",
 2709   2738   
 "tokio",
 2710   2739   
 "tracing",
 2711   2740   
]
 2712   2741   
 2713   2742   
[[package]]
 2714   2743   
name = "aws-sdk-customerprofiles"
 2715         -
version = "1.31.0"
        2744  +
version = "1.32.0"
 2716   2745   
dependencies = [
 2717         -
 "aws-config",
 2718         -
 "aws-credential-types 1.2.0",
 2719         -
 "aws-runtime 1.2.2",
 2720         -
 "aws-smithy-async 1.2.1",
 2721         -
 "aws-smithy-http 0.60.8",
 2722         -
 "aws-smithy-json 0.60.7",
 2723         -
 "aws-smithy-runtime 1.5.7",
 2724         -
 "aws-smithy-runtime-api 1.6.3",
 2725         -
 "aws-smithy-types 1.2.0",
 2726         -
 "aws-types 1.3.1",
        2746  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2747  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2748  +
 "aws-runtime 1.3.0",
        2749  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2750  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2751  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2752  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2753  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2754  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2755  +
 "aws-types 1.3.2",
 2727   2756   
 "bytes",
 2728   2757   
 "http 0.2.12",
 2729   2758   
 "once_cell",
 2730   2759   
 "regex-lite",
 2731   2760   
 "tokio",
 2732   2761   
 "tracing",
 2733   2762   
]
 2734   2763   
 2735   2764   
[[package]]
 2736   2765   
name = "aws-sdk-databasemigration"
 2737         -
version = "1.30.0"
        2766  +
version = "1.31.0"
 2738   2767   
dependencies = [
 2739         -
 "aws-config",
 2740         -
 "aws-credential-types 1.2.0",
 2741         -
 "aws-runtime 1.2.2",
 2742         -
 "aws-smithy-async 1.2.1",
 2743         -
 "aws-smithy-http 0.60.8",
 2744         -
 "aws-smithy-json 0.60.7",
 2745         -
 "aws-smithy-runtime 1.5.7",
 2746         -
 "aws-smithy-runtime-api 1.6.3",
 2747         -
 "aws-smithy-types 1.2.0",
 2748         -
 "aws-types 1.3.1",
 2749         -
 "bytes",
 2750         -
 "http 0.2.12",
 2751         -
 "once_cell",
 2752         -
 "regex-lite",
        2768  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2769  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2770  +
 "aws-runtime 1.3.0",
        2771  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2772  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2773  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2774  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2775  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2776  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2777  +
 "aws-types 1.3.2",
        2778  +
 "bytes",
        2779  +
 "http 0.2.12",
        2780  +
 "once_cell",
        2781  +
 "regex-lite",
 2753   2782   
 "tokio",
 2754   2783   
 "tracing",
 2755   2784   
]
 2756   2785   
 2757   2786   
[[package]]
 2758   2787   
name = "aws-sdk-databrew"
 2759         -
version = "1.30.0"
        2788  +
version = "1.31.0"
 2760   2789   
dependencies = [
 2761         -
 "aws-config",
 2762         -
 "aws-credential-types 1.2.0",
 2763         -
 "aws-runtime 1.2.2",
 2764         -
 "aws-smithy-async 1.2.1",
 2765         -
 "aws-smithy-http 0.60.8",
 2766         -
 "aws-smithy-json 0.60.7",
 2767         -
 "aws-smithy-runtime 1.5.7",
 2768         -
 "aws-smithy-runtime-api 1.6.3",
 2769         -
 "aws-smithy-types 1.2.0",
 2770         -
 "aws-types 1.3.1",
        2790  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2791  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2792  +
 "aws-runtime 1.3.0",
        2793  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2794  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2795  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2796  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2797  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2798  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2799  +
 "aws-types 1.3.2",
 2771   2800   
 "bytes",
 2772   2801   
 "http 0.2.12",
 2773   2802   
 "once_cell",
 2774   2803   
 "regex-lite",
 2775   2804   
 "tokio",
 2776   2805   
 "tracing",
 2777   2806   
]
 2778   2807   
 2779   2808   
[[package]]
 2780   2809   
name = "aws-sdk-dataexchange"
 2781         -
version = "1.30.0"
        2810  +
version = "1.31.0"
 2782   2811   
dependencies = [
 2783         -
 "aws-config",
 2784         -
 "aws-credential-types 1.2.0",
 2785         -
 "aws-runtime 1.2.2",
 2786         -
 "aws-smithy-async 1.2.1",
 2787         -
 "aws-smithy-http 0.60.8",
 2788         -
 "aws-smithy-json 0.60.7",
 2789         -
 "aws-smithy-runtime 1.5.7",
 2790         -
 "aws-smithy-runtime-api 1.6.3",
 2791         -
 "aws-smithy-types 1.2.0",
 2792         -
 "aws-types 1.3.1",
        2812  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2813  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2814  +
 "aws-runtime 1.3.0",
        2815  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2816  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2817  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2818  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2819  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2820  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2821  +
 "aws-types 1.3.2",
 2793   2822   
 "bytes",
 2794   2823   
 "fastrand 2.0.2",
 2795   2824   
 "http 0.2.12",
 2796   2825   
 "once_cell",
 2797   2826   
 "regex-lite",
 2798   2827   
 "tokio",
 2799   2828   
 "tracing",
 2800   2829   
]
 2801   2830   
 2802   2831   
[[package]]
 2803   2832   
name = "aws-sdk-datapipeline"
 2804         -
version = "1.30.0"
        2833  +
version = "1.31.0"
 2805   2834   
dependencies = [
 2806         -
 "aws-config",
 2807         -
 "aws-credential-types 1.2.0",
 2808         -
 "aws-runtime 1.2.2",
 2809         -
 "aws-smithy-async 1.2.1",
 2810         -
 "aws-smithy-http 0.60.8",
 2811         -
 "aws-smithy-json 0.60.7",
 2812         -
 "aws-smithy-runtime 1.5.7",
 2813         -
 "aws-smithy-runtime-api 1.6.3",
 2814         -
 "aws-smithy-types 1.2.0",
 2815         -
 "aws-types 1.3.1",
        2835  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2836  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2837  +
 "aws-runtime 1.3.0",
        2838  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2839  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2840  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2841  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2842  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2843  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2844  +
 "aws-types 1.3.2",
 2816   2845   
 "bytes",
 2817   2846   
 "http 0.2.12",
 2818   2847   
 "once_cell",
 2819   2848   
 "regex-lite",
 2820   2849   
 "tokio",
 2821   2850   
 "tracing",
 2822   2851   
]
 2823   2852   
 2824   2853   
[[package]]
 2825   2854   
name = "aws-sdk-datasync"
 2826         -
version = "1.33.0"
        2855  +
version = "1.34.0"
 2827   2856   
dependencies = [
 2828         -
 "aws-config",
 2829         -
 "aws-credential-types 1.2.0",
 2830         -
 "aws-runtime 1.2.2",
 2831         -
 "aws-smithy-async 1.2.1",
 2832         -
 "aws-smithy-http 0.60.8",
 2833         -
 "aws-smithy-json 0.60.7",
 2834         -
 "aws-smithy-runtime 1.5.7",
 2835         -
 "aws-smithy-runtime-api 1.6.3",
 2836         -
 "aws-smithy-types 1.2.0",
 2837         -
 "aws-types 1.3.1",
        2857  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2858  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2859  +
 "aws-runtime 1.3.0",
        2860  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2861  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2862  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2863  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2864  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2865  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2866  +
 "aws-types 1.3.2",
 2838   2867   
 "bytes",
 2839   2868   
 "fastrand 2.0.2",
 2840   2869   
 "http 0.2.12",
 2841   2870   
 "once_cell",
 2842   2871   
 "regex-lite",
 2843   2872   
 "tokio",
 2844   2873   
 "tracing",
 2845   2874   
]
 2846   2875   
 2847   2876   
[[package]]
 2848   2877   
name = "aws-sdk-datazone"
 2849         -
version = "1.33.0"
        2878  +
version = "1.35.0"
 2850   2879   
dependencies = [
 2851         -
 "aws-config",
 2852         -
 "aws-credential-types 1.2.0",
 2853         -
 "aws-runtime 1.2.2",
 2854         -
 "aws-smithy-async 1.2.1",
 2855         -
 "aws-smithy-http 0.60.8",
 2856         -
 "aws-smithy-json 0.60.7",
 2857         -
 "aws-smithy-runtime 1.5.7",
 2858         -
 "aws-smithy-runtime-api 1.6.3",
 2859         -
 "aws-smithy-types 1.2.0",
 2860         -
 "aws-types 1.3.1",
        2880  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2881  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2882  +
 "aws-runtime 1.3.0",
        2883  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2884  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2885  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2886  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2887  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2888  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2889  +
 "aws-types 1.3.2",
 2861   2890   
 "bytes",
 2862   2891   
 "fastrand 2.0.2",
 2863   2892   
 "http 0.2.12",
 2864   2893   
 "once_cell",
 2865   2894   
 "regex-lite",
 2866   2895   
 "tokio",
 2867   2896   
 "tracing",
 2868   2897   
]
 2869   2898   
 2870   2899   
[[package]]
 2871   2900   
name = "aws-sdk-dax"
 2872         -
version = "1.30.0"
        2901  +
version = "1.31.0"
 2873   2902   
dependencies = [
 2874         -
 "aws-config",
 2875         -
 "aws-credential-types 1.2.0",
 2876         -
 "aws-runtime 1.2.2",
 2877         -
 "aws-smithy-async 1.2.1",
 2878         -
 "aws-smithy-http 0.60.8",
 2879         -
 "aws-smithy-json 0.60.7",
 2880         -
 "aws-smithy-runtime 1.5.7",
 2881         -
 "aws-smithy-runtime-api 1.6.3",
 2882         -
 "aws-smithy-types 1.2.0",
 2883         -
 "aws-types 1.3.1",
        2903  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2904  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2905  +
 "aws-runtime 1.3.0",
        2906  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2907  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2908  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2909  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2910  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2911  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2912  +
 "aws-types 1.3.2",
 2884   2913   
 "bytes",
 2885   2914   
 "http 0.2.12",
 2886   2915   
 "once_cell",
 2887   2916   
 "regex-lite",
 2888   2917   
 "tokio",
 2889   2918   
 "tracing",
 2890   2919   
]
 2891   2920   
 2892   2921   
[[package]]
 2893   2922   
name = "aws-sdk-deadline"
 2894         -
version = "1.12.0"
        2923  +
version = "1.13.0"
 2895   2924   
dependencies = [
 2896         -
 "aws-config",
 2897         -
 "aws-credential-types 1.2.0",
 2898         -
 "aws-runtime 1.2.2",
 2899         -
 "aws-smithy-async 1.2.1",
 2900         -
 "aws-smithy-http 0.60.8",
 2901         -
 "aws-smithy-json 0.60.7",
 2902         -
 "aws-smithy-runtime 1.5.7",
 2903         -
 "aws-smithy-runtime-api 1.6.3",
 2904         -
 "aws-smithy-types 1.2.0",
 2905         -
 "aws-types 1.3.1",
        2925  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2926  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2927  +
 "aws-runtime 1.3.0",
        2928  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2929  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2930  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2931  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2932  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2933  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2934  +
 "aws-types 1.3.2",
 2906   2935   
 "bytes",
 2907   2936   
 "fastrand 2.0.2",
 2908   2937   
 "http 0.2.12",
 2909   2938   
 "once_cell",
 2910   2939   
 "regex-lite",
 2911   2940   
 "tokio",
 2912   2941   
 "tracing",
 2913   2942   
]
 2914   2943   
 2915   2944   
[[package]]
 2916   2945   
name = "aws-sdk-detective"
 2917         -
version = "1.30.0"
        2946  +
version = "1.31.0"
 2918   2947   
dependencies = [
 2919         -
 "aws-config",
 2920         -
 "aws-credential-types 1.2.0",
 2921         -
 "aws-runtime 1.2.2",
 2922         -
 "aws-smithy-async 1.2.1",
 2923         -
 "aws-smithy-http 0.60.8",
 2924         -
 "aws-smithy-json 0.60.7",
 2925         -
 "aws-smithy-runtime 1.5.7",
 2926         -
 "aws-smithy-runtime-api 1.6.3",
 2927         -
 "aws-smithy-types 1.2.0",
 2928         -
 "aws-types 1.3.1",
        2948  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2949  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2950  +
 "aws-runtime 1.3.0",
        2951  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2952  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2953  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2954  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2955  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2956  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2957  +
 "aws-types 1.3.2",
 2929   2958   
 "bytes",
 2930   2959   
 "http 0.2.12",
 2931   2960   
 "once_cell",
 2932   2961   
 "regex-lite",
 2933   2962   
 "tokio",
 2934   2963   
 "tracing",
 2935   2964   
]
 2936   2965   
 2937   2966   
[[package]]
 2938   2967   
name = "aws-sdk-devicefarm"
 2939         -
version = "1.30.0"
        2968  +
version = "1.31.0"
 2940   2969   
dependencies = [
 2941         -
 "aws-config",
 2942         -
 "aws-credential-types 1.2.0",
 2943         -
 "aws-runtime 1.2.2",
 2944         -
 "aws-smithy-async 1.2.1",
 2945         -
 "aws-smithy-http 0.60.8",
 2946         -
 "aws-smithy-json 0.60.7",
 2947         -
 "aws-smithy-runtime 1.5.7",
 2948         -
 "aws-smithy-runtime-api 1.6.3",
 2949         -
 "aws-smithy-types 1.2.0",
 2950         -
 "aws-types 1.3.1",
        2970  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2971  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2972  +
 "aws-runtime 1.3.0",
        2973  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2974  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2975  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2976  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2977  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2978  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2979  +
 "aws-types 1.3.2",
 2951   2980   
 "bytes",
 2952   2981   
 "http 0.2.12",
 2953   2982   
 "once_cell",
 2954   2983   
 "regex-lite",
 2955   2984   
 "tokio",
 2956   2985   
 "tracing",
 2957   2986   
]
 2958   2987   
 2959   2988   
[[package]]
 2960   2989   
name = "aws-sdk-devopsguru"
 2961         -
version = "1.30.0"
        2990  +
version = "1.31.0"
 2962   2991   
dependencies = [
 2963         -
 "aws-config",
 2964         -
 "aws-credential-types 1.2.0",
 2965         -
 "aws-runtime 1.2.2",
 2966         -
 "aws-smithy-async 1.2.1",
 2967         -
 "aws-smithy-http 0.60.8",
 2968         -
 "aws-smithy-json 0.60.7",
 2969         -
 "aws-smithy-runtime 1.5.7",
 2970         -
 "aws-smithy-runtime-api 1.6.3",
 2971         -
 "aws-smithy-types 1.2.0",
 2972         -
 "aws-types 1.3.1",
        2992  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2993  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2994  +
 "aws-runtime 1.3.0",
        2995  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        2996  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        2997  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        2998  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        2999  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3000  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3001  +
 "aws-types 1.3.2",
 2973   3002   
 "bytes",
 2974   3003   
 "fastrand 2.0.2",
 2975   3004   
 "http 0.2.12",
 2976   3005   
 "once_cell",
 2977   3006   
 "regex-lite",
 2978   3007   
 "tokio",
 2979   3008   
 "tracing",
 2980   3009   
]
 2981   3010   
 2982   3011   
[[package]]
 2983   3012   
name = "aws-sdk-directconnect"
 2984         -
version = "1.30.0"
        3013  +
version = "1.31.0"
 2985   3014   
dependencies = [
 2986         -
 "aws-config",
 2987         -
 "aws-credential-types 1.2.0",
 2988         -
 "aws-runtime 1.2.2",
 2989         -
 "aws-smithy-async 1.2.1",
 2990         -
 "aws-smithy-http 0.60.8",
 2991         -
 "aws-smithy-json 0.60.7",
 2992         -
 "aws-smithy-runtime 1.5.7",
 2993         -
 "aws-smithy-runtime-api 1.6.3",
 2994         -
 "aws-smithy-types 1.2.0",
 2995         -
 "aws-types 1.3.1",
        3015  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3016  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3017  +
 "aws-runtime 1.3.0",
        3018  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3019  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3020  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3021  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3022  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3023  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3024  +
 "aws-types 1.3.2",
 2996   3025   
 "bytes",
 2997   3026   
 "http 0.2.12",
 2998   3027   
 "once_cell",
 2999   3028   
 "regex-lite",
 3000   3029   
 "tokio",
 3001   3030   
 "tracing",
 3002   3031   
]
 3003   3032   
 3004   3033   
[[package]]
 3005   3034   
name = "aws-sdk-directory"
 3006         -
version = "1.30.0"
        3035  +
version = "1.32.0"
 3007   3036   
dependencies = [
 3008         -
 "aws-config",
 3009         -
 "aws-credential-types 1.2.0",
 3010         -
 "aws-runtime 1.2.2",
 3011         -
 "aws-smithy-async 1.2.1",
 3012         -
 "aws-smithy-http 0.60.8",
 3013         -
 "aws-smithy-json 0.60.7",
 3014         -
 "aws-smithy-runtime 1.5.7",
 3015         -
 "aws-smithy-runtime-api 1.6.3",
 3016         -
 "aws-smithy-types 1.2.0",
 3017         -
 "aws-types 1.3.1",
        3037  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3038  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3039  +
 "aws-runtime 1.3.0",
        3040  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3041  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3042  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3043  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3044  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3045  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3046  +
 "aws-types 1.3.2",
 3018   3047   
 "bytes",
 3019   3048   
 "http 0.2.12",
 3020   3049   
 "once_cell",
 3021   3050   
 "regex-lite",
 3022   3051   
 "tokio",
 3023   3052   
 "tracing",
 3024   3053   
]
 3025   3054   
 3026   3055   
[[package]]
 3027   3056   
name = "aws-sdk-dlm"
 3028         -
version = "1.30.0"
        3057  +
version = "1.31.0"
 3029   3058   
dependencies = [
 3030         -
 "aws-config",
 3031         -
 "aws-credential-types 1.2.0",
 3032         -
 "aws-runtime 1.2.2",
 3033         -
 "aws-smithy-async 1.2.1",
 3034         -
 "aws-smithy-http 0.60.8",
 3035         -
 "aws-smithy-json 0.60.7",
 3036         -
 "aws-smithy-runtime 1.5.7",
 3037         -
 "aws-smithy-runtime-api 1.6.3",
 3038         -
 "aws-smithy-types 1.2.0",
 3039         -
 "aws-types 1.3.1",
        3059  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3060  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3061  +
 "aws-runtime 1.3.0",
        3062  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3063  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3064  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3065  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3066  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3067  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3068  +
 "aws-types 1.3.2",
 3040   3069   
 "bytes",
 3041   3070   
 "http 0.2.12",
 3042   3071   
 "once_cell",
 3043   3072   
 "regex-lite",
 3044   3073   
 "tokio",
 3045   3074   
 "tracing",
 3046   3075   
]
 3047   3076   
 3048   3077   
[[package]]
 3049   3078   
name = "aws-sdk-docdb"
 3050         -
version = "1.32.0"
        3079  +
version = "1.33.0"
 3051   3080   
dependencies = [
 3052         -
 "aws-config",
 3053         -
 "aws-credential-types 1.2.0",
 3054         -
 "aws-runtime 1.2.2",
 3055         -
 "aws-smithy-async 1.2.1",
 3056         -
 "aws-smithy-http 0.60.8",
 3057         -
 "aws-smithy-json 0.60.7",
 3058         -
 "aws-smithy-query",
 3059         -
 "aws-smithy-runtime 1.5.7",
 3060         -
 "aws-smithy-runtime-api 1.6.3",
 3061         -
 "aws-smithy-types 1.2.0",
 3062         -
 "aws-smithy-xml 0.60.8",
 3063         -
 "aws-types 1.3.1",
        3081  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3082  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3083  +
 "aws-runtime 1.3.0",
        3084  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3085  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3086  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3087  +
 "aws-smithy-query 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3088  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3089  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3090  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3091  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3092  +
 "aws-types 1.3.2",
 3064   3093   
 "http 0.2.12",
 3065   3094   
 "once_cell",
 3066   3095   
 "regex-lite",
 3067   3096   
 "tokio",
 3068   3097   
 "tracing",
 3069   3098   
]
 3070   3099   
 3071   3100   
[[package]]
 3072   3101   
name = "aws-sdk-docdbelastic"
 3073         -
version = "1.31.0"
        3102  +
version = "1.32.0"
 3074   3103   
dependencies = [
 3075         -
 "aws-config",
 3076         -
 "aws-credential-types 1.2.0",
 3077         -
 "aws-runtime 1.2.2",
 3078         -
 "aws-smithy-async 1.2.1",
 3079         -
 "aws-smithy-http 0.60.8",
 3080         -
 "aws-smithy-json 0.60.7",
 3081         -
 "aws-smithy-runtime 1.5.7",
 3082         -
 "aws-smithy-runtime-api 1.6.3",
 3083         -
 "aws-smithy-types 1.2.0",
 3084         -
 "aws-types 1.3.1",
        3104  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3105  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3106  +
 "aws-runtime 1.3.0",
        3107  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3108  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3109  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3110  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3111  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3112  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3113  +
 "aws-types 1.3.2",
 3085   3114   
 "bytes",
 3086   3115   
 "fastrand 2.0.2",
 3087   3116   
 "http 0.2.12",
 3088   3117   
 "once_cell",
 3089   3118   
 "regex-lite",
 3090   3119   
 "tokio",
 3091   3120   
 "tracing",
 3092   3121   
]
 3093   3122   
 3094   3123   
[[package]]
 3095   3124   
name = "aws-sdk-drs"
 3096         -
version = "1.33.0"
        3125  +
version = "1.34.0"
 3097   3126   
dependencies = [
 3098         -
 "aws-config",
 3099         -
 "aws-credential-types 1.2.0",
 3100         -
 "aws-runtime 1.2.2",
 3101         -
 "aws-smithy-async 1.2.1",
 3102         -
 "aws-smithy-http 0.60.8",
 3103         -
 "aws-smithy-json 0.60.7",
 3104         -
 "aws-smithy-runtime 1.5.7",
 3105         -
 "aws-smithy-runtime-api 1.6.3",
 3106         -
 "aws-smithy-types 1.2.0",
 3107         -
 "aws-types 1.3.1",
        3127  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3128  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3129  +
 "aws-runtime 1.3.0",
        3130  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3131  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3132  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3133  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3134  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3135  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3136  +
 "aws-types 1.3.2",
 3108   3137   
 "bytes",
 3109   3138   
 "http 0.2.12",
 3110   3139   
 "once_cell",
 3111   3140   
 "regex-lite",
 3112   3141   
 "tokio",
 3113   3142   
 "tracing",
 3114   3143   
]
 3115   3144   
 3116   3145   
[[package]]
 3117   3146   
name = "aws-sdk-dynamodb"
 3118         -
version = "1.33.0"
        3147  +
version = "1.34.0"
 3119   3148   
dependencies = [
 3120   3149   
 "approx",
 3121         -
 "aws-config",
 3122         -
 "aws-credential-types 1.2.0",
 3123         -
 "aws-runtime 1.2.2",
 3124         -
 "aws-smithy-async 1.2.1",
 3125         -
 "aws-smithy-http 0.60.8",
 3126         -
 "aws-smithy-json 0.60.7",
 3127         -
 "aws-smithy-protocol-test 0.60.7",
 3128         -
 "aws-smithy-runtime 1.5.7",
 3129         -
 "aws-smithy-runtime-api 1.6.3",
 3130         -
 "aws-smithy-types 1.2.0",
 3131         -
 "aws-types 1.3.1",
        3150  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3151  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3152  +
 "aws-runtime 1.3.0",
        3153  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3154  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3155  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3156  +
 "aws-smithy-protocol-test 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3157  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3158  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3159  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3160  +
 "aws-types 1.3.2",
 3132   3161   
 "bytes",
 3133   3162   
 "criterion",
 3134   3163   
 "fastrand 2.0.2",
 3135   3164   
 "futures-util",
 3136   3165   
 "http 0.2.12",
 3137   3166   
 "once_cell",
 3138   3167   
 "regex-lite",
 3139   3168   
 "serde_json",
 3140   3169   
 "tokio",
 3141   3170   
 "tracing",
 3142   3171   
 "tracing-subscriber",
 3143   3172   
]
 3144   3173   
 3145   3174   
[[package]]
 3146   3175   
name = "aws-sdk-dynamodbstreams"
 3147         -
version = "1.30.0"
        3176  +
version = "1.31.0"
 3148   3177   
dependencies = [
 3149         -
 "aws-config",
 3150         -
 "aws-credential-types 1.2.0",
 3151         -
 "aws-runtime 1.2.2",
 3152         -
 "aws-smithy-async 1.2.1",
 3153         -
 "aws-smithy-http 0.60.8",
 3154         -
 "aws-smithy-json 0.60.7",
 3155         -
 "aws-smithy-runtime 1.5.7",
 3156         -
 "aws-smithy-runtime-api 1.6.3",
 3157         -
 "aws-smithy-types 1.2.0",
 3158         -
 "aws-types 1.3.1",
        3178  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3179  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3180  +
 "aws-runtime 1.3.0",
        3181  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3182  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3183  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3184  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3185  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3186  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3187  +
 "aws-types 1.3.2",
 3159   3188   
 "bytes",
 3160   3189   
 "http 0.2.12",
 3161   3190   
 "once_cell",
 3162   3191   
 "regex-lite",
 3163   3192   
 "tokio",
 3164   3193   
 "tracing",
 3165   3194   
]
 3166   3195   
 3167   3196   
[[package]]
 3168   3197   
name = "aws-sdk-ebs"
 3169         -
version = "1.30.0"
        3198  +
version = "1.31.0"
 3170   3199   
dependencies = [
 3171         -
 "aws-config",
 3172         -
 "aws-credential-types 1.2.0",
 3173         -
 "aws-runtime 1.2.2",
 3174         -
 "aws-sigv4 1.2.2",
 3175         -
 "aws-smithy-async 1.2.1",
 3176         -
 "aws-smithy-http 0.60.8",
 3177         -
 "aws-smithy-json 0.60.7",
 3178         -
 "aws-smithy-runtime 1.5.7",
 3179         -
 "aws-smithy-runtime-api 1.6.3",
 3180         -
 "aws-smithy-types 1.2.0",
 3181         -
 "aws-types 1.3.1",
        3200  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3201  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3202  +
 "aws-runtime 1.3.0",
        3203  +
 "aws-sigv4 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
        3204  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3205  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3206  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3207  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3208  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3209  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3210  +
 "aws-types 1.3.2",
 3182   3211   
 "bytes",
 3183   3212   
 "fastrand 2.0.2",
 3184   3213   
 "http 0.2.12",
 3185   3214   
 "once_cell",
 3186   3215   
 "pretty_assertions",
 3187   3216   
 "regex-lite",
 3188   3217   
 "tokio",
 3189   3218   
 "tracing",
 3190   3219   
]
 3191   3220   
 3192   3221   
[[package]]
 3193   3222   
name = "aws-sdk-ec2"
 3194         -
version = "1.49.0"
 3195         -
dependencies = [
 3196         -
 "aws-config",
 3197         -
 "aws-credential-types 1.2.0",
 3198         -
 "aws-runtime 1.2.2",
 3199         -
 "aws-smithy-async 1.2.1",
 3200         -
 "aws-smithy-http 0.60.8",
 3201         -
 "aws-smithy-json 0.60.7",
 3202         -
 "aws-smithy-protocol-test 0.60.7",
 3203         -
 "aws-smithy-query",
 3204         -
 "aws-smithy-runtime 1.5.7",
 3205         -
 "aws-smithy-runtime-api 1.6.3",
 3206         -
 "aws-smithy-types 1.2.0",
 3207         -
 "aws-smithy-xml 0.60.8",
 3208         -
 "aws-types 1.3.1",
        3223  +
version = "1.51.1"
        3224  +
dependencies = [
        3225  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3226  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3227  +
 "aws-runtime 1.3.0",
        3228  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3229  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3230  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3231  +
 "aws-smithy-protocol-test 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3232  +
 "aws-smithy-query 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3233  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3234  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3235  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3236  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3237  +
 "aws-types 1.3.2",
 3209   3238   
 "fastrand 2.0.2",
 3210   3239   
 "futures-util",
 3211   3240   
 "http 0.2.12",
 3212   3241   
 "once_cell",
 3213   3242   
 "regex-lite",
 3214   3243   
 "serde_json",
 3215   3244   
 "tokio",
 3216   3245   
 "tracing",
 3217   3246   
 "tracing-subscriber",
 3218   3247   
]
 3219   3248   
 3220   3249   
[[package]]
 3221   3250   
name = "aws-sdk-ec2instanceconnect"
 3222         -
version = "1.30.0"
        3251  +
version = "1.31.0"
 3223   3252   
dependencies = [
 3224         -
 "aws-config",
 3225         -
 "aws-credential-types 1.2.0",
 3226         -
 "aws-runtime 1.2.2",
 3227         -
 "aws-smithy-async 1.2.1",
 3228         -
 "aws-smithy-http 0.60.8",
 3229         -
 "aws-smithy-json 0.60.7",
 3230         -
 "aws-smithy-runtime 1.5.7",
 3231         -
 "aws-smithy-runtime-api 1.6.3",
 3232         -
 "aws-smithy-types 1.2.0",
 3233         -
 "aws-types 1.3.1",
        3253  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3254  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3255  +
 "aws-runtime 1.3.0",
        3256  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3257  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3258  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3259  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3260  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3261  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3262  +
 "aws-types 1.3.2",
 3234   3263   
 "bytes",
 3235   3264   
 "http 0.2.12",
 3236   3265   
 "once_cell",
 3237   3266   
 "regex-lite",
 3238   3267   
 "tokio",
 3239   3268   
 "tracing",
 3240   3269   
]
 3241   3270   
 3242   3271   
[[package]]
 3243   3272   
name = "aws-sdk-ecr"
 3244         -
version = "1.30.0"
        3273  +
version = "1.31.0"
 3245   3274   
dependencies = [
 3246         -
 "aws-config",
 3247         -
 "aws-credential-types 1.2.0",
 3248         -
 "aws-runtime 1.2.2",
 3249         -
 "aws-smithy-async 1.2.1",
 3250         -
 "aws-smithy-http 0.60.8",
 3251         -
 "aws-smithy-json 0.60.7",
 3252         -
 "aws-smithy-runtime 1.5.7",
 3253         -
 "aws-smithy-runtime-api 1.6.3",
 3254         -
 "aws-smithy-types 1.2.0",
 3255         -
 "aws-types 1.3.1",
        3275  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3276  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3277  +
 "aws-runtime 1.3.0",
        3278  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3279  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3280  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3281  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3282  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3283  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3284  +
 "aws-types 1.3.2",
 3256   3285   
 "bytes",
 3257   3286   
 "http 0.2.12",
 3258   3287   
 "once_cell",
 3259   3288   
 "regex-lite",
 3260   3289   
 "tokio",
 3261   3290   
 "tracing",
 3262   3291   
]
 3263   3292   
 3264   3293   
[[package]]
 3265   3294   
name = "aws-sdk-ecrpublic"
 3266         -
version = "1.30.0"
        3295  +
version = "1.31.0"
 3267   3296   
dependencies = [
 3268         -
 "aws-config",
 3269         -
 "aws-credential-types 1.2.0",
 3270         -
 "aws-runtime 1.2.2",
 3271         -
 "aws-smithy-async 1.2.1",
 3272         -
 "aws-smithy-http 0.60.8",
 3273         -
 "aws-smithy-json 0.60.7",
 3274         -
 "aws-smithy-runtime 1.5.7",
 3275         -
 "aws-smithy-runtime-api 1.6.3",
 3276         -
 "aws-smithy-types 1.2.0",
 3277         -
 "aws-types 1.3.1",
        3297  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3298  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3299  +
 "aws-runtime 1.3.0",
        3300  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3301  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3302  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3303  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3304  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3305  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3306  +
 "aws-types 1.3.2",
 3278   3307   
 "bytes",
 3279   3308   
 "http 0.2.12",
 3280   3309   
 "once_cell",
 3281   3310   
 "regex-lite",
 3282   3311   
 "tokio",
 3283   3312   
 "tracing",
 3284   3313   
]
 3285   3314   
 3286   3315   
[[package]]
 3287   3316   
name = "aws-sdk-ecs"
 3288         -
version = "1.31.0"
        3317  +
version = "1.32.0"
 3289   3318   
dependencies = [
 3290         -
 "aws-config",
 3291         -
 "aws-credential-types 1.2.0",
 3292         -
 "aws-runtime 1.2.2",
 3293         -
 "aws-smithy-async 1.2.1",
 3294         -
 "aws-smithy-http 0.60.8",
 3295         -
 "aws-smithy-json 0.60.7",
 3296         -
 "aws-smithy-runtime 1.5.7",
 3297         -
 "aws-smithy-runtime-api 1.6.3",
 3298         -
 "aws-smithy-types 1.2.0",
 3299         -
 "aws-types 1.3.1",
        3319  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3320  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3321  +
 "aws-runtime 1.3.0",
        3322  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3323  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3324  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3325  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3326  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3327  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3328  +
 "aws-types 1.3.2",
 3300   3329   
 "bytes",
 3301   3330   
 "fastrand 2.0.2",
 3302   3331   
 "http 0.2.12",
 3303   3332   
 "once_cell",
 3304   3333   
 "regex-lite",
 3305   3334   
 "tokio",
 3306   3335   
 "tracing",
 3307   3336   
]
 3308   3337   
 3309   3338   
[[package]]
 3310   3339   
name = "aws-sdk-efs"
 3311         -
version = "1.30.0"
        3340  +
version = "1.32.0"
 3312   3341   
dependencies = [
 3313         -
 "aws-config",
 3314         -
 "aws-credential-types 1.2.0",
 3315         -
 "aws-runtime 1.2.2",
 3316         -
 "aws-smithy-async 1.2.1",
 3317         -
 "aws-smithy-http 0.60.8",
 3318         -
 "aws-smithy-json 0.60.7",
 3319         -
 "aws-smithy-runtime 1.5.7",
 3320         -
 "aws-smithy-runtime-api 1.6.3",
 3321         -
 "aws-smithy-types 1.2.0",
 3322         -
 "aws-types 1.3.1",
        3342  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3343  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3344  +
 "aws-runtime 1.3.0",
        3345  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3346  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3347  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3348  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3349  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3350  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3351  +
 "aws-types 1.3.2",
 3323   3352   
 "bytes",
 3324   3353   
 "fastrand 2.0.2",
 3325   3354   
 "http 0.2.12",
 3326   3355   
 "once_cell",
 3327   3356   
 "regex-lite",
 3328   3357   
 "tokio",
 3329   3358   
 "tracing",
 3330   3359   
]
 3331   3360   
 3332   3361   
[[package]]
 3333   3362   
name = "aws-sdk-eks"
 3334         -
version = "1.33.0"
        3363  +
version = "1.34.0"
 3335   3364   
dependencies = [
 3336         -
 "aws-config",
 3337         -
 "aws-credential-types 1.2.0",
 3338         -
 "aws-runtime 1.2.2",
 3339         -
 "aws-smithy-async 1.2.1",
 3340         -
 "aws-smithy-http 0.60.8",
 3341         -
 "aws-smithy-json 0.60.7",
 3342         -
 "aws-smithy-runtime 1.5.7",
 3343         -
 "aws-smithy-runtime-api 1.6.3",
 3344         -
 "aws-smithy-types 1.2.0",
 3345         -
 "aws-types 1.3.1",
        3365  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3366  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3367  +
 "aws-runtime 1.3.0",
        3368  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3369  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3370  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3371  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3372  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3373  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3374  +
 "aws-types 1.3.2",
 3346   3375   
 "bytes",
 3347   3376   
 "fastrand 2.0.2",
 3348   3377   
 "http 0.2.12",
 3349   3378   
 "once_cell",
 3350   3379   
 "regex-lite",
 3351   3380   
 "tokio",
 3352   3381   
 "tracing",
 3353   3382   
]
 3354   3383   
 3355   3384   
[[package]]
 3356   3385   
name = "aws-sdk-eksauth"
 3357         -
version = "1.28.0"
        3386  +
version = "1.29.0"
 3358   3387   
dependencies = [
 3359         -
 "aws-config",
 3360         -
 "aws-credential-types 1.2.0",
 3361         -
 "aws-runtime 1.2.2",
 3362         -
 "aws-smithy-async 1.2.1",
 3363         -
 "aws-smithy-http 0.60.8",
 3364         -
 "aws-smithy-json 0.60.7",
 3365         -
 "aws-smithy-runtime 1.5.7",
 3366         -
 "aws-smithy-runtime-api 1.6.3",
 3367         -
 "aws-smithy-types 1.2.0",
 3368         -
 "aws-types 1.3.1",
        3388  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3389  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3390  +
 "aws-runtime 1.3.0",
        3391  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3392  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3393  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3394  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3395  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3396  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3397  +
 "aws-types 1.3.2",
 3369   3398   
 "bytes",
 3370   3399   
 "http 0.2.12",
 3371   3400   
 "once_cell",
 3372   3401   
 "regex-lite",
 3373   3402   
 "tokio",
 3374   3403   
 "tracing",
 3375   3404   
]
 3376   3405   
 3377   3406   
[[package]]
 3378   3407   
name = "aws-sdk-elasticache"
 3379         -
version = "1.32.0"
        3408  +
version = "1.33.0"
 3380   3409   
dependencies = [
 3381         -
 "aws-config",
 3382         -
 "aws-credential-types 1.2.0",
 3383         -
 "aws-runtime 1.2.2",
 3384         -
 "aws-smithy-async 1.2.1",
 3385         -
 "aws-smithy-http 0.60.8",
 3386         -
 "aws-smithy-json 0.60.7",
 3387         -
 "aws-smithy-query",
 3388         -
 "aws-smithy-runtime 1.5.7",
 3389         -
 "aws-smithy-runtime-api 1.6.3",
 3390         -
 "aws-smithy-types 1.2.0",
 3391         -
 "aws-smithy-xml 0.60.8",
 3392         -
 "aws-types 1.3.1",
        3410  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3411  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3412  +
 "aws-runtime 1.3.0",
        3413  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3414  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3415  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3416  +
 "aws-smithy-query 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3417  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3418  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3419  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3420  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3421  +
 "aws-types 1.3.2",
 3393   3422   
 "http 0.2.12",
 3394   3423   
 "once_cell",
 3395   3424   
 "regex-lite",
 3396   3425   
 "tokio",
 3397   3426   
 "tracing",
 3398   3427   
]
 3399   3428   
 3400   3429   
[[package]]
 3401   3430   
name = "aws-sdk-elasticbeanstalk"
 3402         -
version = "1.30.0"
        3431  +
version = "1.31.0"
 3403   3432   
dependencies = [
 3404         -
 "aws-config",
 3405         -
 "aws-credential-types 1.2.0",
 3406         -
 "aws-runtime 1.2.2",
 3407         -
 "aws-smithy-async 1.2.1",
 3408         -
 "aws-smithy-http 0.60.8",
 3409         -
 "aws-smithy-json 0.60.7",
 3410         -
 "aws-smithy-query",
 3411         -
 "aws-smithy-runtime 1.5.7",
 3412         -
 "aws-smithy-runtime-api 1.6.3",
 3413         -
 "aws-smithy-types 1.2.0",
 3414         -
 "aws-smithy-xml 0.60.8",
 3415         -
 "aws-types 1.3.1",
        3433  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3434  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3435  +
 "aws-runtime 1.3.0",
        3436  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3437  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3438  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3439  +
 "aws-smithy-query 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3440  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3441  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3442  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3443  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3444  +
 "aws-types 1.3.2",
 3416   3445   
 "http 0.2.12",
 3417   3446   
 "once_cell",
 3418   3447   
 "regex-lite",
 3419   3448   
 "tokio",
 3420   3449   
 "tracing",
 3421   3450   
]
 3422   3451   
 3423   3452   
[[package]]
 3424   3453   
name = "aws-sdk-elasticinference"
 3425         -
version = "1.30.0"
        3454  +
version = "1.31.0"
 3426   3455   
dependencies = [
 3427         -
 "aws-config",
 3428         -
 "aws-credential-types 1.2.0",
 3429         -
 "aws-runtime 1.2.2",
 3430         -
 "aws-smithy-async 1.2.1",
 3431         -
 "aws-smithy-http 0.60.8",
 3432         -
 "aws-smithy-json 0.60.7",
 3433         -
 "aws-smithy-runtime 1.5.7",
 3434         -
 "aws-smithy-runtime-api 1.6.3",
 3435         -
 "aws-smithy-types 1.2.0",
 3436         -
 "aws-types 1.3.1",
        3456  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3457  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3458  +
 "aws-runtime 1.3.0",
        3459  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3460  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3461  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3462  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3463  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3464  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3465  +
 "aws-types 1.3.2",
 3437   3466   
 "bytes",
 3438   3467   
 "http 0.2.12",
 3439   3468   
 "once_cell",
 3440   3469   
 "regex-lite",
 3441   3470   
 "tokio",
 3442   3471   
 "tracing",
 3443   3472   
]
 3444   3473   
 3445   3474   
[[package]]
 3446   3475   
name = "aws-sdk-elasticloadbalancing"
 3447         -
version = "1.30.0"
        3476  +
version = "1.31.0"
 3448   3477   
dependencies = [
 3449         -
 "aws-config",
 3450         -
 "aws-credential-types 1.2.0",
 3451         -
 "aws-runtime 1.2.2",
 3452         -
 "aws-smithy-async 1.2.1",
 3453         -
 "aws-smithy-http 0.60.8",
 3454         -
 "aws-smithy-json 0.60.7",
 3455         -
 "aws-smithy-query",
 3456         -
 "aws-smithy-runtime 1.5.7",
 3457         -
 "aws-smithy-runtime-api 1.6.3",
 3458         -
 "aws-smithy-types 1.2.0",
 3459         -
 "aws-smithy-xml 0.60.8",
 3460         -
 "aws-types 1.3.1",
        3478  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3479  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3480  +
 "aws-runtime 1.3.0",
        3481  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3482  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3483  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3484  +
 "aws-smithy-query 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3485  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3486  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3487  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3488  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3489  +
 "aws-types 1.3.2",
 3461   3490   
 "http 0.2.12",
 3462   3491   
 "once_cell",
 3463   3492   
 "regex-lite",
 3464   3493   
 "tokio",
 3465   3494   
 "tracing",
 3466   3495   
]
 3467   3496   
 3468   3497   
[[package]]
 3469   3498   
name = "aws-sdk-elasticloadbalancingv2"
 3470         -
version = "1.32.0"
        3499  +
version = "1.33.0"
 3471   3500   
dependencies = [
 3472         -
 "aws-config",
 3473         -
 "aws-credential-types 1.2.0",
 3474         -
 "aws-runtime 1.2.2",
 3475         -
 "aws-smithy-async 1.2.1",
 3476         -
 "aws-smithy-http 0.60.8",
 3477         -
 "aws-smithy-json 0.60.7",
 3478         -
 "aws-smithy-query",
 3479         -
 "aws-smithy-runtime 1.5.7",
 3480         -
 "aws-smithy-runtime-api 1.6.3",
 3481         -
 "aws-smithy-types 1.2.0",
 3482         -
 "aws-smithy-xml 0.60.8",
 3483         -
 "aws-types 1.3.1",
        3501  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3502  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3503  +
 "aws-runtime 1.3.0",
        3504  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3505  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3506  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3507  +
 "aws-smithy-query 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3508  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3509  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3510  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3511  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3512  +
 "aws-types 1.3.2",
 3484   3513   
 "http 0.2.12",
 3485   3514   
 "once_cell",
 3486   3515   
 "regex-lite",
 3487   3516   
 "tokio",
 3488   3517   
 "tracing",
 3489   3518   
]
 3490   3519   
 3491   3520   
[[package]]
 3492   3521   
name = "aws-sdk-elasticsearch"
 3493         -
version = "1.32.0"
        3522  +
version = "1.33.0"
 3494   3523   
dependencies = [
 3495         -
 "aws-config",
 3496         -
 "aws-credential-types 1.2.0",
 3497         -
 "aws-runtime 1.2.2",
 3498         -
 "aws-smithy-async 1.2.1",
 3499         -
 "aws-smithy-http 0.60.8",
 3500         -
 "aws-smithy-json 0.60.7",
 3501         -
 "aws-smithy-runtime 1.5.7",
 3502         -
 "aws-smithy-runtime-api 1.6.3",
 3503         -
 "aws-smithy-types 1.2.0",
 3504         -
 "aws-types 1.3.1",
        3524  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3525  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3526  +
 "aws-runtime 1.3.0",
        3527  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3528  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3529  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3530  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3531  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3532  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3533  +
 "aws-types 1.3.2",
 3505   3534   
 "bytes",
 3506   3535   
 "http 0.2.12",
 3507   3536   
 "once_cell",
 3508   3537   
 "regex-lite",
 3509   3538   
 "tokio",
 3510   3539   
 "tracing",
 3511   3540   
]
 3512   3541   
 3513   3542   
[[package]]
 3514   3543   
name = "aws-sdk-elastictranscoder"
 3515         -
version = "1.30.0"
        3544  +
version = "1.31.0"
 3516   3545   
dependencies = [
 3517         -
 "aws-config",
 3518         -
 "aws-credential-types 1.2.0",
 3519         -
 "aws-runtime 1.2.2",
 3520         -
 "aws-smithy-async 1.2.1",
 3521         -
 "aws-smithy-http 0.60.8",
 3522         -
 "aws-smithy-json 0.60.7",
 3523         -
 "aws-smithy-runtime 1.5.7",
 3524         -
 "aws-smithy-runtime-api 1.6.3",
 3525         -
 "aws-smithy-types 1.2.0",
 3526         -
 "aws-types 1.3.1",
        3546  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3547  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3548  +
 "aws-runtime 1.3.0",
        3549  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3550  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3551  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3552  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3553  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3554  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3555  +
 "aws-types 1.3.2",
 3527   3556   
 "bytes",
 3528   3557   
 "http 0.2.12",
 3529   3558   
 "once_cell",
 3530   3559   
 "regex-lite",
 3531   3560   
 "tokio",
 3532   3561   
 "tracing",
 3533   3562   
]
 3534   3563   
 3535   3564   
[[package]]
 3536   3565   
name = "aws-sdk-emr"
 3537         -
version = "1.32.0"
        3566  +
version = "1.33.0"
 3538   3567   
dependencies = [
 3539         -
 "aws-config",
 3540         -
 "aws-credential-types 1.2.0",
 3541         -
 "aws-runtime 1.2.2",
 3542         -
 "aws-smithy-async 1.2.1",
 3543         -
 "aws-smithy-http 0.60.8",
 3544         -
 "aws-smithy-json 0.60.7",
 3545         -
 "aws-smithy-runtime 1.5.7",
 3546         -
 "aws-smithy-runtime-api 1.6.3",
 3547         -
 "aws-smithy-types 1.2.0",
 3548         -
 "aws-types 1.3.1",
        3568  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3569  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3570  +
 "aws-runtime 1.3.0",
        3571  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3572  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3573  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3574  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3575  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3576  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3577  +
 "aws-types 1.3.2",
 3549   3578   
 "bytes",
 3550   3579   
 "http 0.2.12",
 3551   3580   
 "once_cell",
 3552   3581   
 "regex-lite",
 3553   3582   
 "tokio",
 3554   3583   
 "tracing",
 3555   3584   
]
 3556   3585   
 3557   3586   
[[package]]
 3558   3587   
name = "aws-sdk-emrcontainers"
 3559         -
version = "1.33.0"
        3588  +
version = "1.34.0"
 3560   3589   
dependencies = [
 3561         -
 "aws-config",
 3562         -
 "aws-credential-types 1.2.0",
 3563         -
 "aws-runtime 1.2.2",
 3564         -
 "aws-smithy-async 1.2.1",
 3565         -
 "aws-smithy-http 0.60.8",
 3566         -
 "aws-smithy-json 0.60.7",
 3567         -
 "aws-smithy-runtime 1.5.7",
 3568         -
 "aws-smithy-runtime-api 1.6.3",
 3569         -
 "aws-smithy-types 1.2.0",
 3570         -
 "aws-types 1.3.1",
        3590  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3591  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3592  +
 "aws-runtime 1.3.0",
        3593  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3594  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3595  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3596  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3597  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3598  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3599  +
 "aws-types 1.3.2",
 3571   3600   
 "bytes",
 3572   3601   
 "fastrand 2.0.2",
 3573   3602   
 "http 0.2.12",
 3574   3603   
 "once_cell",
 3575   3604   
 "regex-lite",
 3576   3605   
 "tokio",
 3577   3606   
 "tracing",
 3578   3607   
]
 3579   3608   
 3580   3609   
[[package]]
 3581   3610   
name = "aws-sdk-emrserverless"
 3582         -
version = "1.33.0"
        3611  +
version = "1.34.0"
 3583   3612   
dependencies = [
 3584         -
 "aws-config",
 3585         -
 "aws-credential-types 1.2.0",
 3586         -
 "aws-runtime 1.2.2",
 3587         -
 "aws-smithy-async 1.2.1",
 3588         -
 "aws-smithy-http 0.60.8",
 3589         -
 "aws-smithy-json 0.60.7",
 3590         -
 "aws-smithy-runtime 1.5.7",
 3591         -
 "aws-smithy-runtime-api 1.6.3",
 3592         -
 "aws-smithy-types 1.2.0",
 3593         -
 "aws-types 1.3.1",
        3613  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3614  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3615  +
 "aws-runtime 1.3.0",
        3616  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3617  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3618  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3619  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3620  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3621  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3622  +
 "aws-types 1.3.2",
 3594   3623   
 "bytes",
 3595   3624   
 "fastrand 2.0.2",
 3596   3625   
 "http 0.2.12",
 3597   3626   
 "once_cell",
 3598   3627   
 "regex-lite",
 3599   3628   
 "tokio",
 3600   3629   
 "tracing",
 3601   3630   
]
 3602   3631   
 3603   3632   
[[package]]
 3604   3633   
name = "aws-sdk-entityresolution"
 3605         -
version = "1.32.0"
        3634  +
version = "1.33.0"
 3606   3635   
dependencies = [
 3607         -
 "aws-config",
 3608         -
 "aws-credential-types 1.2.0",
 3609         -
 "aws-runtime 1.2.2",
 3610         -
 "aws-smithy-async 1.2.1",
 3611         -
 "aws-smithy-http 0.60.8",
 3612         -
 "aws-smithy-json 0.60.7",
 3613         -
 "aws-smithy-runtime 1.5.7",
 3614         -
 "aws-smithy-runtime-api 1.6.3",
 3615         -
 "aws-smithy-types 1.2.0",
 3616         -
 "aws-types 1.3.1",
        3636  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3637  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3638  +
 "aws-runtime 1.3.0",
        3639  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3640  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3641  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3642  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3643  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3644  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3645  +
 "aws-types 1.3.2",
 3617   3646   
 "bytes",
 3618   3647   
 "http 0.2.12",
 3619   3648   
 "once_cell",
 3620   3649   
 "regex-lite",
 3621   3650   
 "tokio",
 3622   3651   
 "tracing",
 3623   3652   
]
 3624   3653   
 3625   3654   
[[package]]
 3626   3655   
name = "aws-sdk-eventbridge"
 3627         -
version = "1.31.0"
        3656  +
version = "1.32.0"
 3628   3657   
dependencies = [
 3629         -
 "aws-config",
 3630         -
 "aws-credential-types 1.2.0",
 3631         -
 "aws-runtime 1.2.2",
 3632         -
 "aws-smithy-async 1.2.1",
 3633         -
 "aws-smithy-http 0.60.8",
 3634         -
 "aws-smithy-json 0.60.7",
 3635         -
 "aws-smithy-runtime 1.5.7",
 3636         -
 "aws-smithy-runtime-api 1.6.3",
 3637         -
 "aws-smithy-types 1.2.0",
 3638         -
 "aws-types 1.3.1",
        3658  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3659  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3660  +
 "aws-runtime 1.3.0",
        3661  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3662  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3663  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3664  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3665  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3666  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3667  +
 "aws-types 1.3.2",
 3639   3668   
 "bytes",
 3640   3669   
 "http 0.2.12",
 3641   3670   
 "once_cell",
 3642   3671   
 "regex-lite",
 3643   3672   
 "tokio",
 3644   3673   
 "tracing",
 3645   3674   
]
 3646   3675   
 3647   3676   
[[package]]
 3648   3677   
name = "aws-sdk-evidently"
 3649         -
version = "1.30.0"
        3678  +
version = "1.31.0"
 3650   3679   
dependencies = [
 3651         -
 "aws-config",
 3652         -
 "aws-credential-types 1.2.0",
 3653         -
 "aws-runtime 1.2.2",
 3654         -
 "aws-smithy-async 1.2.1",
 3655         -
 "aws-smithy-http 0.60.8",
 3656         -
 "aws-smithy-json 0.60.7",
 3657         -
 "aws-smithy-runtime 1.5.7",
 3658         -
 "aws-smithy-runtime-api 1.6.3",
 3659         -
 "aws-smithy-types 1.2.0",
 3660         -
 "aws-types 1.3.1",
        3680  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3681  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3682  +
 "aws-runtime 1.3.0",
        3683  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3684  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3685  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3686  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3687  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3688  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3689  +
 "aws-types 1.3.2",
 3661   3690   
 "bytes",
 3662   3691   
 "http 0.2.12",
 3663   3692   
 "once_cell",
 3664   3693   
 "regex-lite",
 3665   3694   
 "tokio",
 3666   3695   
 "tracing",
 3667   3696   
]
 3668   3697   
 3669   3698   
[[package]]
 3670   3699   
name = "aws-sdk-finspace"
 3671         -
version = "1.33.0"
        3700  +
version = "1.34.0"
 3672   3701   
dependencies = [
 3673         -
 "aws-config",
 3674         -
 "aws-credential-types 1.2.0",
 3675         -
 "aws-runtime 1.2.2",
 3676         -
 "aws-smithy-async 1.2.1",
 3677         -
 "aws-smithy-http 0.60.8",
 3678         -
 "aws-smithy-json 0.60.7",
 3679         -
 "aws-smithy-runtime 1.5.7",
 3680         -
 "aws-smithy-runtime-api 1.6.3",
 3681         -
 "aws-smithy-types 1.2.0",
 3682         -
 "aws-types 1.3.1",
        3702  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3703  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3704  +
 "aws-runtime 1.3.0",
        3705  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3706  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3707  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3708  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3709  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3710  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3711  +
 "aws-types 1.3.2",
 3683   3712   
 "bytes",
 3684   3713   
 "fastrand 2.0.2",
 3685   3714   
 "http 0.2.12",
 3686   3715   
 "once_cell",
 3687   3716   
 "regex-lite",
 3688   3717   
 "tokio",
 3689   3718   
 "tracing",
 3690   3719   
]
 3691   3720   
 3692   3721   
[[package]]
 3693   3722   
name = "aws-sdk-finspacedata"
 3694         -
version = "1.30.0"
        3723  +
version = "1.31.0"
 3695   3724   
dependencies = [
 3696         -
 "aws-config",
 3697         -
 "aws-credential-types 1.2.0",
 3698         -
 "aws-runtime 1.2.2",
 3699         -
 "aws-smithy-async 1.2.1",
 3700         -
 "aws-smithy-http 0.60.8",
 3701         -
 "aws-smithy-json 0.60.7",
 3702         -
 "aws-smithy-runtime 1.5.7",
 3703         -
 "aws-smithy-runtime-api 1.6.3",
 3704         -
 "aws-smithy-types 1.2.0",
 3705         -
 "aws-types 1.3.1",
        3725  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3726  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3727  +
 "aws-runtime 1.3.0",
        3728  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3729  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3730  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3731  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3732  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3733  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3734  +
 "aws-types 1.3.2",
 3706   3735   
 "bytes",
 3707   3736   
 "fastrand 2.0.2",
 3708   3737   
 "http 0.2.12",
 3709   3738   
 "once_cell",
 3710   3739   
 "regex-lite",
 3711   3740   
 "tokio",
 3712   3741   
 "tracing",
 3713   3742   
]
 3714   3743   
 3715   3744   
[[package]]
 3716   3745   
name = "aws-sdk-firehose"
 3717         -
version = "1.33.0"
        3746  +
version = "1.34.0"
 3718   3747   
dependencies = [
 3719         -
 "aws-config",
 3720         -
 "aws-credential-types 1.2.0",
 3721         -
 "aws-runtime 1.2.2",
 3722         -
 "aws-smithy-async 1.2.1",
 3723         -
 "aws-smithy-http 0.60.8",
 3724         -
 "aws-smithy-json 0.60.7",
 3725         -
 "aws-smithy-runtime 1.5.7",
 3726         -
 "aws-smithy-runtime-api 1.6.3",
 3727         -
 "aws-smithy-types 1.2.0",
 3728         -
 "aws-types 1.3.1",
        3748  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3749  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3750  +
 "aws-runtime 1.3.0",
        3751  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3752  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3753  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3754  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3755  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3756  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3757  +
 "aws-types 1.3.2",
 3729   3758   
 "bytes",
 3730   3759   
 "http 0.2.12",
 3731   3760   
 "once_cell",
 3732   3761   
 "regex-lite",
 3733   3762   
 "tokio",
 3734   3763   
 "tracing",
 3735   3764   
]
 3736   3765   
 3737   3766   
[[package]]
 3738   3767   
name = "aws-sdk-fis"
 3739         -
version = "1.30.0"
        3768  +
version = "1.31.0"
 3740   3769   
dependencies = [
 3741         -
 "aws-config",
 3742         -
 "aws-credential-types 1.2.0",
 3743         -
 "aws-runtime 1.2.2",
 3744         -
 "aws-smithy-async 1.2.1",
 3745         -
 "aws-smithy-http 0.60.8",
 3746         -
 "aws-smithy-json 0.60.7",
 3747         -
 "aws-smithy-runtime 1.5.7",
 3748         -
 "aws-smithy-runtime-api 1.6.3",
 3749         -
 "aws-smithy-types 1.2.0",
 3750         -
 "aws-types 1.3.1",
        3770  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3771  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3772  +
 "aws-runtime 1.3.0",
        3773  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3774  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3775  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3776  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3777  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3778  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3779  +
 "aws-types 1.3.2",
 3751   3780   
 "bytes",
 3752   3781   
 "fastrand 2.0.2",
 3753   3782   
 "http 0.2.12",
 3754   3783   
 "once_cell",
 3755   3784   
 "regex-lite",
 3756   3785   
 "tokio",
 3757   3786   
 "tracing",
 3758   3787   
]
 3759   3788   
 3760   3789   
[[package]]
 3761   3790   
name = "aws-sdk-fms"
 3762         -
version = "1.32.0"
        3791  +
version = "1.33.0"
 3763   3792   
dependencies = [
 3764         -
 "aws-config",
 3765         -
 "aws-credential-types 1.2.0",
 3766         -
 "aws-runtime 1.2.2",
 3767         -
 "aws-smithy-async 1.2.1",
 3768         -
 "aws-smithy-http 0.60.8",
 3769         -
 "aws-smithy-json 0.60.7",
 3770         -
 "aws-smithy-runtime 1.5.7",
 3771         -
 "aws-smithy-runtime-api 1.6.3",
 3772         -
 "aws-smithy-types 1.2.0",
 3773         -
 "aws-types 1.3.1",
        3793  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3794  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3795  +
 "aws-runtime 1.3.0",
        3796  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3797  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3798  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3799  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3800  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3801  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3802  +
 "aws-types 1.3.2",
 3774   3803   
 "bytes",
 3775   3804   
 "http 0.2.12",
 3776   3805   
 "once_cell",
 3777   3806   
 "regex-lite",
 3778   3807   
 "tokio",
 3779   3808   
 "tracing",
 3780   3809   
]
 3781   3810   
 3782   3811   
[[package]]
 3783   3812   
name = "aws-sdk-forecast"
 3784         -
version = "1.30.0"
        3813  +
version = "1.31.0"
 3785   3814   
dependencies = [
 3786         -
 "aws-config",
 3787         -
 "aws-credential-types 1.2.0",
 3788         -
 "aws-runtime 1.2.2",
 3789         -
 "aws-smithy-async 1.2.1",
 3790         -
 "aws-smithy-http 0.60.8",
 3791         -
 "aws-smithy-json 0.60.7",
 3792         -
 "aws-smithy-runtime 1.5.7",
 3793         -
 "aws-smithy-runtime-api 1.6.3",
 3794         -
 "aws-smithy-types 1.2.0",
 3795         -
 "aws-types 1.3.1",
        3815  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3816  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3817  +
 "aws-runtime 1.3.0",
        3818  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3819  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3820  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3821  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3822  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3823  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3824  +
 "aws-types 1.3.2",
 3796   3825   
 "bytes",
 3797   3826   
 "http 0.2.12",
 3798   3827   
 "once_cell",
 3799   3828   
 "regex-lite",
 3800   3829   
 "tokio",
 3801   3830   
 "tracing",
 3802   3831   
]
 3803   3832   
 3804   3833   
[[package]]
 3805   3834   
name = "aws-sdk-forecastquery"
 3806         -
version = "1.30.0"
        3835  +
version = "1.31.0"
 3807   3836   
dependencies = [
 3808         -
 "aws-config",
 3809         -
 "aws-credential-types 1.2.0",
 3810         -
 "aws-runtime 1.2.2",
 3811         -
 "aws-smithy-async 1.2.1",
 3812         -
 "aws-smithy-http 0.60.8",
 3813         -
 "aws-smithy-json 0.60.7",
 3814         -
 "aws-smithy-runtime 1.5.7",
 3815         -
 "aws-smithy-runtime-api 1.6.3",
 3816         -
 "aws-smithy-types 1.2.0",
 3817         -
 "aws-types 1.3.1",
        3837  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3838  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3839  +
 "aws-runtime 1.3.0",
        3840  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3841  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3842  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3843  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3844  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3845  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3846  +
 "aws-types 1.3.2",
 3818   3847   
 "bytes",
 3819   3848   
 "http 0.2.12",
 3820   3849   
 "once_cell",
 3821   3850   
 "regex-lite",
 3822   3851   
 "tokio",
 3823   3852   
 "tracing",
 3824   3853   
]
 3825   3854   
 3826   3855   
[[package]]
 3827   3856   
name = "aws-sdk-frauddetector"
 3828         -
version = "1.30.0"
        3857  +
version = "1.31.0"
 3829   3858   
dependencies = [
 3830         -
 "aws-config",
 3831         -
 "aws-credential-types 1.2.0",
 3832         -
 "aws-runtime 1.2.2",
 3833         -
 "aws-smithy-async 1.2.1",
 3834         -
 "aws-smithy-http 0.60.8",
 3835         -
 "aws-smithy-json 0.60.7",
 3836         -
 "aws-smithy-runtime 1.5.7",
 3837         -
 "aws-smithy-runtime-api 1.6.3",
 3838         -
 "aws-smithy-types 1.2.0",
 3839         -
 "aws-types 1.3.1",
        3859  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3860  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3861  +
 "aws-runtime 1.3.0",
        3862  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3863  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3864  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3865  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3866  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3867  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3868  +
 "aws-types 1.3.2",
 3840   3869   
 "bytes",
 3841   3870   
 "http 0.2.12",
 3842   3871   
 "once_cell",
 3843   3872   
 "regex-lite",
 3844   3873   
 "tokio",
 3845   3874   
 "tracing",
 3846   3875   
]
 3847   3876   
 3848   3877   
[[package]]
 3849   3878   
name = "aws-sdk-freetier"
 3850         -
version = "1.28.0"
        3879  +
version = "1.29.0"
 3851   3880   
dependencies = [
 3852         -
 "aws-config",
 3853         -
 "aws-credential-types 1.2.0",
 3854         -
 "aws-runtime 1.2.2",
 3855         -
 "aws-smithy-async 1.2.1",
 3856         -
 "aws-smithy-http 0.60.8",
 3857         -
 "aws-smithy-json 0.60.7",
 3858         -
 "aws-smithy-runtime 1.5.7",
 3859         -
 "aws-smithy-runtime-api 1.6.3",
 3860         -
 "aws-smithy-types 1.2.0",
 3861         -
 "aws-types 1.3.1",
        3881  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3882  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3883  +
 "aws-runtime 1.3.0",
        3884  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3885  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3886  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3887  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3888  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3889  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3890  +
 "aws-types 1.3.2",
 3862   3891   
 "bytes",
 3863   3892   
 "http 0.2.12",
 3864   3893   
 "once_cell",
 3865   3894   
 "regex-lite",
 3866   3895   
 "tokio",
 3867   3896   
 "tracing",
 3868   3897   
]
 3869   3898   
 3870   3899   
[[package]]
 3871   3900   
name = "aws-sdk-fsx"
 3872         -
version = "1.33.0"
        3901  +
version = "1.34.0"
 3873   3902   
dependencies = [
 3874         -
 "aws-config",
 3875         -
 "aws-credential-types 1.2.0",
 3876         -
 "aws-runtime 1.2.2",
 3877         -
 "aws-smithy-async 1.2.1",
 3878         -
 "aws-smithy-http 0.60.8",
 3879         -
 "aws-smithy-json 0.60.7",
 3880         -
 "aws-smithy-runtime 1.5.7",
 3881         -
 "aws-smithy-runtime-api 1.6.3",
 3882         -
 "aws-smithy-types 1.2.0",
 3883         -
 "aws-types 1.3.1",
        3903  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3904  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3905  +
 "aws-runtime 1.3.0",
        3906  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3907  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3908  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3909  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3910  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3911  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3912  +
 "aws-types 1.3.2",
 3884   3913   
 "bytes",
 3885   3914   
 "fastrand 2.0.2",
 3886   3915   
 "http 0.2.12",
 3887   3916   
 "once_cell",
 3888   3917   
 "regex-lite",
 3889   3918   
 "tokio",
 3890   3919   
 "tracing",
 3891   3920   
]
 3892   3921   
 3893   3922   
[[package]]
 3894   3923   
name = "aws-sdk-gamelift"
 3895         -
version = "1.31.0"
        3924  +
version = "1.32.0"
 3896   3925   
dependencies = [
 3897         -
 "aws-config",
 3898         -
 "aws-credential-types 1.2.0",
 3899         -
 "aws-runtime 1.2.2",
 3900         -
 "aws-smithy-async 1.2.1",
 3901         -
 "aws-smithy-http 0.60.8",
 3902         -
 "aws-smithy-json 0.60.7",
 3903         -
 "aws-smithy-runtime 1.5.7",
 3904         -
 "aws-smithy-runtime-api 1.6.3",
 3905         -
 "aws-smithy-types 1.2.0",
 3906         -
 "aws-types 1.3.1",
        3926  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3927  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3928  +
 "aws-runtime 1.3.0",
        3929  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3930  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3931  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3932  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3933  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3934  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3935  +
 "aws-types 1.3.2",
 3907   3936   
 "bytes",
 3908   3937   
 "http 0.2.12",
 3909   3938   
 "once_cell",
 3910   3939   
 "regex-lite",
 3911   3940   
 "tokio",
 3912   3941   
 "tracing",
 3913   3942   
]
 3914   3943   
 3915   3944   
[[package]]
 3916   3945   
name = "aws-sdk-glacier"
 3917         -
version = "1.30.0"
        3946  +
version = "1.31.0"
 3918   3947   
dependencies = [
 3919         -
 "aws-config",
 3920         -
 "aws-credential-types 1.2.0",
 3921         -
 "aws-runtime 1.2.2",
 3922         -
 "aws-sigv4 1.2.2",
 3923         -
 "aws-smithy-async 1.2.1",
 3924         -
 "aws-smithy-http 0.60.8",
 3925         -
 "aws-smithy-json 0.60.7",
 3926         -
 "aws-smithy-protocol-test 0.60.7",
 3927         -
 "aws-smithy-runtime 1.5.7",
 3928         -
 "aws-smithy-runtime-api 1.6.3",
 3929         -
 "aws-smithy-types 1.2.0",
 3930         -
 "aws-types 1.3.1",
        3948  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3949  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3950  +
 "aws-runtime 1.3.0",
        3951  +
 "aws-sigv4 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
        3952  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3953  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3954  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3955  +
 "aws-smithy-protocol-test 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3956  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3957  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3958  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3959  +
 "aws-types 1.3.2",
 3931   3960   
 "bytes",
 3932   3961   
 "futures-util",
 3933   3962   
 "hex",
 3934   3963   
 "http 0.2.12",
 3935   3964   
 "once_cell",
 3936   3965   
 "pretty_assertions",
 3937   3966   
 "regex-lite",
 3938   3967   
 "ring",
 3939   3968   
 "serde_json",
 3940   3969   
 "tokio",
 3941   3970   
 "tracing",
 3942   3971   
 "tracing-subscriber",
 3943   3972   
]
 3944   3973   
 3945   3974   
[[package]]
 3946   3975   
name = "aws-sdk-globalaccelerator"
 3947         -
version = "1.32.0"
        3976  +
version = "1.33.0"
 3948   3977   
dependencies = [
 3949         -
 "aws-config",
 3950         -
 "aws-credential-types 1.2.0",
 3951         -
 "aws-runtime 1.2.2",
 3952         -
 "aws-smithy-async 1.2.1",
 3953         -
 "aws-smithy-http 0.60.8",
 3954         -
 "aws-smithy-json 0.60.7",
 3955         -
 "aws-smithy-runtime 1.5.7",
 3956         -
 "aws-smithy-runtime-api 1.6.3",
 3957         -
 "aws-smithy-types 1.2.0",
 3958         -
 "aws-types 1.3.1",
        3978  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3979  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3980  +
 "aws-runtime 1.3.0",
        3981  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        3982  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        3983  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        3984  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3985  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3986  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        3987  +
 "aws-types 1.3.2",
 3959   3988   
 "bytes",
 3960   3989   
 "fastrand 2.0.2",
 3961   3990   
 "http 0.2.12",
 3962   3991   
 "once_cell",
 3963   3992   
 "regex-lite",
 3964   3993   
 "tokio",
 3965   3994   
 "tracing",
 3966   3995   
]
 3967   3996   
 3968   3997   
[[package]]
 3969   3998   
name = "aws-sdk-glue"
 3970         -
version = "1.39.0"
        3999  +
version = "1.41.0"
 3971   4000   
dependencies = [
 3972         -
 "aws-config",
 3973         -
 "aws-credential-types 1.2.0",
 3974         -
 "aws-runtime 1.2.2",
 3975         -
 "aws-smithy-async 1.2.1",
 3976         -
 "aws-smithy-http 0.60.8",
 3977         -
 "aws-smithy-json 0.60.7",
 3978         -
 "aws-smithy-runtime 1.5.7",
 3979         -
 "aws-smithy-runtime-api 1.6.3",
 3980         -
 "aws-smithy-types 1.2.0",
 3981         -
 "aws-types 1.3.1",
        4001  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4002  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4003  +
 "aws-runtime 1.3.0",
        4004  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4005  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4006  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4007  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4008  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4009  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4010  +
 "aws-types 1.3.2",
 3982   4011   
 "bytes",
 3983   4012   
 "http 0.2.12",
 3984   4013   
 "once_cell",
 3985   4014   
 "regex-lite",
 3986   4015   
 "tokio",
 3987   4016   
 "tracing",
 3988   4017   
]
 3989   4018   
 3990   4019   
[[package]]
 3991   4020   
name = "aws-sdk-grafana"
 3992         -
version = "1.32.0"
        4021  +
version = "1.33.0"
 3993   4022   
dependencies = [
 3994         -
 "aws-config",
 3995         -
 "aws-credential-types 1.2.0",
 3996         -
 "aws-runtime 1.2.2",
 3997         -
 "aws-smithy-async 1.2.1",
 3998         -
 "aws-smithy-http 0.60.8",
 3999         -
 "aws-smithy-json 0.60.7",
 4000         -
 "aws-smithy-runtime 1.5.7",
 4001         -
 "aws-smithy-runtime-api 1.6.3",
 4002         -
 "aws-smithy-types 1.2.0",
 4003         -
 "aws-types 1.3.1",
        4023  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4024  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4025  +
 "aws-runtime 1.3.0",
        4026  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4027  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4028  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4029  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4030  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4031  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4032  +
 "aws-types 1.3.2",
 4004   4033   
 "bytes",
 4005   4034   
 "fastrand 2.0.2",
 4006   4035   
 "http 0.2.12",
 4007   4036   
 "once_cell",
 4008   4037   
 "regex-lite",
 4009   4038   
 "tokio",
 4010   4039   
 "tracing",
 4011   4040   
]
 4012   4041   
 4013   4042   
[[package]]
 4014   4043   
name = "aws-sdk-greengrass"
 4015         -
version = "1.30.0"
        4044  +
version = "1.31.0"
 4016   4045   
dependencies = [
 4017         -
 "aws-config",
 4018         -
 "aws-credential-types 1.2.0",
 4019         -
 "aws-runtime 1.2.2",
 4020         -
 "aws-smithy-async 1.2.1",
 4021         -
 "aws-smithy-http 0.60.8",
 4022         -
 "aws-smithy-json 0.60.7",
 4023         -
 "aws-smithy-runtime 1.5.7",
 4024         -
 "aws-smithy-runtime-api 1.6.3",
 4025         -
 "aws-smithy-types 1.2.0",
 4026         -
 "aws-types 1.3.1",
        4046  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4047  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4048  +
 "aws-runtime 1.3.0",
        4049  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4050  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4051  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4052  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4053  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4054  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4055  +
 "aws-types 1.3.2",
 4027   4056   
 "bytes",
 4028   4057   
 "http 0.2.12",
 4029   4058   
 "once_cell",
 4030   4059   
 "regex-lite",
 4031   4060   
 "tokio",
 4032   4061   
 "tracing",
 4033   4062   
]
 4034   4063   
 4035   4064   
[[package]]
 4036   4065   
name = "aws-sdk-greengrassv2"
 4037         -
version = "1.31.0"
        4066  +
version = "1.32.0"
 4038   4067   
dependencies = [
 4039         -
 "aws-config",
 4040         -
 "aws-credential-types 1.2.0",
 4041         -
 "aws-runtime 1.2.2",
 4042         -
 "aws-smithy-async 1.2.1",
 4043         -
 "aws-smithy-http 0.60.8",
 4044         -
 "aws-smithy-json 0.60.7",
 4045         -
 "aws-smithy-runtime 1.5.7",
 4046         -
 "aws-smithy-runtime-api 1.6.3",
 4047         -
 "aws-smithy-types 1.2.0",
 4048         -
 "aws-types 1.3.1",
        4068  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4069  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4070  +
 "aws-runtime 1.3.0",
        4071  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4072  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4073  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4074  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4075  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4076  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4077  +
 "aws-types 1.3.2",
 4049   4078   
 "bytes",
 4050   4079   
 "fastrand 2.0.2",
 4051   4080   
 "http 0.2.12",
 4052   4081   
 "once_cell",
 4053   4082   
 "regex-lite",
 4054   4083   
 "tokio",
 4055   4084   
 "tracing",
 4056   4085   
]
 4057   4086   
 4058   4087   
[[package]]
 4059   4088   
name = "aws-sdk-groundstation"
 4060         -
version = "1.31.0"
        4089  +
version = "1.32.0"
 4061   4090   
dependencies = [
 4062         -
 "aws-config",
 4063         -
 "aws-credential-types 1.2.0",
 4064         -
 "aws-runtime 1.2.2",
 4065         -
 "aws-smithy-async 1.2.1",
 4066         -
 "aws-smithy-http 0.60.8",
 4067         -
 "aws-smithy-json 0.60.7",
 4068         -
 "aws-smithy-runtime 1.5.7",
 4069         -
 "aws-smithy-runtime-api 1.6.3",
 4070         -
 "aws-smithy-types 1.2.0",
 4071         -
 "aws-types 1.3.1",
        4091  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4092  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4093  +
 "aws-runtime 1.3.0",
        4094  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4095  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4096  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4097  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4098  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4099  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4100  +
 "aws-types 1.3.2",
 4072   4101   
 "bytes",
 4073   4102   
 "http 0.2.12",
 4074   4103   
 "once_cell",
 4075   4104   
 "regex-lite",
 4076   4105   
 "tokio",
 4077   4106   
 "tracing",
 4078   4107   
]
 4079   4108   
 4080   4109   
[[package]]
 4081   4110   
name = "aws-sdk-guardduty"
 4082         -
version = "1.34.0"
        4111  +
version = "1.36.0"
 4083   4112   
dependencies = [
 4084         -
 "aws-config",
 4085         -
 "aws-credential-types 1.2.0",
 4086         -
 "aws-runtime 1.2.2",
 4087         -
 "aws-smithy-async 1.2.1",
 4088         -
 "aws-smithy-http 0.60.8",
 4089         -
 "aws-smithy-json 0.60.7",
 4090         -
 "aws-smithy-runtime 1.5.7",
 4091         -
 "aws-smithy-runtime-api 1.6.3",
 4092         -
 "aws-smithy-types 1.2.0",
 4093         -
 "aws-types 1.3.1",
        4113  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4114  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4115  +
 "aws-runtime 1.3.0",
        4116  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4117  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4118  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4119  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4120  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4121  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4122  +
 "aws-types 1.3.2",
 4094   4123   
 "bytes",
 4095   4124   
 "fastrand 2.0.2",
 4096   4125   
 "http 0.2.12",
 4097   4126   
 "once_cell",
 4098   4127   
 "regex-lite",
 4099   4128   
 "tokio",
 4100   4129   
 "tracing",
 4101   4130   
]
 4102   4131   
 4103   4132   
[[package]]
 4104   4133   
name = "aws-sdk-health"
 4105         -
version = "1.30.0"
        4134  +
version = "1.31.0"
 4106   4135   
dependencies = [
 4107         -
 "aws-config",
 4108         -
 "aws-credential-types 1.2.0",
 4109         -
 "aws-runtime 1.2.2",
 4110         -
 "aws-smithy-async 1.2.1",
 4111         -
 "aws-smithy-http 0.60.8",
 4112         -
 "aws-smithy-json 0.60.7",
 4113         -
 "aws-smithy-runtime 1.5.7",
 4114         -
 "aws-smithy-runtime-api 1.6.3",
 4115         -
 "aws-smithy-types 1.2.0",
 4116         -
 "aws-types 1.3.1",
        4136  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4137  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4138  +
 "aws-runtime 1.3.0",
        4139  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4140  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4141  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4142  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4143  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4144  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4145  +
 "aws-types 1.3.2",
 4117   4146   
 "bytes",
 4118   4147   
 "http 0.2.12",
 4119   4148   
 "once_cell",
 4120   4149   
 "regex-lite",
 4121   4150   
 "tokio",
 4122   4151   
 "tracing",
 4123   4152   
]
 4124   4153   
 4125   4154   
[[package]]
 4126   4155   
name = "aws-sdk-healthlake"
 4127         -
version = "1.31.0"
        4156  +
version = "1.32.0"
 4128   4157   
dependencies = [
 4129         -
 "aws-config",
 4130         -
 "aws-credential-types 1.2.0",
 4131         -
 "aws-runtime 1.2.2",
 4132         -
 "aws-smithy-async 1.2.1",
 4133         -
 "aws-smithy-http 0.60.8",
 4134         -
 "aws-smithy-json 0.60.7",
 4135         -
 "aws-smithy-runtime 1.5.7",
 4136         -
 "aws-smithy-runtime-api 1.6.3",
 4137         -
 "aws-smithy-types 1.2.0",
 4138         -
 "aws-types 1.3.1",
        4158  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4159  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4160  +
 "aws-runtime 1.3.0",
        4161  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4162  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4163  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4164  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4165  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4166  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4167  +
 "aws-types 1.3.2",
 4139   4168   
 "bytes",
 4140   4169   
 "fastrand 2.0.2",
 4141   4170   
 "http 0.2.12",
 4142   4171   
 "once_cell",
 4143   4172   
 "regex-lite",
 4144   4173   
 "tokio",
 4145   4174   
 "tracing",
 4146   4175   
]
 4147   4176   
 4148   4177   
[[package]]
 4149   4178   
name = "aws-sdk-iam"
 4150         -
version = "1.31.0"
        4179  +
version = "1.32.0"
 4151   4180   
dependencies = [
 4152         -
 "aws-config",
 4153         -
 "aws-credential-types 1.2.0",
 4154         -
 "aws-runtime 1.2.2",
 4155         -
 "aws-smithy-async 1.2.1",
 4156         -
 "aws-smithy-http 0.60.8",
 4157         -
 "aws-smithy-json 0.60.7",
 4158         -
 "aws-smithy-protocol-test 0.60.7",
 4159         -
 "aws-smithy-query",
 4160         -
 "aws-smithy-runtime 1.5.7",
 4161         -
 "aws-smithy-runtime-api 1.6.3",
 4162         -
 "aws-smithy-types 1.2.0",
 4163         -
 "aws-smithy-xml 0.60.8",
 4164         -
 "aws-types 1.3.1",
        4181  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4182  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4183  +
 "aws-runtime 1.3.0",
        4184  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4185  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4186  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4187  +
 "aws-smithy-protocol-test 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4188  +
 "aws-smithy-query 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4189  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4190  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4191  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4192  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4193  +
 "aws-types 1.3.2",
 4165   4194   
 "futures-util",
 4166   4195   
 "http 0.2.12",
 4167   4196   
 "once_cell",
 4168   4197   
 "regex-lite",
 4169   4198   
 "serde_json",
 4170   4199   
 "tokio",
 4171   4200   
 "tracing",
 4172   4201   
 "tracing-subscriber",
 4173   4202   
]
 4174   4203   
 4175   4204   
[[package]]
 4176   4205   
name = "aws-sdk-identitystore"
 4177         -
version = "1.30.0"
        4206  +
version = "1.31.0"
 4178   4207   
dependencies = [
 4179         -
 "aws-config",
 4180         -
 "aws-credential-types 1.2.0",
 4181         -
 "aws-runtime 1.2.2",
 4182         -
 "aws-smithy-async 1.2.1",
 4183         -
 "aws-smithy-http 0.60.8",
 4184         -
 "aws-smithy-json 0.60.7",
 4185         -
 "aws-smithy-runtime 1.5.7",
 4186         -
 "aws-smithy-runtime-api 1.6.3",
 4187         -
 "aws-smithy-types 1.2.0",
 4188         -
 "aws-types 1.3.1",
        4208  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4209  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4210  +
 "aws-runtime 1.3.0",
        4211  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4212  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4213  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4214  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4215  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4216  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4217  +
 "aws-types 1.3.2",
 4189   4218   
 "bytes",
 4190   4219   
 "http 0.2.12",
 4191   4220   
 "once_cell",
 4192   4221   
 "regex-lite",
 4193   4222   
 "tokio",
 4194   4223   
 "tracing",
 4195   4224   
]
 4196   4225   
 4197   4226   
[[package]]
 4198   4227   
name = "aws-sdk-imagebuilder"
 4199         -
version = "1.31.0"
        4228  +
version = "1.32.0"
 4200   4229   
dependencies = [
 4201         -
 "aws-config",
 4202         -
 "aws-credential-types 1.2.0",
 4203         -
 "aws-runtime 1.2.2",
 4204         -
 "aws-smithy-async 1.2.1",
 4205         -
 "aws-smithy-http 0.60.8",
 4206         -
 "aws-smithy-json 0.60.7",
 4207         -
 "aws-smithy-runtime 1.5.7",
 4208         -
 "aws-smithy-runtime-api 1.6.3",
 4209         -
 "aws-smithy-types 1.2.0",
 4210         -
 "aws-types 1.3.1",
        4230  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4231  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4232  +
 "aws-runtime 1.3.0",
        4233  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4234  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4235  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4236  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4237  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4238  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4239  +
 "aws-types 1.3.2",
 4211   4240   
 "bytes",
 4212   4241   
 "fastrand 2.0.2",
 4213   4242   
 "http 0.2.12",
 4214   4243   
 "once_cell",
 4215   4244   
 "regex-lite",
 4216   4245   
 "tokio",
 4217   4246   
 "tracing",
 4218   4247   
]
 4219   4248   
 4220   4249   
[[package]]
 4221   4250   
name = "aws-sdk-inspector"
 4222         -
version = "1.30.0"
        4251  +
version = "1.31.0"
 4223   4252   
dependencies = [
 4224         -
 "aws-config",
 4225         -
 "aws-credential-types 1.2.0",
 4226         -
 "aws-runtime 1.2.2",
 4227         -
 "aws-smithy-async 1.2.1",
 4228         -
 "aws-smithy-http 0.60.8",
 4229         -
 "aws-smithy-json 0.60.7",
 4230         -
 "aws-smithy-runtime 1.5.7",
 4231         -
 "aws-smithy-runtime-api 1.6.3",
 4232         -
 "aws-smithy-types 1.2.0",
 4233         -
 "aws-types 1.3.1",
        4253  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4254  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4255  +
 "aws-runtime 1.3.0",
        4256  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4257  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4258  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4259  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4260  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4261  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4262  +
 "aws-types 1.3.2",
 4234   4263   
 "bytes",
 4235   4264   
 "http 0.2.12",
 4236   4265   
 "once_cell",
 4237   4266   
 "regex-lite",
 4238   4267   
 "tokio",
 4239   4268   
 "tracing",
 4240   4269   
]
 4241   4270   
 4242   4271   
[[package]]
 4243   4272   
name = "aws-sdk-inspector2"
 4244         -
version = "1.34.0"
        4273  +
version = "1.35.0"
 4245   4274   
dependencies = [
 4246         -
 "aws-config",
 4247         -
 "aws-credential-types 1.2.0",
 4248         -
 "aws-runtime 1.2.2",
 4249         -
 "aws-smithy-async 1.2.1",
 4250         -
 "aws-smithy-http 0.60.8",
 4251         -
 "aws-smithy-json 0.60.7",
 4252         -
 "aws-smithy-runtime 1.5.7",
 4253         -
 "aws-smithy-runtime-api 1.6.3",
 4254         -
 "aws-smithy-types 1.2.0",
 4255         -
 "aws-types 1.3.1",
        4275  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4276  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4277  +
 "aws-runtime 1.3.0",
        4278  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4279  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4280  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4281  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4282  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4283  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4284  +
 "aws-types 1.3.2",
 4256   4285   
 "bytes",
 4257   4286   
 "fastrand 2.0.2",
 4258   4287   
 "http 0.2.12",
 4259   4288   
 "once_cell",
 4260   4289   
 "regex-lite",
 4261   4290   
 "tokio",
 4262   4291   
 "tracing",
 4263   4292   
]
 4264   4293   
 4265   4294   
[[package]]
 4266   4295   
name = "aws-sdk-inspectorscan"
 4267         -
version = "1.30.0"
        4296  +
version = "1.31.0"
 4268   4297   
dependencies = [
 4269         -
 "aws-config",
 4270         -
 "aws-credential-types 1.2.0",
 4271         -
 "aws-runtime 1.2.2",
 4272         -
 "aws-smithy-async 1.2.1",
 4273         -
 "aws-smithy-http 0.60.8",
 4274         -
 "aws-smithy-json 0.60.7",
 4275         -
 "aws-smithy-runtime 1.5.7",
 4276         -
 "aws-smithy-runtime-api 1.6.3",
 4277         -
 "aws-smithy-types 1.2.0",
 4278         -
 "aws-types 1.3.1",
        4298  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4299  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4300  +
 "aws-runtime 1.3.0",
        4301  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4302  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4303  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4304  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4305  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4306  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4307  +
 "aws-types 1.3.2",
 4279   4308   
 "bytes",
 4280   4309   
 "http 0.2.12",
 4281   4310   
 "once_cell",
 4282   4311   
 "regex-lite",
 4283   4312   
 "tokio",
 4284   4313   
 "tracing",
 4285   4314   
]
 4286   4315   
 4287   4316   
[[package]]
 4288   4317   
name = "aws-sdk-internetmonitor"
 4289         -
version = "1.33.0"
        4318  +
version = "1.34.0"
 4290   4319   
dependencies = [
 4291         -
 "aws-config",
 4292         -
 "aws-credential-types 1.2.0",
 4293         -
 "aws-runtime 1.2.2",
 4294         -
 "aws-smithy-async 1.2.1",
 4295         -
 "aws-smithy-http 0.60.8",
 4296         -
 "aws-smithy-json 0.60.7",
 4297         -
 "aws-smithy-runtime 1.5.7",
 4298         -
 "aws-smithy-runtime-api 1.6.3",
 4299         -
 "aws-smithy-types 1.2.0",
 4300         -
 "aws-types 1.3.1",
        4320  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4321  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4322  +
 "aws-runtime 1.3.0",
        4323  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4324  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4325  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4326  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4327  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4328  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4329  +
 "aws-types 1.3.2",
 4301   4330   
 "bytes",
 4302   4331   
 "fastrand 2.0.2",
 4303   4332   
 "http 0.2.12",
 4304   4333   
 "once_cell",
 4305   4334   
 "regex-lite",
 4306   4335   
 "tokio",
 4307   4336   
 "tracing",
 4308   4337   
]
 4309   4338   
 4310   4339   
[[package]]
 4311   4340   
name = "aws-sdk-iot"
 4312         -
version = "1.33.0"
        4341  +
version = "1.34.0"
 4313   4342   
dependencies = [
 4314         -
 "aws-config",
 4315         -
 "aws-credential-types 1.2.0",
 4316         -
 "aws-runtime 1.2.2",
 4317         -
 "aws-smithy-async 1.2.1",
 4318         -
 "aws-smithy-http 0.60.8",
 4319         -
 "aws-smithy-json 0.60.7",
 4320         -
 "aws-smithy-runtime 1.5.7",
 4321         -
 "aws-smithy-runtime-api 1.6.3",
 4322         -
 "aws-smithy-types 1.2.0",
 4323         -
 "aws-types 1.3.1",
        4343  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4344  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4345  +
 "aws-runtime 1.3.0",
        4346  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4347  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4348  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4349  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4350  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4351  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4352  +
 "aws-types 1.3.2",
 4324   4353   
 "bytes",
 4325   4354   
 "fastrand 2.0.2",
 4326   4355   
 "http 0.2.12",
 4327   4356   
 "once_cell",
 4328   4357   
 "regex-lite",
 4329   4358   
 "tokio",
 4330   4359   
 "tracing",
 4331   4360   
]
 4332   4361   
 4333   4362   
[[package]]
 4334   4363   
name = "aws-sdk-iot1clickdevices"
 4335         -
version = "1.30.0"
        4364  +
version = "1.31.0"
 4336   4365   
dependencies = [
 4337         -
 "aws-config",
 4338         -
 "aws-credential-types 1.2.0",
 4339         -
 "aws-runtime 1.2.2",
 4340         -
 "aws-smithy-async 1.2.1",
 4341         -
 "aws-smithy-http 0.60.8",
 4342         -
 "aws-smithy-json 0.60.7",
 4343         -
 "aws-smithy-runtime 1.5.7",
 4344         -
 "aws-smithy-runtime-api 1.6.3",
 4345         -
 "aws-smithy-types 1.2.0",
 4346         -
 "aws-types 1.3.1",
        4366  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4367  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4368  +
 "aws-runtime 1.3.0",
        4369  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4370  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4371  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4372  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4373  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4374  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4375  +
 "aws-types 1.3.2",
 4347   4376   
 "bytes",
 4348   4377   
 "http 0.2.12",
 4349   4378   
 "once_cell",
 4350   4379   
 "regex-lite",
 4351   4380   
 "tokio",
 4352   4381   
 "tracing",
 4353   4382   
]
 4354   4383   
 4355   4384   
[[package]]
 4356   4385   
name = "aws-sdk-iot1clickprojects"
 4357         -
version = "1.30.0"
        4386  +
version = "1.31.0"
 4358   4387   
dependencies = [
 4359         -
 "aws-config",
 4360         -
 "aws-credential-types 1.2.0",
 4361         -
 "aws-runtime 1.2.2",
 4362         -
 "aws-smithy-async 1.2.1",
 4363         -
 "aws-smithy-http 0.60.8",
 4364         -
 "aws-smithy-json 0.60.7",
 4365         -
 "aws-smithy-runtime 1.5.7",
 4366         -
 "aws-smithy-runtime-api 1.6.3",
 4367         -
 "aws-smithy-types 1.2.0",
 4368         -
 "aws-types 1.3.1",
 4369         -
 "bytes",
        4388  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4389  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4390  +
 "aws-runtime 1.3.0",
        4391  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4392  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4393  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4394  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4395  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4396  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4397  +
 "aws-types 1.3.2",
        4398  +
 "bytes",
 4370   4399   
 "http 0.2.12",
 4371   4400   
 "once_cell",
 4372   4401   
 "regex-lite",
 4373   4402   
 "tokio",
 4374   4403   
 "tracing",
 4375   4404   
]
 4376   4405   
 4377   4406   
[[package]]
 4378   4407   
name = "aws-sdk-iotanalytics"
 4379         -
version = "1.30.0"
        4408  +
version = "1.31.0"
 4380   4409   
dependencies = [
 4381         -
 "aws-config",
 4382         -
 "aws-credential-types 1.2.0",
 4383         -
 "aws-runtime 1.2.2",
 4384         -
 "aws-smithy-async 1.2.1",
 4385         -
 "aws-smithy-http 0.60.8",
 4386         -
 "aws-smithy-json 0.60.7",
 4387         -
 "aws-smithy-runtime 1.5.7",
 4388         -
 "aws-smithy-runtime-api 1.6.3",
 4389         -
 "aws-smithy-types 1.2.0",
 4390         -
 "aws-types 1.3.1",
        4410  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4411  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4412  +
 "aws-runtime 1.3.0",
        4413  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4414  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4415  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4416  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4417  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4418  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4419  +
 "aws-types 1.3.2",
 4391   4420   
 "bytes",
 4392   4421   
 "http 0.2.12",
 4393   4422   
 "once_cell",
 4394   4423   
 "regex-lite",
 4395   4424   
 "tokio",
 4396   4425   
 "tracing",
 4397   4426   
]
 4398   4427   
 4399   4428   
[[package]]
 4400   4429   
name = "aws-sdk-iotdataplane"
 4401         -
version = "1.30.0"
        4430  +
version = "1.31.0"
 4402   4431   
dependencies = [
 4403         -
 "aws-config",
 4404         -
 "aws-credential-types 1.2.0",
 4405         -
 "aws-runtime 1.2.2",
 4406         -
 "aws-smithy-async 1.2.1",
 4407         -
 "aws-smithy-http 0.60.8",
 4408         -
 "aws-smithy-json 0.60.7",
 4409         -
 "aws-smithy-runtime 1.5.7",
 4410         -
 "aws-smithy-runtime-api 1.6.3",
 4411         -
 "aws-smithy-types 1.2.0",
 4412         -
 "aws-types 1.3.1",
        4432  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4433  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4434  +
 "aws-runtime 1.3.0",
        4435  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4436  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4437  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4438  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4439  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4440  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4441  +
 "aws-types 1.3.2",
 4413   4442   
 "bytes",
 4414   4443   
 "http 0.2.12",
 4415   4444   
 "once_cell",
 4416   4445   
 "regex-lite",
 4417   4446   
 "tokio",
 4418   4447   
 "tracing",
 4419   4448   
]
 4420   4449   
 4421   4450   
[[package]]
 4422   4451   
name = "aws-sdk-iotdeviceadvisor"
 4423         -
version = "1.30.0"
        4452  +
version = "1.31.0"
 4424   4453   
dependencies = [
 4425         -
 "aws-config",
 4426         -
 "aws-credential-types 1.2.0",
 4427         -
 "aws-runtime 1.2.2",
 4428         -
 "aws-smithy-async 1.2.1",
 4429         -
 "aws-smithy-http 0.60.8",
 4430         -
 "aws-smithy-json 0.60.7",
 4431         -
 "aws-smithy-runtime 1.5.7",
 4432         -
 "aws-smithy-runtime-api 1.6.3",
 4433         -
 "aws-smithy-types 1.2.0",
 4434         -
 "aws-types 1.3.1",
        4454  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4455  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4456  +
 "aws-runtime 1.3.0",
        4457  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4458  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4459  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4460  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4461  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4462  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4463  +
 "aws-types 1.3.2",
 4435   4464   
 "bytes",
 4436   4465   
 "http 0.2.12",
 4437   4466   
 "once_cell",
 4438   4467   
 "regex-lite",
 4439   4468   
 "tokio",
 4440   4469   
 "tracing",
 4441   4470   
]
 4442   4471   
 4443   4472   
[[package]]
 4444   4473   
name = "aws-sdk-iotevents"
 4445         -
version = "1.31.0"
        4474  +
version = "1.32.0"
 4446   4475   
dependencies = [
 4447         -
 "aws-config",
 4448         -
 "aws-credential-types 1.2.0",
 4449         -
 "aws-runtime 1.2.2",
 4450         -
 "aws-smithy-async 1.2.1",
 4451         -
 "aws-smithy-http 0.60.8",
 4452         -
 "aws-smithy-json 0.60.7",
 4453         -
 "aws-smithy-runtime 1.5.7",
 4454         -
 "aws-smithy-runtime-api 1.6.3",
 4455         -
 "aws-smithy-types 1.2.0",
 4456         -
 "aws-types 1.3.1",
        4476  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4477  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4478  +
 "aws-runtime 1.3.0",
        4479  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4480  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4481  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4482  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4483  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4484  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4485  +
 "aws-types 1.3.2",
 4457   4486   
 "bytes",
 4458   4487   
 "http 0.2.12",
 4459   4488   
 "once_cell",
 4460   4489   
 "regex-lite",
 4461   4490   
 "tokio",
 4462   4491   
 "tracing",
 4463   4492   
]
 4464   4493   
 4465   4494   
[[package]]
 4466   4495   
name = "aws-sdk-ioteventsdata"
 4467         -
version = "1.30.0"
        4496  +
version = "1.31.0"
 4468   4497   
dependencies = [
 4469         -
 "aws-config",
 4470         -
 "aws-credential-types 1.2.0",
 4471         -
 "aws-runtime 1.2.2",
 4472         -
 "aws-smithy-async 1.2.1",
 4473         -
 "aws-smithy-http 0.60.8",
 4474         -
 "aws-smithy-json 0.60.7",
 4475         -
 "aws-smithy-runtime 1.5.7",
 4476         -
 "aws-smithy-runtime-api 1.6.3",
 4477         -
 "aws-smithy-types 1.2.0",
 4478         -
 "aws-types 1.3.1",
        4498  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4499  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4500  +
 "aws-runtime 1.3.0",
        4501  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4502  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4503  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4504  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4505  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4506  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4507  +
 "aws-types 1.3.2",
 4479   4508   
 "bytes",
 4480   4509   
 "http 0.2.12",
 4481   4510   
 "once_cell",
 4482   4511   
 "regex-lite",
 4483   4512   
 "tokio",
 4484   4513   
 "tracing",
 4485   4514   
]
 4486   4515   
 4487   4516   
[[package]]
 4488   4517   
name = "aws-sdk-iotfleethub"
 4489         -
version = "1.30.0"
        4518  +
version = "1.31.0"
 4490   4519   
dependencies = [
 4491         -
 "aws-config",
 4492         -
 "aws-credential-types 1.2.0",
 4493         -
 "aws-runtime 1.2.2",
 4494         -
 "aws-smithy-async 1.2.1",
 4495         -
 "aws-smithy-http 0.60.8",
 4496         -
 "aws-smithy-json 0.60.7",
 4497         -
 "aws-smithy-runtime 1.5.7",
 4498         -
 "aws-smithy-runtime-api 1.6.3",
 4499         -
 "aws-smithy-types 1.2.0",
 4500         -
 "aws-types 1.3.1",
        4520  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4521  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4522  +
 "aws-runtime 1.3.0",
        4523  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4524  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4525  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4526  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4527  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4528  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4529  +
 "aws-types 1.3.2",
 4501   4530   
 "bytes",
 4502   4531   
 "fastrand 2.0.2",
 4503   4532   
 "http 0.2.12",
 4504   4533   
 "once_cell",
 4505   4534   
 "regex-lite",
 4506   4535   
 "tokio",
 4507   4536   
 "tracing",
 4508   4537   
]
 4509   4538   
 4510   4539   
[[package]]
 4511   4540   
name = "aws-sdk-iotfleetwise"
 4512         -
version = "1.32.0"
        4541  +
version = "1.33.0"
 4513   4542   
dependencies = [
 4514         -
 "aws-config",
 4515         -
 "aws-credential-types 1.2.0",
 4516         -
 "aws-runtime 1.2.2",
 4517         -
 "aws-smithy-async 1.2.1",
 4518         -
 "aws-smithy-http 0.60.8",
 4519         -
 "aws-smithy-json 0.60.7",
 4520         -
 "aws-smithy-runtime 1.5.7",
 4521         -
 "aws-smithy-runtime-api 1.6.3",
 4522         -
 "aws-smithy-types 1.2.0",
 4523         -
 "aws-types 1.3.1",
        4543  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4544  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4545  +
 "aws-runtime 1.3.0",
        4546  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4547  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4548  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4549  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4550  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4551  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4552  +
 "aws-types 1.3.2",
 4524   4553   
 "bytes",
 4525   4554   
 "http 0.2.12",
 4526   4555   
 "once_cell",
 4527   4556   
 "regex-lite",
 4528   4557   
 "tokio",
 4529   4558   
 "tracing",
 4530   4559   
]
 4531   4560   
 4532   4561   
[[package]]
 4533   4562   
name = "aws-sdk-iotjobsdataplane"
 4534         -
version = "1.30.0"
        4563  +
version = "1.31.0"
 4535   4564   
dependencies = [
 4536         -
 "aws-config",
 4537         -
 "aws-credential-types 1.2.0",
 4538         -
 "aws-runtime 1.2.2",
 4539         -
 "aws-smithy-async 1.2.1",
 4540         -
 "aws-smithy-http 0.60.8",
 4541         -
 "aws-smithy-json 0.60.7",
 4542         -
 "aws-smithy-runtime 1.5.7",
 4543         -
 "aws-smithy-runtime-api 1.6.3",
 4544         -
 "aws-smithy-types 1.2.0",
 4545         -
 "aws-types 1.3.1",
        4565  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4566  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4567  +
 "aws-runtime 1.3.0",
        4568  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4569  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4570  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4571  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4572  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4573  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4574  +
 "aws-types 1.3.2",
 4546   4575   
 "bytes",
 4547   4576   
 "http 0.2.12",
 4548   4577   
 "once_cell",
 4549   4578   
 "regex-lite",
 4550   4579   
 "tokio",
 4551   4580   
 "tracing",
 4552   4581   
]
 4553   4582   
 4554   4583   
[[package]]
 4555   4584   
name = "aws-sdk-iotsecuretunneling"
 4556         -
version = "1.30.0"
        4585  +
version = "1.31.0"
 4557   4586   
dependencies = [
 4558         -
 "aws-config",
 4559         -
 "aws-credential-types 1.2.0",
 4560         -
 "aws-runtime 1.2.2",
 4561         -
 "aws-smithy-async 1.2.1",
 4562         -
 "aws-smithy-http 0.60.8",
 4563         -
 "aws-smithy-json 0.60.7",
 4564         -
 "aws-smithy-runtime 1.5.7",
 4565         -
 "aws-smithy-runtime-api 1.6.3",
 4566         -
 "aws-smithy-types 1.2.0",
 4567         -
 "aws-types 1.3.1",
        4587  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4588  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4589  +
 "aws-runtime 1.3.0",
        4590  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4591  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4592  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4593  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4594  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4595  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4596  +
 "aws-types 1.3.2",
 4568   4597   
 "bytes",
 4569   4598   
 "http 0.2.12",
 4570   4599   
 "once_cell",
 4571   4600   
 "regex-lite",
 4572   4601   
 "tokio",
 4573   4602   
 "tracing",
 4574   4603   
]
 4575   4604   
 4576   4605   
[[package]]
 4577   4606   
name = "aws-sdk-iotsitewise"
 4578         -
version = "1.30.0"
        4607  +
version = "1.31.0"
 4579   4608   
dependencies = [
 4580         -
 "aws-config",
 4581         -
 "aws-credential-types 1.2.0",
 4582         -
 "aws-runtime 1.2.2",
 4583         -
 "aws-smithy-async 1.2.1",
 4584         -
 "aws-smithy-http 0.60.8",
 4585         -
 "aws-smithy-json 0.60.7",
 4586         -
 "aws-smithy-runtime 1.5.7",
 4587         -
 "aws-smithy-runtime-api 1.6.3",
 4588         -
 "aws-smithy-types 1.2.0",
 4589         -
 "aws-types 1.3.1",
        4609  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4610  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4611  +
 "aws-runtime 1.3.0",
        4612  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4613  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4614  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4615  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4616  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4617  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4618  +
 "aws-types 1.3.2",
 4590   4619   
 "bytes",
 4591   4620   
 "fastrand 2.0.2",
 4592   4621   
 "http 0.2.12",
 4593   4622   
 "once_cell",
 4594   4623   
 "regex-lite",
 4595   4624   
 "tokio",
 4596   4625   
 "tracing",
 4597   4626   
]
 4598   4627   
 4599   4628   
[[package]]
 4600   4629   
name = "aws-sdk-iotthingsgraph"
 4601         -
version = "1.30.0"
        4630  +
version = "1.31.0"
 4602   4631   
dependencies = [
 4603         -
 "aws-config",
 4604         -
 "aws-credential-types 1.2.0",
 4605         -
 "aws-runtime 1.2.2",
 4606         -
 "aws-smithy-async 1.2.1",
 4607         -
 "aws-smithy-http 0.60.8",
 4608         -
 "aws-smithy-json 0.60.7",
 4609         -
 "aws-smithy-runtime 1.5.7",
 4610         -
 "aws-smithy-runtime-api 1.6.3",
 4611         -
 "aws-smithy-types 1.2.0",
 4612         -
 "aws-types 1.3.1",
        4632  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4633  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4634  +
 "aws-runtime 1.3.0",
        4635  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4636  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4637  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4638  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4639  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4640  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4641  +
 "aws-types 1.3.2",
 4613   4642   
 "bytes",
 4614   4643   
 "http 0.2.12",
 4615   4644   
 "once_cell",
 4616   4645   
 "regex-lite",
 4617   4646   
 "tokio",
 4618   4647   
 "tracing",
 4619   4648   
]
 4620   4649   
 4621   4650   
[[package]]
 4622   4651   
name = "aws-sdk-iottwinmaker"
 4623         -
version = "1.30.0"
        4652  +
version = "1.31.0"
 4624   4653   
dependencies = [
 4625         -
 "aws-config",
 4626         -
 "aws-credential-types 1.2.0",
 4627         -
 "aws-runtime 1.2.2",
 4628         -
 "aws-smithy-async 1.2.1",
 4629         -
 "aws-smithy-http 0.60.8",
 4630         -
 "aws-smithy-json 0.60.7",
 4631         -
 "aws-smithy-runtime 1.5.7",
 4632         -
 "aws-smithy-runtime-api 1.6.3",
 4633         -
 "aws-smithy-types 1.2.0",
 4634         -
 "aws-types 1.3.1",
        4654  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4655  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4656  +
 "aws-runtime 1.3.0",
        4657  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4658  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4659  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4660  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4661  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4662  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4663  +
 "aws-types 1.3.2",
 4635   4664   
 "bytes",
 4636   4665   
 "http 0.2.12",
 4637   4666   
 "once_cell",
 4638   4667   
 "regex-lite",
 4639   4668   
 "tokio",
 4640   4669   
 "tracing",
 4641   4670   
]
 4642   4671   
 4643   4672   
[[package]]
 4644   4673   
name = "aws-sdk-iotwireless"
 4645         -
version = "1.33.0"
        4674  +
version = "1.34.0"
 4646   4675   
dependencies = [
 4647         -
 "aws-config",
 4648         -
 "aws-credential-types 1.2.0",
 4649         -
 "aws-runtime 1.2.2",
 4650         -
 "aws-smithy-async 1.2.1",
 4651         -
 "aws-smithy-http 0.60.8",
 4652         -
 "aws-smithy-json 0.60.7",
 4653         -
 "aws-smithy-runtime 1.5.7",
 4654         -
 "aws-smithy-runtime-api 1.6.3",
 4655         -
 "aws-smithy-types 1.2.0",
 4656         -
 "aws-types 1.3.1",
        4676  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4677  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4678  +
 "aws-runtime 1.3.0",
        4679  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4680  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4681  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4682  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4683  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4684  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4685  +
 "aws-types 1.3.2",
 4657   4686   
 "bytes",
 4658   4687   
 "fastrand 2.0.2",
 4659   4688   
 "http 0.2.12",
 4660   4689   
 "once_cell",
 4661   4690   
 "regex-lite",
 4662   4691   
 "tokio",
 4663   4692   
 "tracing",
 4664   4693   
]
 4665   4694   
 4666   4695   
[[package]]
 4667   4696   
name = "aws-sdk-ivs"
 4668         -
version = "1.33.0"
        4697  +
version = "1.34.0"
 4669   4698   
dependencies = [
 4670         -
 "aws-config",
 4671         -
 "aws-credential-types 1.2.0",
 4672         -
 "aws-runtime 1.2.2",
 4673         -
 "aws-smithy-async 1.2.1",
 4674         -
 "aws-smithy-http 0.60.8",
 4675         -
 "aws-smithy-json 0.60.7",
 4676         -
 "aws-smithy-runtime 1.5.7",
 4677         -
 "aws-smithy-runtime-api 1.6.3",
 4678         -
 "aws-smithy-types 1.2.0",
 4679         -
 "aws-types 1.3.1",
        4699  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4700  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4701  +
 "aws-runtime 1.3.0",
        4702  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4703  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4704  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4705  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4706  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4707  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4708  +
 "aws-types 1.3.2",
 4680   4709   
 "bytes",
 4681   4710   
 "http 0.2.12",
 4682   4711   
 "once_cell",
 4683   4712   
 "regex-lite",
 4684   4713   
 "tokio",
 4685   4714   
 "tracing",
 4686   4715   
]
 4687   4716   
 4688   4717   
[[package]]
 4689   4718   
name = "aws-sdk-ivschat"
 4690         -
version = "1.30.0"
        4719  +
version = "1.31.0"
 4691   4720   
dependencies = [
 4692         -
 "aws-config",
 4693         -
 "aws-credential-types 1.2.0",
 4694         -
 "aws-runtime 1.2.2",
 4695         -
 "aws-smithy-async 1.2.1",
 4696         -
 "aws-smithy-http 0.60.8",
 4697         -
 "aws-smithy-json 0.60.7",
 4698         -
 "aws-smithy-runtime 1.5.7",
 4699         -
 "aws-smithy-runtime-api 1.6.3",
 4700         -
 "aws-smithy-types 1.2.0",
 4701         -
 "aws-types 1.3.1",
        4721  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4722  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4723  +
 "aws-runtime 1.3.0",
        4724  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4725  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4726  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4727  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4728  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4729  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4730  +
 "aws-types 1.3.2",
 4702   4731   
 "bytes",
 4703   4732   
 "http 0.2.12",
 4704   4733   
 "once_cell",
 4705   4734   
 "regex-lite",
 4706   4735   
 "tokio",
 4707   4736   
 "tracing",
 4708   4737   
]
 4709   4738   
 4710   4739   
[[package]]
 4711   4740   
name = "aws-sdk-ivsrealtime"
 4712         -
version = "1.31.0"
        4741  +
version = "1.32.0"
 4713   4742   
dependencies = [
 4714         -
 "aws-config",
 4715         -
 "aws-credential-types 1.2.0",
 4716         -
 "aws-runtime 1.2.2",
 4717         -
 "aws-smithy-async 1.2.1",
 4718         -
 "aws-smithy-http 0.60.8",
 4719         -
 "aws-smithy-json 0.60.7",
 4720         -
 "aws-smithy-runtime 1.5.7",
 4721         -
 "aws-smithy-runtime-api 1.6.3",
 4722         -
 "aws-smithy-types 1.2.0",
 4723         -
 "aws-types 1.3.1",
        4743  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4744  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4745  +
 "aws-runtime 1.3.0",
        4746  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4747  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4748  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4749  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4750  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4751  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4752  +
 "aws-types 1.3.2",
 4724   4753   
 "bytes",
 4725   4754   
 "fastrand 2.0.2",
 4726   4755   
 "http 0.2.12",
 4727   4756   
 "once_cell",
 4728   4757   
 "regex-lite",
 4729   4758   
 "tokio",
 4730   4759   
 "tracing",
 4731   4760   
]
 4732   4761   
 4733   4762   
[[package]]
 4734   4763   
name = "aws-sdk-kafka"
 4735         -
version = "1.33.0"
        4764  +
version = "1.34.0"
 4736   4765   
dependencies = [
 4737         -
 "aws-config",
 4738         -
 "aws-credential-types 1.2.0",
 4739         -
 "aws-runtime 1.2.2",
 4740         -
 "aws-smithy-async 1.2.1",
 4741         -
 "aws-smithy-http 0.60.8",
 4742         -
 "aws-smithy-json 0.60.7",
 4743         -
 "aws-smithy-runtime 1.5.7",
 4744         -
 "aws-smithy-runtime-api 1.6.3",
 4745         -
 "aws-smithy-types 1.2.0",
 4746         -
 "aws-types 1.3.1",
        4766  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4767  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4768  +
 "aws-runtime 1.3.0",
        4769  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4770  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4771  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4772  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4773  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4774  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4775  +
 "aws-types 1.3.2",
 4747   4776   
 "bytes",
 4748   4777   
 "http 0.2.12",
 4749   4778   
 "once_cell",
 4750   4779   
 "regex-lite",
 4751   4780   
 "tokio",
 4752   4781   
 "tracing",
 4753   4782   
]
 4754   4783   
 4755   4784   
[[package]]
 4756   4785   
name = "aws-sdk-kafkaconnect"
 4757         -
version = "1.31.0"
        4786  +
version = "1.32.0"
 4758   4787   
dependencies = [
 4759         -
 "aws-config",
 4760         -
 "aws-credential-types 1.2.0",
 4761         -
 "aws-runtime 1.2.2",
 4762         -
 "aws-smithy-async 1.2.1",
 4763         -
 "aws-smithy-http 0.60.8",
 4764         -
 "aws-smithy-json 0.60.7",
 4765         -
 "aws-smithy-runtime 1.5.7",
 4766         -
 "aws-smithy-runtime-api 1.6.3",
 4767         -
 "aws-smithy-types 1.2.0",
 4768         -
 "aws-types 1.3.1",
        4788  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4789  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4790  +
 "aws-runtime 1.3.0",
        4791  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4792  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4793  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4794  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4795  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4796  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4797  +
 "aws-types 1.3.2",
 4769   4798   
 "bytes",
 4770   4799   
 "http 0.2.12",
 4771   4800   
 "once_cell",
 4772   4801   
 "regex-lite",
 4773   4802   
 "tokio",
 4774   4803   
 "tracing",
 4775   4804   
]
 4776   4805   
 4777   4806   
[[package]]
 4778   4807   
name = "aws-sdk-kendra"
 4779         -
version = "1.31.0"
        4808  +
version = "1.32.0"
 4780   4809   
dependencies = [
 4781         -
 "aws-config",
 4782         -
 "aws-credential-types 1.2.0",
 4783         -
 "aws-runtime 1.2.2",
 4784         -
 "aws-smithy-async 1.2.1",
 4785         -
 "aws-smithy-http 0.60.8",
 4786         -
 "aws-smithy-json 0.60.7",
 4787         -
 "aws-smithy-runtime 1.5.7",
 4788         -
 "aws-smithy-runtime-api 1.6.3",
 4789         -
 "aws-smithy-types 1.2.0",
 4790         -
 "aws-types 1.3.1",
        4810  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4811  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4812  +
 "aws-runtime 1.3.0",
        4813  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4814  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4815  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4816  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4817  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4818  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4819  +
 "aws-types 1.3.2",
 4791   4820   
 "bytes",
 4792   4821   
 "fastrand 2.0.2",
 4793   4822   
 "http 0.2.12",
 4794   4823   
 "once_cell",
 4795   4824   
 "regex-lite",
 4796   4825   
 "tokio",
 4797   4826   
 "tracing",
 4798   4827   
]
 4799   4828   
 4800   4829   
[[package]]
 4801   4830   
name = "aws-sdk-kendraranking"
 4802         -
version = "1.30.0"
        4831  +
version = "1.31.0"
 4803   4832   
dependencies = [
 4804         -
 "aws-config",
 4805         -
 "aws-credential-types 1.2.0",
 4806         -
 "aws-runtime 1.2.2",
 4807         -
 "aws-smithy-async 1.2.1",
 4808         -
 "aws-smithy-http 0.60.8",
 4809         -
 "aws-smithy-json 0.60.7",
 4810         -
 "aws-smithy-runtime 1.5.7",
 4811         -
 "aws-smithy-runtime-api 1.6.3",
 4812         -
 "aws-smithy-types 1.2.0",
 4813         -
 "aws-types 1.3.1",
        4833  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4834  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4835  +
 "aws-runtime 1.3.0",
        4836  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4837  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4838  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4839  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4840  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4841  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4842  +
 "aws-types 1.3.2",
 4814   4843   
 "bytes",
 4815   4844   
 "fastrand 2.0.2",
 4816   4845   
 "http 0.2.12",
 4817   4846   
 "once_cell",
 4818   4847   
 "regex-lite",
 4819   4848   
 "tokio",
 4820   4849   
 "tracing",
 4821   4850   
]
 4822   4851   
 4823   4852   
[[package]]
 4824   4853   
name = "aws-sdk-keyspaces"
 4825         -
version = "1.31.0"
        4854  +
version = "1.32.0"
 4826   4855   
dependencies = [
 4827         -
 "aws-config",
 4828         -
 "aws-credential-types 1.2.0",
 4829         -
 "aws-runtime 1.2.2",
 4830         -
 "aws-smithy-async 1.2.1",
 4831         -
 "aws-smithy-http 0.60.8",
 4832         -
 "aws-smithy-json 0.60.7",
 4833         -
 "aws-smithy-runtime 1.5.7",
 4834         -
 "aws-smithy-runtime-api 1.6.3",
 4835         -
 "aws-smithy-types 1.2.0",
 4836         -
 "aws-types 1.3.1",
        4856  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4857  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4858  +
 "aws-runtime 1.3.0",
        4859  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4860  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4861  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4862  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4863  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4864  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4865  +
 "aws-types 1.3.2",
 4837   4866   
 "bytes",
 4838   4867   
 "http 0.2.12",
 4839   4868   
 "once_cell",
 4840   4869   
 "regex-lite",
 4841   4870   
 "tokio",
 4842   4871   
 "tracing",
 4843   4872   
]
 4844   4873   
 4845   4874   
[[package]]
 4846   4875   
name = "aws-sdk-kinesis"
 4847         -
version = "1.30.0"
        4876  +
version = "1.31.0"
 4848   4877   
dependencies = [
 4849         -
 "aws-config",
 4850         -
 "aws-credential-types 1.2.0",
 4851         -
 "aws-runtime 1.2.2",
 4852         -
 "aws-smithy-async 1.2.1",
 4853         -
 "aws-smithy-http 0.60.8",
 4854         -
 "aws-smithy-json 0.60.7",
 4855         -
 "aws-smithy-runtime 1.5.7",
 4856         -
 "aws-smithy-runtime-api 1.6.3",
 4857         -
 "aws-smithy-types 1.2.0",
 4858         -
 "aws-types 1.3.1",
        4878  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4879  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4880  +
 "aws-runtime 1.3.0",
        4881  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4882  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4883  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4884  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4885  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4886  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4887  +
 "aws-types 1.3.2",
 4859   4888   
 "bytes",
 4860   4889   
 "http 0.2.12",
 4861   4890   
 "once_cell",
 4862   4891   
 "regex-lite",
 4863   4892   
 "tokio",
 4864   4893   
 "tracing",
 4865   4894   
]
 4866   4895   
 4867   4896   
[[package]]
 4868   4897   
name = "aws-sdk-kinesisanalytics"
 4869         -
version = "1.30.0"
        4898  +
version = "1.31.0"
 4870   4899   
dependencies = [
 4871         -
 "aws-config",
 4872         -
 "aws-credential-types 1.2.0",
 4873         -
 "aws-runtime 1.2.2",
 4874         -
 "aws-smithy-async 1.2.1",
 4875         -
 "aws-smithy-http 0.60.8",
 4876         -
 "aws-smithy-json 0.60.7",
 4877         -
 "aws-smithy-runtime 1.5.7",
 4878         -
 "aws-smithy-runtime-api 1.6.3",
 4879         -
 "aws-smithy-types 1.2.0",
 4880         -
 "aws-types 1.3.1",
        4900  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4901  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4902  +
 "aws-runtime 1.3.0",
        4903  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4904  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4905  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4906  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4907  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4908  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4909  +
 "aws-types 1.3.2",
 4881   4910   
 "bytes",
 4882   4911   
 "http 0.2.12",
 4883   4912   
 "once_cell",
 4884   4913   
 "regex-lite",
 4885   4914   
 "tokio",
 4886   4915   
 "tracing",
 4887   4916   
]
 4888   4917   
 4889   4918   
[[package]]
 4890   4919   
name = "aws-sdk-kinesisanalyticsv2"
 4891         -
version = "1.31.0"
        4920  +
version = "1.32.0"
 4892   4921   
dependencies = [
 4893         -
 "aws-config",
 4894         -
 "aws-credential-types 1.2.0",
 4895         -
 "aws-runtime 1.2.2",
 4896         -
 "aws-smithy-async 1.2.1",
 4897         -
 "aws-smithy-http 0.60.8",
 4898         -
 "aws-smithy-json 0.60.7",
 4899         -
 "aws-smithy-runtime 1.5.7",
 4900         -
 "aws-smithy-runtime-api 1.6.3",
 4901         -
 "aws-smithy-types 1.2.0",
 4902         -
 "aws-types 1.3.1",
        4922  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4923  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4924  +
 "aws-runtime 1.3.0",
        4925  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4926  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4927  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4928  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4929  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4930  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4931  +
 "aws-types 1.3.2",
 4903   4932   
 "bytes",
 4904   4933   
 "http 0.2.12",
 4905   4934   
 "once_cell",
 4906   4935   
 "regex-lite",
 4907   4936   
 "tokio",
 4908   4937   
 "tracing",
 4909   4938   
]
 4910   4939   
 4911   4940   
[[package]]
 4912   4941   
name = "aws-sdk-kinesisvideo"
 4913         -
version = "1.31.0"
        4942  +
version = "1.32.0"
 4914   4943   
dependencies = [
 4915         -
 "aws-config",
 4916         -
 "aws-credential-types 1.2.0",
 4917         -
 "aws-runtime 1.2.2",
 4918         -
 "aws-smithy-async 1.2.1",
 4919         -
 "aws-smithy-http 0.60.8",
 4920         -
 "aws-smithy-json 0.60.7",
 4921         -
 "aws-smithy-runtime 1.5.7",
 4922         -
 "aws-smithy-runtime-api 1.6.3",
 4923         -
 "aws-smithy-types 1.2.0",
 4924         -
 "aws-types 1.3.1",
        4944  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4945  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4946  +
 "aws-runtime 1.3.0",
        4947  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4948  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4949  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4950  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4951  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4952  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4953  +
 "aws-types 1.3.2",
 4925   4954   
 "bytes",
 4926   4955   
 "http 0.2.12",
 4927   4956   
 "once_cell",
 4928   4957   
 "regex-lite",
 4929   4958   
 "tokio",
 4930   4959   
 "tracing",
 4931   4960   
]
 4932   4961   
 4933   4962   
[[package]]
 4934   4963   
name = "aws-sdk-kinesisvideoarchivedmedia"
 4935         -
version = "1.31.0"
        4964  +
version = "1.32.0"
 4936   4965   
dependencies = [
 4937         -
 "aws-config",
 4938         -
 "aws-credential-types 1.2.0",
 4939         -
 "aws-runtime 1.2.2",
 4940         -
 "aws-smithy-async 1.2.1",
 4941         -
 "aws-smithy-http 0.60.8",
 4942         -
 "aws-smithy-json 0.60.7",
 4943         -
 "aws-smithy-runtime 1.5.7",
 4944         -
 "aws-smithy-runtime-api 1.6.3",
 4945         -
 "aws-smithy-types 1.2.0",
 4946         -
 "aws-types 1.3.1",
        4966  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4967  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4968  +
 "aws-runtime 1.3.0",
        4969  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4970  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4971  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4972  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4973  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4974  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4975  +
 "aws-types 1.3.2",
 4947   4976   
 "bytes",
 4948   4977   
 "http 0.2.12",
 4949   4978   
 "once_cell",
 4950   4979   
 "regex-lite",
 4951   4980   
 "tokio",
 4952   4981   
 "tracing",
 4953   4982   
]
 4954   4983   
 4955   4984   
[[package]]
 4956   4985   
name = "aws-sdk-kinesisvideomedia"
 4957         -
version = "1.30.0"
        4986  +
version = "1.31.0"
 4958   4987   
dependencies = [
 4959         -
 "aws-config",
 4960         -
 "aws-credential-types 1.2.0",
 4961         -
 "aws-runtime 1.2.2",
 4962         -
 "aws-smithy-async 1.2.1",
 4963         -
 "aws-smithy-http 0.60.8",
 4964         -
 "aws-smithy-json 0.60.7",
 4965         -
 "aws-smithy-runtime 1.5.7",
 4966         -
 "aws-smithy-runtime-api 1.6.3",
 4967         -
 "aws-smithy-types 1.2.0",
 4968         -
 "aws-types 1.3.1",
        4988  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4989  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4990  +
 "aws-runtime 1.3.0",
        4991  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        4992  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        4993  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        4994  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4995  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4996  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        4997  +
 "aws-types 1.3.2",
 4969   4998   
 "bytes",
 4970   4999   
 "http 0.2.12",
 4971   5000   
 "once_cell",
 4972   5001   
 "regex-lite",
 4973   5002   
 "tokio",
 4974   5003   
 "tracing",
 4975   5004   
]
 4976   5005   
 4977   5006   
[[package]]
 4978   5007   
name = "aws-sdk-kinesisvideosignaling"
 4979         -
version = "1.30.0"
        5008  +
version = "1.31.0"
 4980   5009   
dependencies = [
 4981         -
 "aws-config",
 4982         -
 "aws-credential-types 1.2.0",
 4983         -
 "aws-runtime 1.2.2",
 4984         -
 "aws-smithy-async 1.2.1",
 4985         -
 "aws-smithy-http 0.60.8",
 4986         -
 "aws-smithy-json 0.60.7",
 4987         -
 "aws-smithy-runtime 1.5.7",
 4988         -
 "aws-smithy-runtime-api 1.6.3",
 4989         -
 "aws-smithy-types 1.2.0",
 4990         -
 "aws-types 1.3.1",
        5010  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5011  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5012  +
 "aws-runtime 1.3.0",
        5013  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5014  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5015  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5016  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5017  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5018  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5019  +
 "aws-types 1.3.2",
 4991   5020   
 "bytes",
 4992   5021   
 "http 0.2.12",
 4993   5022   
 "once_cell",
 4994   5023   
 "regex-lite",
 4995   5024   
 "tokio",
 4996   5025   
 "tracing",
 4997   5026   
]
 4998   5027   
 4999   5028   
[[package]]
 5000   5029   
name = "aws-sdk-kinesisvideowebrtcstorage"
 5001         -
version = "1.30.0"
        5030  +
version = "1.31.0"
 5002   5031   
dependencies = [
 5003         -
 "aws-config",
 5004         -
 "aws-credential-types 1.2.0",
 5005         -
 "aws-runtime 1.2.2",
 5006         -
 "aws-smithy-async 1.2.1",
 5007         -
 "aws-smithy-http 0.60.8",
 5008         -
 "aws-smithy-json 0.60.7",
 5009         -
 "aws-smithy-runtime 1.5.7",
 5010         -
 "aws-smithy-runtime-api 1.6.3",
 5011         -
 "aws-smithy-types 1.2.0",
 5012         -
 "aws-types 1.3.1",
        5032  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5033  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5034  +
 "aws-runtime 1.3.0",
        5035  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5036  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5037  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5038  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5039  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5040  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5041  +
 "aws-types 1.3.2",
 5013   5042   
 "bytes",
 5014   5043   
 "http 0.2.12",
 5015   5044   
 "once_cell",
 5016   5045   
 "regex-lite",
 5017   5046   
 "tokio",
 5018   5047   
 "tracing",
 5019   5048   
]
 5020   5049   
 5021   5050   
[[package]]
 5022   5051   
name = "aws-sdk-kms"
 5023         -
version = "1.31.0"
        5052  +
version = "1.32.1"
 5024   5053   
dependencies = [
 5025         -
 "aws-config",
 5026         -
 "aws-credential-types 1.2.0",
 5027         -
 "aws-runtime 1.2.2",
 5028         -
 "aws-smithy-async 1.2.1",
 5029         -
 "aws-smithy-http 0.60.8",
 5030         -
 "aws-smithy-json 0.60.7",
 5031         -
 "aws-smithy-protocol-test 0.60.7",
 5032         -
 "aws-smithy-runtime 1.5.7",
 5033         -
 "aws-smithy-runtime-api 1.6.3",
 5034         -
 "aws-smithy-types 1.2.0",
 5035         -
 "aws-types 1.3.1",
        5054  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5055  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5056  +
 "aws-runtime 1.3.0",
        5057  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5058  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5059  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5060  +
 "aws-smithy-protocol-test 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5061  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5062  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5063  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5064  +
 "aws-types 1.3.2",
 5036   5065   
 "bytes",
 5037   5066   
 "futures-util",
 5038   5067   
 "http 0.2.12",
 5039   5068   
 "once_cell",
 5040   5069   
 "regex-lite",
 5041   5070   
 "serde_json",
 5042   5071   
 "tokio",
 5043   5072   
 "tracing",
 5044   5073   
 "tracing-subscriber",
 5045   5074   
]
 5046   5075   
 5047   5076   
[[package]]
 5048   5077   
name = "aws-sdk-lakeformation"
 5049         -
version = "1.33.0"
        5078  +
version = "1.34.0"
 5050   5079   
dependencies = [
 5051         -
 "aws-config",
 5052         -
 "aws-credential-types 1.2.0",
 5053         -
 "aws-runtime 1.2.2",
 5054         -
 "aws-smithy-async 1.2.1",
 5055         -
 "aws-smithy-http 0.60.8",
 5056         -
 "aws-smithy-json 0.60.7",
 5057         -
 "aws-smithy-runtime 1.5.7",
 5058         -
 "aws-smithy-runtime-api 1.6.3",
 5059         -
 "aws-smithy-types 1.2.0",
 5060         -
 "aws-types 1.3.1",
        5080  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5081  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5082  +
 "aws-runtime 1.3.0",
        5083  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5084  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5085  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5086  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5087  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5088  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5089  +
 "aws-types 1.3.2",
 5061   5090   
 "bytes",
 5062   5091   
 "http 0.2.12",
 5063   5092   
 "once_cell",
 5064   5093   
 "regex-lite",
 5065   5094   
 "tokio",
 5066   5095   
 "tracing",
 5067   5096   
]
 5068   5097   
 5069   5098   
[[package]]
 5070   5099   
name = "aws-sdk-lambda"
 5071         -
version = "1.31.0"
        5100  +
version = "1.32.0"
 5072   5101   
dependencies = [
 5073         -
 "aws-config",
 5074         -
 "aws-credential-types 1.2.0",
 5075         -
 "aws-runtime 1.2.2",
 5076         -
 "aws-smithy-async 1.2.1",
 5077         -
 "aws-smithy-eventstream 0.60.4",
 5078         -
 "aws-smithy-http 0.60.8",
 5079         -
 "aws-smithy-json 0.60.7",
 5080         -
 "aws-smithy-protocol-test 0.60.7",
 5081         -
 "aws-smithy-runtime 1.5.7",
 5082         -
 "aws-smithy-runtime-api 1.6.3",
 5083         -
 "aws-smithy-types 1.2.0",
 5084         -
 "aws-types 1.3.1",
        5102  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5103  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5104  +
 "aws-runtime 1.3.0",
        5105  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5106  +
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
        5107  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5108  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5109  +
 "aws-smithy-protocol-test 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5110  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5111  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5112  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5113  +
 "aws-types 1.3.2",
 5085   5114   
 "bytes",
 5086   5115   
 "futures-util",
 5087   5116   
 "http 0.2.12",
 5088   5117   
 "once_cell",
 5089   5118   
 "regex-lite",
 5090   5119   
 "serde_json",
 5091   5120   
 "tokio",
 5092   5121   
 "tracing",
 5093   5122   
 "tracing-subscriber",
 5094   5123   
]
 5095   5124   
 5096   5125   
[[package]]
 5097   5126   
name = "aws-sdk-launchwizard"
 5098         -
version = "1.31.0"
        5127  +
version = "1.32.0"
 5099   5128   
dependencies = [
 5100         -
 "aws-config",
 5101         -
 "aws-credential-types 1.2.0",
 5102         -
 "aws-runtime 1.2.2",
 5103         -
 "aws-smithy-async 1.2.1",
 5104         -
 "aws-smithy-http 0.60.8",
 5105         -
 "aws-smithy-json 0.60.7",
 5106         -
 "aws-smithy-runtime 1.5.7",
 5107         -
 "aws-smithy-runtime-api 1.6.3",
 5108         -
 "aws-smithy-types 1.2.0",
 5109         -
 "aws-types 1.3.1",
        5129  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5130  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5131  +
 "aws-runtime 1.3.0",
        5132  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5133  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5134  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5135  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5136  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5137  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5138  +
 "aws-types 1.3.2",
 5110   5139   
 "bytes",
 5111   5140   
 "http 0.2.12",
 5112   5141   
 "once_cell",
 5113   5142   
 "regex-lite",
 5114   5143   
 "tokio",
 5115   5144   
 "tracing",
 5116   5145   
]
 5117   5146   
 5118   5147   
[[package]]
 5119   5148   
name = "aws-sdk-lexmodelbuilding"
 5120         -
version = "1.30.0"
        5149  +
version = "1.31.0"
 5121   5150   
dependencies = [
 5122         -
 "aws-config",
 5123         -
 "aws-credential-types 1.2.0",
 5124         -
 "aws-runtime 1.2.2",
 5125         -
 "aws-smithy-async 1.2.1",
 5126         -
 "aws-smithy-http 0.60.8",
 5127         -
 "aws-smithy-json 0.60.7",
 5128         -
 "aws-smithy-runtime 1.5.7",
 5129         -
 "aws-smithy-runtime-api 1.6.3",
 5130         -
 "aws-smithy-types 1.2.0",
 5131         -
 "aws-types 1.3.1",
        5151  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5152  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5153  +
 "aws-runtime 1.3.0",
        5154  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5155  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5156  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5157  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5158  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5159  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5160  +
 "aws-types 1.3.2",
 5132   5161   
 "bytes",
 5133   5162   
 "http 0.2.12",
 5134   5163   
 "once_cell",
 5135   5164   
 "regex-lite",
 5136   5165   
 "tokio",
 5137   5166   
 "tracing",
 5138   5167   
]
 5139   5168   
 5140   5169   
[[package]]
 5141   5170   
name = "aws-sdk-lexmodelsv2"
 5142         -
version = "1.32.0"
        5171  +
version = "1.33.0"
 5143   5172   
dependencies = [
 5144         -
 "aws-config",
 5145         -
 "aws-credential-types 1.2.0",
 5146         -
 "aws-runtime 1.2.2",
 5147         -
 "aws-smithy-async 1.2.1",
 5148         -
 "aws-smithy-http 0.60.8",
 5149         -
 "aws-smithy-json 0.60.7",
 5150         -
 "aws-smithy-runtime 1.5.7",
 5151         -
 "aws-smithy-runtime-api 1.6.3",
 5152         -
 "aws-smithy-types 1.2.0",
 5153         -
 "aws-types 1.3.1",
        5173  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5174  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5175  +
 "aws-runtime 1.3.0",
        5176  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5177  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5178  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5179  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5180  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5181  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5182  +
 "aws-types 1.3.2",
 5154   5183   
 "bytes",
 5155   5184   
 "http 0.2.12",
 5156   5185   
 "once_cell",
 5157   5186   
 "regex-lite",
 5158   5187   
 "tokio",
 5159   5188   
 "tracing",
 5160   5189   
]
 5161   5190   
 5162   5191   
[[package]]
 5163   5192   
name = "aws-sdk-lexruntime"
 5164         -
version = "1.30.0"
        5193  +
version = "1.31.0"
 5165   5194   
dependencies = [
 5166         -
 "aws-config",
 5167         -
 "aws-credential-types 1.2.0",
 5168         -
 "aws-runtime 1.2.2",
 5169         -
 "aws-sigv4 1.2.2",
 5170         -
 "aws-smithy-async 1.2.1",
 5171         -
 "aws-smithy-http 0.60.8",
 5172         -
 "aws-smithy-json 0.60.7",
 5173         -
 "aws-smithy-runtime 1.5.7",
 5174         -
 "aws-smithy-runtime-api 1.6.3",
 5175         -
 "aws-smithy-types 1.2.0",
 5176         -
 "aws-types 1.3.1",
 5177         -
 "bytes",
        5195  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5196  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5197  +
 "aws-runtime 1.3.0",
        5198  +
 "aws-sigv4 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
        5199  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5200  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5201  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5202  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5203  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5204  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5205  +
 "aws-types 1.3.2",
        5206  +
 "bytes",
 5178   5207   
 "http 0.2.12",
 5179   5208   
 "once_cell",
 5180   5209   
 "regex-lite",
 5181   5210   
 "tokio",
 5182   5211   
 "tracing",
 5183   5212   
]
 5184   5213   
 5185   5214   
[[package]]
 5186   5215   
name = "aws-sdk-lexruntimev2"
 5187         -
version = "1.30.0"
        5216  +
version = "1.31.0"
 5188   5217   
dependencies = [
 5189         -
 "aws-config",
 5190         -
 "aws-credential-types 1.2.0",
 5191         -
 "aws-runtime 1.2.2",
 5192         -
 "aws-sigv4 1.2.2",
 5193         -
 "aws-smithy-async 1.2.1",
 5194         -
 "aws-smithy-eventstream 0.60.4",
 5195         -
 "aws-smithy-http 0.60.8",
 5196         -
 "aws-smithy-json 0.60.7",
 5197         -
 "aws-smithy-runtime 1.5.7",
 5198         -
 "aws-smithy-runtime-api 1.6.3",
 5199         -
 "aws-smithy-types 1.2.0",
 5200         -
 "aws-types 1.3.1",
        5218  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5219  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5220  +
 "aws-runtime 1.3.0",
        5221  +
 "aws-sigv4 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
        5222  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5223  +
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
        5224  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5225  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5226  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5227  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5228  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5229  +
 "aws-types 1.3.2",
 5201   5230   
 "bytes",
 5202   5231   
 "http 0.2.12",
 5203   5232   
 "hyper 0.14.29",
 5204   5233   
 "once_cell",
 5205   5234   
 "regex-lite",
 5206   5235   
 "tokio",
 5207   5236   
 "tracing",
 5208   5237   
]
 5209   5238   
 5210   5239   
[[package]]
 5211   5240   
name = "aws-sdk-licensemanager"
 5212         -
version = "1.30.0"
        5241  +
version = "1.31.0"
 5213   5242   
dependencies = [
 5214         -
 "aws-config",
 5215         -
 "aws-credential-types 1.2.0",
 5216         -
 "aws-runtime 1.2.2",
 5217         -
 "aws-smithy-async 1.2.1",
 5218         -
 "aws-smithy-http 0.60.8",
 5219         -
 "aws-smithy-json 0.60.7",
 5220         -
 "aws-smithy-runtime 1.5.7",
 5221         -
 "aws-smithy-runtime-api 1.6.3",
 5222         -
 "aws-smithy-types 1.2.0",
 5223         -
 "aws-types 1.3.1",
        5243  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5244  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5245  +
 "aws-runtime 1.3.0",
        5246  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5247  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5248  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5249  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5250  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5251  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5252  +
 "aws-types 1.3.2",
 5224   5253   
 "bytes",
 5225   5254   
 "http 0.2.12",
 5226   5255   
 "once_cell",
 5227   5256   
 "regex-lite",
 5228   5257   
 "tokio",
 5229   5258   
 "tracing",
 5230   5259   
]
 5231   5260   
 5232   5261   
[[package]]
 5233   5262   
name = "aws-sdk-licensemanagerlinuxsubscriptions"
 5234         -
version = "1.30.0"
        5263  +
version = "1.31.0"
 5235   5264   
dependencies = [
 5236         -
 "aws-config",
 5237         -
 "aws-credential-types 1.2.0",
 5238         -
 "aws-runtime 1.2.2",
 5239         -
 "aws-smithy-async 1.2.1",
 5240         -
 "aws-smithy-http 0.60.8",
 5241         -
 "aws-smithy-json 0.60.7",
 5242         -
 "aws-smithy-runtime 1.5.7",
 5243         -
 "aws-smithy-runtime-api 1.6.3",
 5244         -
 "aws-smithy-types 1.2.0",
 5245         -
 "aws-types 1.3.1",
        5265  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5266  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5267  +
 "aws-runtime 1.3.0",
        5268  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5269  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5270  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5271  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5272  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5273  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5274  +
 "aws-types 1.3.2",
 5246   5275   
 "bytes",
 5247   5276   
 "http 0.2.12",
 5248   5277   
 "once_cell",
 5249   5278   
 "regex-lite",
 5250   5279   
 "tokio",
 5251   5280   
 "tracing",
 5252   5281   
]
 5253   5282   
 5254   5283   
[[package]]
 5255   5284   
name = "aws-sdk-licensemanagerusersubscriptions"
 5256         -
version = "1.30.0"
        5285  +
version = "1.31.0"
 5257   5286   
dependencies = [
 5258         -
 "aws-config",
 5259         -
 "aws-credential-types 1.2.0",
 5260         -
 "aws-runtime 1.2.2",
 5261         -
 "aws-smithy-async 1.2.1",
 5262         -
 "aws-smithy-http 0.60.8",
 5263         -
 "aws-smithy-json 0.60.7",
 5264         -
 "aws-smithy-runtime 1.5.7",
 5265         -
 "aws-smithy-runtime-api 1.6.3",
 5266         -
 "aws-smithy-types 1.2.0",
 5267         -
 "aws-types 1.3.1",
        5287  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5288  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5289  +
 "aws-runtime 1.3.0",
        5290  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5291  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5292  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5293  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5294  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5295  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5296  +
 "aws-types 1.3.2",
 5268   5297   
 "bytes",
 5269   5298   
 "http 0.2.12",
 5270   5299   
 "once_cell",
 5271   5300   
 "regex-lite",
 5272   5301   
 "tokio",
 5273   5302   
 "tracing",
 5274   5303   
]
 5275   5304   
 5276   5305   
[[package]]
 5277   5306   
name = "aws-sdk-lightsail"
 5278         -
version = "1.34.0"
        5307  +
version = "1.35.0"
 5279   5308   
dependencies = [
 5280         -
 "aws-config",
 5281         -
 "aws-credential-types 1.2.0",
 5282         -
 "aws-runtime 1.2.2",
 5283         -
 "aws-smithy-async 1.2.1",
 5284         -
 "aws-smithy-http 0.60.8",
 5285         -
 "aws-smithy-json 0.60.7",
 5286         -
 "aws-smithy-runtime 1.5.7",
 5287         -
 "aws-smithy-runtime-api 1.6.3",
 5288         -
 "aws-smithy-types 1.2.0",
 5289         -
 "aws-types 1.3.1",
        5309  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5310  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5311  +
 "aws-runtime 1.3.0",
        5312  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5313  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5314  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5315  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5316  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5317  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5318  +
 "aws-types 1.3.2",
 5290   5319   
 "bytes",
 5291   5320   
 "http 0.2.12",
 5292   5321   
 "once_cell",
 5293   5322   
 "regex-lite",
 5294   5323   
 "tokio",
 5295   5324   
 "tracing",
 5296   5325   
]
 5297   5326   
 5298   5327   
[[package]]
 5299   5328   
name = "aws-sdk-location"
 5300         -
version = "1.33.0"
        5329  +
version = "1.34.0"
 5301   5330   
dependencies = [
 5302         -
 "aws-config",
 5303         -
 "aws-credential-types 1.2.0",
 5304         -
 "aws-runtime 1.2.2",
 5305         -
 "aws-smithy-async 1.2.1",
 5306         -
 "aws-smithy-http 0.60.8",
 5307         -
 "aws-smithy-json 0.60.7",
 5308         -
 "aws-smithy-runtime 1.5.7",
 5309         -
 "aws-smithy-runtime-api 1.6.3",
 5310         -
 "aws-smithy-types 1.2.0",
 5311         -
 "aws-types 1.3.1",
        5331  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5332  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5333  +
 "aws-runtime 1.3.0",
        5334  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5335  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5336  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5337  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5338  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5339  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5340  +
 "aws-types 1.3.2",
 5312   5341   
 "bytes",
 5313   5342   
 "http 0.2.12",
 5314   5343   
 "once_cell",
 5315   5344   
 "regex-lite",
 5316   5345   
 "tokio",
 5317   5346   
 "tracing",
 5318   5347   
]
 5319   5348   
 5320   5349   
[[package]]
 5321   5350   
name = "aws-sdk-lookoutequipment"
 5322         -
version = "1.32.0"
        5351  +
version = "1.33.0"
 5323   5352   
dependencies = [
 5324         -
 "aws-config",
 5325         -
 "aws-credential-types 1.2.0",
 5326         -
 "aws-runtime 1.2.2",
 5327         -
 "aws-smithy-async 1.2.1",
 5328         -
 "aws-smithy-http 0.60.8",
 5329         -
 "aws-smithy-json 0.60.7",
 5330         -
 "aws-smithy-runtime 1.5.7",
 5331         -
 "aws-smithy-runtime-api 1.6.3",
 5332         -
 "aws-smithy-types 1.2.0",
 5333         -
 "aws-types 1.3.1",
        5353  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5354  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5355  +
 "aws-runtime 1.3.0",
        5356  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5357  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5358  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5359  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5360  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5361  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5362  +
 "aws-types 1.3.2",
 5334   5363   
 "bytes",
 5335   5364   
 "fastrand 2.0.2",
 5336   5365   
 "http 0.2.12",
 5337   5366   
 "once_cell",
 5338   5367   
 "regex-lite",
 5339   5368   
 "tokio",
 5340   5369   
 "tracing",
 5341   5370   
]
 5342   5371   
 5343   5372   
[[package]]
 5344   5373   
name = "aws-sdk-lookoutmetrics"
 5345         -
version = "1.30.0"
        5374  +
version = "1.31.0"
 5346   5375   
dependencies = [
 5347         -
 "aws-config",
 5348         -
 "aws-credential-types 1.2.0",
 5349         -
 "aws-runtime 1.2.2",
 5350         -
 "aws-smithy-async 1.2.1",
 5351         -
 "aws-smithy-http 0.60.8",
 5352         -
 "aws-smithy-json 0.60.7",
 5353         -
 "aws-smithy-runtime 1.5.7",
 5354         -
 "aws-smithy-runtime-api 1.6.3",
 5355         -
 "aws-smithy-types 1.2.0",
 5356         -
 "aws-types 1.3.1",
        5376  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5377  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5378  +
 "aws-runtime 1.3.0",
        5379  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5380  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5381  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5382  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5383  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5384  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5385  +
 "aws-types 1.3.2",
 5357   5386   
 "bytes",
 5358   5387   
 "http 0.2.12",
 5359   5388   
 "once_cell",
 5360   5389   
 "regex-lite",
 5361   5390   
 "tokio",
 5362   5391   
 "tracing",
 5363   5392   
]
 5364   5393   
 5365   5394   
[[package]]
 5366   5395   
name = "aws-sdk-lookoutvision"
 5367         -
version = "1.30.0"
        5396  +
version = "1.31.0"
 5368   5397   
dependencies = [
 5369         -
 "aws-config",
 5370         -
 "aws-credential-types 1.2.0",
 5371         -
 "aws-runtime 1.2.2",
 5372         -
 "aws-smithy-async 1.2.1",
 5373         -
 "aws-smithy-http 0.60.8",
 5374         -
 "aws-smithy-json 0.60.7",
 5375         -
 "aws-smithy-runtime 1.5.7",
 5376         -
 "aws-smithy-runtime-api 1.6.3",
 5377         -
 "aws-smithy-types 1.2.0",
 5378         -
 "aws-types 1.3.1",
        5398  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5399  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5400  +
 "aws-runtime 1.3.0",
        5401  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5402  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5403  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5404  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5405  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5406  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5407  +
 "aws-types 1.3.2",
 5379   5408   
 "bytes",
 5380   5409   
 "fastrand 2.0.2",
 5381   5410   
 "http 0.2.12",
 5382   5411   
 "once_cell",
 5383   5412   
 "regex-lite",
 5384   5413   
 "tokio",
 5385   5414   
 "tracing",
 5386   5415   
]
 5387   5416   
 5388   5417   
[[package]]
 5389   5418   
name = "aws-sdk-m2"
 5390         -
version = "1.31.0"
        5419  +
version = "1.32.0"
 5391   5420   
dependencies = [
 5392         -
 "aws-config",
 5393         -
 "aws-credential-types 1.2.0",
 5394         -
 "aws-runtime 1.2.2",
 5395         -
 "aws-smithy-async 1.2.1",
 5396         -
 "aws-smithy-http 0.60.8",
 5397         -
 "aws-smithy-json 0.60.7",
 5398         -
 "aws-smithy-runtime 1.5.7",
 5399         -
 "aws-smithy-runtime-api 1.6.3",
 5400         -
 "aws-smithy-types 1.2.0",
 5401         -
 "aws-types 1.3.1",
        5421  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5422  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5423  +
 "aws-runtime 1.3.0",
        5424  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5425  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5426  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5427  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5428  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5429  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5430  +
 "aws-types 1.3.2",
 5402   5431   
 "bytes",
 5403   5432   
 "fastrand 2.0.2",
 5404   5433   
 "http 0.2.12",
 5405   5434   
 "once_cell",
 5406   5435   
 "regex-lite",
 5407   5436   
 "tokio",
 5408   5437   
 "tracing",
 5409   5438   
]
 5410   5439   
 5411   5440   
[[package]]
 5412   5441   
name = "aws-sdk-machinelearning"
 5413         -
version = "1.30.0"
        5442  +
version = "1.31.0"
 5414   5443   
dependencies = [
 5415         -
 "aws-config",
 5416         -
 "aws-credential-types 1.2.0",
 5417         -
 "aws-runtime 1.2.2",
 5418         -
 "aws-smithy-async 1.2.1",
 5419         -
 "aws-smithy-http 0.60.8",
 5420         -
 "aws-smithy-json 0.60.7",
 5421         -
 "aws-smithy-runtime 1.5.7",
 5422         -
 "aws-smithy-runtime-api 1.6.3",
 5423         -
 "aws-smithy-types 1.2.0",
 5424         -
 "aws-types 1.3.1",
        5444  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5445  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5446  +
 "aws-runtime 1.3.0",
        5447  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5448  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5449  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5450  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5451  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5452  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5453  +
 "aws-types 1.3.2",
 5425   5454   
 "bytes",
 5426   5455   
 "http 0.2.12",
 5427   5456   
 "once_cell",
 5428   5457   
 "regex-lite",
 5429   5458   
 "tokio",
 5430   5459   
 "tracing",
 5431   5460   
]
 5432   5461   
 5433   5462   
[[package]]
 5434   5463   
name = "aws-sdk-macie2"
 5435         -
version = "1.31.0"
        5464  +
version = "1.33.0"
 5436   5465   
dependencies = [
 5437         -
 "aws-config",
 5438         -
 "aws-credential-types 1.2.0",
 5439         -
 "aws-runtime 1.2.2",
 5440         -
 "aws-smithy-async 1.2.1",
 5441         -
 "aws-smithy-http 0.60.8",
 5442         -
 "aws-smithy-json 0.60.7",
 5443         -
 "aws-smithy-runtime 1.5.7",
 5444         -
 "aws-smithy-runtime-api 1.6.3",
 5445         -
 "aws-smithy-types 1.2.0",
 5446         -
 "aws-types 1.3.1",
        5466  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5467  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5468  +
 "aws-runtime 1.3.0",
        5469  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5470  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5471  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5472  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5473  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5474  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5475  +
 "aws-types 1.3.2",
 5447   5476   
 "bytes",
 5448   5477   
 "fastrand 2.0.2",
 5449   5478   
 "http 0.2.12",
 5450   5479   
 "once_cell",
 5451   5480   
 "regex-lite",
 5452   5481   
 "tokio",
 5453   5482   
 "tracing",
 5454   5483   
]
 5455   5484   
 5456   5485   
[[package]]
 5457   5486   
name = "aws-sdk-mailmanager"
 5458         -
version = "1.5.0"
        5487  +
version = "1.6.0"
 5459   5488   
dependencies = [
 5460         -
 "aws-config",
 5461         -
 "aws-credential-types 1.2.0",
 5462         -
 "aws-runtime 1.2.2",
 5463         -
 "aws-smithy-async 1.2.1",
 5464         -
 "aws-smithy-http 0.60.8",
 5465         -
 "aws-smithy-json 0.60.7",
 5466         -
 "aws-smithy-runtime 1.5.7",
 5467         -
 "aws-smithy-runtime-api 1.6.3",
 5468         -
 "aws-smithy-types 1.2.0",
 5469         -
 "aws-types 1.3.1",
        5489  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5490  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5491  +
 "aws-runtime 1.3.0",
        5492  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5493  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5494  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5495  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5496  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5497  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5498  +
 "aws-types 1.3.2",
 5470   5499   
 "bytes",
 5471   5500   
 "fastrand 2.0.2",
 5472   5501   
 "http 0.2.12",
 5473   5502   
 "once_cell",
 5474   5503   
 "regex-lite",
 5475   5504   
 "tokio",
 5476   5505   
 "tracing",
 5477   5506   
]
 5478   5507   
 5479   5508   
[[package]]
 5480   5509   
name = "aws-sdk-managedblockchain"
 5481         -
version = "1.30.0"
        5510  +
version = "1.31.0"
 5482   5511   
dependencies = [
 5483         -
 "aws-config",
 5484         -
 "aws-credential-types 1.2.0",
 5485         -
 "aws-runtime 1.2.2",
 5486         -
 "aws-smithy-async 1.2.1",
 5487         -
 "aws-smithy-http 0.60.8",
 5488         -
 "aws-smithy-json 0.60.7",
 5489         -
 "aws-smithy-runtime 1.5.7",
 5490         -
 "aws-smithy-runtime-api 1.6.3",
 5491         -
 "aws-smithy-types 1.2.0",
 5492         -
 "aws-types 1.3.1",
        5512  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5513  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5514  +
 "aws-runtime 1.3.0",
        5515  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5516  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5517  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5518  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5519  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5520  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5521  +
 "aws-types 1.3.2",
 5493   5522   
 "bytes",
 5494   5523   
 "fastrand 2.0.2",
 5495   5524   
 "http 0.2.12",
 5496   5525   
 "once_cell",
 5497   5526   
 "regex-lite",
 5498   5527   
 "tokio",
 5499   5528   
 "tracing",
 5500   5529   
]
 5501   5530   
 5502   5531   
[[package]]
 5503   5532   
name = "aws-sdk-managedblockchainquery"
 5504         -
version = "1.33.0"
        5533  +
version = "1.34.0"
 5505   5534   
dependencies = [
 5506         -
 "aws-config",
 5507         -
 "aws-credential-types 1.2.0",
 5508         -
 "aws-runtime 1.2.2",
 5509         -
 "aws-smithy-async 1.2.1",
 5510         -
 "aws-smithy-http 0.60.8",
 5511         -
 "aws-smithy-json 0.60.7",
 5512         -
 "aws-smithy-runtime 1.5.7",
 5513         -
 "aws-smithy-runtime-api 1.6.3",
 5514         -
 "aws-smithy-types 1.2.0",
 5515         -
 "aws-types 1.3.1",
        5535  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5536  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5537  +
 "aws-runtime 1.3.0",
        5538  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5539  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5540  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5541  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5542  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5543  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5544  +
 "aws-types 1.3.2",
 5516   5545   
 "bytes",
 5517   5546   
 "http 0.2.12",
 5518   5547   
 "once_cell",
 5519   5548   
 "regex-lite",
 5520   5549   
 "tokio",
 5521   5550   
 "tracing",
 5522   5551   
]
 5523   5552   
 5524   5553   
[[package]]
 5525   5554   
name = "aws-sdk-marketplaceagreement"
 5526         -
version = "1.27.0"
        5555  +
version = "1.28.0"
 5527   5556   
dependencies = [
 5528         -
 "aws-config",
 5529         -
 "aws-credential-types 1.2.0",
 5530         -
 "aws-runtime 1.2.2",
 5531         -
 "aws-smithy-async 1.2.1",
 5532         -
 "aws-smithy-http 0.60.8",
 5533         -
 "aws-smithy-json 0.60.7",
 5534         -
 "aws-smithy-runtime 1.5.7",
 5535         -
 "aws-smithy-runtime-api 1.6.3",
 5536         -
 "aws-smithy-types 1.2.0",
 5537         -
 "aws-types 1.3.1",
        5557  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5558  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5559  +
 "aws-runtime 1.3.0",
        5560  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5561  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5562  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5563  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5564  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5565  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5566  +
 "aws-types 1.3.2",
 5538   5567   
 "bytes",
 5539   5568   
 "http 0.2.12",
 5540   5569   
 "once_cell",
 5541   5570   
 "regex-lite",
 5542   5571   
 "tokio",
 5543   5572   
 "tracing",
 5544   5573   
]
 5545   5574   
 5546   5575   
[[package]]
 5547   5576   
name = "aws-sdk-marketplacecatalog"
 5548         -
version = "1.34.0"
        5577  +
version = "1.35.0"
 5549   5578   
dependencies = [
 5550         -
 "aws-config",
 5551         -
 "aws-credential-types 1.2.0",
 5552         -
 "aws-runtime 1.2.2",
 5553         -
 "aws-smithy-async 1.2.1",
 5554         -
 "aws-smithy-http 0.60.8",
 5555         -
 "aws-smithy-json 0.60.7",
 5556         -
 "aws-smithy-runtime 1.5.7",
 5557         -
 "aws-smithy-runtime-api 1.6.3",
 5558         -
 "aws-smithy-types 1.2.0",
 5559         -
 "aws-types 1.3.1",
        5579  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5580  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5581  +
 "aws-runtime 1.3.0",
        5582  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5583  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5584  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5585  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5586  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5587  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5588  +
 "aws-types 1.3.2",
 5560   5589   
 "bytes",
 5561   5590   
 "fastrand 2.0.2",
 5562   5591   
 "http 0.2.12",
 5563   5592   
 "once_cell",
 5564   5593   
 "regex-lite",
 5565   5594   
 "tokio",
 5566   5595   
 "tracing",
 5567   5596   
]
 5568   5597   
 5569   5598   
[[package]]
 5570   5599   
name = "aws-sdk-marketplacecommerceanalytics"
 5571         -
version = "1.30.0"
        5600  +
version = "1.31.0"
 5572   5601   
dependencies = [
 5573         -
 "aws-config",
 5574         -
 "aws-credential-types 1.2.0",
 5575         -
 "aws-runtime 1.2.2",
 5576         -
 "aws-smithy-async 1.2.1",
 5577         -
 "aws-smithy-http 0.60.8",
 5578         -
 "aws-smithy-json 0.60.7",
 5579         -
 "aws-smithy-runtime 1.5.7",
 5580         -
 "aws-smithy-runtime-api 1.6.3",
 5581         -
 "aws-smithy-types 1.2.0",
 5582         -
 "aws-types 1.3.1",
        5602  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5603  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5604  +
 "aws-runtime 1.3.0",
        5605  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5606  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5607  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5608  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5609  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5610  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5611  +
 "aws-types 1.3.2",
 5583   5612   
 "bytes",
 5584   5613   
 "http 0.2.12",
 5585   5614   
 "once_cell",
 5586   5615   
 "regex-lite",
 5587   5616   
 "tokio",
 5588   5617   
 "tracing",
 5589   5618   
]
 5590   5619   
 5591   5620   
[[package]]
 5592   5621   
name = "aws-sdk-marketplacedeployment"
 5593         -
version = "1.27.0"
        5622  +
version = "1.28.0"
 5594   5623   
dependencies = [
 5595         -
 "aws-config",
 5596         -
 "aws-credential-types 1.2.0",
 5597         -
 "aws-runtime 1.2.2",
 5598         -
 "aws-smithy-async 1.2.1",
 5599         -
 "aws-smithy-http 0.60.8",
 5600         -
 "aws-smithy-json 0.60.7",
 5601         -
 "aws-smithy-runtime 1.5.7",
 5602         -
 "aws-smithy-runtime-api 1.6.3",
 5603         -
 "aws-smithy-types 1.2.0",
 5604         -
 "aws-types 1.3.1",
        5624  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5625  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5626  +
 "aws-runtime 1.3.0",
        5627  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5628  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5629  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5630  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5631  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5632  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5633  +
 "aws-types 1.3.2",
 5605   5634   
 "bytes",
 5606   5635   
 "fastrand 2.0.2",
 5607   5636   
 "http 0.2.12",
 5608   5637   
 "once_cell",
 5609   5638   
 "regex-lite",
 5610   5639   
 "tokio",
 5611   5640   
 "tracing",
 5612   5641   
]
 5613   5642   
 5614   5643   
[[package]]
 5615   5644   
name = "aws-sdk-marketplaceentitlement"
 5616         -
version = "1.31.0"
        5645  +
version = "1.32.0"
 5617   5646   
dependencies = [
 5618         -
 "aws-config",
 5619         -
 "aws-credential-types 1.2.0",
 5620         -
 "aws-runtime 1.2.2",
 5621         -
 "aws-smithy-async 1.2.1",
 5622         -
 "aws-smithy-http 0.60.8",
 5623         -
 "aws-smithy-json 0.60.7",
 5624         -
 "aws-smithy-runtime 1.5.7",
 5625         -
 "aws-smithy-runtime-api 1.6.3",
 5626         -
 "aws-smithy-types 1.2.0",
 5627         -
 "aws-types 1.3.1",
        5647  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5648  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5649  +
 "aws-runtime 1.3.0",
        5650  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5651  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5652  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5653  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5654  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5655  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5656  +
 "aws-types 1.3.2",
 5628   5657   
 "bytes",
 5629   5658   
 "http 0.2.12",
 5630   5659   
 "once_cell",
 5631   5660   
 "regex-lite",
 5632   5661   
 "tokio",
 5633   5662   
 "tracing",
 5634   5663   
]
 5635   5664   
 5636   5665   
[[package]]
 5637   5666   
name = "aws-sdk-marketplacemetering"
 5638         -
version = "1.30.0"
        5667  +
version = "1.31.0"
 5639   5668   
dependencies = [
 5640         -
 "aws-config",
 5641         -
 "aws-credential-types 1.2.0",
 5642         -
 "aws-runtime 1.2.2",
 5643         -
 "aws-smithy-async 1.2.1",
 5644         -
 "aws-smithy-http 0.60.8",
 5645         -
 "aws-smithy-json 0.60.7",
 5646         -
 "aws-smithy-runtime 1.5.7",
 5647         -
 "aws-smithy-runtime-api 1.6.3",
 5648         -
 "aws-smithy-types 1.2.0",
 5649         -
 "aws-types 1.3.1",
        5669  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5670  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5671  +
 "aws-runtime 1.3.0",
        5672  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5673  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5674  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5675  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5676  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5677  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5678  +
 "aws-types 1.3.2",
 5650   5679   
 "bytes",
 5651   5680   
 "http 0.2.12",
 5652   5681   
 "once_cell",
 5653   5682   
 "regex-lite",
 5654   5683   
 "tokio",
 5655   5684   
 "tracing",
 5656   5685   
]
 5657   5686   
 5658   5687   
[[package]]
 5659   5688   
name = "aws-sdk-mediaconnect"
 5660         -
version = "1.31.0"
        5689  +
version = "1.32.0"
 5661   5690   
dependencies = [
 5662         -
 "aws-config",
 5663         -
 "aws-credential-types 1.2.0",
 5664         -
 "aws-runtime 1.2.2",
 5665         -
 "aws-smithy-async 1.2.1",
 5666         -
 "aws-smithy-http 0.60.8",
 5667         -
 "aws-smithy-json 0.60.7",
 5668         -
 "aws-smithy-runtime 1.5.7",
 5669         -
 "aws-smithy-runtime-api 1.6.3",
 5670         -
 "aws-smithy-types 1.2.0",
 5671         -
 "aws-types 1.3.1",
        5691  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5692  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5693  +
 "aws-runtime 1.3.0",
        5694  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5695  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5696  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5697  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5698  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5699  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5700  +
 "aws-types 1.3.2",
 5672   5701   
 "bytes",
 5673   5702   
 "http 0.2.12",
 5674   5703   
 "once_cell",
 5675   5704   
 "regex-lite",
 5676   5705   
 "tokio",
 5677   5706   
 "tracing",
 5678   5707   
]
 5679   5708   
 5680   5709   
[[package]]
 5681   5710   
name = "aws-sdk-mediaconvert"
 5682         -
version = "1.33.0"
        5711  +
version = "1.36.0"
 5683   5712   
dependencies = [
 5684         -
 "aws-config",
 5685         -
 "aws-credential-types 1.2.0",
 5686         -
 "aws-runtime 1.2.2",
 5687         -
 "aws-smithy-async 1.2.1",
 5688         -
 "aws-smithy-http 0.60.8",
 5689         -
 "aws-smithy-json 0.60.7",
 5690         -
 "aws-smithy-runtime 1.5.7",
 5691         -
 "aws-smithy-runtime-api 1.6.3",
 5692         -
 "aws-smithy-types 1.2.0",
 5693         -
 "aws-types 1.3.1",
        5713  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5714  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5715  +
 "aws-runtime 1.3.0",
        5716  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5717  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5718  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5719  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5720  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5721  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5722  +
 "aws-types 1.3.2",
 5694   5723   
 "bytes",
 5695   5724   
 "fastrand 2.0.2",
 5696   5725   
 "http 0.2.12",
 5697   5726   
 "once_cell",
 5698   5727   
 "regex-lite",
 5699   5728   
 "tokio",
 5700   5729   
 "tracing",
 5701   5730   
]
 5702   5731   
 5703   5732   
[[package]]
 5704   5733   
name = "aws-sdk-medialive"
 5705         -
version = "1.36.0"
        5734  +
version = "1.37.0"
 5706   5735   
dependencies = [
 5707         -
 "aws-config",
 5708         -
 "aws-credential-types 1.2.0",
 5709         -
 "aws-runtime 1.2.2",
 5710         -
 "aws-smithy-async 1.2.1",
 5711         -
 "aws-smithy-http 0.60.8",
 5712         -
 "aws-smithy-json 0.60.7",
 5713         -
 "aws-smithy-runtime 1.5.7",
 5714         -
 "aws-smithy-runtime-api 1.6.3",
 5715         -
 "aws-smithy-types 1.2.0",
 5716         -
 "aws-types 1.3.1",
        5736  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5737  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5738  +
 "aws-runtime 1.3.0",
        5739  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5740  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5741  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5742  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5743  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5744  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5745  +
 "aws-types 1.3.2",
 5717   5746   
 "bytes",
 5718   5747   
 "fastrand 2.0.2",
 5719   5748   
 "http 0.2.12",
 5720   5749   
 "once_cell",
 5721   5750   
 "regex-lite",
 5722   5751   
 "tokio",
 5723   5752   
 "tracing",
 5724   5753   
]
 5725   5754   
 5726   5755   
[[package]]
 5727   5756   
name = "aws-sdk-mediapackage"
 5728         -
version = "1.30.0"
        5757  +
version = "1.31.0"
 5729   5758   
dependencies = [
 5730         -
 "aws-config",
 5731         -
 "aws-credential-types 1.2.0",
 5732         -
 "aws-runtime 1.2.2",
 5733         -
 "aws-smithy-async 1.2.1",
 5734         -
 "aws-smithy-http 0.60.8",
 5735         -
 "aws-smithy-json 0.60.7",
 5736         -
 "aws-smithy-runtime 1.5.7",
 5737         -
 "aws-smithy-runtime-api 1.6.3",
 5738         -
 "aws-smithy-types 1.2.0",
 5739         -
 "aws-types 1.3.1",
        5759  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5760  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5761  +
 "aws-runtime 1.3.0",
        5762  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5763  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5764  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5765  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5766  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5767  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5768  +
 "aws-types 1.3.2",
 5740   5769   
 "bytes",
 5741   5770   
 "http 0.2.12",
 5742   5771   
 "once_cell",
 5743   5772   
 "regex-lite",
 5744   5773   
 "tokio",
 5745   5774   
 "tracing",
 5746   5775   
]
 5747   5776   
 5748   5777   
[[package]]
 5749   5778   
name = "aws-sdk-mediapackagev2"
 5750         -
version = "1.32.0"
        5779  +
version = "1.33.0"
 5751   5780   
dependencies = [
 5752         -
 "aws-config",
 5753         -
 "aws-credential-types 1.2.0",
 5754         -
 "aws-runtime 1.2.2",
 5755         -
 "aws-smithy-async 1.2.1",
 5756         -
 "aws-smithy-http 0.60.8",
 5757         -
 "aws-smithy-json 0.60.7",
 5758         -
 "aws-smithy-runtime 1.5.7",
 5759         -
 "aws-smithy-runtime-api 1.6.3",
 5760         -
 "aws-smithy-types 1.2.0",
 5761         -
 "aws-types 1.3.1",
        5781  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5782  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5783  +
 "aws-runtime 1.3.0",
        5784  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5785  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5786  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5787  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5788  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5789  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5790  +
 "aws-types 1.3.2",
 5762   5791   
 "bytes",
 5763   5792   
 "fastrand 2.0.2",
 5764   5793   
 "http 0.2.12",
 5765   5794   
 "once_cell",
 5766   5795   
 "regex-lite",
 5767   5796   
 "tokio",
 5768   5797   
 "tracing",
 5769   5798   
]
 5770   5799   
 5771   5800   
[[package]]
 5772   5801   
name = "aws-sdk-mediapackagevod"
 5773         -
version = "1.30.0"
        5802  +
version = "1.31.0"
 5774   5803   
dependencies = [
 5775         -
 "aws-config",
 5776         -
 "aws-credential-types 1.2.0",
 5777         -
 "aws-runtime 1.2.2",
 5778         -
 "aws-smithy-async 1.2.1",
 5779         -
 "aws-smithy-http 0.60.8",
 5780         -
 "aws-smithy-json 0.60.7",
 5781         -
 "aws-smithy-runtime 1.5.7",
 5782         -
 "aws-smithy-runtime-api 1.6.3",
 5783         -
 "aws-smithy-types 1.2.0",
 5784         -
 "aws-types 1.3.1",
        5804  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5805  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5806  +
 "aws-runtime 1.3.0",
        5807  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5808  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5809  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5810  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5811  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5812  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5813  +
 "aws-types 1.3.2",
 5785   5814   
 "bytes",
 5786   5815   
 "http 0.2.12",
 5787   5816   
 "once_cell",
 5788   5817   
 "regex-lite",
 5789   5818   
 "tokio",
 5790   5819   
 "tracing",
 5791   5820   
]
 5792   5821   
 5793   5822   
[[package]]
 5794   5823   
name = "aws-sdk-mediastore"
 5795         -
version = "1.30.0"
        5824  +
version = "1.31.0"
 5796   5825   
dependencies = [
 5797         -
 "aws-config",
 5798         -
 "aws-credential-types 1.2.0",
 5799         -
 "aws-runtime 1.2.2",
 5800         -
 "aws-smithy-async 1.2.1",
 5801         -
 "aws-smithy-http 0.60.8",
 5802         -
 "aws-smithy-json 0.60.7",
 5803         -
 "aws-smithy-runtime 1.5.7",
 5804         -
 "aws-smithy-runtime-api 1.6.3",
 5805         -
 "aws-smithy-types 1.2.0",
 5806         -
 "aws-types 1.3.1",
        5826  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5827  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5828  +
 "aws-runtime 1.3.0",
        5829  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5830  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5831  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5832  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5833  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5834  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5835  +
 "aws-types 1.3.2",
 5807   5836   
 "bytes",
 5808   5837   
 "http 0.2.12",
 5809   5838   
 "once_cell",
 5810   5839   
 "regex-lite",
 5811   5840   
 "tokio",
 5812   5841   
 "tracing",
 5813   5842   
]
 5814   5843   
 5815   5844   
[[package]]
 5816   5845   
name = "aws-sdk-mediastoredata"
 5817         -
version = "1.30.0"
        5846  +
version = "1.31.0"
 5818   5847   
dependencies = [
 5819         -
 "aws-config",
 5820         -
 "aws-credential-types 1.2.0",
 5821         -
 "aws-runtime 1.2.2",
 5822         -
 "aws-sigv4 1.2.2",
 5823         -
 "aws-smithy-async 1.2.1",
 5824         -
 "aws-smithy-http 0.60.8",
 5825         -
 "aws-smithy-json 0.60.7",
 5826         -
 "aws-smithy-runtime 1.5.7",
 5827         -
 "aws-smithy-runtime-api 1.6.3",
 5828         -
 "aws-smithy-types 1.2.0",
 5829         -
 "aws-types 1.3.1",
        5848  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5849  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5850  +
 "aws-runtime 1.3.0",
        5851  +
 "aws-sigv4 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
        5852  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5853  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5854  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5855  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5856  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5857  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5858  +
 "aws-types 1.3.2",
 5830   5859   
 "bytes",
 5831   5860   
 "http 0.2.12",
 5832   5861   
 "once_cell",
 5833   5862   
 "regex-lite",
 5834   5863   
 "tokio",
 5835   5864   
 "tracing",
 5836   5865   
]
 5837   5866   
 5838   5867   
[[package]]
 5839   5868   
name = "aws-sdk-mediatailor"
 5840         -
version = "1.32.0"
        5869  +
version = "1.33.0"
 5841   5870   
dependencies = [
 5842         -
 "aws-config",
 5843         -
 "aws-credential-types 1.2.0",
 5844         -
 "aws-runtime 1.2.2",
 5845         -
 "aws-smithy-async 1.2.1",
 5846         -
 "aws-smithy-http 0.60.8",
 5847         -
 "aws-smithy-json 0.60.7",
 5848         -
 "aws-smithy-runtime 1.5.7",
 5849         -
 "aws-smithy-runtime-api 1.6.3",
 5850         -
 "aws-smithy-types 1.2.0",
 5851         -
 "aws-types 1.3.1",
        5871  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5872  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5873  +
 "aws-runtime 1.3.0",
        5874  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5875  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5876  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5877  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5878  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5879  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5880  +
 "aws-types 1.3.2",
 5852   5881   
 "bytes",
 5853   5882   
 "http 0.2.12",
 5854   5883   
 "once_cell",
 5855   5884   
 "regex-lite",
 5856   5885   
 "tokio",
 5857   5886   
 "tracing",
 5858   5887   
]
 5859   5888   
 5860   5889   
[[package]]
 5861   5890   
name = "aws-sdk-medicalimaging"
 5862         -
version = "1.32.0"
        5891  +
version = "1.33.0"
 5863   5892   
dependencies = [
 5864         -
 "aws-config",
 5865         -
 "aws-credential-types 1.2.0",
 5866         -
 "aws-runtime 1.2.2",
 5867         -
 "aws-smithy-async 1.2.1",
 5868         -
 "aws-smithy-http 0.60.8",
 5869         -
 "aws-smithy-json 0.60.7",
 5870         -
 "aws-smithy-runtime 1.5.7",
 5871         -
 "aws-smithy-runtime-api 1.6.3",
 5872         -
 "aws-smithy-types 1.2.0",
 5873         -
 "aws-types 1.3.1",
        5893  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5894  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5895  +
 "aws-runtime 1.3.0",
        5896  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5897  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5898  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5899  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5900  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5901  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5902  +
 "aws-types 1.3.2",
 5874   5903   
 "bytes",
 5875   5904   
 "fastrand 2.0.2",
 5876   5905   
 "http 0.2.12",
 5877   5906   
 "once_cell",
 5878   5907   
 "regex-lite",
 5879   5908   
 "tokio",
 5880   5909   
 "tracing",
 5881   5910   
]
 5882   5911   
 5883   5912   
[[package]]
 5884   5913   
name = "aws-sdk-memorydb"
 5885         -
version = "1.30.0"
        5914  +
version = "1.31.0"
 5886   5915   
dependencies = [
 5887         -
 "aws-config",
 5888         -
 "aws-credential-types 1.2.0",
 5889         -
 "aws-runtime 1.2.2",
 5890         -
 "aws-smithy-async 1.2.1",
 5891         -
 "aws-smithy-http 0.60.8",
 5892         -
 "aws-smithy-json 0.60.7",
 5893         -
 "aws-smithy-runtime 1.5.7",
 5894         -
 "aws-smithy-runtime-api 1.6.3",
 5895         -
 "aws-smithy-types 1.2.0",
 5896         -
 "aws-types 1.3.1",
        5916  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5917  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5918  +
 "aws-runtime 1.3.0",
        5919  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5920  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5921  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5922  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5923  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5924  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5925  +
 "aws-types 1.3.2",
 5897   5926   
 "bytes",
 5898   5927   
 "http 0.2.12",
 5899   5928   
 "once_cell",
 5900   5929   
 "regex-lite",
 5901   5930   
 "tokio",
 5902   5931   
 "tracing",
 5903   5932   
]
 5904   5933   
 5905   5934   
[[package]]
 5906   5935   
name = "aws-sdk-mgn"
 5907         -
version = "1.30.0"
        5936  +
version = "1.31.0"
 5908   5937   
dependencies = [
 5909         -
 "aws-config",
 5910         -
 "aws-credential-types 1.2.0",
 5911         -
 "aws-runtime 1.2.2",
 5912         -
 "aws-smithy-async 1.2.1",
 5913         -
 "aws-smithy-http 0.60.8",
 5914         -
 "aws-smithy-json 0.60.7",
 5915         -
 "aws-smithy-runtime 1.5.7",
 5916         -
 "aws-smithy-runtime-api 1.6.3",
 5917         -
 "aws-smithy-types 1.2.0",
 5918         -
 "aws-types 1.3.1",
        5938  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5939  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5940  +
 "aws-runtime 1.3.0",
        5941  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5942  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5943  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5944  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5945  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5946  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5947  +
 "aws-types 1.3.2",
 5919   5948   
 "bytes",
 5920   5949   
 "fastrand 2.0.2",
 5921   5950   
 "http 0.2.12",
 5922   5951   
 "once_cell",
 5923   5952   
 "regex-lite",
 5924   5953   
 "tokio",
 5925   5954   
 "tracing",
 5926   5955   
]
 5927   5956   
 5928   5957   
[[package]]
 5929   5958   
name = "aws-sdk-migrationhub"
 5930         -
version = "1.30.0"
        5959  +
version = "1.31.0"
 5931   5960   
dependencies = [
 5932         -
 "aws-config",
 5933         -
 "aws-credential-types 1.2.0",
 5934         -
 "aws-runtime 1.2.2",
 5935         -
 "aws-smithy-async 1.2.1",
 5936         -
 "aws-smithy-http 0.60.8",
 5937         -
 "aws-smithy-json 0.60.7",
 5938         -
 "aws-smithy-runtime 1.5.7",
 5939         -
 "aws-smithy-runtime-api 1.6.3",
 5940         -
 "aws-smithy-types 1.2.0",
 5941         -
 "aws-types 1.3.1",
        5961  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5962  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5963  +
 "aws-runtime 1.3.0",
        5964  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5965  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5966  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5967  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5968  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5969  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5970  +
 "aws-types 1.3.2",
 5942   5971   
 "bytes",
 5943   5972   
 "http 0.2.12",
 5944   5973   
 "once_cell",
 5945   5974   
 "regex-lite",
 5946   5975   
 "tokio",
 5947   5976   
 "tracing",
 5948   5977   
]
 5949   5978   
 5950   5979   
[[package]]
 5951   5980   
name = "aws-sdk-migrationhubconfig"
 5952         -
version = "1.30.0"
        5981  +
version = "1.31.0"
 5953   5982   
dependencies = [
 5954         -
 "aws-config",
 5955         -
 "aws-credential-types 1.2.0",
 5956         -
 "aws-runtime 1.2.2",
 5957         -
 "aws-smithy-async 1.2.1",
 5958         -
 "aws-smithy-http 0.60.8",
 5959         -
 "aws-smithy-json 0.60.7",
 5960         -
 "aws-smithy-runtime 1.5.7",
 5961         -
 "aws-smithy-runtime-api 1.6.3",
 5962         -
 "aws-smithy-types 1.2.0",
 5963         -
 "aws-types 1.3.1",
        5983  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5984  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5985  +
 "aws-runtime 1.3.0",
        5986  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        5987  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        5988  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        5989  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5990  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5991  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        5992  +
 "aws-types 1.3.2",
 5964   5993   
 "bytes",
 5965   5994   
 "http 0.2.12",
 5966   5995   
 "once_cell",
 5967   5996   
 "regex-lite",
 5968   5997   
 "tokio",
 5969   5998   
 "tracing",
 5970   5999   
]
 5971   6000   
 5972   6001   
[[package]]
 5973   6002   
name = "aws-sdk-migrationhuborchestrator"
 5974         -
version = "1.31.0"
        6003  +
version = "1.32.0"
 5975   6004   
dependencies = [
 5976         -
 "aws-config",
 5977         -
 "aws-credential-types 1.2.0",
 5978         -
 "aws-runtime 1.2.2",
 5979         -
 "aws-smithy-async 1.2.1",
 5980         -
 "aws-smithy-http 0.60.8",
 5981         -
 "aws-smithy-json 0.60.7",
 5982         -
 "aws-smithy-runtime 1.5.7",
 5983         -
 "aws-smithy-runtime-api 1.6.3",
 5984         -
 "aws-smithy-types 1.2.0",
 5985         -
 "aws-types 1.3.1",
 5986         -
 "bytes",
        6005  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6006  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6007  +
 "aws-runtime 1.3.0",
        6008  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6009  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6010  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6011  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6012  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6013  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6014  +
 "aws-types 1.3.2",
        6015  +
 "bytes",
 5987   6016   
 "fastrand 2.0.2",
 5988   6017   
 "http 0.2.12",
 5989   6018   
 "once_cell",
 5990   6019   
 "regex-lite",
 5991   6020   
 "tokio",
 5992   6021   
 "tracing",
 5993   6022   
]
 5994   6023   
 5995   6024   
[[package]]
 5996   6025   
name = "aws-sdk-migrationhubrefactorspaces"
 5997         -
version = "1.30.0"
        6026  +
version = "1.31.0"
 5998   6027   
dependencies = [
 5999         -
 "aws-config",
 6000         -
 "aws-credential-types 1.2.0",
 6001         -
 "aws-runtime 1.2.2",
 6002         -
 "aws-smithy-async 1.2.1",
 6003         -
 "aws-smithy-http 0.60.8",
 6004         -
 "aws-smithy-json 0.60.7",
 6005         -
 "aws-smithy-runtime 1.5.7",
 6006         -
 "aws-smithy-runtime-api 1.6.3",
 6007         -
 "aws-smithy-types 1.2.0",
 6008         -
 "aws-types 1.3.1",
        6028  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6029  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6030  +
 "aws-runtime 1.3.0",
        6031  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6032  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6033  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6034  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6035  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6036  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6037  +
 "aws-types 1.3.2",
 6009   6038   
 "bytes",
 6010   6039   
 "fastrand 2.0.2",
 6011   6040   
 "http 0.2.12",
 6012   6041   
 "once_cell",
 6013   6042   
 "regex-lite",
 6014   6043   
 "tokio",
 6015   6044   
 "tracing",
 6016   6045   
]
 6017   6046   
 6018   6047   
[[package]]
 6019   6048   
name = "aws-sdk-migrationhubstrategy"
 6020         -
version = "1.30.0"
        6049  +
version = "1.31.0"
 6021   6050   
dependencies = [
 6022         -
 "aws-config",
 6023         -
 "aws-credential-types 1.2.0",
 6024         -
 "aws-runtime 1.2.2",
 6025         -
 "aws-smithy-async 1.2.1",
 6026         -
 "aws-smithy-http 0.60.8",
 6027         -
 "aws-smithy-json 0.60.7",
 6028         -
 "aws-smithy-runtime 1.5.7",
 6029         -
 "aws-smithy-runtime-api 1.6.3",
 6030         -
 "aws-smithy-types 1.2.0",
 6031         -
 "aws-types 1.3.1",
        6051  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6052  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6053  +
 "aws-runtime 1.3.0",
        6054  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6055  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6056  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6057  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6058  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6059  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6060  +
 "aws-types 1.3.2",
 6032   6061   
 "bytes",
 6033   6062   
 "http 0.2.12",
 6034   6063   
 "once_cell",
 6035   6064   
 "regex-lite",
 6036   6065   
 "tokio",
 6037   6066   
 "tracing",
 6038   6067   
]
 6039   6068   
 6040   6069   
[[package]]
 6041   6070   
name = "aws-sdk-mobile"
 6042         -
version = "1.30.0"
        6071  +
version = "1.31.0"
 6043   6072   
dependencies = [
 6044         -
 "aws-config",
 6045         -
 "aws-credential-types 1.2.0",
 6046         -
 "aws-runtime 1.2.2",
 6047         -
 "aws-smithy-async 1.2.1",
 6048         -
 "aws-smithy-http 0.60.8",
 6049         -
 "aws-smithy-json 0.60.7",
 6050         -
 "aws-smithy-runtime 1.5.7",
 6051         -
 "aws-smithy-runtime-api 1.6.3",
 6052         -
 "aws-smithy-types 1.2.0",
 6053         -
 "aws-types 1.3.1",
        6073  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6074  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6075  +
 "aws-runtime 1.3.0",
        6076  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6077  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6078  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6079  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6080  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6081  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6082  +
 "aws-types 1.3.2",
 6054   6083   
 "bytes",
 6055   6084   
 "http 0.2.12",
 6056   6085   
 "once_cell",
 6057   6086   
 "regex-lite",
 6058   6087   
 "tokio",
 6059   6088   
 "tracing",
 6060   6089   
]
 6061   6090   
 6062   6091   
[[package]]
 6063   6092   
name = "aws-sdk-mq"
 6064         -
version = "1.30.0"
        6093  +
version = "1.31.0"
 6065   6094   
dependencies = [
 6066         -
 "aws-config",
 6067         -
 "aws-credential-types 1.2.0",
 6068         -
 "aws-runtime 1.2.2",
 6069         -
 "aws-smithy-async 1.2.1",
 6070         -
 "aws-smithy-http 0.60.8",
 6071         -
 "aws-smithy-json 0.60.7",
 6072         -
 "aws-smithy-runtime 1.5.7",
 6073         -
 "aws-smithy-runtime-api 1.6.3",
 6074         -
 "aws-smithy-types 1.2.0",
 6075         -
 "aws-types 1.3.1",
        6095  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6096  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6097  +
 "aws-runtime 1.3.0",
        6098  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6099  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6100  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6101  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6102  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6103  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6104  +
 "aws-types 1.3.2",
 6076   6105   
 "bytes",
 6077   6106   
 "fastrand 2.0.2",
 6078   6107   
 "http 0.2.12",
 6079   6108   
 "once_cell",
 6080   6109   
 "regex-lite",
 6081   6110   
 "tokio",
 6082   6111   
 "tracing",
 6083   6112   
]
 6084   6113   
 6085   6114   
[[package]]
 6086   6115   
name = "aws-sdk-mturk"
 6087         -
version = "1.30.0"
        6116  +
version = "1.31.0"
 6088   6117   
dependencies = [
 6089         -
 "aws-config",
 6090         -
 "aws-credential-types 1.2.0",
 6091         -
 "aws-runtime 1.2.2",
 6092         -
 "aws-smithy-async 1.2.1",
 6093         -
 "aws-smithy-http 0.60.8",
 6094         -
 "aws-smithy-json 0.60.7",
 6095         -
 "aws-smithy-runtime 1.5.7",
 6096         -
 "aws-smithy-runtime-api 1.6.3",
 6097         -
 "aws-smithy-types 1.2.0",
 6098         -
 "aws-types 1.3.1",
        6118  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6119  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6120  +
 "aws-runtime 1.3.0",
        6121  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6122  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6123  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6124  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6125  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6126  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6127  +
 "aws-types 1.3.2",
 6099   6128   
 "bytes",
 6100   6129   
 "http 0.2.12",
 6101   6130   
 "once_cell",
 6102   6131   
 "regex-lite",
 6103   6132   
 "tokio",
 6104   6133   
 "tracing",
 6105   6134   
]
 6106   6135   
 6107   6136   
[[package]]
 6108   6137   
name = "aws-sdk-mwaa"
 6109         -
version = "1.33.0"
        6138  +
version = "1.34.0"
 6110   6139   
dependencies = [
 6111         -
 "aws-config",
 6112         -
 "aws-credential-types 1.2.0",
 6113         -
 "aws-runtime 1.2.2",
 6114         -
 "aws-smithy-async 1.2.1",
 6115         -
 "aws-smithy-http 0.60.8",
 6116         -
 "aws-smithy-json 0.60.7",
 6117         -
 "aws-smithy-runtime 1.5.7",
 6118         -
 "aws-smithy-runtime-api 1.6.3",
 6119         -
 "aws-smithy-types 1.2.0",
 6120         -
 "aws-types 1.3.1",
        6140  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6141  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6142  +
 "aws-runtime 1.3.0",
        6143  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6144  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6145  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6146  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6147  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6148  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6149  +
 "aws-types 1.3.2",
 6121   6150   
 "bytes",
 6122   6151   
 "http 0.2.12",
 6123   6152   
 "once_cell",
 6124   6153   
 "regex-lite",
 6125   6154   
 "tokio",
 6126   6155   
 "tracing",
 6127   6156   
]
 6128   6157   
 6129   6158   
[[package]]
 6130   6159   
name = "aws-sdk-neptune"
 6131         -
version = "1.31.0"
        6160  +
version = "1.32.0"
 6132   6161   
dependencies = [
 6133         -
 "aws-config",
 6134         -
 "aws-credential-types 1.2.0",
 6135         -
 "aws-runtime 1.2.2",
 6136         -
 "aws-smithy-async 1.2.1",
 6137         -
 "aws-smithy-http 0.60.8",
 6138         -
 "aws-smithy-json 0.60.7",
 6139         -
 "aws-smithy-query",
 6140         -
 "aws-smithy-runtime 1.5.7",
 6141         -
 "aws-smithy-runtime-api 1.6.3",
 6142         -
 "aws-smithy-types 1.2.0",
 6143         -
 "aws-smithy-xml 0.60.8",
 6144         -
 "aws-types 1.3.1",
        6162  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6163  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6164  +
 "aws-runtime 1.3.0",
        6165  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6166  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6167  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6168  +
 "aws-smithy-query 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6169  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6170  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6171  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6172  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6173  +
 "aws-types 1.3.2",
 6145   6174   
 "http 0.2.12",
 6146   6175   
 "once_cell",
 6147   6176   
 "regex-lite",
 6148   6177   
 "tokio",
 6149   6178   
 "tracing",
 6150   6179   
]
 6151   6180   
 6152   6181   
[[package]]
 6153   6182   
name = "aws-sdk-neptunedata"
 6154         -
version = "1.30.0"
        6183  +
version = "1.31.0"
 6155   6184   
dependencies = [
 6156         -
 "aws-config",
 6157         -
 "aws-credential-types 1.2.0",
 6158         -
 "aws-runtime 1.2.2",
 6159         -
 "aws-smithy-async 1.2.1",
 6160         -
 "aws-smithy-http 0.60.8",
 6161         -
 "aws-smithy-json 0.60.7",
 6162         -
 "aws-smithy-runtime 1.5.7",
 6163         -
 "aws-smithy-runtime-api 1.6.3",
 6164         -
 "aws-smithy-types 1.2.0",
 6165         -
 "aws-types 1.3.1",
        6185  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6186  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6187  +
 "aws-runtime 1.3.0",
        6188  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6189  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6190  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6191  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6192  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6193  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6194  +
 "aws-types 1.3.2",
 6166   6195   
 "bytes",
 6167   6196   
 "http 0.2.12",
 6168   6197   
 "once_cell",
 6169   6198   
 "regex-lite",
 6170   6199   
 "tokio",
 6171   6200   
 "tracing",
 6172   6201   
]
 6173   6202   
 6174   6203   
[[package]]
 6175   6204   
name = "aws-sdk-neptunegraph"
 6176         -
version = "1.27.0"
        6205  +
version = "1.28.0"
 6177   6206   
dependencies = [
 6178         -
 "aws-config",
 6179         -
 "aws-credential-types 1.2.0",
 6180         -
 "aws-runtime 1.2.2",
 6181         -
 "aws-smithy-async 1.2.1",
 6182         -
 "aws-smithy-http 0.60.8",
 6183         -
 "aws-smithy-json 0.60.7",
 6184         -
 "aws-smithy-runtime 1.5.7",
 6185         -
 "aws-smithy-runtime-api 1.6.3",
 6186         -
 "aws-smithy-types 1.2.0",
 6187         -
 "aws-types 1.3.1",
        6207  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6208  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6209  +
 "aws-runtime 1.3.0",
        6210  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6211  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6212  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6213  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6214  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6215  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6216  +
 "aws-types 1.3.2",
 6188   6217   
 "bytes",
 6189   6218   
 "http 0.2.12",
 6190   6219   
 "once_cell",
 6191   6220   
 "regex-lite",
 6192   6221   
 "tokio",
 6193   6222   
 "tracing",
 6194   6223   
]
 6195   6224   
 6196   6225   
[[package]]
 6197   6226   
name = "aws-sdk-networkfirewall"
 6198         -
version = "1.30.0"
        6227  +
version = "1.31.0"
 6199   6228   
dependencies = [
 6200         -
 "aws-config",
 6201         -
 "aws-credential-types 1.2.0",
 6202         -
 "aws-runtime 1.2.2",
 6203         -
 "aws-smithy-async 1.2.1",
 6204         -
 "aws-smithy-http 0.60.8",
 6205         -
 "aws-smithy-json 0.60.7",
 6206         -
 "aws-smithy-runtime 1.5.7",
 6207         -
 "aws-smithy-runtime-api 1.6.3",
 6208         -
 "aws-smithy-types 1.2.0",
 6209         -
 "aws-types 1.3.1",
        6229  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6230  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6231  +
 "aws-runtime 1.3.0",
        6232  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6233  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6234  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6235  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6236  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6237  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6238  +
 "aws-types 1.3.2",
 6210   6239   
 "bytes",
 6211   6240   
 "http 0.2.12",
 6212   6241   
 "once_cell",
 6213   6242   
 "regex-lite",
 6214   6243   
 "tokio",
 6215   6244   
 "tracing",
 6216   6245   
]
 6217   6246   
 6218   6247   
[[package]]
 6219   6248   
name = "aws-sdk-networkmanager"
 6220         -
version = "1.30.0"
        6249  +
version = "1.32.0"
 6221   6250   
dependencies = [
 6222         -
 "aws-config",
 6223         -
 "aws-credential-types 1.2.0",
 6224         -
 "aws-runtime 1.2.2",
 6225         -
 "aws-smithy-async 1.2.1",
 6226         -
 "aws-smithy-http 0.60.8",
 6227         -
 "aws-smithy-json 0.60.7",
 6228         -
 "aws-smithy-runtime 1.5.7",
 6229         -
 "aws-smithy-runtime-api 1.6.3",
 6230         -
 "aws-smithy-types 1.2.0",
 6231         -
 "aws-types 1.3.1",
        6251  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6252  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6253  +
 "aws-runtime 1.3.0",
        6254  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6255  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6256  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6257  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6258  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6259  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6260  +
 "aws-types 1.3.2",
 6232   6261   
 "bytes",
 6233   6262   
 "fastrand 2.0.2",
 6234   6263   
 "http 0.2.12",
 6235   6264   
 "once_cell",
 6236   6265   
 "regex-lite",
 6237   6266   
 "tokio",
 6238   6267   
 "tracing",
 6239   6268   
]
 6240   6269   
 6241   6270   
[[package]]
 6242   6271   
name = "aws-sdk-networkmonitor"
 6243         -
version = "1.21.0"
        6272  +
version = "1.22.0"
 6244   6273   
dependencies = [
 6245         -
 "aws-config",
 6246         -
 "aws-credential-types 1.2.0",
 6247         -
 "aws-runtime 1.2.2",
 6248         -
 "aws-smithy-async 1.2.1",
 6249         -
 "aws-smithy-http 0.60.8",
 6250         -
 "aws-smithy-json 0.60.7",
 6251         -
 "aws-smithy-runtime 1.5.7",
 6252         -
 "aws-smithy-runtime-api 1.6.3",
 6253         -
 "aws-smithy-types 1.2.0",
 6254         -
 "aws-types 1.3.1",
        6274  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6275  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6276  +
 "aws-runtime 1.3.0",
        6277  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6278  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6279  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6280  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6281  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6282  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6283  +
 "aws-types 1.3.2",
 6255   6284   
 "bytes",
 6256   6285   
 "fastrand 2.0.2",
 6257   6286   
 "http 0.2.12",
 6258   6287   
 "once_cell",
 6259   6288   
 "regex-lite",
 6260   6289   
 "tokio",
 6261   6290   
 "tracing",
 6262   6291   
]
 6263   6292   
 6264   6293   
[[package]]
 6265   6294   
name = "aws-sdk-nimble"
 6266         -
version = "1.30.0"
        6295  +
version = "1.31.0"
 6267   6296   
dependencies = [
 6268         -
 "aws-config",
 6269         -
 "aws-credential-types 1.2.0",
 6270         -
 "aws-runtime 1.2.2",
 6271         -
 "aws-smithy-async 1.2.1",
 6272         -
 "aws-smithy-http 0.60.8",
 6273         -
 "aws-smithy-json 0.60.7",
 6274         -
 "aws-smithy-runtime 1.5.7",
 6275         -
 "aws-smithy-runtime-api 1.6.3",
 6276         -
 "aws-smithy-types 1.2.0",
 6277         -
 "aws-types 1.3.1",
        6297  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6298  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6299  +
 "aws-runtime 1.3.0",
        6300  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6301  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6302  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6303  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6304  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6305  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6306  +
 "aws-types 1.3.2",
 6278   6307   
 "bytes",
 6279   6308   
 "fastrand 2.0.2",
 6280   6309   
 "http 0.2.12",
 6281   6310   
 "once_cell",
 6282   6311   
 "regex-lite",
 6283   6312   
 "tokio",
 6284   6313   
 "tracing",
 6285   6314   
]
 6286   6315   
 6287   6316   
[[package]]
 6288   6317   
name = "aws-sdk-oam"
 6289         -
version = "1.32.0"
        6318  +
version = "1.33.0"
 6290   6319   
dependencies = [
 6291         -
 "aws-config",
 6292         -
 "aws-credential-types 1.2.0",
 6293         -
 "aws-runtime 1.2.2",
 6294         -
 "aws-smithy-async 1.2.1",
 6295         -
 "aws-smithy-http 0.60.8",
 6296         -
 "aws-smithy-json 0.60.7",
 6297         -
 "aws-smithy-runtime 1.5.7",
 6298         -
 "aws-smithy-runtime-api 1.6.3",
 6299         -
 "aws-smithy-types 1.2.0",
 6300         -
 "aws-types 1.3.1",
        6320  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6321  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6322  +
 "aws-runtime 1.3.0",
        6323  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6324  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6325  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6326  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6327  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6328  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6329  +
 "aws-types 1.3.2",
 6301   6330   
 "bytes",
 6302   6331   
 "http 0.2.12",
 6303   6332   
 "once_cell",
 6304   6333   
 "regex-lite",
 6305   6334   
 "tokio",
 6306   6335   
 "tracing",
 6307   6336   
]
 6308   6337   
 6309   6338   
[[package]]
 6310   6339   
name = "aws-sdk-omics"
 6311         -
version = "1.32.0"
        6340  +
version = "1.33.0"
 6312   6341   
dependencies = [
 6313         -
 "aws-config",
 6314         -
 "aws-credential-types 1.2.0",
 6315         -
 "aws-runtime 1.2.2",
 6316         -
 "aws-sigv4 1.2.2",
 6317         -
 "aws-smithy-async 1.2.1",
 6318         -
 "aws-smithy-http 0.60.8",
 6319         -
 "aws-smithy-json 0.60.7",
 6320         -
 "aws-smithy-runtime 1.5.7",
 6321         -
 "aws-smithy-runtime-api 1.6.3",
 6322         -
 "aws-smithy-types 1.2.0",
 6323         -
 "aws-types 1.3.1",
        6342  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6343  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6344  +
 "aws-runtime 1.3.0",
        6345  +
 "aws-sigv4 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
        6346  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6347  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6348  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6349  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6350  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6351  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6352  +
 "aws-types 1.3.2",
 6324   6353   
 "bytes",
 6325   6354   
 "fastrand 2.0.2",
 6326   6355   
 "http 0.2.12",
 6327   6356   
 "once_cell",
 6328   6357   
 "regex-lite",
 6329   6358   
 "tokio",
 6330   6359   
 "tracing",
 6331   6360   
]
 6332   6361   
 6333   6362   
[[package]]
 6334   6363   
name = "aws-sdk-opensearch"
 6335         -
version = "1.35.0"
        6364  +
version = "1.36.0"
 6336   6365   
dependencies = [
 6337         -
 "aws-config",
 6338         -
 "aws-credential-types 1.2.0",
 6339         -
 "aws-runtime 1.2.2",
 6340         -
 "aws-smithy-async 1.2.1",
 6341         -
 "aws-smithy-http 0.60.8",
 6342         -
 "aws-smithy-json 0.60.7",
 6343         -
 "aws-smithy-runtime 1.5.7",
 6344         -
 "aws-smithy-runtime-api 1.6.3",
 6345         -
 "aws-smithy-types 1.2.0",
 6346         -
 "aws-types 1.3.1",
        6366  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6367  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6368  +
 "aws-runtime 1.3.0",
        6369  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6370  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6371  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6372  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6373  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6374  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6375  +
 "aws-types 1.3.2",
 6347   6376   
 "bytes",
 6348   6377   
 "http 0.2.12",
 6349   6378   
 "once_cell",
 6350   6379   
 "regex-lite",
 6351   6380   
 "tokio",
 6352   6381   
 "tracing",
 6353   6382   
]
 6354   6383   
 6355   6384   
[[package]]
 6356   6385   
name = "aws-sdk-opensearchserverless"
 6357         -
version = "1.31.0"
        6386  +
version = "1.32.0"
 6358   6387   
dependencies = [
 6359         -
 "aws-config",
 6360         -
 "aws-credential-types 1.2.0",
 6361         -
 "aws-runtime 1.2.2",
 6362         -
 "aws-smithy-async 1.2.1",
 6363         -
 "aws-smithy-http 0.60.8",
 6364         -
 "aws-smithy-json 0.60.7",
 6365         -
 "aws-smithy-runtime 1.5.7",
 6366         -
 "aws-smithy-runtime-api 1.6.3",
 6367         -
 "aws-smithy-types 1.2.0",
 6368         -
 "aws-types 1.3.1",
        6388  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6389  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6390  +
 "aws-runtime 1.3.0",
        6391  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6392  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6393  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6394  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6395  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6396  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6397  +
 "aws-types 1.3.2",
 6369   6398   
 "bytes",
 6370   6399   
 "fastrand 2.0.2",
 6371   6400   
 "http 0.2.12",
 6372   6401   
 "once_cell",
 6373   6402   
 "regex-lite",
 6374   6403   
 "tokio",
 6375   6404   
 "tracing",
 6376   6405   
]
 6377   6406   
 6378   6407   
[[package]]
 6379   6408   
name = "aws-sdk-opsworks"
 6380         -
version = "1.30.0"
        6409  +
version = "1.31.0"
 6381   6410   
dependencies = [
 6382         -
 "aws-config",
 6383         -
 "aws-credential-types 1.2.0",
 6384         -
 "aws-runtime 1.2.2",
 6385         -
 "aws-smithy-async 1.2.1",
 6386         -
 "aws-smithy-http 0.60.8",
 6387         -
 "aws-smithy-json 0.60.7",
 6388         -
 "aws-smithy-runtime 1.5.7",
 6389         -
 "aws-smithy-runtime-api 1.6.3",
 6390         -
 "aws-smithy-types 1.2.0",
 6391         -
 "aws-types 1.3.1",
        6411  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6412  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6413  +
 "aws-runtime 1.3.0",
        6414  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6415  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6416  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6417  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6418  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6419  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6420  +
 "aws-types 1.3.2",
 6392   6421   
 "bytes",
 6393   6422   
 "http 0.2.12",
 6394   6423   
 "once_cell",
 6395   6424   
 "regex-lite",
 6396   6425   
 "tokio",
 6397   6426   
 "tracing",
 6398   6427   
]
 6399   6428   
 6400   6429   
[[package]]
 6401   6430   
name = "aws-sdk-opsworkscm"
 6402         -
version = "1.30.0"
        6431  +
version = "1.31.0"
 6403   6432   
dependencies = [
 6404         -
 "aws-config",
 6405         -
 "aws-credential-types 1.2.0",
 6406         -
 "aws-runtime 1.2.2",
 6407         -
 "aws-smithy-async 1.2.1",
 6408         -
 "aws-smithy-http 0.60.8",
 6409         -
 "aws-smithy-json 0.60.7",
 6410         -
 "aws-smithy-runtime 1.5.7",
 6411         -
 "aws-smithy-runtime-api 1.6.3",
 6412         -
 "aws-smithy-types 1.2.0",
 6413         -
 "aws-types 1.3.1",
        6433  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6434  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6435  +
 "aws-runtime 1.3.0",
        6436  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6437  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6438  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6439  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6440  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6441  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6442  +
 "aws-types 1.3.2",
 6414   6443   
 "bytes",
 6415   6444   
 "http 0.2.12",
 6416   6445   
 "once_cell",
 6417   6446   
 "regex-lite",
 6418   6447   
 "tokio",
 6419   6448   
 "tracing",
 6420   6449   
]
 6421   6450   
 6422   6451   
[[package]]
 6423   6452   
name = "aws-sdk-organizations"
 6424         -
version = "1.32.0"
        6453  +
version = "1.33.0"
 6425   6454   
dependencies = [
 6426         -
 "aws-config",
 6427         -
 "aws-credential-types 1.2.0",
 6428         -
 "aws-runtime 1.2.2",
 6429         -
 "aws-smithy-async 1.2.1",
 6430         -
 "aws-smithy-http 0.60.8",
 6431         -
 "aws-smithy-json 0.60.7",
 6432         -
 "aws-smithy-runtime 1.5.7",
 6433         -
 "aws-smithy-runtime-api 1.6.3",
 6434         -
 "aws-smithy-types 1.2.0",
 6435         -
 "aws-types 1.3.1",
        6455  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6456  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6457  +
 "aws-runtime 1.3.0",
        6458  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6459  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6460  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6461  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6462  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6463  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6464  +
 "aws-types 1.3.2",
 6436   6465   
 "bytes",
 6437   6466   
 "http 0.2.12",
 6438   6467   
 "once_cell",
 6439   6468   
 "regex-lite",
 6440   6469   
 "tokio",
 6441   6470   
 "tracing",
 6442   6471   
]
 6443   6472   
 6444   6473   
[[package]]
 6445   6474   
name = "aws-sdk-osis"
 6446         -
version = "1.31.0"
        6475  +
version = "1.33.0"
 6447   6476   
dependencies = [
 6448         -
 "aws-config",
 6449         -
 "aws-credential-types 1.2.0",
 6450         -
 "aws-runtime 1.2.2",
 6451         -
 "aws-smithy-async 1.2.1",
 6452         -
 "aws-smithy-http 0.60.8",
 6453         -
 "aws-smithy-json 0.60.7",
 6454         -
 "aws-smithy-runtime 1.5.7",
 6455         -
 "aws-smithy-runtime-api 1.6.3",
 6456         -
 "aws-smithy-types 1.2.0",
 6457         -
 "aws-types 1.3.1",
        6477  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6478  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6479  +
 "aws-runtime 1.3.0",
        6480  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6481  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6482  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6483  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6484  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6485  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6486  +
 "aws-types 1.3.2",
 6458   6487   
 "bytes",
 6459   6488   
 "http 0.2.12",
 6460   6489   
 "once_cell",
 6461   6490   
 "regex-lite",
 6462   6491   
 "tokio",
 6463   6492   
 "tracing",
 6464   6493   
]
 6465   6494   
 6466   6495   
[[package]]
 6467   6496   
name = "aws-sdk-outposts"
 6468         -
version = "1.32.0"
        6497  +
version = "1.33.0"
 6469   6498   
dependencies = [
 6470         -
 "aws-config",
 6471         -
 "aws-credential-types 1.2.0",
 6472         -
 "aws-runtime 1.2.2",
 6473         -
 "aws-smithy-async 1.2.1",
 6474         -
 "aws-smithy-http 0.60.8",
 6475         -
 "aws-smithy-json 0.60.7",
 6476         -
 "aws-smithy-runtime 1.5.7",
 6477         -
 "aws-smithy-runtime-api 1.6.3",
 6478         -
 "aws-smithy-types 1.2.0",
 6479         -
 "aws-types 1.3.1",
        6499  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6500  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6501  +
 "aws-runtime 1.3.0",
        6502  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6503  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6504  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6505  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6506  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6507  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6508  +
 "aws-types 1.3.2",
 6480   6509   
 "bytes",
 6481   6510   
 "http 0.2.12",
 6482   6511   
 "once_cell",
 6483   6512   
 "regex-lite",
 6484   6513   
 "tokio",
 6485   6514   
 "tracing",
 6486   6515   
]
 6487   6516   
 6488   6517   
[[package]]
 6489   6518   
name = "aws-sdk-panorama"
 6490         -
version = "1.30.0"
        6519  +
version = "1.31.0"
 6491   6520   
dependencies = [
 6492         -
 "aws-config",
 6493         -
 "aws-credential-types 1.2.0",
 6494         -
 "aws-runtime 1.2.2",
 6495         -
 "aws-smithy-async 1.2.1",
 6496         -
 "aws-smithy-http 0.60.8",
 6497         -
 "aws-smithy-json 0.60.7",
 6498         -
 "aws-smithy-runtime 1.5.7",
 6499         -
 "aws-smithy-runtime-api 1.6.3",
 6500         -
 "aws-smithy-types 1.2.0",
 6501         -
 "aws-types 1.3.1",
        6521  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6522  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6523  +
 "aws-runtime 1.3.0",
        6524  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6525  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6526  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6527  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6528  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6529  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6530  +
 "aws-types 1.3.2",
 6502   6531   
 "bytes",
 6503   6532   
 "http 0.2.12",
 6504   6533   
 "once_cell",
 6505   6534   
 "regex-lite",
 6506   6535   
 "tokio",
 6507   6536   
 "tracing",
 6508   6537   
]
 6509   6538   
 6510   6539   
[[package]]
 6511   6540   
name = "aws-sdk-paymentcryptography"
 6512         -
version = "1.32.0"
        6541  +
version = "1.33.0"
 6513   6542   
dependencies = [
 6514         -
 "aws-config",
 6515         -
 "aws-credential-types 1.2.0",
 6516         -
 "aws-runtime 1.2.2",
 6517         -
 "aws-smithy-async 1.2.1",
 6518         -
 "aws-smithy-http 0.60.8",
 6519         -
 "aws-smithy-json 0.60.7",
 6520         -
 "aws-smithy-runtime 1.5.7",
 6521         -
 "aws-smithy-runtime-api 1.6.3",
 6522         -
 "aws-smithy-types 1.2.0",
 6523         -
 "aws-types 1.3.1",
        6543  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6544  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6545  +
 "aws-runtime 1.3.0",
        6546  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6547  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6548  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6549  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6550  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6551  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6552  +
 "aws-types 1.3.2",
 6524   6553   
 "bytes",
 6525   6554   
 "http 0.2.12",
 6526   6555   
 "once_cell",
 6527   6556   
 "regex-lite",
 6528   6557   
 "tokio",
 6529   6558   
 "tracing",
 6530   6559   
]
 6531   6560   
 6532   6561   
[[package]]
 6533   6562   
name = "aws-sdk-paymentcryptographydata"
 6534         -
version = "1.31.0"
        6563  +
version = "1.32.0"
 6535   6564   
dependencies = [
 6536         -
 "aws-config",
 6537         -
 "aws-credential-types 1.2.0",
 6538         -
 "aws-runtime 1.2.2",
 6539         -
 "aws-smithy-async 1.2.1",
 6540         -
 "aws-smithy-http 0.60.8",
 6541         -
 "aws-smithy-json 0.60.7",
 6542         -
 "aws-smithy-runtime 1.5.7",
 6543         -
 "aws-smithy-runtime-api 1.6.3",
 6544         -
 "aws-smithy-types 1.2.0",
 6545         -
 "aws-types 1.3.1",
        6565  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6566  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6567  +
 "aws-runtime 1.3.0",
        6568  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6569  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6570  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6571  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6572  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6573  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6574  +
 "aws-types 1.3.2",
 6546   6575   
 "bytes",
 6547   6576   
 "http 0.2.12",
 6548   6577   
 "once_cell",
 6549   6578   
 "regex-lite",
 6550   6579   
 "tokio",
 6551   6580   
 "tracing",
 6552   6581   
]
 6553   6582   
 6554   6583   
[[package]]
 6555   6584   
name = "aws-sdk-pcaconnectorad"
 6556         -
version = "1.30.0"
        6585  +
version = "1.31.0"
 6557   6586   
dependencies = [
 6558         -
 "aws-config",
 6559         -
 "aws-credential-types 1.2.0",
 6560         -
 "aws-runtime 1.2.2",
 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.5.7",
 6565         -
 "aws-smithy-runtime-api 1.6.3",
 6566         -
 "aws-smithy-types 1.2.0",
 6567         -
 "aws-types 1.3.1",
        6587  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6588  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6589  +
 "aws-runtime 1.3.0",
        6590  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6591  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6592  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6593  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6594  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6595  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6596  +
 "aws-types 1.3.2",
 6568   6597   
 "bytes",
 6569   6598   
 "fastrand 2.0.2",
 6570   6599   
 "http 0.2.12",
 6571   6600   
 "once_cell",
 6572   6601   
 "regex-lite",
 6573   6602   
 "tokio",
 6574   6603   
 "tracing",
 6575   6604   
]
 6576   6605   
 6577   6606   
[[package]]
 6578         -
name = "aws-sdk-personalize"
 6579         -
version = "1.32.0"
        6607  +
name = "aws-sdk-pcaconnectorscep"
        6608  +
version = "1.1.0"
 6580   6609   
dependencies = [
 6581         -
 "aws-config",
 6582         -
 "aws-credential-types 1.2.0",
 6583         -
 "aws-runtime 1.2.2",
 6584         -
 "aws-smithy-async 1.2.1",
 6585         -
 "aws-smithy-http 0.60.8",
 6586         -
 "aws-smithy-json 0.60.7",
 6587         -
 "aws-smithy-runtime 1.5.7",
 6588         -
 "aws-smithy-runtime-api 1.6.3",
 6589         -
 "aws-smithy-types 1.2.0",
 6590         -
 "aws-types 1.3.1",
        6610  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6611  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6612  +
 "aws-runtime 1.3.0",
        6613  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6614  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6615  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6616  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6617  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6618  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6619  +
 "aws-types 1.3.2",
 6591   6620   
 "bytes",
        6621  +
 "fastrand 2.0.2",
 6592   6622   
 "http 0.2.12",
 6593   6623   
 "once_cell",
 6594   6624   
 "regex-lite",
 6595   6625   
 "tokio",
 6596   6626   
 "tracing",
 6597   6627   
]
 6598   6628   
 6599   6629   
[[package]]
 6600         -
name = "aws-sdk-personalizeevents"
 6601         -
version = "1.30.0"
        6630  +
name = "aws-sdk-personalize"
        6631  +
version = "1.33.0"
 6602   6632   
dependencies = [
 6603         -
 "aws-config",
 6604         -
 "aws-credential-types 1.2.0",
 6605         -
 "aws-runtime 1.2.2",
 6606         -
 "aws-smithy-async 1.2.1",
 6607         -
 "aws-smithy-http 0.60.8",
 6608         -
 "aws-smithy-json 0.60.7",
 6609         -
 "aws-smithy-runtime 1.5.7",
 6610         -
 "aws-smithy-runtime-api 1.6.3",
 6611         -
 "aws-smithy-types 1.2.0",
 6612         -
 "aws-types 1.3.1",
        6633  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6634  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6635  +
 "aws-runtime 1.3.0",
        6636  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6637  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6638  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6639  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6640  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6641  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6642  +
 "aws-types 1.3.2",
 6613   6643   
 "bytes",
 6614   6644   
 "http 0.2.12",
 6615   6645   
 "once_cell",
 6616   6646   
 "regex-lite",
 6617   6647   
 "tokio",
 6618   6648   
 "tracing",
 6619   6649   
]
 6620   6650   
 6621   6651   
[[package]]
 6622         -
name = "aws-sdk-personalizeruntime"
 6623         -
version = "1.30.0"
        6652  +
name = "aws-sdk-personalizeevents"
        6653  +
version = "1.31.0"
 6624   6654   
dependencies = [
 6625         -
 "aws-config",
 6626         -
 "aws-credential-types 1.2.0",
 6627         -
 "aws-runtime 1.2.2",
 6628         -
 "aws-smithy-async 1.2.1",
 6629         -
 "aws-smithy-http 0.60.8",
 6630         -
 "aws-smithy-json 0.60.7",
 6631         -
 "aws-smithy-runtime 1.5.7",
 6632         -
 "aws-smithy-runtime-api 1.6.3",
 6633         -
 "aws-smithy-types 1.2.0",
 6634         -
 "aws-types 1.3.1",
        6655  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6656  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6657  +
 "aws-runtime 1.3.0",
        6658  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6659  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6660  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6661  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6662  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6663  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6664  +
 "aws-types 1.3.2",
 6635   6665   
 "bytes",
 6636   6666   
 "http 0.2.12",
 6637   6667   
 "once_cell",
 6638   6668   
 "regex-lite",
 6639   6669   
 "tokio",
 6640   6670   
 "tracing",
 6641   6671   
]
 6642   6672   
 6643   6673   
[[package]]
 6644         -
name = "aws-sdk-pi"
        6674  +
name = "aws-sdk-personalizeruntime"
 6645   6675   
version = "1.31.0"
 6646   6676   
dependencies = [
 6647         -
 "aws-config",
 6648         -
 "aws-credential-types 1.2.0",
 6649         -
 "aws-runtime 1.2.2",
 6650         -
 "aws-smithy-async 1.2.1",
 6651         -
 "aws-smithy-http 0.60.8",
 6652         -
 "aws-smithy-json 0.60.7",
 6653         -
 "aws-smithy-runtime 1.5.7",
 6654         -
 "aws-smithy-runtime-api 1.6.3",
 6655         -
 "aws-smithy-types 1.2.0",
 6656         -
 "aws-types 1.3.1",
        6677  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6678  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6679  +
 "aws-runtime 1.3.0",
        6680  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6681  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6682  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6683  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6684  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6685  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6686  +
 "aws-types 1.3.2",
 6657   6687   
 "bytes",
 6658   6688   
 "http 0.2.12",
 6659   6689   
 "once_cell",
 6660   6690   
 "regex-lite",
 6661   6691   
 "tokio",
 6662   6692   
 "tracing",
 6663   6693   
]
 6664   6694   
 6665   6695   
[[package]]
 6666         -
name = "aws-sdk-pinpoint"
        6696  +
name = "aws-sdk-pi"
 6667   6697   
version = "1.32.0"
 6668   6698   
dependencies = [
 6669         -
 "aws-config",
 6670         -
 "aws-credential-types 1.2.0",
 6671         -
 "aws-runtime 1.2.2",
 6672         -
 "aws-smithy-async 1.2.1",
 6673         -
 "aws-smithy-http 0.60.8",
 6674         -
 "aws-smithy-json 0.60.7",
 6675         -
 "aws-smithy-runtime 1.5.7",
 6676         -
 "aws-smithy-runtime-api 1.6.3",
 6677         -
 "aws-smithy-types 1.2.0",
 6678         -
 "aws-types 1.3.1",
        6699  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6700  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6701  +
 "aws-runtime 1.3.0",
        6702  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6703  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6704  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6705  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6706  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6707  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6708  +
 "aws-types 1.3.2",
 6679   6709   
 "bytes",
 6680   6710   
 "http 0.2.12",
 6681   6711   
 "once_cell",
 6682   6712   
 "regex-lite",
 6683   6713   
 "tokio",
 6684   6714   
 "tracing",
 6685   6715   
]
 6686   6716   
 6687   6717   
[[package]]
 6688         -
name = "aws-sdk-pinpointemail"
 6689         -
version = "1.30.0"
        6718  +
name = "aws-sdk-pinpoint"
        6719  +
version = "1.33.0"
 6690   6720   
dependencies = [
 6691         -
 "aws-config",
 6692         -
 "aws-credential-types 1.2.0",
 6693         -
 "aws-runtime 1.2.2",
 6694         -
 "aws-smithy-async 1.2.1",
 6695         -
 "aws-smithy-http 0.60.8",
 6696         -
 "aws-smithy-json 0.60.7",
 6697         -
 "aws-smithy-runtime 1.5.7",
 6698         -
 "aws-smithy-runtime-api 1.6.3",
 6699         -
 "aws-smithy-types 1.2.0",
 6700         -
 "aws-types 1.3.1",
        6721  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6722  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6723  +
 "aws-runtime 1.3.0",
        6724  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6725  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6726  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6727  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6728  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6729  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6730  +
 "aws-types 1.3.2",
 6701   6731   
 "bytes",
 6702   6732   
 "http 0.2.12",
 6703   6733   
 "once_cell",
 6704   6734   
 "regex-lite",
 6705   6735   
 "tokio",
 6706   6736   
 "tracing",
 6707   6737   
]
 6708   6738   
 6709   6739   
[[package]]
 6710         -
name = "aws-sdk-pinpointsmsvoice"
 6711         -
version = "1.30.0"
        6740  +
name = "aws-sdk-pinpointemail"
        6741  +
version = "1.31.0"
 6712   6742   
dependencies = [
 6713         -
 "aws-config",
 6714         -
 "aws-credential-types 1.2.0",
 6715         -
 "aws-runtime 1.2.2",
 6716         -
 "aws-smithy-async 1.2.1",
 6717         -
 "aws-smithy-http 0.60.8",
 6718         -
 "aws-smithy-json 0.60.7",
 6719         -
 "aws-smithy-runtime 1.5.7",
 6720         -
 "aws-smithy-runtime-api 1.6.3",
 6721         -
 "aws-smithy-types 1.2.0",
 6722         -
 "aws-types 1.3.1",
        6743  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6744  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6745  +
 "aws-runtime 1.3.0",
        6746  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6747  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6748  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6749  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6750  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6751  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6752  +
 "aws-types 1.3.2",
 6723   6753   
 "bytes",
 6724   6754   
 "http 0.2.12",
 6725   6755   
 "once_cell",
 6726   6756   
 "regex-lite",
 6727   6757   
 "tokio",
 6728   6758   
 "tracing",
 6729   6759   
]
 6730   6760   
 6731   6761   
[[package]]
 6732         -
name = "aws-sdk-pinpointsmsvoicev2"
        6762  +
name = "aws-sdk-pinpointsmsvoice"
 6733   6763   
version = "1.31.0"
 6734   6764   
dependencies = [
 6735         -
 "aws-config",
 6736         -
 "aws-credential-types 1.2.0",
 6737         -
 "aws-runtime 1.2.2",
 6738         -
 "aws-smithy-async 1.2.1",
 6739         -
 "aws-smithy-http 0.60.8",
 6740         -
 "aws-smithy-json 0.60.7",
 6741         -
 "aws-smithy-runtime 1.5.7",
 6742         -
 "aws-smithy-runtime-api 1.6.3",
 6743         -
 "aws-smithy-types 1.2.0",
 6744         -
 "aws-types 1.3.1",
        6765  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6766  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6767  +
 "aws-runtime 1.3.0",
        6768  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6769  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6770  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6771  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6772  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6773  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6774  +
 "aws-types 1.3.2",
 6745   6775   
 "bytes",
 6746         -
 "fastrand 2.0.2",
 6747   6776   
 "http 0.2.12",
 6748   6777   
 "once_cell",
 6749   6778   
 "regex-lite",
 6750   6779   
 "tokio",
 6751   6780   
 "tracing",
 6752   6781   
]
 6753   6782   
 6754   6783   
[[package]]
 6755         -
name = "aws-sdk-pipes"
        6784  +
name = "aws-sdk-pinpointsmsvoicev2"
 6756   6785   
version = "1.32.0"
 6757   6786   
dependencies = [
 6758         -
 "aws-config",
 6759         -
 "aws-credential-types 1.2.0",
 6760         -
 "aws-runtime 1.2.2",
 6761         -
 "aws-smithy-async 1.2.1",
 6762         -
 "aws-smithy-http 0.60.8",
 6763         -
 "aws-smithy-json 0.60.7",
 6764         -
 "aws-smithy-runtime 1.5.7",
 6765         -
 "aws-smithy-runtime-api 1.6.3",
 6766         -
 "aws-smithy-types 1.2.0",
 6767         -
 "aws-types 1.3.1",
        6787  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6788  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6789  +
 "aws-runtime 1.3.0",
        6790  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6791  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6792  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6793  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6794  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6795  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6796  +
 "aws-types 1.3.2",
        6797  +
 "bytes",
        6798  +
 "fastrand 2.0.2",
        6799  +
 "http 0.2.12",
        6800  +
 "once_cell",
        6801  +
 "regex-lite",
        6802  +
 "tokio",
        6803  +
 "tracing",
        6804  +
]
        6805  +
        6806  +
[[package]]
        6807  +
name = "aws-sdk-pipes"
        6808  +
version = "1.33.0"
        6809  +
dependencies = [
        6810  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6811  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6812  +
 "aws-runtime 1.3.0",
        6813  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6814  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6815  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6816  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6817  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6818  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6819  +
 "aws-types 1.3.2",
 6768   6820   
 "bytes",
 6769   6821   
 "http 0.2.12",
 6770   6822   
 "once_cell",
 6771   6823   
 "regex-lite",
 6772   6824   
 "tokio",
 6773   6825   
 "tracing",
 6774   6826   
]
 6775   6827   
 6776   6828   
[[package]]
 6777   6829   
name = "aws-sdk-polly"
 6778         -
version = "1.31.0"
        6830  +
version = "1.32.0"
 6779   6831   
dependencies = [
 6780         -
 "aws-config",
 6781         -
 "aws-credential-types 1.2.0",
 6782         -
 "aws-runtime 1.2.2",
 6783         -
 "aws-sigv4 1.2.2",
 6784         -
 "aws-smithy-async 1.2.1",
 6785         -
 "aws-smithy-http 0.60.8",
 6786         -
 "aws-smithy-json 0.60.7",
 6787         -
 "aws-smithy-protocol-test 0.60.7",
 6788         -
 "aws-smithy-runtime 1.5.7",
 6789         -
 "aws-smithy-runtime-api 1.6.3",
 6790         -
 "aws-smithy-types 1.2.0",
 6791         -
 "aws-types 1.3.1",
        6832  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6833  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6834  +
 "aws-runtime 1.3.0",
        6835  +
 "aws-sigv4 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
        6836  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6837  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6838  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6839  +
 "aws-smithy-protocol-test 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6840  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6841  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6842  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6843  +
 "aws-types 1.3.2",
 6792   6844   
 "bytes",
 6793   6845   
 "futures-util",
 6794   6846   
 "http 0.2.12",
 6795   6847   
 "once_cell",
 6796   6848   
 "regex-lite",
 6797   6849   
 "serde_json",
 6798   6850   
 "tokio",
 6799   6851   
 "tracing",
 6800   6852   
 "tracing-subscriber",
 6801   6853   
]
 6802   6854   
 6803   6855   
[[package]]
 6804   6856   
name = "aws-sdk-pricing"
 6805         -
version = "1.32.0"
        6857  +
version = "1.33.0"
 6806   6858   
dependencies = [
 6807         -
 "aws-config",
 6808         -
 "aws-credential-types 1.2.0",
 6809         -
 "aws-runtime 1.2.2",
 6810         -
 "aws-smithy-async 1.2.1",
 6811         -
 "aws-smithy-http 0.60.8",
 6812         -
 "aws-smithy-json 0.60.7",
 6813         -
 "aws-smithy-runtime 1.5.7",
 6814         -
 "aws-smithy-runtime-api 1.6.3",
 6815         -
 "aws-smithy-types 1.2.0",
 6816         -
 "aws-types 1.3.1",
        6859  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6860  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6861  +
 "aws-runtime 1.3.0",
        6862  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6863  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6864  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6865  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6866  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6867  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6868  +
 "aws-types 1.3.2",
 6817   6869   
 "bytes",
 6818   6870   
 "http 0.2.12",
 6819   6871   
 "once_cell",
 6820   6872   
 "regex-lite",
 6821   6873   
 "tokio",
 6822   6874   
 "tracing",
 6823   6875   
]
 6824   6876   
 6825   6877   
[[package]]
 6826   6878   
name = "aws-sdk-privatenetworks"
 6827         -
version = "1.30.0"
        6879  +
version = "1.31.0"
 6828   6880   
dependencies = [
 6829         -
 "aws-config",
 6830         -
 "aws-credential-types 1.2.0",
 6831         -
 "aws-runtime 1.2.2",
 6832         -
 "aws-smithy-async 1.2.1",
 6833         -
 "aws-smithy-http 0.60.8",
 6834         -
 "aws-smithy-json 0.60.7",
 6835         -
 "aws-smithy-runtime 1.5.7",
 6836         -
 "aws-smithy-runtime-api 1.6.3",
 6837         -
 "aws-smithy-types 1.2.0",
 6838         -
 "aws-types 1.3.1",
        6881  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6882  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6883  +
 "aws-runtime 1.3.0",
        6884  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6885  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6886  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6887  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6888  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6889  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6890  +
 "aws-types 1.3.2",
 6839   6891   
 "bytes",
 6840   6892   
 "http 0.2.12",
 6841   6893   
 "once_cell",
 6842   6894   
 "regex-lite",
 6843   6895   
 "tokio",
 6844   6896   
 "tracing",
 6845   6897   
]
 6846   6898   
 6847   6899   
[[package]]
 6848   6900   
name = "aws-sdk-proton"
 6849         -
version = "1.30.0"
        6901  +
version = "1.31.0"
 6850   6902   
dependencies = [
 6851         -
 "aws-config",
 6852         -
 "aws-credential-types 1.2.0",
 6853         -
 "aws-runtime 1.2.2",
 6854         -
 "aws-smithy-async 1.2.1",
 6855         -
 "aws-smithy-http 0.60.8",
 6856         -
 "aws-smithy-json 0.60.7",
 6857         -
 "aws-smithy-runtime 1.5.7",
 6858         -
 "aws-smithy-runtime-api 1.6.3",
 6859         -
 "aws-smithy-types 1.2.0",
 6860         -
 "aws-types 1.3.1",
        6903  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6904  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6905  +
 "aws-runtime 1.3.0",
        6906  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6907  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6908  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6909  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6910  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6911  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6912  +
 "aws-types 1.3.2",
 6861   6913   
 "bytes",
 6862   6914   
 "fastrand 2.0.2",
 6863   6915   
 "http 0.2.12",
 6864   6916   
 "once_cell",
 6865   6917   
 "regex-lite",
 6866   6918   
 "tokio",
 6867   6919   
 "tracing",
 6868   6920   
]
 6869   6921   
 6870   6922   
[[package]]
 6871   6923   
name = "aws-sdk-qbusiness"
 6872         -
version = "1.30.0"
        6924  +
version = "1.31.0"
 6873   6925   
dependencies = [
 6874         -
 "aws-config",
 6875         -
 "aws-credential-types 1.2.0",
 6876         -
 "aws-runtime 1.2.2",
 6877         -
 "aws-sigv4 1.2.2",
 6878         -
 "aws-smithy-async 1.2.1",
 6879         -
 "aws-smithy-eventstream 0.60.4",
 6880         -
 "aws-smithy-http 0.60.8",
 6881         -
 "aws-smithy-json 0.60.7",
 6882         -
 "aws-smithy-runtime 1.5.7",
 6883         -
 "aws-smithy-runtime-api 1.6.3",
 6884         -
 "aws-smithy-types 1.2.0",
 6885         -
 "aws-types 1.3.1",
        6926  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6927  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6928  +
 "aws-runtime 1.3.0",
        6929  +
 "aws-sigv4 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
        6930  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6931  +
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
        6932  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6933  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6934  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6935  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6936  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6937  +
 "aws-types 1.3.2",
 6886   6938   
 "bytes",
 6887   6939   
 "fastrand 2.0.2",
 6888   6940   
 "http 0.2.12",
 6889   6941   
 "hyper 0.14.29",
 6890   6942   
 "once_cell",
 6891   6943   
 "regex-lite",
 6892   6944   
 "tokio",
 6893   6945   
 "tracing",
 6894   6946   
]
 6895   6947   
 6896   6948   
[[package]]
 6897   6949   
name = "aws-sdk-qconnect"
 6898         -
version = "1.32.0"
        6950  +
version = "1.33.0"
 6899   6951   
dependencies = [
 6900         -
 "aws-config",
 6901         -
 "aws-credential-types 1.2.0",
 6902         -
 "aws-runtime 1.2.2",
 6903         -
 "aws-smithy-async 1.2.1",
 6904         -
 "aws-smithy-http 0.60.8",
 6905         -
 "aws-smithy-json 0.60.7",
 6906         -
 "aws-smithy-runtime 1.5.7",
 6907         -
 "aws-smithy-runtime-api 1.6.3",
 6908         -
 "aws-smithy-types 1.2.0",
 6909         -
 "aws-types 1.3.1",
        6952  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6953  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6954  +
 "aws-runtime 1.3.0",
        6955  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6956  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6957  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6958  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6959  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6960  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6961  +
 "aws-types 1.3.2",
 6910   6962   
 "bytes",
 6911   6963   
 "fastrand 2.0.2",
 6912   6964   
 "http 0.2.12",
 6913   6965   
 "once_cell",
 6914   6966   
 "regex-lite",
 6915   6967   
 "tokio",
 6916   6968   
 "tracing",
 6917   6969   
]
 6918   6970   
 6919   6971   
[[package]]
 6920   6972   
name = "aws-sdk-qldb"
 6921         -
version = "1.30.0"
        6973  +
version = "1.31.0"
 6922   6974   
dependencies = [
 6923         -
 "aws-config",
 6924         -
 "aws-credential-types 1.2.0",
 6925         -
 "aws-runtime 1.2.2",
 6926         -
 "aws-smithy-async 1.2.1",
 6927         -
 "aws-smithy-http 0.60.8",
 6928         -
 "aws-smithy-json 0.60.7",
 6929         -
 "aws-smithy-runtime 1.5.7",
 6930         -
 "aws-smithy-runtime-api 1.6.3",
 6931         -
 "aws-smithy-types 1.2.0",
 6932         -
 "aws-types 1.3.1",
        6975  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6976  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6977  +
 "aws-runtime 1.3.0",
        6978  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6979  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        6980  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        6981  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6982  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6983  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6984  +
 "aws-types 1.3.2",
 6933   6985   
 "bytes",
 6934   6986   
 "http 0.2.12",
 6935   6987   
 "once_cell",
 6936   6988   
 "regex-lite",
 6937   6989   
 "tokio",
 6938   6990   
 "tracing",
 6939   6991   
]
 6940   6992   
 6941   6993   
[[package]]
 6942   6994   
name = "aws-sdk-qldbsession"
 6943         -
version = "1.30.0"
        6995  +
version = "1.31.0"
 6944   6996   
dependencies = [
 6945         -
 "aws-config",
 6946         -
 "aws-credential-types 1.2.0",
 6947         -
 "aws-runtime 1.2.2",
 6948         -
 "aws-smithy-async 1.2.1",
 6949         -
 "aws-smithy-http 0.60.8",
 6950         -
 "aws-smithy-json 0.60.7",
 6951         -
 "aws-smithy-protocol-test 0.60.7",
 6952         -
 "aws-smithy-runtime 1.5.7",
 6953         -
 "aws-smithy-runtime-api 1.6.3",
 6954         -
 "aws-smithy-types 1.2.0",
 6955         -
 "aws-types 1.3.1",
        6997  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        6998  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        6999  +
 "aws-runtime 1.3.0",
        7000  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7001  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7002  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7003  +
 "aws-smithy-protocol-test 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7004  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7005  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7006  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7007  +
 "aws-types 1.3.2",
 6956   7008   
 "bytes",
 6957   7009   
 "futures-util",
 6958   7010   
 "http 0.2.12",
 6959   7011   
 "once_cell",
 6960   7012   
 "regex-lite",
 6961   7013   
 "serde_json",
 6962   7014   
 "tokio",
 6963   7015   
 "tracing",
 6964   7016   
 "tracing-subscriber",
 6965   7017   
]
 6966   7018   
 6967   7019   
[[package]]
 6968   7020   
name = "aws-sdk-quicksight"
 6969         -
version = "1.37.0"
        7021  +
version = "1.38.0"
 6970   7022   
dependencies = [
 6971         -
 "aws-config",
 6972         -
 "aws-credential-types 1.2.0",
 6973         -
 "aws-runtime 1.2.2",
 6974         -
 "aws-smithy-async 1.2.1",
 6975         -
 "aws-smithy-http 0.60.8",
 6976         -
 "aws-smithy-json 0.60.7",
 6977         -
 "aws-smithy-runtime 1.5.7",
 6978         -
 "aws-smithy-runtime-api 1.6.3",
 6979         -
 "aws-smithy-types 1.2.0",
 6980         -
 "aws-types 1.3.1",
        7023  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7024  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7025  +
 "aws-runtime 1.3.0",
        7026  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7027  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7028  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7029  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7030  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7031  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7032  +
 "aws-types 1.3.2",
 6981   7033   
 "bytes",
 6982   7034   
 "http 0.2.12",
 6983   7035   
 "once_cell",
 6984   7036   
 "regex-lite",
 6985   7037   
 "tokio",
 6986   7038   
 "tracing",
 6987   7039   
]
 6988   7040   
 6989   7041   
[[package]]
 6990   7042   
name = "aws-sdk-ram"
 6991         -
version = "1.30.0"
        7043  +
version = "1.31.0"
 6992   7044   
dependencies = [
 6993         -
 "aws-config",
 6994         -
 "aws-credential-types 1.2.0",
 6995         -
 "aws-runtime 1.2.2",
 6996         -
 "aws-smithy-async 1.2.1",
 6997         -
 "aws-smithy-http 0.60.8",
 6998         -
 "aws-smithy-json 0.60.7",
 6999         -
 "aws-smithy-runtime 1.5.7",
 7000         -
 "aws-smithy-runtime-api 1.6.3",
 7001         -
 "aws-smithy-types 1.2.0",
 7002         -
 "aws-types 1.3.1",
        7045  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7046  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7047  +
 "aws-runtime 1.3.0",
        7048  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7049  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7050  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7051  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7052  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7053  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7054  +
 "aws-types 1.3.2",
 7003   7055   
 "bytes",
 7004   7056   
 "http 0.2.12",
 7005   7057   
 "once_cell",
 7006   7058   
 "regex-lite",
 7007   7059   
 "tokio",
 7008   7060   
 "tracing",
 7009   7061   
]
 7010   7062   
 7011   7063   
[[package]]
 7012   7064   
name = "aws-sdk-rbin"
 7013         -
version = "1.31.0"
        7065  +
version = "1.32.0"
 7014   7066   
dependencies = [
 7015         -
 "aws-config",
 7016         -
 "aws-credential-types 1.2.0",
 7017         -
 "aws-runtime 1.2.2",
 7018         -
 "aws-smithy-async 1.2.1",
 7019         -
 "aws-smithy-http 0.60.8",
 7020         -
 "aws-smithy-json 0.60.7",
 7021         -
 "aws-smithy-runtime 1.5.7",
 7022         -
 "aws-smithy-runtime-api 1.6.3",
 7023         -
 "aws-smithy-types 1.2.0",
 7024         -
 "aws-types 1.3.1",
        7067  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7068  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7069  +
 "aws-runtime 1.3.0",
        7070  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7071  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7072  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7073  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7074  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7075  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7076  +
 "aws-types 1.3.2",
 7025   7077   
 "bytes",
 7026   7078   
 "http 0.2.12",
 7027   7079   
 "once_cell",
 7028   7080   
 "regex-lite",
 7029   7081   
 "tokio",
 7030   7082   
 "tracing",
 7031   7083   
]
 7032   7084   
 7033   7085   
[[package]]
 7034   7086   
name = "aws-sdk-rds"
 7035         -
version = "1.40.0"
        7087  +
version = "1.41.0"
 7036   7088   
dependencies = [
 7037         -
 "aws-config",
 7038         -
 "aws-credential-types 1.2.0",
 7039         -
 "aws-runtime 1.2.2",
 7040         -
 "aws-smithy-async 1.2.1",
 7041         -
 "aws-smithy-http 0.60.8",
 7042         -
 "aws-smithy-json 0.60.7",
 7043         -
 "aws-smithy-query",
 7044         -
 "aws-smithy-runtime 1.5.7",
 7045         -
 "aws-smithy-runtime-api 1.6.3",
 7046         -
 "aws-smithy-types 1.2.0",
 7047         -
 "aws-smithy-xml 0.60.8",
 7048         -
 "aws-types 1.3.1",
        7089  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7090  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7091  +
 "aws-runtime 1.3.0",
        7092  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7093  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7094  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7095  +
 "aws-smithy-query 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7096  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7097  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7098  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7099  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7100  +
 "aws-types 1.3.2",
 7049   7101   
 "http 0.2.12",
 7050   7102   
 "once_cell",
 7051   7103   
 "regex-lite",
 7052   7104   
 "tokio",
 7053   7105   
 "tracing",
 7054   7106   
]
 7055   7107   
 7056   7108   
[[package]]
 7057   7109   
name = "aws-sdk-rdsdata"
 7058         -
version = "1.30.0"
        7110  +
version = "1.31.0"
 7059   7111   
dependencies = [
 7060         -
 "aws-config",
 7061         -
 "aws-credential-types 1.2.0",
 7062         -
 "aws-runtime 1.2.2",
 7063         -
 "aws-smithy-async 1.2.1",
 7064         -
 "aws-smithy-http 0.60.8",
 7065         -
 "aws-smithy-json 0.60.7",
 7066         -
 "aws-smithy-runtime 1.5.7",
 7067         -
 "aws-smithy-runtime-api 1.6.3",
 7068         -
 "aws-smithy-types 1.2.0",
 7069         -
 "aws-types 1.3.1",
        7112  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7113  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7114  +
 "aws-runtime 1.3.0",
        7115  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7116  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7117  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7118  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7119  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7120  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7121  +
 "aws-types 1.3.2",
 7070   7122   
 "bytes",
 7071   7123   
 "http 0.2.12",
 7072   7124   
 "once_cell",
 7073   7125   
 "regex-lite",
 7074   7126   
 "tokio",
 7075   7127   
 "tracing",
 7076   7128   
]
 7077   7129   
 7078   7130   
[[package]]
 7079   7131   
name = "aws-sdk-redshift"
 7080         -
version = "1.31.0"
        7132  +
version = "1.32.0"
 7081   7133   
dependencies = [
 7082         -
 "aws-config",
 7083         -
 "aws-credential-types 1.2.0",
 7084         -
 "aws-runtime 1.2.2",
 7085         -
 "aws-smithy-async 1.2.1",
 7086         -
 "aws-smithy-http 0.60.8",
 7087         -
 "aws-smithy-json 0.60.7",
 7088         -
 "aws-smithy-query",
 7089         -
 "aws-smithy-runtime 1.5.7",
 7090         -
 "aws-smithy-runtime-api 1.6.3",
 7091         -
 "aws-smithy-types 1.2.0",
 7092         -
 "aws-smithy-xml 0.60.8",
 7093         -
 "aws-types 1.3.1",
        7134  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7135  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7136  +
 "aws-runtime 1.3.0",
        7137  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7138  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7139  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7140  +
 "aws-smithy-query 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7141  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7142  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7143  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7144  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7145  +
 "aws-types 1.3.2",
 7094   7146   
 "http 0.2.12",
 7095   7147   
 "once_cell",
 7096   7148   
 "regex-lite",
 7097   7149   
 "tokio",
 7098   7150   
 "tracing",
 7099   7151   
]
 7100   7152   
 7101   7153   
[[package]]
 7102   7154   
name = "aws-sdk-redshiftdata"
 7103         -
version = "1.30.0"
        7155  +
version = "1.31.0"
 7104   7156   
dependencies = [
 7105         -
 "aws-config",
 7106         -
 "aws-credential-types 1.2.0",
 7107         -
 "aws-runtime 1.2.2",
 7108         -
 "aws-smithy-async 1.2.1",
 7109         -
 "aws-smithy-http 0.60.8",
 7110         -
 "aws-smithy-json 0.60.7",
 7111         -
 "aws-smithy-runtime 1.5.7",
 7112         -
 "aws-smithy-runtime-api 1.6.3",
 7113         -
 "aws-smithy-types 1.2.0",
 7114         -
 "aws-types 1.3.1",
        7157  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7158  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7159  +
 "aws-runtime 1.3.0",
        7160  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7161  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7162  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7163  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7164  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7165  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7166  +
 "aws-types 1.3.2",
 7115   7167   
 "bytes",
 7116   7168   
 "fastrand 2.0.2",
 7117   7169   
 "http 0.2.12",
 7118   7170   
 "once_cell",
 7119   7171   
 "regex-lite",
 7120   7172   
 "tokio",
 7121   7173   
 "tracing",
 7122   7174   
]
 7123   7175   
 7124   7176   
[[package]]
 7125   7177   
name = "aws-sdk-redshiftserverless"
 7126         -
version = "1.32.0"
        7178  +
version = "1.33.0"
 7127   7179   
dependencies = [
 7128         -
 "aws-config",
 7129         -
 "aws-credential-types 1.2.0",
 7130         -
 "aws-runtime 1.2.2",
 7131         -
 "aws-smithy-async 1.2.1",
 7132         -
 "aws-smithy-http 0.60.8",
 7133         -
 "aws-smithy-json 0.60.7",
 7134         -
 "aws-smithy-runtime 1.5.7",
 7135         -
 "aws-smithy-runtime-api 1.6.3",
 7136         -
 "aws-smithy-types 1.2.0",
 7137         -
 "aws-types 1.3.1",
        7180  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7181  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7182  +
 "aws-runtime 1.3.0",
        7183  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7184  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7185  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7186  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7187  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7188  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7189  +
 "aws-types 1.3.2",
 7138   7190   
 "bytes",
 7139   7191   
 "http 0.2.12",
 7140   7192   
 "once_cell",
 7141   7193   
 "regex-lite",
 7142   7194   
 "tokio",
 7143   7195   
 "tracing",
 7144   7196   
]
 7145   7197   
 7146   7198   
[[package]]
 7147   7199   
name = "aws-sdk-rekognition"
 7148         -
version = "1.32.0"
        7200  +
version = "1.33.0"
 7149   7201   
dependencies = [
 7150         -
 "aws-config",
 7151         -
 "aws-credential-types 1.2.0",
 7152         -
 "aws-runtime 1.2.2",
 7153         -
 "aws-smithy-async 1.2.1",
 7154         -
 "aws-smithy-http 0.60.8",
 7155         -
 "aws-smithy-json 0.60.7",
 7156         -
 "aws-smithy-runtime 1.5.7",
 7157         -
 "aws-smithy-runtime-api 1.6.3",
 7158         -
 "aws-smithy-types 1.2.0",
 7159         -
 "aws-types 1.3.1",
        7202  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7203  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7204  +
 "aws-runtime 1.3.0",
        7205  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7206  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7207  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7208  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7209  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7210  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7211  +
 "aws-types 1.3.2",
 7160   7212   
 "bytes",
 7161   7213   
 "fastrand 2.0.2",
 7162   7214   
 "http 0.2.12",
 7163   7215   
 "once_cell",
 7164   7216   
 "regex-lite",
 7165   7217   
 "tokio",
 7166   7218   
 "tracing",
 7167   7219   
]
 7168   7220   
 7169   7221   
[[package]]
 7170   7222   
name = "aws-sdk-repostspace"
 7171         -
version = "1.28.0"
        7223  +
version = "1.29.0"
 7172   7224   
dependencies = [
 7173         -
 "aws-config",
 7174         -
 "aws-credential-types 1.2.0",
 7175         -
 "aws-runtime 1.2.2",
 7176         -
 "aws-smithy-async 1.2.1",
 7177         -
 "aws-smithy-http 0.60.8",
 7178         -
 "aws-smithy-json 0.60.7",
 7179         -
 "aws-smithy-runtime 1.5.7",
 7180         -
 "aws-smithy-runtime-api 1.6.3",
 7181         -
 "aws-smithy-types 1.2.0",
 7182         -
 "aws-types 1.3.1",
        7225  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7226  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7227  +
 "aws-runtime 1.3.0",
        7228  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7229  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7230  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7231  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7232  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7233  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7234  +
 "aws-types 1.3.2",
 7183   7235   
 "bytes",
 7184   7236   
 "http 0.2.12",
 7185   7237   
 "once_cell",
 7186   7238   
 "regex-lite",
 7187   7239   
 "tokio",
 7188   7240   
 "tracing",
 7189   7241   
]
 7190   7242   
 7191   7243   
[[package]]
 7192   7244   
name = "aws-sdk-resiliencehub"
 7193         -
version = "1.30.0"
        7245  +
version = "1.31.0"
 7194   7246   
dependencies = [
 7195         -
 "aws-config",
 7196         -
 "aws-credential-types 1.2.0",
 7197         -
 "aws-runtime 1.2.2",
 7198         -
 "aws-smithy-async 1.2.1",
 7199         -
 "aws-smithy-http 0.60.8",
 7200         -
 "aws-smithy-json 0.60.7",
 7201         -
 "aws-smithy-runtime 1.5.7",
 7202         -
 "aws-smithy-runtime-api 1.6.3",
 7203         -
 "aws-smithy-types 1.2.0",
 7204         -
 "aws-types 1.3.1",
        7247  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7248  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7249  +
 "aws-runtime 1.3.0",
        7250  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7251  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7252  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7253  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7254  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7255  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7256  +
 "aws-types 1.3.2",
 7205   7257   
 "bytes",
 7206   7258   
 "fastrand 2.0.2",
 7207   7259   
 "http 0.2.12",
 7208   7260   
 "once_cell",
 7209   7261   
 "regex-lite",
 7210   7262   
 "tokio",
 7211   7263   
 "tracing",
 7212   7264   
]
 7213   7265   
 7214   7266   
[[package]]
 7215   7267   
name = "aws-sdk-resourceexplorer2"
 7216         -
version = "1.31.0"
        7268  +
version = "1.32.0"
 7217   7269   
dependencies = [
 7218         -
 "aws-config",
 7219         -
 "aws-credential-types 1.2.0",
 7220         -
 "aws-runtime 1.2.2",
 7221         -
 "aws-smithy-async 1.2.1",
 7222         -
 "aws-smithy-http 0.60.8",
 7223         -
 "aws-smithy-json 0.60.7",
 7224         -
 "aws-smithy-runtime 1.5.7",
 7225         -
 "aws-smithy-runtime-api 1.6.3",
 7226         -
 "aws-smithy-types 1.2.0",
 7227         -
 "aws-types 1.3.1",
        7270  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7271  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7272  +
 "aws-runtime 1.3.0",
        7273  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7274  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7275  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7276  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7277  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7278  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7279  +
 "aws-types 1.3.2",
 7228   7280   
 "bytes",
 7229   7281   
 "fastrand 2.0.2",
 7230   7282   
 "http 0.2.12",
 7231   7283   
 "once_cell",
 7232   7284   
 "regex-lite",
 7233   7285   
 "tokio",
 7234   7286   
 "tracing",
 7235   7287   
]
 7236   7288   
 7237   7289   
[[package]]
 7238   7290   
name = "aws-sdk-resourcegroups"
 7239         -
version = "1.31.0"
        7291  +
version = "1.32.0"
 7240   7292   
dependencies = [
 7241         -
 "aws-config",
 7242         -
 "aws-credential-types 1.2.0",
 7243         -
 "aws-runtime 1.2.2",
 7244         -
 "aws-smithy-async 1.2.1",
 7245         -
 "aws-smithy-http 0.60.8",
 7246         -
 "aws-smithy-json 0.60.7",
 7247         -
 "aws-smithy-runtime 1.5.7",
 7248         -
 "aws-smithy-runtime-api 1.6.3",
 7249         -
 "aws-smithy-types 1.2.0",
 7250         -
 "aws-types 1.3.1",
        7293  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7294  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7295  +
 "aws-runtime 1.3.0",
        7296  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7297  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7298  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7299  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7300  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7301  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7302  +
 "aws-types 1.3.2",
 7251   7303   
 "bytes",
 7252   7304   
 "http 0.2.12",
 7253   7305   
 "once_cell",
 7254   7306   
 "regex-lite",
 7255   7307   
 "tokio",
 7256   7308   
 "tracing",
 7257   7309   
]
 7258   7310   
 7259   7311   
[[package]]
 7260   7312   
name = "aws-sdk-resourcegroupstagging"
 7261         -
version = "1.30.0"
        7313  +
version = "1.31.0"
 7262   7314   
dependencies = [
 7263         -
 "aws-config",
 7264         -
 "aws-credential-types 1.2.0",
 7265         -
 "aws-runtime 1.2.2",
 7266         -
 "aws-smithy-async 1.2.1",
 7267         -
 "aws-smithy-http 0.60.8",
 7268         -
 "aws-smithy-json 0.60.7",
 7269         -
 "aws-smithy-runtime 1.5.7",
 7270         -
 "aws-smithy-runtime-api 1.6.3",
 7271         -
 "aws-smithy-types 1.2.0",
 7272         -
 "aws-types 1.3.1",
        7315  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7316  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7317  +
 "aws-runtime 1.3.0",
        7318  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7319  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7320  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7321  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7322  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7323  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7324  +
 "aws-types 1.3.2",
 7273   7325   
 "bytes",
 7274   7326   
 "http 0.2.12",
 7275   7327   
 "once_cell",
 7276   7328   
 "regex-lite",
 7277   7329   
 "tokio",
 7278   7330   
 "tracing",
 7279   7331   
]
 7280   7332   
 7281   7333   
[[package]]
 7282   7334   
name = "aws-sdk-robomaker"
 7283         -
version = "1.30.0"
        7335  +
version = "1.31.0"
 7284   7336   
dependencies = [
 7285         -
 "aws-config",
 7286         -
 "aws-credential-types 1.2.0",
 7287         -
 "aws-runtime 1.2.2",
 7288         -
 "aws-smithy-async 1.2.1",
 7289         -
 "aws-smithy-http 0.60.8",
 7290         -
 "aws-smithy-json 0.60.7",
 7291         -
 "aws-smithy-runtime 1.5.7",
 7292         -
 "aws-smithy-runtime-api 1.6.3",
 7293         -
 "aws-smithy-types 1.2.0",
 7294         -
 "aws-types 1.3.1",
        7337  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7338  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7339  +
 "aws-runtime 1.3.0",
        7340  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7341  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7342  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7343  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7344  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7345  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7346  +
 "aws-types 1.3.2",
 7295   7347   
 "bytes",
 7296   7348   
 "fastrand 2.0.2",
 7297   7349   
 "http 0.2.12",
 7298   7350   
 "once_cell",
 7299   7351   
 "regex-lite",
 7300   7352   
 "tokio",
 7301   7353   
 "tracing",
 7302   7354   
]
 7303   7355   
 7304   7356   
[[package]]
 7305   7357   
name = "aws-sdk-rolesanywhere"
 7306         -
version = "1.33.0"
        7358  +
version = "1.34.0"
 7307   7359   
dependencies = [
 7308         -
 "aws-config",
 7309         -
 "aws-credential-types 1.2.0",
 7310         -
 "aws-runtime 1.2.2",
 7311         -
 "aws-smithy-async 1.2.1",
 7312         -
 "aws-smithy-http 0.60.8",
 7313         -
 "aws-smithy-json 0.60.7",
 7314         -
 "aws-smithy-runtime 1.5.7",
 7315         -
 "aws-smithy-runtime-api 1.6.3",
 7316         -
 "aws-smithy-types 1.2.0",
 7317         -
 "aws-types 1.3.1",
        7360  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7361  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7362  +
 "aws-runtime 1.3.0",
        7363  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7364  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7365  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7366  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7367  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7368  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7369  +
 "aws-types 1.3.2",
 7318   7370   
 "bytes",
 7319   7371   
 "http 0.2.12",
 7320   7372   
 "once_cell",
 7321   7373   
 "regex-lite",
 7322   7374   
 "tokio",
 7323   7375   
 "tracing",
 7324   7376   
]
 7325   7377   
 7326   7378   
[[package]]
 7327   7379   
name = "aws-sdk-route53"
 7328         -
version = "1.31.0"
        7380  +
version = "1.32.0"
 7329   7381   
dependencies = [
 7330         -
 "aws-config",
 7331         -
 "aws-credential-types 1.2.0",
 7332         -
 "aws-runtime 1.2.2",
 7333         -
 "aws-smithy-async 1.2.1",
 7334         -
 "aws-smithy-http 0.60.8",
 7335         -
 "aws-smithy-json 0.60.7",
 7336         -
 "aws-smithy-runtime 1.5.7",
 7337         -
 "aws-smithy-runtime-api 1.6.3",
 7338         -
 "aws-smithy-types 1.2.0",
 7339         -
 "aws-smithy-xml 0.60.8",
 7340         -
 "aws-types 1.3.1",
        7382  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7383  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7384  +
 "aws-runtime 1.3.0",
        7385  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7386  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7387  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7388  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7389  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7390  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7391  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7392  +
 "aws-types 1.3.2",
 7341   7393   
 "http 0.2.12",
 7342   7394   
 "once_cell",
 7343   7395   
 "pretty_assertions",
 7344   7396   
 "regex-lite",
 7345   7397   
 "tokio",
 7346   7398   
 "tracing",
 7347   7399   
]
 7348   7400   
 7349   7401   
[[package]]
 7350   7402   
name = "aws-sdk-route53domains"
 7351         -
version = "1.31.0"
        7403  +
version = "1.33.0"
 7352   7404   
dependencies = [
 7353         -
 "aws-config",
 7354         -
 "aws-credential-types 1.2.0",
 7355         -
 "aws-runtime 1.2.2",
 7356         -
 "aws-smithy-async 1.2.1",
 7357         -
 "aws-smithy-http 0.60.8",
 7358         -
 "aws-smithy-json 0.60.7",
 7359         -
 "aws-smithy-runtime 1.5.7",
 7360         -
 "aws-smithy-runtime-api 1.6.3",
 7361         -
 "aws-smithy-types 1.2.0",
 7362         -
 "aws-types 1.3.1",
        7405  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7406  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7407  +
 "aws-runtime 1.3.0",
        7408  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7409  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7410  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7411  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7412  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7413  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7414  +
 "aws-types 1.3.2",
 7363   7415   
 "bytes",
 7364   7416   
 "http 0.2.12",
 7365   7417   
 "once_cell",
 7366   7418   
 "regex-lite",
 7367   7419   
 "tokio",
 7368   7420   
 "tracing",
 7369   7421   
]
 7370   7422   
 7371   7423   
[[package]]
 7372   7424   
name = "aws-sdk-route53profiles"
 7373         -
version = "1.9.0"
        7425  +
version = "1.10.0"
 7374   7426   
dependencies = [
 7375         -
 "aws-config",
 7376         -
 "aws-credential-types 1.2.0",
 7377         -
 "aws-runtime 1.2.2",
 7378         -
 "aws-smithy-async 1.2.1",
 7379         -
 "aws-smithy-http 0.60.8",
 7380         -
 "aws-smithy-json 0.60.7",
 7381         -
 "aws-smithy-runtime 1.5.7",
 7382         -
 "aws-smithy-runtime-api 1.6.3",
 7383         -
 "aws-smithy-types 1.2.0",
 7384         -
 "aws-types 1.3.1",
        7427  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7428  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7429  +
 "aws-runtime 1.3.0",
        7430  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7431  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7432  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7433  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7434  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7435  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7436  +
 "aws-types 1.3.2",
 7385   7437   
 "bytes",
 7386   7438   
 "fastrand 2.0.2",
 7387   7439   
 "http 0.2.12",
 7388   7440   
 "once_cell",
 7389   7441   
 "regex-lite",
 7390   7442   
 "tokio",
 7391   7443   
 "tracing",
 7392   7444   
]
 7393   7445   
 7394   7446   
[[package]]
 7395   7447   
name = "aws-sdk-route53recoverycluster"
 7396         -
version = "1.30.0"
        7448  +
version = "1.31.0"
 7397   7449   
dependencies = [
 7398         -
 "aws-config",
 7399         -
 "aws-credential-types 1.2.0",
 7400         -
 "aws-runtime 1.2.2",
 7401         -
 "aws-smithy-async 1.2.1",
 7402         -
 "aws-smithy-http 0.60.8",
 7403         -
 "aws-smithy-json 0.60.7",
 7404         -
 "aws-smithy-runtime 1.5.7",
 7405         -
 "aws-smithy-runtime-api 1.6.3",
 7406         -
 "aws-smithy-types 1.2.0",
 7407         -
 "aws-types 1.3.1",
        7450  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7451  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7452  +
 "aws-runtime 1.3.0",
        7453  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7454  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7455  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7456  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7457  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7458  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7459  +
 "aws-types 1.3.2",
 7408   7460   
 "bytes",
 7409   7461   
 "http 0.2.12",
 7410   7462   
 "once_cell",
 7411   7463   
 "regex-lite",
 7412   7464   
 "tokio",
 7413   7465   
 "tracing",
 7414   7466   
]
 7415   7467   
 7416   7468   
[[package]]
 7417   7469   
name = "aws-sdk-route53recoverycontrolconfig"
 7418         -
version = "1.30.0"
        7470  +
version = "1.31.0"
 7419   7471   
dependencies = [
 7420         -
 "aws-config",
 7421         -
 "aws-credential-types 1.2.0",
 7422         -
 "aws-runtime 1.2.2",
 7423         -
 "aws-smithy-async 1.2.1",
 7424         -
 "aws-smithy-http 0.60.8",
 7425         -
 "aws-smithy-json 0.60.7",
 7426         -
 "aws-smithy-runtime 1.5.7",
 7427         -
 "aws-smithy-runtime-api 1.6.3",
 7428         -
 "aws-smithy-types 1.2.0",
 7429         -
 "aws-types 1.3.1",
        7472  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7473  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7474  +
 "aws-runtime 1.3.0",
        7475  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7476  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7477  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7478  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7479  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7480  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7481  +
 "aws-types 1.3.2",
 7430   7482   
 "bytes",
 7431   7483   
 "fastrand 2.0.2",
 7432   7484   
 "http 0.2.12",
 7433   7485   
 "once_cell",
 7434   7486   
 "regex-lite",
 7435   7487   
 "tokio",
 7436   7488   
 "tracing",
 7437   7489   
]
 7438   7490   
 7439   7491   
[[package]]
 7440   7492   
name = "aws-sdk-route53recoveryreadiness"
 7441         -
version = "1.30.0"
        7493  +
version = "1.31.0"
 7442   7494   
dependencies = [
 7443         -
 "aws-config",
 7444         -
 "aws-credential-types 1.2.0",
 7445         -
 "aws-runtime 1.2.2",
 7446         -
 "aws-smithy-async 1.2.1",
 7447         -
 "aws-smithy-http 0.60.8",
 7448         -
 "aws-smithy-json 0.60.7",
 7449         -
 "aws-smithy-runtime 1.5.7",
 7450         -
 "aws-smithy-runtime-api 1.6.3",
 7451         -
 "aws-smithy-types 1.2.0",
 7452         -
 "aws-types 1.3.1",
        7495  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7496  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7497  +
 "aws-runtime 1.3.0",
        7498  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7499  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7500  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7501  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7502  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7503  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7504  +
 "aws-types 1.3.2",
 7453   7505   
 "bytes",
 7454   7506   
 "http 0.2.12",
 7455   7507   
 "once_cell",
 7456   7508   
 "regex-lite",
 7457   7509   
 "tokio",
 7458   7510   
 "tracing",
 7459   7511   
]
 7460   7512   
 7461   7513   
[[package]]
 7462   7514   
name = "aws-sdk-route53resolver"
 7463         -
version = "1.33.0"
        7515  +
version = "1.34.0"
 7464   7516   
dependencies = [
 7465         -
 "aws-config",
 7466         -
 "aws-credential-types 1.2.0",
 7467         -
 "aws-runtime 1.2.2",
 7468         -
 "aws-smithy-async 1.2.1",
 7469         -
 "aws-smithy-http 0.60.8",
 7470         -
 "aws-smithy-json 0.60.7",
 7471         -
 "aws-smithy-runtime 1.5.7",
 7472         -
 "aws-smithy-runtime-api 1.6.3",
 7473         -
 "aws-smithy-types 1.2.0",
 7474         -
 "aws-types 1.3.1",
        7517  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7518  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7519  +
 "aws-runtime 1.3.0",
        7520  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7521  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7522  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7523  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7524  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7525  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7526  +
 "aws-types 1.3.2",
 7475   7527   
 "bytes",
 7476   7528   
 "fastrand 2.0.2",
 7477   7529   
 "http 0.2.12",
 7478   7530   
 "once_cell",
 7479   7531   
 "regex-lite",
 7480   7532   
 "tokio",
 7481   7533   
 "tracing",
 7482   7534   
]
 7483   7535   
 7484   7536   
[[package]]
 7485   7537   
name = "aws-sdk-rum"
 7486         -
version = "1.30.0"
        7538  +
version = "1.31.0"
 7487   7539   
dependencies = [
 7488         -
 "aws-config",
 7489         -
 "aws-credential-types 1.2.0",
 7490         -
 "aws-runtime 1.2.2",
 7491         -
 "aws-smithy-async 1.2.1",
 7492         -
 "aws-smithy-http 0.60.8",
 7493         -
 "aws-smithy-json 0.60.7",
 7494         -
 "aws-smithy-runtime 1.5.7",
 7495         -
 "aws-smithy-runtime-api 1.6.3",
 7496         -
 "aws-smithy-types 1.2.0",
 7497         -
 "aws-types 1.3.1",
        7540  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7541  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7542  +
 "aws-runtime 1.3.0",
        7543  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7544  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7545  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7546  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7547  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7548  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7549  +
 "aws-types 1.3.2",
 7498   7550   
 "bytes",
 7499   7551   
 "http 0.2.12",
 7500   7552   
 "once_cell",
 7501   7553   
 "regex-lite",
 7502   7554   
 "tokio",
 7503   7555   
 "tracing",
 7504   7556   
]
 7505   7557   
 7506   7558   
[[package]]
 7507   7559   
name = "aws-sdk-s3"
 7508         -
version = "1.35.0"
        7560  +
version = "1.36.0"
 7509   7561   
dependencies = [
 7510   7562   
 "ahash",
 7511   7563   
 "async-std",
 7512         -
 "aws-config",
 7513         -
 "aws-credential-types 1.2.0",
 7514         -
 "aws-runtime 1.2.2",
 7515         -
 "aws-sigv4 1.2.2",
 7516         -
 "aws-smithy-async 1.2.1",
 7517         -
 "aws-smithy-checksums 0.60.9",
 7518         -
 "aws-smithy-eventstream 0.60.4",
 7519         -
 "aws-smithy-experimental",
 7520         -
 "aws-smithy-http 0.60.8",
 7521         -
 "aws-smithy-json 0.60.7",
 7522         -
 "aws-smithy-protocol-test 0.60.7",
 7523         -
 "aws-smithy-runtime 1.5.7",
 7524         -
 "aws-smithy-runtime-api 1.6.3",
 7525         -
 "aws-smithy-types 1.2.0",
 7526         -
 "aws-smithy-xml 0.60.8",
 7527         -
 "aws-types 1.3.1",
        7564  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7565  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7566  +
 "aws-runtime 1.3.0",
        7567  +
 "aws-sigv4 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
        7568  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7569  +
 "aws-smithy-checksums 0.60.10 (registry+https://github.com/rust-lang/crates.io-index)",
        7570  +
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
        7571  +
 "aws-smithy-experimental 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
        7572  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7573  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7574  +
 "aws-smithy-protocol-test 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7575  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7576  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7577  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7578  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7579  +
 "aws-types 1.3.2",
 7528   7580   
 "bytes",
 7529   7581   
 "bytes-utils",
 7530   7582   
 "fastrand 2.0.2",
 7531   7583   
 "futures-util",
 7532   7584   
 "hdrhistogram",
 7533   7585   
 "hex",
 7534   7586   
 "hmac",
 7535   7587   
 "http 0.2.12",
 7536   7588   
 "http-body 0.4.6",
 7537   7589   
 "lru",
 7538   7590   
 "once_cell",
 7539   7591   
 "percent-encoding",
 7540   7592   
 "pretty_assertions",
 7541   7593   
 "regex-lite",
 7542   7594   
 "serde_json",
 7543   7595   
 "sha2",
 7544   7596   
 "smol",
 7545   7597   
 "tempfile",
 7546   7598   
 "tokio",
 7547   7599   
 "tracing",
 7548   7600   
 "tracing-appender",
 7549   7601   
 "tracing-subscriber",
 7550   7602   
 "tracing-test",
 7551   7603   
 "url",
 7552   7604   
]
 7553   7605   
 7554   7606   
[[package]]
 7555   7607   
name = "aws-sdk-s3"
 7556         -
version = "1.35.0"
        7608  +
version = "1.36.0"
 7557   7609   
source = "registry+https://github.com/rust-lang/crates.io-index"
 7558         -
checksum = "2ce9a2c2942ae463c652e8295f9258ceb8312bd5313732e50066bdd6615b50f3"
        7610  +
checksum = "99e06a6cd8592e486f29c8af427c4083286cee4ea0e4ae46a164a24d07ee19d5"
 7559   7611   
dependencies = [
 7560   7612   
 "ahash",
 7561   7613   
 "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)",
        7614  +
 "aws-runtime 1.3.0",
 7563   7615   
 "aws-sigv4 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 7564   7616   
 "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)",
        7617  +
 "aws-smithy-checksums 0.60.10 (registry+https://github.com/rust-lang/crates.io-index)",
 7566   7618   
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
 7567   7619   
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
 7568   7620   
 "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)",
        7621  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7622  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7571   7623   
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7572   7624   
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
 7573         -
 "aws-types 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7625  +
 "aws-types 1.3.2",
 7574   7626   
 "bytes",
 7575   7627   
 "fastrand 2.0.2",
 7576   7628   
 "hex",
 7577   7629   
 "hmac",
 7578   7630   
 "http 0.2.12",
 7579   7631   
 "http-body 0.4.6",
 7580   7632   
 "lru",
 7581   7633   
 "once_cell",
 7582   7634   
 "percent-encoding",
 7583   7635   
 "regex-lite",
 7584   7636   
 "sha2",
 7585   7637   
 "tracing",
 7586   7638   
 "url",
 7587   7639   
]
 7588   7640   
 7589   7641   
[[package]]
 7590   7642   
name = "aws-sdk-s3control"
 7591         -
version = "1.32.0"
        7643  +
version = "1.33.0"
 7592   7644   
dependencies = [
 7593         -
 "aws-config",
 7594         -
 "aws-credential-types 1.2.0",
 7595         -
 "aws-runtime 1.2.2",
 7596         -
 "aws-smithy-async 1.2.1",
 7597         -
 "aws-smithy-http 0.60.8",
 7598         -
 "aws-smithy-json 0.60.7",
 7599         -
 "aws-smithy-protocol-test 0.60.7",
 7600         -
 "aws-smithy-runtime 1.5.7",
 7601         -
 "aws-smithy-runtime-api 1.6.3",
 7602         -
 "aws-smithy-types 1.2.0",
 7603         -
 "aws-smithy-xml 0.60.8",
 7604         -
 "aws-types 1.3.1",
        7645  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7646  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7647  +
 "aws-runtime 1.3.0",
        7648  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7649  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7650  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7651  +
 "aws-smithy-protocol-test 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7652  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7653  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7654  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7655  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7656  +
 "aws-types 1.3.2",
 7605   7657   
 "fastrand 2.0.2",
 7606   7658   
 "futures-util",
 7607   7659   
 "http 0.2.12",
 7608   7660   
 "md-5",
 7609   7661   
 "once_cell",
 7610   7662   
 "regex-lite",
 7611   7663   
 "serde_json",
 7612   7664   
 "tokio",
 7613   7665   
 "tracing",
 7614   7666   
 "tracing-subscriber",
 7615   7667   
 "url",
 7616   7668   
]
 7617   7669   
 7618   7670   
[[package]]
 7619   7671   
name = "aws-sdk-s3outposts"
 7620         -
version = "1.30.0"
        7672  +
version = "1.31.0"
 7621   7673   
dependencies = [
 7622         -
 "aws-config",
 7623         -
 "aws-credential-types 1.2.0",
 7624         -
 "aws-runtime 1.2.2",
 7625         -
 "aws-smithy-async 1.2.1",
 7626         -
 "aws-smithy-http 0.60.8",
 7627         -
 "aws-smithy-json 0.60.7",
 7628         -
 "aws-smithy-runtime 1.5.7",
 7629         -
 "aws-smithy-runtime-api 1.6.3",
 7630         -
 "aws-smithy-types 1.2.0",
 7631         -
 "aws-types 1.3.1",
        7674  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7675  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7676  +
 "aws-runtime 1.3.0",
        7677  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7678  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7679  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7680  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7681  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7682  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7683  +
 "aws-types 1.3.2",
 7632   7684   
 "bytes",
 7633   7685   
 "http 0.2.12",
 7634   7686   
 "once_cell",
 7635   7687   
 "regex-lite",
 7636   7688   
 "tokio",
 7637   7689   
 "tracing",
 7638   7690   
]
 7639   7691   
 7640   7692   
[[package]]
 7641   7693   
name = "aws-sdk-sagemaker"
 7642         -
version = "1.51.0"
        7694  +
version = "1.53.0"
 7643   7695   
dependencies = [
 7644         -
 "aws-config",
 7645         -
 "aws-credential-types 1.2.0",
 7646         -
 "aws-runtime 1.2.2",
 7647         -
 "aws-smithy-async 1.2.1",
 7648         -
 "aws-smithy-http 0.60.8",
 7649         -
 "aws-smithy-json 0.60.7",
 7650         -
 "aws-smithy-runtime 1.5.7",
 7651         -
 "aws-smithy-runtime-api 1.6.3",
 7652         -
 "aws-smithy-types 1.2.0",
 7653         -
 "aws-types 1.3.1",
        7696  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7697  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7698  +
 "aws-runtime 1.3.0",
        7699  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7700  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7701  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7702  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7703  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7704  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7705  +
 "aws-types 1.3.2",
 7654   7706   
 "bytes",
 7655   7707   
 "fastrand 2.0.2",
 7656   7708   
 "http 0.2.12",
 7657   7709   
 "once_cell",
 7658   7710   
 "regex-lite",
 7659   7711   
 "tokio",
 7660   7712   
 "tracing",
 7661   7713   
]
 7662   7714   
 7663   7715   
[[package]]
 7664   7716   
name = "aws-sdk-sagemakera2iruntime"
 7665         -
version = "1.30.0"
        7717  +
version = "1.31.0"
 7666   7718   
dependencies = [
 7667         -
 "aws-config",
 7668         -
 "aws-credential-types 1.2.0",
 7669         -
 "aws-runtime 1.2.2",
 7670         -
 "aws-smithy-async 1.2.1",
 7671         -
 "aws-smithy-http 0.60.8",
 7672         -
 "aws-smithy-json 0.60.7",
 7673         -
 "aws-smithy-runtime 1.5.7",
 7674         -
 "aws-smithy-runtime-api 1.6.3",
 7675         -
 "aws-smithy-types 1.2.0",
 7676         -
 "aws-types 1.3.1",
        7719  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7720  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7721  +
 "aws-runtime 1.3.0",
        7722  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7723  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7724  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7725  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7726  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7727  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7728  +
 "aws-types 1.3.2",
 7677   7729   
 "bytes",
 7678   7730   
 "http 0.2.12",
 7679   7731   
 "once_cell",
 7680   7732   
 "regex-lite",
 7681   7733   
 "tokio",
 7682   7734   
 "tracing",
 7683   7735   
]
 7684   7736   
 7685   7737   
[[package]]
 7686   7738   
name = "aws-sdk-sagemakeredge"
 7687         -
version = "1.30.0"
        7739  +
version = "1.31.0"
 7688   7740   
dependencies = [
 7689         -
 "aws-config",
 7690         -
 "aws-credential-types 1.2.0",
 7691         -
 "aws-runtime 1.2.2",
 7692         -
 "aws-smithy-async 1.2.1",
 7693         -
 "aws-smithy-http 0.60.8",
 7694         -
 "aws-smithy-json 0.60.7",
 7695         -
 "aws-smithy-runtime 1.5.7",
 7696         -
 "aws-smithy-runtime-api 1.6.3",
 7697         -
 "aws-smithy-types 1.2.0",
 7698         -
 "aws-types 1.3.1",
        7741  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7742  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7743  +
 "aws-runtime 1.3.0",
        7744  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7745  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7746  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7747  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7748  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7749  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7750  +
 "aws-types 1.3.2",
 7699   7751   
 "bytes",
 7700   7752   
 "http 0.2.12",
 7701   7753   
 "once_cell",
 7702   7754   
 "regex-lite",
 7703   7755   
 "tokio",
 7704   7756   
 "tracing",
 7705   7757   
]
 7706   7758   
 7707   7759   
[[package]]
 7708   7760   
name = "aws-sdk-sagemakerfeaturestoreruntime"
 7709         -
version = "1.31.0"
        7761  +
version = "1.32.0"
 7710   7762   
dependencies = [
 7711         -
 "aws-config",
 7712         -
 "aws-credential-types 1.2.0",
 7713         -
 "aws-runtime 1.2.2",
 7714         -
 "aws-smithy-async 1.2.1",
 7715         -
 "aws-smithy-http 0.60.8",
 7716         -
 "aws-smithy-json 0.60.7",
 7717         -
 "aws-smithy-runtime 1.5.7",
 7718         -
 "aws-smithy-runtime-api 1.6.3",
 7719         -
 "aws-smithy-types 1.2.0",
 7720         -
 "aws-types 1.3.1",
        7763  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7764  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7765  +
 "aws-runtime 1.3.0",
        7766  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7767  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7768  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7769  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7770  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7771  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7772  +
 "aws-types 1.3.2",
 7721   7773   
 "bytes",
 7722   7774   
 "http 0.2.12",
 7723   7775   
 "once_cell",
 7724   7776   
 "regex-lite",
 7725   7777   
 "tokio",
 7726   7778   
 "tracing",
 7727   7779   
]
 7728   7780   
 7729   7781   
[[package]]
 7730   7782   
name = "aws-sdk-sagemakergeospatial"
 7731         -
version = "1.30.0"
        7783  +
version = "1.31.0"
 7732   7784   
dependencies = [
 7733         -
 "aws-config",
 7734         -
 "aws-credential-types 1.2.0",
 7735         -
 "aws-runtime 1.2.2",
 7736         -
 "aws-smithy-async 1.2.1",
 7737         -
 "aws-smithy-http 0.60.8",
 7738         -
 "aws-smithy-json 0.60.7",
 7739         -
 "aws-smithy-runtime 1.5.7",
 7740         -
 "aws-smithy-runtime-api 1.6.3",
 7741         -
 "aws-smithy-types 1.2.0",
 7742         -
 "aws-types 1.3.1",
        7785  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7786  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7787  +
 "aws-runtime 1.3.0",
        7788  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7789  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7790  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7791  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7792  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7793  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7794  +
 "aws-types 1.3.2",
 7743   7795   
 "bytes",
 7744   7796   
 "fastrand 2.0.2",
 7745   7797   
 "http 0.2.12",
 7746   7798   
 "once_cell",
 7747   7799   
 "regex-lite",
 7748   7800   
 "tokio",
 7749   7801   
 "tracing",
 7750   7802   
]
 7751   7803   
 7752   7804   
[[package]]
 7753   7805   
name = "aws-sdk-sagemakermetrics"
 7754         -
version = "1.30.0"
        7806  +
version = "1.31.0"
 7755   7807   
dependencies = [
 7756         -
 "aws-config",
 7757         -
 "aws-credential-types 1.2.0",
 7758         -
 "aws-runtime 1.2.2",
 7759         -
 "aws-smithy-async 1.2.1",
 7760         -
 "aws-smithy-http 0.60.8",
 7761         -
 "aws-smithy-json 0.60.7",
 7762         -
 "aws-smithy-runtime 1.5.7",
 7763         -
 "aws-smithy-runtime-api 1.6.3",
 7764         -
 "aws-smithy-types 1.2.0",
 7765         -
 "aws-types 1.3.1",
        7808  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7809  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7810  +
 "aws-runtime 1.3.0",
        7811  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7812  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7813  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7814  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7815  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7816  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7817  +
 "aws-types 1.3.2",
 7766   7818   
 "bytes",
 7767   7819   
 "http 0.2.12",
 7768   7820   
 "once_cell",
 7769   7821   
 "regex-lite",
 7770   7822   
 "tokio",
 7771   7823   
 "tracing",
 7772   7824   
]
 7773   7825   
 7774   7826   
[[package]]
 7775   7827   
name = "aws-sdk-sagemakerruntime"
 7776         -
version = "1.31.0"
        7828  +
version = "1.32.0"
 7777   7829   
dependencies = [
 7778         -
 "aws-config",
 7779         -
 "aws-credential-types 1.2.0",
 7780         -
 "aws-runtime 1.2.2",
 7781         -
 "aws-smithy-async 1.2.1",
 7782         -
 "aws-smithy-eventstream 0.60.4",
 7783         -
 "aws-smithy-http 0.60.8",
 7784         -
 "aws-smithy-json 0.60.7",
 7785         -
 "aws-smithy-runtime 1.5.7",
 7786         -
 "aws-smithy-runtime-api 1.6.3",
 7787         -
 "aws-smithy-types 1.2.0",
 7788         -
 "aws-types 1.3.1",
        7830  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7831  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7832  +
 "aws-runtime 1.3.0",
        7833  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7834  +
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
        7835  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7836  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7837  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7838  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7839  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7840  +
 "aws-types 1.3.2",
 7789   7841   
 "bytes",
 7790   7842   
 "http 0.2.12",
 7791   7843   
 "once_cell",
 7792   7844   
 "regex-lite",
 7793   7845   
 "tokio",
 7794   7846   
 "tracing",
 7795   7847   
]
 7796   7848   
 7797   7849   
[[package]]
 7798   7850   
name = "aws-sdk-savingsplans"
 7799         -
version = "1.31.0"
        7851  +
version = "1.32.0"
 7800   7852   
dependencies = [
 7801         -
 "aws-config",
 7802         -
 "aws-credential-types 1.2.0",
 7803         -
 "aws-runtime 1.2.2",
 7804         -
 "aws-smithy-async 1.2.1",
 7805         -
 "aws-smithy-http 0.60.8",
 7806         -
 "aws-smithy-json 0.60.7",
 7807         -
 "aws-smithy-runtime 1.5.7",
 7808         -
 "aws-smithy-runtime-api 1.6.3",
 7809         -
 "aws-smithy-types 1.2.0",
 7810         -
 "aws-types 1.3.1",
        7853  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7854  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7855  +
 "aws-runtime 1.3.0",
        7856  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7857  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7858  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7859  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7860  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7861  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7862  +
 "aws-types 1.3.2",
 7811   7863   
 "bytes",
 7812   7864   
 "fastrand 2.0.2",
 7813   7865   
 "http 0.2.12",
 7814   7866   
 "once_cell",
 7815   7867   
 "regex-lite",
 7816   7868   
 "tokio",
 7817   7869   
 "tracing",
 7818   7870   
]
 7819   7871   
 7820   7872   
[[package]]
 7821   7873   
name = "aws-sdk-scheduler"
 7822         -
version = "1.30.0"
        7874  +
version = "1.31.0"
 7823   7875   
dependencies = [
 7824         -
 "aws-config",
 7825         -
 "aws-credential-types 1.2.0",
 7826         -
 "aws-runtime 1.2.2",
 7827         -
 "aws-smithy-async 1.2.1",
 7828         -
 "aws-smithy-http 0.60.8",
 7829         -
 "aws-smithy-json 0.60.7",
 7830         -
 "aws-smithy-runtime 1.5.7",
 7831         -
 "aws-smithy-runtime-api 1.6.3",
 7832         -
 "aws-smithy-types 1.2.0",
 7833         -
 "aws-types 1.3.1",
        7876  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7877  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7878  +
 "aws-runtime 1.3.0",
        7879  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7880  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7881  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7882  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7883  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7884  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7885  +
 "aws-types 1.3.2",
 7834   7886   
 "bytes",
 7835   7887   
 "fastrand 2.0.2",
 7836   7888   
 "http 0.2.12",
 7837   7889   
 "once_cell",
 7838   7890   
 "regex-lite",
 7839   7891   
 "tokio",
 7840   7892   
 "tracing",
 7841   7893   
]
 7842   7894   
 7843   7895   
[[package]]
 7844   7896   
name = "aws-sdk-schemas"
 7845         -
version = "1.30.0"
        7897  +
version = "1.31.0"
 7846   7898   
dependencies = [
 7847         -
 "aws-config",
 7848         -
 "aws-credential-types 1.2.0",
 7849         -
 "aws-runtime 1.2.2",
 7850         -
 "aws-smithy-async 1.2.1",
 7851         -
 "aws-smithy-http 0.60.8",
 7852         -
 "aws-smithy-json 0.60.7",
 7853         -
 "aws-smithy-runtime 1.5.7",
 7854         -
 "aws-smithy-runtime-api 1.6.3",
 7855         -
 "aws-smithy-types 1.2.0",
 7856         -
 "aws-types 1.3.1",
        7899  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7900  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7901  +
 "aws-runtime 1.3.0",
        7902  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7903  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7904  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7905  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7906  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7907  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7908  +
 "aws-types 1.3.2",
 7857   7909   
 "bytes",
 7858   7910   
 "fastrand 2.0.2",
 7859   7911   
 "http 0.2.12",
 7860   7912   
 "once_cell",
 7861   7913   
 "regex-lite",
 7862   7914   
 "tokio",
 7863   7915   
 "tracing",
 7864   7916   
]
 7865   7917   
 7866   7918   
[[package]]
 7867   7919   
name = "aws-sdk-secretsmanager"
 7868         -
version = "1.33.0"
        7920  +
version = "1.35.1"
 7869   7921   
dependencies = [
 7870         -
 "aws-config",
 7871         -
 "aws-credential-types 1.2.0",
 7872         -
 "aws-runtime 1.2.2",
 7873         -
 "aws-smithy-async 1.2.1",
 7874         -
 "aws-smithy-http 0.60.8",
 7875         -
 "aws-smithy-json 0.60.7",
 7876         -
 "aws-smithy-runtime 1.5.7",
 7877         -
 "aws-smithy-runtime-api 1.6.3",
 7878         -
 "aws-smithy-types 1.2.0",
 7879         -
 "aws-types 1.3.1",
        7922  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7923  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7924  +
 "aws-runtime 1.3.0",
        7925  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7926  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7927  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7928  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7929  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7930  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7931  +
 "aws-types 1.3.2",
 7880   7932   
 "bytes",
 7881   7933   
 "fastrand 2.0.2",
 7882   7934   
 "http 0.2.12",
 7883   7935   
 "once_cell",
 7884   7936   
 "regex-lite",
 7885   7937   
 "tokio",
 7886   7938   
 "tracing",
 7887   7939   
]
 7888   7940   
 7889   7941   
[[package]]
 7890   7942   
name = "aws-sdk-securityhub"
 7891         -
version = "1.32.0"
        7943  +
version = "1.33.0"
 7892   7944   
dependencies = [
 7893         -
 "aws-config",
 7894         -
 "aws-credential-types 1.2.0",
 7895         -
 "aws-runtime 1.2.2",
 7896         -
 "aws-smithy-async 1.2.1",
 7897         -
 "aws-smithy-http 0.60.8",
 7898         -
 "aws-smithy-json 0.60.7",
 7899         -
 "aws-smithy-runtime 1.5.7",
 7900         -
 "aws-smithy-runtime-api 1.6.3",
 7901         -
 "aws-smithy-types 1.2.0",
 7902         -
 "aws-types 1.3.1",
        7945  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7946  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7947  +
 "aws-runtime 1.3.0",
        7948  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7949  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7950  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7951  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7952  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7953  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7954  +
 "aws-types 1.3.2",
 7903   7955   
 "bytes",
 7904   7956   
 "http 0.2.12",
 7905   7957   
 "once_cell",
 7906   7958   
 "regex-lite",
 7907   7959   
 "tokio",
 7908   7960   
 "tracing",
 7909   7961   
]
 7910   7962   
 7911   7963   
[[package]]
 7912   7964   
name = "aws-sdk-securitylake"
 7913         -
version = "1.31.0"
        7965  +
version = "1.33.0"
 7914   7966   
dependencies = [
 7915         -
 "aws-config",
 7916         -
 "aws-credential-types 1.2.0",
 7917         -
 "aws-runtime 1.2.2",
 7918         -
 "aws-smithy-async 1.2.1",
 7919         -
 "aws-smithy-http 0.60.8",
 7920         -
 "aws-smithy-json 0.60.7",
 7921         -
 "aws-smithy-runtime 1.5.7",
 7922         -
 "aws-smithy-runtime-api 1.6.3",
 7923         -
 "aws-smithy-types 1.2.0",
 7924         -
 "aws-types 1.3.1",
        7967  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7968  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7969  +
 "aws-runtime 1.3.0",
        7970  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7971  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7972  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7973  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7974  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7975  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7976  +
 "aws-types 1.3.2",
 7925   7977   
 "bytes",
 7926   7978   
 "http 0.2.12",
 7927   7979   
 "once_cell",
 7928   7980   
 "regex-lite",
 7929   7981   
 "tokio",
 7930   7982   
 "tracing",
 7931   7983   
]
 7932   7984   
 7933   7985   
[[package]]
 7934   7986   
name = "aws-sdk-serverlessapplicationrepository"
 7935         -
version = "1.30.0"
        7987  +
version = "1.31.0"
 7936   7988   
dependencies = [
 7937         -
 "aws-config",
 7938         -
 "aws-credential-types 1.2.0",
 7939         -
 "aws-runtime 1.2.2",
 7940         -
 "aws-smithy-async 1.2.1",
 7941         -
 "aws-smithy-http 0.60.8",
 7942         -
 "aws-smithy-json 0.60.7",
 7943         -
 "aws-smithy-runtime 1.5.7",
 7944         -
 "aws-smithy-runtime-api 1.6.3",
 7945         -
 "aws-smithy-types 1.2.0",
 7946         -
 "aws-types 1.3.1",
        7989  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7990  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7991  +
 "aws-runtime 1.3.0",
        7992  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7993  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7994  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7995  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7996  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7997  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7998  +
 "aws-types 1.3.2",
 7947   7999   
 "bytes",
 7948   8000   
 "http 0.2.12",
 7949   8001   
 "once_cell",
 7950   8002   
 "regex-lite",
 7951   8003   
 "tokio",
 7952   8004   
 "tracing",
 7953   8005   
]
 7954   8006   
 7955   8007   
[[package]]
 7956   8008   
name = "aws-sdk-servicecatalog"
 7957         -
version = "1.31.0"
        8009  +
version = "1.32.0"
 7958   8010   
dependencies = [
 7959         -
 "aws-config",
 7960         -
 "aws-credential-types 1.2.0",
 7961         -
 "aws-runtime 1.2.2",
 7962         -
 "aws-smithy-async 1.2.1",
 7963         -
 "aws-smithy-http 0.60.8",
 7964         -
 "aws-smithy-json 0.60.7",
 7965         -
 "aws-smithy-runtime 1.5.7",
 7966         -
 "aws-smithy-runtime-api 1.6.3",
 7967         -
 "aws-smithy-types 1.2.0",
 7968         -
 "aws-types 1.3.1",
        8011  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8012  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8013  +
 "aws-runtime 1.3.0",
        8014  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8015  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8016  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8017  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8018  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8019  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8020  +
 "aws-types 1.3.2",
 7969   8021   
 "bytes",
 7970   8022   
 "fastrand 2.0.2",
 7971   8023   
 "http 0.2.12",
 7972   8024   
 "once_cell",
 7973   8025   
 "regex-lite",
 7974   8026   
 "tokio",
 7975   8027   
 "tracing",
 7976   8028   
]
 7977   8029   
 7978   8030   
[[package]]
 7979   8031   
name = "aws-sdk-servicecatalogappregistry"
 7980         -
version = "1.30.0"
        8032  +
version = "1.31.0"
 7981   8033   
dependencies = [
 7982         -
 "aws-config",
 7983         -
 "aws-credential-types 1.2.0",
 7984         -
 "aws-runtime 1.2.2",
 7985         -
 "aws-smithy-async 1.2.1",
 7986         -
 "aws-smithy-http 0.60.8",
 7987         -
 "aws-smithy-json 0.60.7",
 7988         -
 "aws-smithy-runtime 1.5.7",
 7989         -
 "aws-smithy-runtime-api 1.6.3",
 7990         -
 "aws-smithy-types 1.2.0",
 7991         -
 "aws-types 1.3.1",
        8034  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8035  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8036  +
 "aws-runtime 1.3.0",
        8037  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8038  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8039  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8040  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8041  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8042  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8043  +
 "aws-types 1.3.2",
 7992   8044   
 "bytes",
 7993   8045   
 "fastrand 2.0.2",
 7994   8046   
 "http 0.2.12",
 7995   8047   
 "once_cell",
 7996   8048   
 "regex-lite",
 7997   8049   
 "tokio",
 7998   8050   
 "tracing",
 7999   8051   
]
 8000   8052   
 8001   8053   
[[package]]
 8002   8054   
name = "aws-sdk-servicediscovery"
 8003         -
version = "1.30.0"
        8055  +
version = "1.31.0"
 8004   8056   
dependencies = [
 8005         -
 "aws-config",
 8006         -
 "aws-credential-types 1.2.0",
 8007         -
 "aws-runtime 1.2.2",
 8008         -
 "aws-smithy-async 1.2.1",
 8009         -
 "aws-smithy-http 0.60.8",
 8010         -
 "aws-smithy-json 0.60.7",
 8011         -
 "aws-smithy-runtime 1.5.7",
 8012         -
 "aws-smithy-runtime-api 1.6.3",
 8013         -
 "aws-smithy-types 1.2.0",
 8014         -
 "aws-types 1.3.1",
        8057  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8058  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8059  +
 "aws-runtime 1.3.0",
        8060  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8061  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8062  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8063  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8064  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8065  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8066  +
 "aws-types 1.3.2",
 8015   8067   
 "bytes",
 8016   8068   
 "fastrand 2.0.2",
 8017   8069   
 "http 0.2.12",
 8018   8070   
 "once_cell",
 8019   8071   
 "regex-lite",
 8020   8072   
 "tokio",
 8021   8073   
 "tracing",
 8022   8074   
]
 8023   8075   
 8024   8076   
[[package]]
 8025   8077   
name = "aws-sdk-servicequotas"
 8026         -
version = "1.30.0"
        8078  +
version = "1.31.0"
 8027   8079   
dependencies = [
 8028         -
 "aws-config",
 8029         -
 "aws-credential-types 1.2.0",
 8030         -
 "aws-runtime 1.2.2",
 8031         -
 "aws-smithy-async 1.2.1",
 8032         -
 "aws-smithy-http 0.60.8",
 8033         -
 "aws-smithy-json 0.60.7",
 8034         -
 "aws-smithy-runtime 1.5.7",
 8035         -
 "aws-smithy-runtime-api 1.6.3",
 8036         -
 "aws-smithy-types 1.2.0",
 8037         -
 "aws-types 1.3.1",
        8080  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8081  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8082  +
 "aws-runtime 1.3.0",
        8083  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8084  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8085  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8086  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8087  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8088  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8089  +
 "aws-types 1.3.2",
 8038   8090   
 "bytes",
 8039   8091   
 "http 0.2.12",
 8040   8092   
 "once_cell",
 8041   8093   
 "regex-lite",
 8042   8094   
 "tokio",
 8043   8095   
 "tracing",
 8044   8096   
]
 8045   8097   
 8046   8098   
[[package]]
 8047   8099   
name = "aws-sdk-ses"
 8048         -
version = "1.30.0"
        8100  +
version = "1.31.0"
 8049   8101   
dependencies = [
 8050         -
 "aws-config",
 8051         -
 "aws-credential-types 1.2.0",
 8052         -
 "aws-runtime 1.2.2",
 8053         -
 "aws-smithy-async 1.2.1",
 8054         -
 "aws-smithy-http 0.60.8",
 8055         -
 "aws-smithy-json 0.60.7",
 8056         -
 "aws-smithy-query",
 8057         -
 "aws-smithy-runtime 1.5.7",
 8058         -
 "aws-smithy-runtime-api 1.6.3",
 8059         -
 "aws-smithy-types 1.2.0",
 8060         -
 "aws-smithy-xml 0.60.8",
 8061         -
 "aws-types 1.3.1",
        8102  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8103  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8104  +
 "aws-runtime 1.3.0",
        8105  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8106  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8107  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8108  +
 "aws-smithy-query 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8109  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8110  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8111  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8112  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8113  +
 "aws-types 1.3.2",
 8062   8114   
 "http 0.2.12",
 8063   8115   
 "once_cell",
 8064   8116   
 "regex-lite",
 8065   8117   
 "tokio",
 8066   8118   
 "tracing",
 8067   8119   
]
 8068   8120   
 8069   8121   
[[package]]
 8070   8122   
name = "aws-sdk-sesv2"
 8071         -
version = "1.32.0"
        8123  +
version = "1.34.0"
 8072   8124   
dependencies = [
 8073         -
 "aws-config",
 8074         -
 "aws-credential-types 1.2.0",
 8075         -
 "aws-runtime 1.2.2",
 8076         -
 "aws-smithy-async 1.2.1",
 8077         -
 "aws-smithy-http 0.60.8",
 8078         -
 "aws-smithy-json 0.60.7",
 8079         -
 "aws-smithy-runtime 1.5.7",
 8080         -
 "aws-smithy-runtime-api 1.6.3",
 8081         -
 "aws-smithy-types 1.2.0",
 8082         -
 "aws-types 1.3.1",
        8125  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8126  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8127  +
 "aws-runtime 1.3.0",
        8128  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8129  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8130  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8131  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8132  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8133  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8134  +
 "aws-types 1.3.2",
 8083   8135   
 "bytes",
 8084   8136   
 "http 0.2.12",
 8085   8137   
 "once_cell",
 8086   8138   
 "regex-lite",
 8087   8139   
 "tokio",
 8088   8140   
 "tracing",
 8089   8141   
]
 8090   8142   
 8091   8143   
[[package]]
 8092   8144   
name = "aws-sdk-sfn"
 8093         -
version = "1.31.0"
        8145  +
version = "1.32.0"
 8094   8146   
dependencies = [
 8095         -
 "aws-config",
 8096         -
 "aws-credential-types 1.2.0",
 8097         -
 "aws-runtime 1.2.2",
 8098         -
 "aws-smithy-async 1.2.1",
 8099         -
 "aws-smithy-http 0.60.8",
 8100         -
 "aws-smithy-json 0.60.7",
 8101         -
 "aws-smithy-runtime 1.5.7",
 8102         -
 "aws-smithy-runtime-api 1.6.3",
 8103         -
 "aws-smithy-types 1.2.0",
 8104         -
 "aws-types 1.3.1",
        8147  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8148  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8149  +
 "aws-runtime 1.3.0",
        8150  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8151  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8152  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8153  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8154  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8155  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8156  +
 "aws-types 1.3.2",
 8105   8157   
 "bytes",
 8106   8158   
 "fastrand 2.0.2",
 8107   8159   
 "http 0.2.12",
 8108   8160   
 "once_cell",
 8109   8161   
 "regex-lite",
 8110   8162   
 "tokio",
 8111   8163   
 "tracing",
 8112   8164   
]
 8113   8165   
 8114   8166   
[[package]]
 8115   8167   
name = "aws-sdk-shield"
 8116         -
version = "1.30.0"
        8168  +
version = "1.31.0"
 8117   8169   
dependencies = [
 8118         -
 "aws-config",
 8119         -
 "aws-credential-types 1.2.0",
 8120         -
 "aws-runtime 1.2.2",
 8121         -
 "aws-smithy-async 1.2.1",
 8122         -
 "aws-smithy-http 0.60.8",
 8123         -
 "aws-smithy-json 0.60.7",
 8124         -
 "aws-smithy-runtime 1.5.7",
 8125         -
 "aws-smithy-runtime-api 1.6.3",
 8126         -
 "aws-smithy-types 1.2.0",
 8127         -
 "aws-types 1.3.1",
        8170  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8171  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8172  +
 "aws-runtime 1.3.0",
        8173  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8174  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8175  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8176  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8177  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8178  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8179  +
 "aws-types 1.3.2",
 8128   8180   
 "bytes",
 8129   8181   
 "http 0.2.12",
 8130   8182   
 "once_cell",
 8131   8183   
 "regex-lite",
 8132   8184   
 "tokio",
 8133   8185   
 "tracing",
 8134   8186   
]
 8135   8187   
 8136   8188   
[[package]]
 8137   8189   
name = "aws-sdk-signer"
 8138         -
version = "1.30.0"
        8190  +
version = "1.31.0"
 8139   8191   
dependencies = [
 8140         -
 "aws-config",
 8141         -
 "aws-credential-types 1.2.0",
 8142         -
 "aws-runtime 1.2.2",
 8143         -
 "aws-smithy-async 1.2.1",
 8144         -
 "aws-smithy-http 0.60.8",
 8145         -
 "aws-smithy-json 0.60.7",
 8146         -
 "aws-smithy-runtime 1.5.7",
 8147         -
 "aws-smithy-runtime-api 1.6.3",
 8148         -
 "aws-smithy-types 1.2.0",
 8149         -
 "aws-types 1.3.1",
        8192  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8193  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8194  +
 "aws-runtime 1.3.0",
        8195  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8196  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8197  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8198  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8199  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8200  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8201  +
 "aws-types 1.3.2",
 8150   8202   
 "bytes",
 8151   8203   
 "fastrand 2.0.2",
 8152   8204   
 "http 0.2.12",
 8153   8205   
 "once_cell",
 8154   8206   
 "regex-lite",
 8155   8207   
 "tokio",
 8156   8208   
 "tracing",
 8157   8209   
]
 8158   8210   
 8159   8211   
[[package]]
 8160   8212   
name = "aws-sdk-simspaceweaver"
 8161         -
version = "1.30.0"
        8213  +
version = "1.31.0"
 8162   8214   
dependencies = [
 8163         -
 "aws-config",
 8164         -
 "aws-credential-types 1.2.0",
 8165         -
 "aws-runtime 1.2.2",
 8166         -
 "aws-smithy-async 1.2.1",
 8167         -
 "aws-smithy-http 0.60.8",
 8168         -
 "aws-smithy-json 0.60.7",
 8169         -
 "aws-smithy-runtime 1.5.7",
 8170         -
 "aws-smithy-runtime-api 1.6.3",
 8171         -
 "aws-smithy-types 1.2.0",
 8172         -
 "aws-types 1.3.1",
        8215  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8216  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8217  +
 "aws-runtime 1.3.0",
        8218  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8219  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8220  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8221  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8222  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8223  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8224  +
 "aws-types 1.3.2",
 8173   8225   
 "bytes",
 8174   8226   
 "fastrand 2.0.2",
 8175   8227   
 "http 0.2.12",
 8176   8228   
 "once_cell",
 8177   8229   
 "regex-lite",
 8178   8230   
 "tokio",
 8179   8231   
 "tracing",
 8180   8232   
]
 8181   8233   
 8182   8234   
[[package]]
 8183   8235   
name = "aws-sdk-sms"
 8184         -
version = "1.30.0"
        8236  +
version = "1.31.0"
 8185   8237   
dependencies = [
 8186         -
 "aws-config",
 8187         -
 "aws-credential-types 1.2.0",
 8188         -
 "aws-runtime 1.2.2",
 8189         -
 "aws-smithy-async 1.2.1",
 8190         -
 "aws-smithy-http 0.60.8",
 8191         -
 "aws-smithy-json 0.60.7",
 8192         -
 "aws-smithy-runtime 1.5.7",
 8193         -
 "aws-smithy-runtime-api 1.6.3",
 8194         -
 "aws-smithy-types 1.2.0",
 8195         -
 "aws-types 1.3.1",
        8238  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8239  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8240  +
 "aws-runtime 1.3.0",
        8241  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8242  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8243  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8244  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8245  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8246  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8247  +
 "aws-types 1.3.2",
 8196   8248   
 "bytes",
 8197   8249   
 "http 0.2.12",
 8198   8250   
 "once_cell",
 8199   8251   
 "regex-lite",
 8200   8252   
 "tokio",
 8201   8253   
 "tracing",
 8202   8254   
]
 8203   8255   
 8204   8256   
[[package]]
 8205   8257   
name = "aws-sdk-snowball"
 8206         -
version = "1.30.0"
        8258  +
version = "1.31.0"
 8207   8259   
dependencies = [
 8208         -
 "aws-config",
 8209         -
 "aws-credential-types 1.2.0",
 8210         -
 "aws-runtime 1.2.2",
 8211         -
 "aws-smithy-async 1.2.1",
 8212         -
 "aws-smithy-http 0.60.8",
 8213         -
 "aws-smithy-json 0.60.7",
 8214         -
 "aws-smithy-runtime 1.5.7",
 8215         -
 "aws-smithy-runtime-api 1.6.3",
 8216         -
 "aws-smithy-types 1.2.0",
 8217         -
 "aws-types 1.3.1",
        8260  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8261  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8262  +
 "aws-runtime 1.3.0",
        8263  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8264  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8265  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8266  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8267  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8268  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8269  +
 "aws-types 1.3.2",
 8218   8270   
 "bytes",
 8219   8271   
 "http 0.2.12",
 8220   8272   
 "once_cell",
 8221   8273   
 "regex-lite",
 8222   8274   
 "tokio",
 8223   8275   
 "tracing",
 8224   8276   
]
 8225   8277   
 8226   8278   
[[package]]
 8227   8279   
name = "aws-sdk-snowdevicemanagement"
 8228         -
version = "1.30.0"
        8280  +
version = "1.31.0"
 8229   8281   
dependencies = [
 8230         -
 "aws-config",
 8231         -
 "aws-credential-types 1.2.0",
 8232         -
 "aws-runtime 1.2.2",
 8233         -
 "aws-smithy-async 1.2.1",
 8234         -
 "aws-smithy-http 0.60.8",
 8235         -
 "aws-smithy-json 0.60.7",
 8236         -
 "aws-smithy-runtime 1.5.7",
 8237         -
 "aws-smithy-runtime-api 1.6.3",
 8238         -
 "aws-smithy-types 1.2.0",
 8239         -
 "aws-types 1.3.1",
        8282  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8283  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8284  +
 "aws-runtime 1.3.0",
        8285  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8286  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8287  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8288  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8289  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8290  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8291  +
 "aws-types 1.3.2",
 8240   8292   
 "bytes",
 8241   8293   
 "fastrand 2.0.2",
 8242   8294   
 "http 0.2.12",
 8243   8295   
 "once_cell",
 8244   8296   
 "regex-lite",
 8245   8297   
 "tokio",
 8246   8298   
 "tracing",
 8247   8299   
]
 8248   8300   
 8249   8301   
[[package]]
 8250   8302   
name = "aws-sdk-sns"
 8251         -
version = "1.31.0"
        8303  +
version = "1.32.0"
 8252   8304   
dependencies = [
 8253         -
 "aws-config",
 8254         -
 "aws-credential-types 1.2.0",
 8255         -
 "aws-runtime 1.2.2",
 8256         -
 "aws-smithy-async 1.2.1",
 8257         -
 "aws-smithy-http 0.60.8",
 8258         -
 "aws-smithy-json 0.60.7",
 8259         -
 "aws-smithy-query",
 8260         -
 "aws-smithy-runtime 1.5.7",
 8261         -
 "aws-smithy-runtime-api 1.6.3",
 8262         -
 "aws-smithy-types 1.2.0",
 8263         -
 "aws-smithy-xml 0.60.8",
 8264         -
 "aws-types 1.3.1",
        8305  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8306  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8307  +
 "aws-runtime 1.3.0",
        8308  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8309  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8310  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8311  +
 "aws-smithy-query 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8312  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8313  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8314  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8315  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8316  +
 "aws-types 1.3.2",
 8265   8317   
 "http 0.2.12",
 8266   8318   
 "once_cell",
 8267   8319   
 "regex-lite",
 8268   8320   
 "tokio",
 8269   8321   
 "tracing",
 8270   8322   
]
 8271   8323   
 8272   8324   
[[package]]
 8273   8325   
name = "aws-sdk-sqs"
 8274         -
version = "1.30.0"
        8326  +
version = "1.31.0"
 8275   8327   
dependencies = [
 8276         -
 "aws-config",
 8277         -
 "aws-credential-types 1.2.0",
 8278         -
 "aws-runtime 1.2.2",
 8279         -
 "aws-smithy-async 1.2.1",
 8280         -
 "aws-smithy-http 0.60.8",
 8281         -
 "aws-smithy-json 0.60.7",
 8282         -
 "aws-smithy-runtime 1.5.7",
 8283         -
 "aws-smithy-runtime-api 1.6.3",
 8284         -
 "aws-smithy-types 1.2.0",
 8285         -
 "aws-types 1.3.1",
        8328  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8329  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8330  +
 "aws-runtime 1.3.0",
        8331  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8332  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8333  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8334  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8335  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8336  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8337  +
 "aws-types 1.3.2",
 8286   8338   
 "bytes",
 8287   8339   
 "http 0.2.12",
 8288   8340   
 "once_cell",
 8289   8341   
 "regex-lite",
 8290   8342   
 "tokio",
 8291   8343   
 "tracing",
 8292   8344   
]
 8293   8345   
 8294   8346   
[[package]]
 8295   8347   
name = "aws-sdk-ssm"
 8296         -
version = "1.33.0"
        8348  +
version = "1.34.0"
 8297   8349   
dependencies = [
 8298         -
 "aws-config",
 8299         -
 "aws-credential-types 1.2.0",
 8300         -
 "aws-runtime 1.2.2",
 8301         -
 "aws-smithy-async 1.2.1",
 8302         -
 "aws-smithy-http 0.60.8",
 8303         -
 "aws-smithy-json 0.60.7",
 8304         -
 "aws-smithy-runtime 1.5.7",
 8305         -
 "aws-smithy-runtime-api 1.6.3",
 8306         -
 "aws-smithy-types 1.2.0",
 8307         -
 "aws-types 1.3.1",
        8350  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8351  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8352  +
 "aws-runtime 1.3.0",
        8353  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8354  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8355  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8356  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8357  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8358  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8359  +
 "aws-types 1.3.2",
 8308   8360   
 "bytes",
 8309   8361   
 "fastrand 2.0.2",
 8310   8362   
 "http 0.2.12",
 8311   8363   
 "once_cell",
 8312   8364   
 "regex-lite",
 8313   8365   
 "tokio",
 8314   8366   
 "tracing",
 8315   8367   
]
 8316   8368   
 8317   8369   
[[package]]
 8318   8370   
name = "aws-sdk-ssmcontacts"
 8319         -
version = "1.30.0"
        8371  +
version = "1.31.0"
 8320   8372   
dependencies = [
 8321         -
 "aws-config",
 8322         -
 "aws-credential-types 1.2.0",
 8323         -
 "aws-runtime 1.2.2",
 8324         -
 "aws-smithy-async 1.2.1",
 8325         -
 "aws-smithy-http 0.60.8",
 8326         -
 "aws-smithy-json 0.60.7",
 8327         -
 "aws-smithy-runtime 1.5.7",
 8328         -
 "aws-smithy-runtime-api 1.6.3",
 8329         -
 "aws-smithy-types 1.2.0",
 8330         -
 "aws-types 1.3.1",
        8373  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8374  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8375  +
 "aws-runtime 1.3.0",
        8376  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8377  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8378  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8379  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8380  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8381  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8382  +
 "aws-types 1.3.2",
 8331   8383   
 "bytes",
 8332   8384   
 "fastrand 2.0.2",
 8333   8385   
 "http 0.2.12",
 8334   8386   
 "once_cell",
 8335   8387   
 "regex-lite",
 8336   8388   
 "tokio",
 8337   8389   
 "tracing",
 8338   8390   
]
 8339   8391   
 8340   8392   
[[package]]
 8341   8393   
name = "aws-sdk-ssmincidents"
 8342         -
version = "1.30.0"
        8394  +
version = "1.31.0"
 8343   8395   
dependencies = [
 8344         -
 "aws-config",
 8345         -
 "aws-credential-types 1.2.0",
 8346         -
 "aws-runtime 1.2.2",
 8347         -
 "aws-smithy-async 1.2.1",
 8348         -
 "aws-smithy-http 0.60.8",
 8349         -
 "aws-smithy-json 0.60.7",
 8350         -
 "aws-smithy-runtime 1.5.7",
 8351         -
 "aws-smithy-runtime-api 1.6.3",
 8352         -
 "aws-smithy-types 1.2.0",
 8353         -
 "aws-types 1.3.1",
        8396  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8397  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8398  +
 "aws-runtime 1.3.0",
        8399  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8400  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8401  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8402  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8403  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8404  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8405  +
 "aws-types 1.3.2",
 8354   8406   
 "bytes",
 8355   8407   
 "fastrand 2.0.2",
 8356   8408   
 "http 0.2.12",
 8357   8409   
 "once_cell",
 8358   8410   
 "regex-lite",
 8359   8411   
 "tokio",
 8360   8412   
 "tracing",
 8361   8413   
]
 8362   8414   
 8363   8415   
[[package]]
 8364   8416   
name = "aws-sdk-ssmsap"
 8365         -
version = "1.31.0"
        8417  +
version = "1.32.0"
 8366   8418   
dependencies = [
 8367         -
 "aws-config",
 8368         -
 "aws-credential-types 1.2.0",
 8369         -
 "aws-runtime 1.2.2",
 8370         -
 "aws-smithy-async 1.2.1",
 8371         -
 "aws-smithy-http 0.60.8",
 8372         -
 "aws-smithy-json 0.60.7",
 8373         -
 "aws-smithy-runtime 1.5.7",
 8374         -
 "aws-smithy-runtime-api 1.6.3",
 8375         -
 "aws-smithy-types 1.2.0",
 8376         -
 "aws-types 1.3.1",
        8419  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8420  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8421  +
 "aws-runtime 1.3.0",
        8422  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8423  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8424  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8425  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8426  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8427  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8428  +
 "aws-types 1.3.2",
 8377   8429   
 "bytes",
 8378   8430   
 "http 0.2.12",
 8379   8431   
 "once_cell",
 8380   8432   
 "regex-lite",
 8381   8433   
 "tokio",
 8382   8434   
 "tracing",
 8383   8435   
]
 8384   8436   
 8385   8437   
[[package]]
 8386   8438   
name = "aws-sdk-sso"
 8387         -
version = "1.30.0"
        8439  +
version = "1.31.0"
 8388   8440   
dependencies = [
 8389         -
 "aws-credential-types 1.2.0",
 8390         -
 "aws-runtime 1.2.2",
 8391         -
 "aws-smithy-async 1.2.1",
 8392         -
 "aws-smithy-http 0.60.8",
 8393         -
 "aws-smithy-json 0.60.7",
 8394         -
 "aws-smithy-runtime 1.5.7",
 8395         -
 "aws-smithy-runtime-api 1.6.3",
 8396         -
 "aws-smithy-types 1.2.0",
 8397         -
 "aws-types 1.3.1",
        8441  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8442  +
 "aws-runtime 1.3.0",
        8443  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8444  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8445  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8446  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8447  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8448  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8449  +
 "aws-types 1.3.2",
 8398   8450   
 "bytes",
 8399   8451   
 "http 0.2.12",
 8400   8452   
 "once_cell",
 8401   8453   
 "regex-lite",
 8402   8454   
 "tokio",
 8403   8455   
 "tracing",
 8404   8456   
]
 8405   8457   
        8458  +
[[package]]
        8459  +
name = "aws-sdk-sso"
        8460  +
version = "1.31.0"
        8461  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        8462  +
checksum = "7833dd5b061741825b8531360789bbd74fc365674601d3e9a79914310be320f9"
        8463  +
dependencies = [
        8464  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8465  +
 "aws-runtime 1.3.0",
        8466  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8467  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8468  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8469  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8470  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8471  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8472  +
 "aws-types 1.3.2",
        8473  +
 "bytes",
        8474  +
 "http 0.2.12",
        8475  +
 "once_cell",
        8476  +
 "regex-lite",
        8477  +
 "tracing",
        8478  +
]
        8479  +
 8406   8480   
[[package]]
 8407   8481   
name = "aws-sdk-ssoadmin"
 8408         -
version = "1.30.0"
        8482  +
version = "1.31.0"
 8409   8483   
dependencies = [
 8410         -
 "aws-config",
 8411         -
 "aws-credential-types 1.2.0",
 8412         -
 "aws-runtime 1.2.2",
 8413         -
 "aws-smithy-async 1.2.1",
 8414         -
 "aws-smithy-http 0.60.8",
 8415         -
 "aws-smithy-json 0.60.7",
 8416         -
 "aws-smithy-runtime 1.5.7",
 8417         -
 "aws-smithy-runtime-api 1.6.3",
 8418         -
 "aws-smithy-types 1.2.0",
 8419         -
 "aws-types 1.3.1",
        8484  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8485  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8486  +
 "aws-runtime 1.3.0",
        8487  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8488  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8489  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8490  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8491  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8492  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8493  +
 "aws-types 1.3.2",
 8420   8494   
 "bytes",
 8421   8495   
 "fastrand 2.0.2",
 8422   8496   
 "http 0.2.12",
 8423   8497   
 "once_cell",
 8424   8498   
 "regex-lite",
 8425   8499   
 "tokio",
 8426   8500   
 "tracing",
 8427   8501   
]
 8428   8502   
 8429   8503   
[[package]]
 8430   8504   
name = "aws-sdk-ssooidc"
 8431         -
version = "1.31.0"
        8505  +
version = "1.32.0"
 8432   8506   
dependencies = [
 8433         -
 "aws-credential-types 1.2.0",
 8434         -
 "aws-runtime 1.2.2",
 8435         -
 "aws-smithy-async 1.2.1",
 8436         -
 "aws-smithy-http 0.60.8",
 8437         -
 "aws-smithy-json 0.60.7",
 8438         -
 "aws-smithy-runtime 1.5.7",
 8439         -
 "aws-smithy-runtime-api 1.6.3",
 8440         -
 "aws-smithy-types 1.2.0",
 8441         -
 "aws-types 1.3.1",
        8507  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8508  +
 "aws-runtime 1.3.0",
        8509  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8510  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8511  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8512  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8513  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8514  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8515  +
 "aws-types 1.3.2",
 8442   8516   
 "bytes",
 8443   8517   
 "http 0.2.12",
 8444   8518   
 "once_cell",
 8445   8519   
 "regex-lite",
 8446   8520   
 "tokio",
 8447   8521   
 "tracing",
 8448   8522   
]
 8449   8523   
        8524  +
[[package]]
        8525  +
name = "aws-sdk-ssooidc"
        8526  +
version = "1.32.0"
        8527  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        8528  +
checksum = "c531346d4f36874b74ea82978a03011ab413b007b841029a8c30a48f18cc3f37"
        8529  +
dependencies = [
        8530  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8531  +
 "aws-runtime 1.3.0",
        8532  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8533  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8534  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8535  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8536  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8537  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8538  +
 "aws-types 1.3.2",
        8539  +
 "bytes",
        8540  +
 "http 0.2.12",
        8541  +
 "once_cell",
        8542  +
 "regex-lite",
        8543  +
 "tracing",
        8544  +
]
        8545  +
 8450   8546   
[[package]]
 8451   8547   
name = "aws-sdk-storagegateway"
 8452         -
version = "1.33.0"
        8548  +
version = "1.34.0"
 8453   8549   
dependencies = [
 8454         -
 "aws-config",
 8455         -
 "aws-credential-types 1.2.0",
 8456         -
 "aws-runtime 1.2.2",
 8457         -
 "aws-smithy-async 1.2.1",
 8458         -
 "aws-smithy-http 0.60.8",
 8459         -
 "aws-smithy-json 0.60.7",
 8460         -
 "aws-smithy-runtime 1.5.7",
 8461         -
 "aws-smithy-runtime-api 1.6.3",
 8462         -
 "aws-smithy-types 1.2.0",
 8463         -
 "aws-types 1.3.1",
        8550  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8551  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8552  +
 "aws-runtime 1.3.0",
        8553  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8554  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8555  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8556  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8557  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8558  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8559  +
 "aws-types 1.3.2",
 8464   8560   
 "bytes",
 8465   8561   
 "http 0.2.12",
 8466   8562   
 "once_cell",
 8467   8563   
 "regex-lite",
 8468   8564   
 "tokio",
 8469   8565   
 "tracing",
 8470   8566   
]
 8471   8567   
 8472   8568   
[[package]]
 8473   8569   
name = "aws-sdk-sts"
 8474         -
version = "1.30.0"
        8570  +
version = "1.31.0"
 8475   8571   
dependencies = [
 8476         -
 "aws-credential-types 1.2.0",
 8477         -
 "aws-runtime 1.2.2",
 8478         -
 "aws-smithy-async 1.2.1",
 8479         -
 "aws-smithy-http 0.60.8",
 8480         -
 "aws-smithy-json 0.60.7",
 8481         -
 "aws-smithy-protocol-test 0.60.7",
 8482         -
 "aws-smithy-query",
 8483         -
 "aws-smithy-runtime 1.5.7",
 8484         -
 "aws-smithy-runtime-api 1.6.3",
 8485         -
 "aws-smithy-types 1.2.0",
 8486         -
 "aws-smithy-xml 0.60.8",
 8487         -
 "aws-types 1.3.1",
        8572  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8573  +
 "aws-runtime 1.3.0",
        8574  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8575  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8576  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8577  +
 "aws-smithy-protocol-test 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8578  +
 "aws-smithy-query 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8579  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8580  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8581  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8582  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8583  +
 "aws-types 1.3.2",
 8488   8584   
 "futures-util",
 8489   8585   
 "http 0.2.12",
 8490   8586   
 "once_cell",
 8491   8587   
 "regex-lite",
 8492   8588   
 "serde_json",
 8493   8589   
 "tokio",
 8494   8590   
 "tracing",
 8495   8591   
 "tracing-subscriber",
 8496   8592   
]
 8497   8593   
        8594  +
[[package]]
        8595  +
name = "aws-sdk-sts"
        8596  +
version = "1.31.0"
        8597  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        8598  +
checksum = "ca214135f34b4841050f6466d4a56743e02aa63169f1b5e77161043f20653400"
        8599  +
dependencies = [
        8600  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8601  +
 "aws-runtime 1.3.0",
        8602  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8603  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8604  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8605  +
 "aws-smithy-query 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8606  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8607  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8608  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8609  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8610  +
 "aws-types 1.3.2",
        8611  +
 "http 0.2.12",
        8612  +
 "once_cell",
        8613  +
 "regex-lite",
        8614  +
 "tracing",
        8615  +
]
        8616  +
 8498   8617   
[[package]]
 8499   8618   
name = "aws-sdk-supplychain"
 8500         -
version = "1.21.0"
        8619  +
version = "1.22.0"
 8501   8620   
dependencies = [
 8502         -
 "aws-config",
 8503         -
 "aws-credential-types 1.2.0",
 8504         -
 "aws-runtime 1.2.2",
 8505         -
 "aws-smithy-async 1.2.1",
 8506         -
 "aws-smithy-http 0.60.8",
 8507         -
 "aws-smithy-json 0.60.7",
 8508         -
 "aws-smithy-runtime 1.5.7",
 8509         -
 "aws-smithy-runtime-api 1.6.3",
 8510         -
 "aws-smithy-types 1.2.0",
 8511         -
 "aws-types 1.3.1",
        8621  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8622  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8623  +
 "aws-runtime 1.3.0",
        8624  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8625  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8626  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8627  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8628  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8629  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8630  +
 "aws-types 1.3.2",
 8512   8631   
 "bytes",
 8513   8632   
 "fastrand 2.0.2",
 8514   8633   
 "http 0.2.12",
 8515   8634   
 "once_cell",
 8516   8635   
 "regex-lite",
 8517   8636   
 "tokio",
 8518   8637   
 "tracing",
 8519   8638   
]
 8520   8639   
 8521   8640   
[[package]]
 8522   8641   
name = "aws-sdk-support"
 8523         -
version = "1.31.0"
        8642  +
version = "1.32.0"
 8524   8643   
dependencies = [
 8525         -
 "aws-config",
 8526         -
 "aws-credential-types 1.2.0",
 8527         -
 "aws-runtime 1.2.2",
 8528         -
 "aws-smithy-async 1.2.1",
 8529         -
 "aws-smithy-http 0.60.8",
 8530         -
 "aws-smithy-json 0.60.7",
 8531         -
 "aws-smithy-runtime 1.5.7",
 8532         -
 "aws-smithy-runtime-api 1.6.3",
 8533         -
 "aws-smithy-types 1.2.0",
 8534         -
 "aws-types 1.3.1",
        8644  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8645  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8646  +
 "aws-runtime 1.3.0",
        8647  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8648  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8649  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8650  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8651  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8652  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8653  +
 "aws-types 1.3.2",
 8535   8654   
 "bytes",
 8536   8655   
 "http 0.2.12",
 8537   8656   
 "once_cell",
 8538   8657   
 "regex-lite",
 8539   8658   
 "tokio",
 8540   8659   
 "tracing",
 8541   8660   
]
 8542   8661   
 8543   8662   
[[package]]
 8544   8663   
name = "aws-sdk-supportapp"
 8545         -
version = "1.30.0"
        8664  +
version = "1.31.0"
 8546   8665   
dependencies = [
 8547         -
 "aws-config",
 8548         -
 "aws-credential-types 1.2.0",
 8549         -
 "aws-runtime 1.2.2",
 8550         -
 "aws-smithy-async 1.2.1",
 8551         -
 "aws-smithy-http 0.60.8",
 8552         -
 "aws-smithy-json 0.60.7",
 8553         -
 "aws-smithy-runtime 1.5.7",
 8554         -
 "aws-smithy-runtime-api 1.6.3",
 8555         -
 "aws-smithy-types 1.2.0",
 8556         -
 "aws-types 1.3.1",
        8666  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8667  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8668  +
 "aws-runtime 1.3.0",
        8669  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8670  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8671  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8672  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8673  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8674  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8675  +
 "aws-types 1.3.2",
 8557   8676   
 "bytes",
 8558   8677   
 "http 0.2.12",
 8559   8678   
 "once_cell",
 8560   8679   
 "regex-lite",
 8561   8680   
 "tokio",
 8562   8681   
 "tracing",
 8563   8682   
]
 8564   8683   
 8565   8684   
[[package]]
 8566   8685   
name = "aws-sdk-swf"
 8567         -
version = "1.31.0"
        8686  +
version = "1.32.0"
 8568   8687   
dependencies = [
 8569         -
 "aws-config",
 8570         -
 "aws-credential-types 1.2.0",
 8571         -
 "aws-runtime 1.2.2",
 8572         -
 "aws-smithy-async 1.2.1",
 8573         -
 "aws-smithy-http 0.60.8",
 8574         -
 "aws-smithy-json 0.60.7",
 8575         -
 "aws-smithy-runtime 1.5.7",
 8576         -
 "aws-smithy-runtime-api 1.6.3",
 8577         -
 "aws-smithy-types 1.2.0",
 8578         -
 "aws-types 1.3.1",
        8688  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8689  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8690  +
 "aws-runtime 1.3.0",
        8691  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8692  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8693  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8694  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8695  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8696  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8697  +
 "aws-types 1.3.2",
 8579   8698   
 "bytes",
 8580   8699   
 "http 0.2.12",
 8581   8700   
 "once_cell",
 8582   8701   
 "regex-lite",
 8583   8702   
 "tokio",
 8584   8703   
 "tracing",
 8585   8704   
]
 8586   8705   
 8587   8706   
[[package]]
 8588   8707   
name = "aws-sdk-synthetics"
 8589         -
version = "1.30.0"
        8708  +
version = "1.31.0"
 8590   8709   
dependencies = [
 8591         -
 "aws-config",
 8592         -
 "aws-credential-types 1.2.0",
 8593         -
 "aws-runtime 1.2.2",
 8594         -
 "aws-smithy-async 1.2.1",
 8595         -
 "aws-smithy-http 0.60.8",
 8596         -
 "aws-smithy-json 0.60.7",
 8597         -
 "aws-smithy-runtime 1.5.7",
 8598         -
 "aws-smithy-runtime-api 1.6.3",
 8599         -
 "aws-smithy-types 1.2.0",
 8600         -
 "aws-types 1.3.1",
        8710  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8711  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8712  +
 "aws-runtime 1.3.0",
        8713  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8714  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8715  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8716  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8717  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8718  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8719  +
 "aws-types 1.3.2",
 8601   8720   
 "bytes",
 8602   8721   
 "http 0.2.12",
 8603   8722   
 "once_cell",
 8604   8723   
 "regex-lite",
 8605   8724   
 "tokio",
 8606   8725   
 "tracing",
 8607   8726   
]
 8608   8727   
 8609   8728   
[[package]]
 8610   8729   
name = "aws-sdk-taxsettings"
 8611         -
version = "1.1.0"
        8730  +
version = "1.2.0"
 8612   8731   
dependencies = [
 8613         -
 "aws-config",
 8614         -
 "aws-credential-types 1.2.0",
 8615         -
 "aws-runtime 1.2.2",
 8616         -
 "aws-smithy-async 1.2.1",
 8617         -
 "aws-smithy-http 0.60.8",
 8618         -
 "aws-smithy-json 0.60.7",
 8619         -
 "aws-smithy-runtime 1.5.7",
 8620         -
 "aws-smithy-runtime-api 1.6.3",
 8621         -
 "aws-smithy-types 1.2.0",
 8622         -
 "aws-types 1.3.1",
        8732  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8733  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8734  +
 "aws-runtime 1.3.0",
        8735  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8736  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8737  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8738  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8739  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8740  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8741  +
 "aws-types 1.3.2",
 8623   8742   
 "bytes",
 8624   8743   
 "http 0.2.12",
 8625   8744   
 "once_cell",
 8626   8745   
 "regex-lite",
 8627   8746   
 "tokio",
 8628   8747   
 "tracing",
 8629   8748   
]
 8630   8749   
 8631   8750   
[[package]]
 8632   8751   
name = "aws-sdk-textract"
 8633         -
version = "1.30.0"
        8752  +
version = "1.31.0"
 8634   8753   
dependencies = [
 8635         -
 "aws-config",
 8636         -
 "aws-credential-types 1.2.0",
 8637         -
 "aws-runtime 1.2.2",
 8638         -
 "aws-smithy-async 1.2.1",
 8639         -
 "aws-smithy-http 0.60.8",
 8640         -
 "aws-smithy-json 0.60.7",
 8641         -
 "aws-smithy-runtime 1.5.7",
 8642         -
 "aws-smithy-runtime-api 1.6.3",
 8643         -
 "aws-smithy-types 1.2.0",
 8644         -
 "aws-types 1.3.1",
        8754  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8755  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8756  +
 "aws-runtime 1.3.0",
        8757  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8758  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8759  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8760  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8761  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8762  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8763  +
 "aws-types 1.3.2",
 8645   8764   
 "bytes",
 8646   8765   
 "fastrand 2.0.2",
 8647   8766   
 "http 0.2.12",
 8648   8767   
 "once_cell",
 8649   8768   
 "regex-lite",
 8650   8769   
 "tokio",
 8651   8770   
 "tracing",
 8652   8771   
]
 8653   8772   
 8654   8773   
[[package]]
 8655   8774   
name = "aws-sdk-timestreaminfluxdb"
 8656         -
version = "1.13.0"
        8775  +
version = "1.14.0"
 8657   8776   
dependencies = [
 8658         -
 "aws-config",
 8659         -
 "aws-credential-types 1.2.0",
 8660         -
 "aws-runtime 1.2.2",
 8661         -
 "aws-smithy-async 1.2.1",
 8662         -
 "aws-smithy-http 0.60.8",
 8663         -
 "aws-smithy-json 0.60.7",
 8664         -
 "aws-smithy-runtime 1.5.7",
 8665         -
 "aws-smithy-runtime-api 1.6.3",
 8666         -
 "aws-smithy-types 1.2.0",
 8667         -
 "aws-types 1.3.1",
        8777  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8778  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8779  +
 "aws-runtime 1.3.0",
        8780  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8781  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8782  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8783  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8784  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8785  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8786  +
 "aws-types 1.3.2",
 8668   8787   
 "bytes",
 8669   8788   
 "http 0.2.12",
 8670   8789   
 "once_cell",
 8671   8790   
 "regex-lite",
 8672   8791   
 "tokio",
 8673   8792   
 "tracing",
 8674   8793   
]
 8675   8794   
 8676   8795   
[[package]]
 8677   8796   
name = "aws-sdk-timestreamquery"
 8678         -
version = "1.31.0"
        8797  +
version = "1.32.0"
 8679   8798   
dependencies = [
 8680         -
 "aws-config",
 8681         -
 "aws-credential-types 1.2.0",
 8682         -
 "aws-runtime 1.2.2",
 8683         -
 "aws-smithy-async 1.2.1",
 8684         -
 "aws-smithy-http 0.60.8",
 8685         -
 "aws-smithy-json 0.60.7",
 8686         -
 "aws-smithy-protocol-test 0.60.7",
 8687         -
 "aws-smithy-runtime 1.5.7",
 8688         -
 "aws-smithy-runtime-api 1.6.3",
 8689         -
 "aws-smithy-types 1.2.0",
 8690         -
 "aws-types 1.3.1",
        8799  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8800  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8801  +
 "aws-runtime 1.3.0",
        8802  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8803  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8804  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8805  +
 "aws-smithy-protocol-test 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8806  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8807  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8808  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8809  +
 "aws-types 1.3.2",
 8691   8810   
 "bytes",
 8692   8811   
 "fastrand 2.0.2",
 8693   8812   
 "futures-util",
 8694   8813   
 "http 0.2.12",
 8695   8814   
 "once_cell",
 8696   8815   
 "regex-lite",
 8697   8816   
 "serde_json",
 8698   8817   
 "tokio",
 8699   8818   
 "tracing",
 8700   8819   
 "tracing-subscriber",
 8701   8820   
]
 8702   8821   
 8703   8822   
[[package]]
 8704   8823   
name = "aws-sdk-timestreamwrite"
 8705         -
version = "1.30.0"
        8824  +
version = "1.31.0"
 8706   8825   
dependencies = [
 8707         -
 "aws-config",
 8708         -
 "aws-credential-types 1.2.0",
 8709         -
 "aws-runtime 1.2.2",
 8710         -
 "aws-smithy-async 1.2.1",
 8711         -
 "aws-smithy-http 0.60.8",
 8712         -
 "aws-smithy-json 0.60.7",
 8713         -
 "aws-smithy-runtime 1.5.7",
 8714         -
 "aws-smithy-runtime-api 1.6.3",
 8715         -
 "aws-smithy-types 1.2.0",
 8716         -
 "aws-types 1.3.1",
        8826  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8827  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8828  +
 "aws-runtime 1.3.0",
        8829  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8830  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8831  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8832  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8833  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8834  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8835  +
 "aws-types 1.3.2",
 8717   8836   
 "bytes",
 8718   8837   
 "fastrand 2.0.2",
 8719   8838   
 "http 0.2.12",
 8720   8839   
 "once_cell",
 8721   8840   
 "regex-lite",
 8722   8841   
 "tokio",
 8723   8842   
 "tracing",
 8724   8843   
]
 8725   8844   
 8726   8845   
[[package]]
 8727   8846   
name = "aws-sdk-tnb"
 8728         -
version = "1.30.0"
        8847  +
version = "1.31.0"
 8729   8848   
dependencies = [
 8730         -
 "aws-config",
 8731         -
 "aws-credential-types 1.2.0",
 8732         -
 "aws-runtime 1.2.2",
 8733         -
 "aws-smithy-async 1.2.1",
 8734         -
 "aws-smithy-http 0.60.8",
 8735         -
 "aws-smithy-json 0.60.7",
 8736         -
 "aws-smithy-runtime 1.5.7",
 8737         -
 "aws-smithy-runtime-api 1.6.3",
 8738         -
 "aws-smithy-types 1.2.0",
 8739         -
 "aws-types 1.3.1",
        8849  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8850  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8851  +
 "aws-runtime 1.3.0",
        8852  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8853  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8854  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8855  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8856  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8857  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8858  +
 "aws-types 1.3.2",
 8740   8859   
 "bytes",
 8741   8860   
 "http 0.2.12",
 8742   8861   
 "once_cell",
 8743   8862   
 "regex-lite",
 8744   8863   
 "tokio",
 8745   8864   
 "tracing",
 8746   8865   
]
 8747   8866   
 8748   8867   
[[package]]
 8749   8868   
name = "aws-sdk-transcribe"
 8750         -
version = "1.31.0"
        8869  +
version = "1.32.0"
 8751   8870   
dependencies = [
 8752         -
 "aws-config",
 8753         -
 "aws-credential-types 1.2.0",
 8754         -
 "aws-runtime 1.2.2",
 8755         -
 "aws-smithy-async 1.2.1",
 8756         -
 "aws-smithy-http 0.60.8",
 8757         -
 "aws-smithy-json 0.60.7",
 8758         -
 "aws-smithy-runtime 1.5.7",
 8759         -
 "aws-smithy-runtime-api 1.6.3",
 8760         -
 "aws-smithy-types 1.2.0",
 8761         -
 "aws-types 1.3.1",
        8871  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8872  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8873  +
 "aws-runtime 1.3.0",
        8874  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8875  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8876  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8877  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8878  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8879  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8880  +
 "aws-types 1.3.2",
 8762   8881   
 "bytes",
 8763   8882   
 "http 0.2.12",
 8764   8883   
 "once_cell",
 8765   8884   
 "regex-lite",
 8766   8885   
 "tokio",
 8767   8886   
 "tracing",
 8768   8887   
]
 8769   8888   
 8770   8889   
[[package]]
 8771   8890   
name = "aws-sdk-transcribestreaming"
 8772         -
version = "1.30.0"
        8891  +
version = "1.31.0"
 8773   8892   
dependencies = [
 8774   8893   
 "async-stream",
 8775         -
 "aws-config",
 8776         -
 "aws-credential-types 1.2.0",
 8777         -
 "aws-runtime 1.2.2",
 8778         -
 "aws-sigv4 1.2.2",
 8779         -
 "aws-smithy-async 1.2.1",
 8780         -
 "aws-smithy-eventstream 0.60.4",
 8781         -
 "aws-smithy-http 0.60.8",
 8782         -
 "aws-smithy-json 0.60.7",
 8783         -
 "aws-smithy-protocol-test 0.60.7",
 8784         -
 "aws-smithy-runtime 1.5.7",
 8785         -
 "aws-smithy-runtime-api 1.6.3",
 8786         -
 "aws-smithy-types 1.2.0",
 8787         -
 "aws-types 1.3.1",
        8894  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8895  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8896  +
 "aws-runtime 1.3.0",
        8897  +
 "aws-sigv4 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
        8898  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8899  +
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
        8900  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8901  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8902  +
 "aws-smithy-protocol-test 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8903  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8904  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8905  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8906  +
 "aws-types 1.3.2",
 8788   8907   
 "bytes",
 8789   8908   
 "futures-core",
 8790   8909   
 "futures-util",
 8791   8910   
 "hound",
 8792   8911   
 "http 0.2.12",
 8793   8912   
 "hyper 0.14.29",
 8794   8913   
 "once_cell",
 8795   8914   
 "regex-lite",
 8796   8915   
 "serde_json",
 8797   8916   
 "tokio",
 8798   8917   
 "tracing",
 8799   8918   
 "tracing-subscriber",
 8800   8919   
]
 8801   8920   
 8802   8921   
[[package]]
 8803   8922   
name = "aws-sdk-transfer"
 8804         -
version = "1.34.0"
        8923  +
version = "1.35.0"
 8805   8924   
dependencies = [
 8806         -
 "aws-config",
 8807         -
 "aws-credential-types 1.2.0",
 8808         -
 "aws-runtime 1.2.2",
 8809         -
 "aws-smithy-async 1.2.1",
 8810         -
 "aws-smithy-http 0.60.8",
 8811         -
 "aws-smithy-json 0.60.7",
 8812         -
 "aws-smithy-runtime 1.5.7",
 8813         -
 "aws-smithy-runtime-api 1.6.3",
 8814         -
 "aws-smithy-types 1.2.0",
 8815         -
 "aws-types 1.3.1",
        8925  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8926  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8927  +
 "aws-runtime 1.3.0",
        8928  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8929  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8930  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8931  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8932  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8933  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8934  +
 "aws-types 1.3.2",
 8816   8935   
 "bytes",
 8817   8936   
 "http 0.2.12",
 8818   8937   
 "once_cell",
 8819   8938   
 "regex-lite",
 8820   8939   
 "tokio",
 8821   8940   
 "tracing",
 8822   8941   
]
 8823   8942   
 8824   8943   
[[package]]
 8825   8944   
name = "aws-sdk-translate"
 8826         -
version = "1.30.0"
        8945  +
version = "1.31.0"
 8827   8946   
dependencies = [
 8828         -
 "aws-config",
 8829         -
 "aws-credential-types 1.2.0",
 8830         -
 "aws-runtime 1.2.2",
 8831         -
 "aws-smithy-async 1.2.1",
 8832         -
 "aws-smithy-http 0.60.8",
 8833         -
 "aws-smithy-json 0.60.7",
 8834         -
 "aws-smithy-runtime 1.5.7",
 8835         -
 "aws-smithy-runtime-api 1.6.3",
 8836         -
 "aws-smithy-types 1.2.0",
 8837         -
 "aws-types 1.3.1",
        8947  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8948  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8949  +
 "aws-runtime 1.3.0",
        8950  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8951  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8952  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8953  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8954  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8955  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8956  +
 "aws-types 1.3.2",
 8838   8957   
 "bytes",
 8839   8958   
 "fastrand 2.0.2",
 8840   8959   
 "http 0.2.12",
 8841   8960   
 "once_cell",
 8842   8961   
 "regex-lite",
 8843   8962   
 "tokio",
 8844   8963   
 "tracing",
 8845   8964   
]
 8846   8965   
 8847   8966   
[[package]]
 8848   8967   
name = "aws-sdk-trustedadvisor"
 8849         -
version = "1.31.0"
        8968  +
version = "1.32.0"
 8850   8969   
dependencies = [
 8851         -
 "aws-config",
 8852         -
 "aws-credential-types 1.2.0",
 8853         -
 "aws-runtime 1.2.2",
 8854         -
 "aws-smithy-async 1.2.1",
 8855         -
 "aws-smithy-http 0.60.8",
 8856         -
 "aws-smithy-json 0.60.7",
 8857         -
 "aws-smithy-runtime 1.5.7",
 8858         -
 "aws-smithy-runtime-api 1.6.3",
 8859         -
 "aws-smithy-types 1.2.0",
 8860         -
 "aws-types 1.3.1",
        8970  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8971  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8972  +
 "aws-runtime 1.3.0",
        8973  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8974  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8975  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8976  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8977  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8978  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8979  +
 "aws-types 1.3.2",
 8861   8980   
 "bytes",
 8862   8981   
 "http 0.2.12",
 8863   8982   
 "once_cell",
 8864   8983   
 "regex-lite",
 8865   8984   
 "tokio",
 8866   8985   
 "tracing",
 8867   8986   
]
 8868   8987   
 8869   8988   
[[package]]
 8870   8989   
name = "aws-sdk-verifiedpermissions"
 8871         -
version = "1.36.0"
        8990  +
version = "1.37.0"
 8872   8991   
dependencies = [
 8873         -
 "aws-config",
 8874         -
 "aws-credential-types 1.2.0",
 8875         -
 "aws-runtime 1.2.2",
 8876         -
 "aws-smithy-async 1.2.1",
 8877         -
 "aws-smithy-http 0.60.8",
 8878         -
 "aws-smithy-json 0.60.7",
 8879         -
 "aws-smithy-runtime 1.5.7",
 8880         -
 "aws-smithy-runtime-api 1.6.3",
 8881         -
 "aws-smithy-types 1.2.0",
 8882         -
 "aws-types 1.3.1",
        8992  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8993  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8994  +
 "aws-runtime 1.3.0",
        8995  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        8996  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        8997  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        8998  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        8999  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9000  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9001  +
 "aws-types 1.3.2",
 8883   9002   
 "bytes",
 8884   9003   
 "fastrand 2.0.2",
 8885   9004   
 "http 0.2.12",
 8886   9005   
 "once_cell",
 8887   9006   
 "regex-lite",
 8888   9007   
 "tokio",
 8889   9008   
 "tracing",
 8890   9009   
]
 8891   9010   
 8892   9011   
[[package]]
 8893   9012   
name = "aws-sdk-voiceid"
 8894         -
version = "1.30.0"
        9013  +
version = "1.31.0"
 8895   9014   
dependencies = [
 8896         -
 "aws-config",
 8897         -
 "aws-credential-types 1.2.0",
 8898         -
 "aws-runtime 1.2.2",
 8899         -
 "aws-smithy-async 1.2.1",
 8900         -
 "aws-smithy-http 0.60.8",
 8901         -
 "aws-smithy-json 0.60.7",
 8902         -
 "aws-smithy-runtime 1.5.7",
 8903         -
 "aws-smithy-runtime-api 1.6.3",
 8904         -
 "aws-smithy-types 1.2.0",
 8905         -
 "aws-types 1.3.1",
        9015  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9016  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9017  +
 "aws-runtime 1.3.0",
        9018  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9019  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        9020  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        9021  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9022  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9023  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9024  +
 "aws-types 1.3.2",
 8906   9025   
 "bytes",
 8907   9026   
 "fastrand 2.0.2",
 8908   9027   
 "http 0.2.12",
 8909   9028   
 "once_cell",
 8910   9029   
 "regex-lite",
 8911   9030   
 "tokio",
 8912   9031   
 "tracing",
 8913   9032   
]
 8914   9033   
 8915   9034   
[[package]]
 8916   9035   
name = "aws-sdk-vpclattice"
 8917         -
version = "1.31.0"
        9036  +
version = "1.32.0"
 8918   9037   
dependencies = [
 8919         -
 "aws-config",
 8920         -
 "aws-credential-types 1.2.0",
 8921         -
 "aws-runtime 1.2.2",
 8922         -
 "aws-smithy-async 1.2.1",
 8923         -
 "aws-smithy-http 0.60.8",
 8924         -
 "aws-smithy-json 0.60.7",
 8925         -
 "aws-smithy-runtime 1.5.7",
 8926         -
 "aws-smithy-runtime-api 1.6.3",
 8927         -
 "aws-smithy-types 1.2.0",
 8928         -
 "aws-types 1.3.1",
        9038  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9039  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9040  +
 "aws-runtime 1.3.0",
        9041  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9042  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        9043  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        9044  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9045  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9046  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9047  +
 "aws-types 1.3.2",
 8929   9048   
 "bytes",
 8930   9049   
 "fastrand 2.0.2",
 8931   9050   
 "http 0.2.12",
 8932   9051   
 "once_cell",
 8933   9052   
 "regex-lite",
 8934   9053   
 "tokio",
 8935   9054   
 "tracing",
 8936   9055   
]
 8937   9056   
 8938   9057   
[[package]]
 8939   9058   
name = "aws-sdk-waf"
 8940         -
version = "1.30.0"
        9059  +
version = "1.32.0"
 8941   9060   
dependencies = [
 8942         -
 "aws-config",
 8943         -
 "aws-credential-types 1.2.0",
 8944         -
 "aws-runtime 1.2.2",
 8945         -
 "aws-smithy-async 1.2.1",
 8946         -
 "aws-smithy-http 0.60.8",
 8947         -
 "aws-smithy-json 0.60.7",
 8948         -
 "aws-smithy-runtime 1.5.7",
 8949         -
 "aws-smithy-runtime-api 1.6.3",
 8950         -
 "aws-smithy-types 1.2.0",
 8951         -
 "aws-types 1.3.1",
        9061  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9062  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9063  +
 "aws-runtime 1.3.0",
        9064  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9065  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        9066  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        9067  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9068  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9069  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9070  +
 "aws-types 1.3.2",
 8952   9071   
 "bytes",
 8953   9072   
 "http 0.2.12",
 8954   9073   
 "once_cell",
 8955   9074   
 "regex-lite",
 8956   9075   
 "tokio",
 8957   9076   
 "tracing",
 8958   9077   
]
 8959   9078   
 8960   9079   
[[package]]
 8961   9080   
name = "aws-sdk-wafregional"
 8962         -
version = "1.30.0"
        9081  +
version = "1.31.0"
 8963   9082   
dependencies = [
 8964         -
 "aws-config",
 8965         -
 "aws-credential-types 1.2.0",
 8966         -
 "aws-runtime 1.2.2",
 8967         -
 "aws-smithy-async 1.2.1",
 8968         -
 "aws-smithy-http 0.60.8",
 8969         -
 "aws-smithy-json 0.60.7",
 8970         -
 "aws-smithy-runtime 1.5.7",
 8971         -
 "aws-smithy-runtime-api 1.6.3",
 8972         -
 "aws-smithy-types 1.2.0",
 8973         -
 "aws-types 1.3.1",
        9083  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9084  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9085  +
 "aws-runtime 1.3.0",
        9086  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9087  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        9088  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        9089  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9090  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9091  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9092  +
 "aws-types 1.3.2",
 8974   9093   
 "bytes",
 8975   9094   
 "http 0.2.12",
 8976   9095   
 "once_cell",
 8977   9096   
 "regex-lite",
 8978   9097   
 "tokio",
 8979   9098   
 "tracing",
 8980   9099   
]
 8981   9100   
 8982   9101   
[[package]]
 8983   9102   
name = "aws-sdk-wafv2"
 8984         -
version = "1.34.0"
        9103  +
version = "1.35.0"
 8985   9104   
dependencies = [
 8986         -
 "aws-config",
 8987         -
 "aws-credential-types 1.2.0",
 8988         -
 "aws-runtime 1.2.2",
 8989         -
 "aws-smithy-async 1.2.1",
 8990         -
 "aws-smithy-http 0.60.8",
 8991         -
 "aws-smithy-json 0.60.7",
 8992         -
 "aws-smithy-runtime 1.5.7",
 8993         -
 "aws-smithy-runtime-api 1.6.3",
 8994         -
 "aws-smithy-types 1.2.0",
 8995         -
 "aws-types 1.3.1",
        9105  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9106  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9107  +
 "aws-runtime 1.3.0",
        9108  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9109  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        9110  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        9111  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9112  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9113  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9114  +
 "aws-types 1.3.2",
 8996   9115   
 "bytes",
 8997   9116   
 "http 0.2.12",
 8998   9117   
 "once_cell",
 8999   9118   
 "regex-lite",
 9000   9119   
 "tokio",
 9001   9120   
 "tracing",
 9002   9121   
]
 9003   9122   
 9004   9123   
[[package]]
 9005   9124   
name = "aws-sdk-wellarchitected"
 9006         -
version = "1.31.0"
        9125  +
version = "1.32.0"
 9007   9126   
dependencies = [
 9008         -
 "aws-config",
 9009         -
 "aws-credential-types 1.2.0",
 9010         -
 "aws-runtime 1.2.2",
 9011         -
 "aws-smithy-async 1.2.1",
 9012         -
 "aws-smithy-http 0.60.8",
 9013         -
 "aws-smithy-json 0.60.7",
 9014         -
 "aws-smithy-runtime 1.5.7",
 9015         -
 "aws-smithy-runtime-api 1.6.3",
 9016         -
 "aws-smithy-types 1.2.0",
 9017         -
 "aws-types 1.3.1",
        9127  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9128  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9129  +
 "aws-runtime 1.3.0",
        9130  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9131  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        9132  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        9133  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9134  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9135  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9136  +
 "aws-types 1.3.2",
 9018   9137   
 "bytes",
 9019   9138   
 "fastrand 2.0.2",
 9020   9139   
 "http 0.2.12",
 9021   9140   
 "once_cell",
 9022   9141   
 "regex-lite",
 9023   9142   
 "tokio",
 9024   9143   
 "tracing",
 9025   9144   
]
 9026   9145   
 9027   9146   
[[package]]
 9028   9147   
name = "aws-sdk-wisdom"
 9029         -
version = "1.31.0"
        9148  +
version = "1.32.0"
 9030   9149   
dependencies = [
 9031         -
 "aws-config",
 9032         -
 "aws-credential-types 1.2.0",
 9033         -
 "aws-runtime 1.2.2",
 9034         -
 "aws-smithy-async 1.2.1",
 9035         -
 "aws-smithy-http 0.60.8",
 9036         -
 "aws-smithy-json 0.60.7",
 9037         -
 "aws-smithy-runtime 1.5.7",
 9038         -
 "aws-smithy-runtime-api 1.6.3",
 9039         -
 "aws-smithy-types 1.2.0",
 9040         -
 "aws-types 1.3.1",
        9150  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9151  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9152  +
 "aws-runtime 1.3.0",
        9153  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9154  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        9155  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        9156  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9157  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9158  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9159  +
 "aws-types 1.3.2",
 9041   9160   
 "bytes",
 9042   9161   
 "fastrand 2.0.2",
 9043   9162   
 "http 0.2.12",
 9044   9163   
 "once_cell",
 9045   9164   
 "regex-lite",
 9046   9165   
 "tokio",
 9047   9166   
 "tracing",
 9048   9167   
]
 9049   9168   
 9050   9169   
[[package]]
 9051   9170   
name = "aws-sdk-workdocs"
 9052         -
version = "1.30.0"
        9171  +
version = "1.31.0"
 9053   9172   
dependencies = [
 9054         -
 "aws-config",
 9055         -
 "aws-credential-types 1.2.0",
 9056         -
 "aws-runtime 1.2.2",
 9057         -
 "aws-smithy-async 1.2.1",
 9058         -
 "aws-smithy-http 0.60.8",
 9059         -
 "aws-smithy-json 0.60.7",
 9060         -
 "aws-smithy-runtime 1.5.7",
 9061         -
 "aws-smithy-runtime-api 1.6.3",
 9062         -
 "aws-smithy-types 1.2.0",
 9063         -
 "aws-types 1.3.1",
        9173  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9174  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9175  +
 "aws-runtime 1.3.0",
        9176  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9177  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        9178  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        9179  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9180  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9181  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9182  +
 "aws-types 1.3.2",
 9064   9183   
 "bytes",
 9065   9184   
 "http 0.2.12",
 9066   9185   
 "once_cell",
 9067   9186   
 "regex-lite",
 9068   9187   
 "tokio",
 9069   9188   
 "tracing",
 9070   9189   
]
 9071   9190   
 9072   9191   
[[package]]
 9073   9192   
name = "aws-sdk-worklink"
 9074         -
version = "1.30.0"
        9193  +
version = "1.31.0"
 9075   9194   
dependencies = [
 9076         -
 "aws-config",
 9077         -
 "aws-credential-types 1.2.0",
 9078         -
 "aws-runtime 1.2.2",
 9079         -
 "aws-smithy-async 1.2.1",
 9080         -
 "aws-smithy-http 0.60.8",
 9081         -
 "aws-smithy-json 0.60.7",
 9082         -
 "aws-smithy-runtime 1.5.7",
 9083         -
 "aws-smithy-runtime-api 1.6.3",
 9084         -
 "aws-smithy-types 1.2.0",
 9085         -
 "aws-types 1.3.1",
        9195  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9196  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9197  +
 "aws-runtime 1.3.0",
        9198  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9199  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        9200  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        9201  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9202  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9203  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9204  +
 "aws-types 1.3.2",
 9086   9205   
 "bytes",
 9087   9206   
 "http 0.2.12",
 9088   9207   
 "once_cell",
 9089   9208   
 "regex-lite",
 9090   9209   
 "tokio",
 9091   9210   
 "tracing",
 9092   9211   
]
 9093   9212   
 9094   9213   
[[package]]
 9095   9214   
name = "aws-sdk-workmail"
 9096         -
version = "1.30.0"
        9215  +
version = "1.31.0"
 9097   9216   
dependencies = [
 9098         -
 "aws-config",
 9099         -
 "aws-credential-types 1.2.0",
 9100         -
 "aws-runtime 1.2.2",
 9101         -
 "aws-smithy-async 1.2.1",
 9102         -
 "aws-smithy-http 0.60.8",
 9103         -
 "aws-smithy-json 0.60.7",
 9104         -
 "aws-smithy-runtime 1.5.7",
 9105         -
 "aws-smithy-runtime-api 1.6.3",
 9106         -
 "aws-smithy-types 1.2.0",
 9107         -
 "aws-types 1.3.1",
        9217  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9218  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9219  +
 "aws-runtime 1.3.0",
        9220  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9221  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        9222  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        9223  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9224  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9225  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9226  +
 "aws-types 1.3.2",
 9108   9227   
 "bytes",
 9109   9228   
 "fastrand 2.0.2",
 9110   9229   
 "http 0.2.12",
 9111   9230   
 "once_cell",
 9112   9231   
 "regex-lite",
 9113   9232   
 "tokio",
 9114   9233   
 "tracing",
 9115   9234   
]
 9116   9235   
 9117   9236   
[[package]]
 9118   9237   
name = "aws-sdk-workmailmessageflow"
 9119         -
version = "1.30.0"
        9238  +
version = "1.31.0"
 9120   9239   
dependencies = [
 9121         -
 "aws-config",
 9122         -
 "aws-credential-types 1.2.0",
 9123         -
 "aws-runtime 1.2.2",
 9124         -
 "aws-smithy-async 1.2.1",
 9125         -
 "aws-smithy-http 0.60.8",
 9126         -
 "aws-smithy-json 0.60.7",
 9127         -
 "aws-smithy-runtime 1.5.7",
 9128         -
 "aws-smithy-runtime-api 1.6.3",
 9129         -
 "aws-smithy-types 1.2.0",
 9130         -
 "aws-types 1.3.1",
        9240  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9241  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9242  +
 "aws-runtime 1.3.0",
        9243  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9244  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        9245  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        9246  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9247  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9248  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9249  +
 "aws-types 1.3.2",
 9131   9250   
 "bytes",
 9132   9251   
 "http 0.2.12",
 9133   9252   
 "once_cell",
 9134   9253   
 "regex-lite",
 9135   9254   
 "tokio",
 9136   9255   
 "tracing",
 9137   9256   
]
 9138   9257   
 9139   9258   
[[package]]
 9140   9259   
name = "aws-sdk-workspaces"
 9141         -
version = "1.31.0"
        9260  +
version = "1.32.0"
 9142   9261   
dependencies = [
 9143         -
 "aws-config",
 9144         -
 "aws-credential-types 1.2.0",
 9145         -
 "aws-runtime 1.2.2",
 9146         -
 "aws-smithy-async 1.2.1",
 9147         -
 "aws-smithy-http 0.60.8",
 9148         -
 "aws-smithy-json 0.60.7",
 9149         -
 "aws-smithy-runtime 1.5.7",
 9150         -
 "aws-smithy-runtime-api 1.6.3",
 9151         -
 "aws-smithy-types 1.2.0",
 9152         -
 "aws-types 1.3.1",
        9262  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9263  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9264  +
 "aws-runtime 1.3.0",
        9265  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9266  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        9267  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        9268  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9269  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9270  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9271  +
 "aws-types 1.3.2",
 9153   9272   
 "bytes",
 9154   9273   
 "http 0.2.12",
 9155   9274   
 "once_cell",
 9156   9275   
 "regex-lite",
 9157   9276   
 "tokio",
 9158   9277   
 "tracing",
 9159   9278   
]
 9160   9279   
 9161   9280   
[[package]]
 9162   9281   
name = "aws-sdk-workspacesthinclient"
 9163         -
version = "1.30.0"
        9282  +
version = "1.31.0"
 9164   9283   
dependencies = [
 9165         -
 "aws-config",
 9166         -
 "aws-credential-types 1.2.0",
 9167         -
 "aws-runtime 1.2.2",
 9168         -
 "aws-smithy-async 1.2.1",
 9169         -
 "aws-smithy-http 0.60.8",
 9170         -
 "aws-smithy-json 0.60.7",
 9171         -
 "aws-smithy-runtime 1.5.7",
 9172         -
 "aws-smithy-runtime-api 1.6.3",
 9173         -
 "aws-smithy-types 1.2.0",
 9174         -
 "aws-types 1.3.1",
        9284  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9285  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9286  +
 "aws-runtime 1.3.0",
        9287  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9288  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        9289  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        9290  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9291  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9292  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9293  +
 "aws-types 1.3.2",
 9175   9294   
 "bytes",
 9176   9295   
 "fastrand 2.0.2",
 9177   9296   
 "http 0.2.12",
 9178   9297   
 "once_cell",
 9179   9298   
 "regex-lite",
 9180   9299   
 "tokio",
 9181   9300   
 "tracing",
 9182   9301   
]
 9183   9302   
 9184   9303   
[[package]]
 9185   9304   
name = "aws-sdk-workspacesweb"
 9186         -
version = "1.31.0"
        9305  +
version = "1.32.0"
 9187   9306   
dependencies = [
 9188         -
 "aws-config",
 9189         -
 "aws-credential-types 1.2.0",
 9190         -
 "aws-runtime 1.2.2",
 9191         -
 "aws-smithy-async 1.2.1",
 9192         -
 "aws-smithy-http 0.60.8",
 9193         -
 "aws-smithy-json 0.60.7",
 9194         -
 "aws-smithy-runtime 1.5.7",
 9195         -
 "aws-smithy-runtime-api 1.6.3",
 9196         -
 "aws-smithy-types 1.2.0",
 9197         -
 "aws-types 1.3.1",
        9307  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9308  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9309  +
 "aws-runtime 1.3.0",
        9310  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9311  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        9312  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        9313  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9314  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9315  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9316  +
 "aws-types 1.3.2",
 9198   9317   
 "bytes",
 9199   9318   
 "fastrand 2.0.2",
 9200   9319   
 "http 0.2.12",
 9201   9320   
 "once_cell",
 9202   9321   
 "regex-lite",
 9203   9322   
 "tokio",
 9204   9323   
 "tracing",
 9205   9324   
]
 9206   9325   
 9207   9326   
[[package]]
 9208   9327   
name = "aws-sdk-xray"
 9209         -
version = "1.30.0"
        9328  +
version = "1.31.0"
 9210   9329   
dependencies = [
 9211         -
 "aws-config",
 9212         -
 "aws-credential-types 1.2.0",
 9213         -
 "aws-runtime 1.2.2",
 9214         -
 "aws-smithy-async 1.2.1",
 9215         -
 "aws-smithy-http 0.60.8",
 9216         -
 "aws-smithy-json 0.60.7",
 9217         -
 "aws-smithy-runtime 1.5.7",
 9218         -
 "aws-smithy-runtime-api 1.6.3",
 9219         -
 "aws-smithy-types 1.2.0",
 9220         -
 "aws-types 1.3.1",
        9330  +
 "aws-config 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9331  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9332  +
 "aws-runtime 1.3.0",
        9333  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9334  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        9335  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        9336  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9337  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9338  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9339  +
 "aws-types 1.3.2",
 9221   9340   
 "bytes",
 9222   9341   
 "http 0.2.12",
 9223   9342   
 "once_cell",
 9224   9343   
 "regex-lite",
 9225   9344   
 "tokio",
 9226   9345   
 "tracing",
 9227   9346   
]
 9228   9347   
 9229   9348   
[[package]]
 9230   9349   
name = "aws-sig-auth"
 9231   9350   
version = "0.60.3"
 9232   9351   
 9233   9352   
[[package]]
 9234   9353   
name = "aws-sigv4"
 9235   9354   
version = "1.2.2"
 9236   9355   
dependencies = [
 9237         -
 "aws-credential-types 1.2.0",
 9238         -
 "aws-smithy-eventstream 0.60.4",
 9239         -
 "aws-smithy-http 0.60.8",
 9240         -
 "aws-smithy-runtime-api 1.6.3",
 9241         -
 "aws-smithy-types 1.2.0",
        9356  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9357  +
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
        9358  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        9359  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9360  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9242   9361   
 "bytes",
 9243   9362   
 "criterion",
 9244   9363   
 "crypto-bigint 0.5.5",
 9245   9364   
 "form_urlencoded",
 9246   9365   
 "hex",
 9247   9366   
 "hex-literal",
 9248   9367   
 "hmac",
 9249   9368   
 "http 0.2.12",
 9250   9369   
 "http 1.1.0",
 9251   9370   
 "httparse",
 9252   9371   
 "libfuzzer-sys",
 9253   9372   
 "once_cell",
 9254   9373   
 "p256",
 9255   9374   
 "percent-encoding",
 9256   9375   
 "pretty_assertions",
 9257   9376   
 "proptest",
 9258   9377   
 "ring",
 9259   9378   
 "serde",
 9260   9379   
 "serde_derive",
 9261   9380   
 "serde_json",
 9262   9381   
 "sha2",
 9263   9382   
 "subtle",
 9264   9383   
 "time",
 9265   9384   
 "tracing",
 9266   9385   
 "zeroize",
 9267   9386   
]
 9268   9387   
 9269   9388   
[[package]]
 9270   9389   
name = "aws-sigv4"
 9271   9390   
version = "1.2.2"
 9272   9391   
source = "registry+https://github.com/rust-lang/crates.io-index"
 9273   9392   
checksum = "31eed8d45759b2c5fe7fd304dd70739060e9e0de509209036eabea14d0720cce"
 9274   9393   
dependencies = [
 9275   9394   
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9276   9395   
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
 9277   9396   
 "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)",
        9397  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9279   9398   
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9280   9399   
 "bytes",
 9281   9400   
 "crypto-bigint 0.5.5",
 9282   9401   
 "form_urlencoded",
 9283   9402   
 "hex",
 9284   9403   
 "hmac",
 9285   9404   
 "http 0.2.12",
 9286   9405   
 "http 1.1.0",
 9287   9406   
 "once_cell",
 9288   9407   
 "p256",
 9289   9408   
 "percent-encoding",
 9290   9409   
 "ring",
 9291   9410   
 "sha2",
 9292   9411   
 "subtle",
 9293   9412   
 "time",
 9294   9413   
 "tracing",
 9295   9414   
 "zeroize",
 9296   9415   
]
 9297   9416   
 9298   9417   
[[package]]
 9299   9418   
name = "aws-smithy-async"
 9300   9419   
version = "1.2.1"
 9301   9420   
dependencies = [
 9302   9421   
 "futures-util",
 9303   9422   
 "pin-project-lite",
 9304   9423   
 "pin-utils",
 9305   9424   
 "tokio",
 9306   9425   
 "tokio-test",
 9307   9426   
]
 9308   9427   
 9309   9428   
[[package]]
 9310   9429   
name = "aws-smithy-async"
 9311   9430   
version = "1.2.1"
 9312   9431   
source = "registry+https://github.com/rust-lang/crates.io-index"
 9313   9432   
checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c"
 9314   9433   
dependencies = [
 9315   9434   
 "futures-util",
 9316   9435   
 "pin-project-lite",
 9317   9436   
 "tokio",
 9318   9437   
]
 9319   9438   
 9320   9439   
[[package]]
 9321   9440   
name = "aws-smithy-checksums"
 9322         -
version = "0.60.9"
        9441  +
version = "0.60.10"
 9323   9442   
dependencies = [
 9324         -
 "aws-smithy-http 0.60.8",
 9325         -
 "aws-smithy-types 1.2.0",
        9443  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        9444  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9326   9445   
 "bytes",
 9327   9446   
 "bytes-utils",
 9328   9447   
 "crc32c",
 9329   9448   
 "crc32fast",
 9330   9449   
 "hex",
 9331   9450   
 "http 0.2.12",
 9332   9451   
 "http-body 0.4.6",
 9333   9452   
 "md-5",
 9334   9453   
 "pin-project-lite",
 9335   9454   
 "pretty_assertions",
 9336   9455   
 "sha1",
 9337   9456   
 "sha2",
 9338   9457   
 "tokio",
 9339   9458   
 "tracing",
 9340   9459   
 "tracing-test",
 9341   9460   
]
 9342   9461   
 9343   9462   
[[package]]
 9344   9463   
name = "aws-smithy-checksums"
 9345         -
version = "0.60.9"
        9464  +
version = "0.60.10"
 9346   9465   
source = "registry+https://github.com/rust-lang/crates.io-index"
 9347         -
checksum = "6242d6a54d3b4b83458f4abd7057ba93c4419dc71e8217e9acd3a748d656d99e"
        9466  +
checksum = "c5b30ea96823b8b25fb6471643a516e1bd475fd5575304e6240aea179f213216"
 9348   9467   
dependencies = [
 9349   9468   
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
 9350   9469   
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9351   9470   
 "bytes",
 9352   9471   
 "crc32c",
 9353   9472   
 "crc32fast",
 9354   9473   
 "hex",
 9355   9474   
 "http 0.2.12",
 9356   9475   
 "http-body 0.4.6",
 9357   9476   
 "md-5",
 9358   9477   
 "pin-project-lite",
 9359   9478   
 "sha1",
 9360   9479   
 "sha2",
 9361   9480   
 "tracing",
 9362   9481   
]
 9363   9482   
 9364   9483   
[[package]]
 9365   9484   
name = "aws-smithy-client"
 9366   9485   
version = "0.60.3"
 9367   9486   
 9368   9487   
[[package]]
 9369   9488   
name = "aws-smithy-compression"
 9370   9489   
version = "0.0.1"
 9371   9490   
dependencies = [
 9372         -
 "aws-smithy-runtime-api 1.6.3",
 9373         -
 "aws-smithy-types 1.2.0",
        9491  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9492  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9374   9493   
 "bytes",
 9375   9494   
 "bytes-utils",
 9376   9495   
 "flate2",
 9377   9496   
 "http 0.2.12",
 9378   9497   
 "http 1.1.0",
 9379   9498   
 "http-body 0.4.6",
 9380   9499   
 "http-body 1.0.0",
 9381   9500   
 "http-body-util",
 9382   9501   
 "pin-project-lite",
 9383   9502   
 "pretty_assertions",
 9384   9503   
 "tokio",
 9385   9504   
 "tracing",
 9386   9505   
]
 9387   9506   
        9507  +
[[package]]
        9508  +
name = "aws-smithy-compression"
        9509  +
version = "0.0.1"
        9510  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9511  +
checksum = "99e0add8a6b41151c16b124f9c1c5d1fe09a93698d80f4123e874455fe3da2eb"
        9512  +
dependencies = [
        9513  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9514  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9515  +
 "bytes",
        9516  +
 "flate2",
        9517  +
 "http 0.2.12",
        9518  +
 "http-body 0.4.6",
        9519  +
 "pin-project-lite",
        9520  +
 "tracing",
        9521  +
]
        9522  +
 9388   9523   
[[package]]
 9389   9524   
name = "aws-smithy-eventstream"
 9390   9525   
version = "0.60.4"
 9391   9526   
dependencies = [
 9392   9527   
 "arbitrary",
 9393         -
 "aws-smithy-types 1.2.0",
        9528  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9394   9529   
 "bytes",
 9395   9530   
 "bytes-utils",
 9396   9531   
 "crc32fast",
 9397   9532   
 "derive_arbitrary",
 9398   9533   
]
 9399   9534   
 9400   9535   
[[package]]
 9401   9536   
name = "aws-smithy-eventstream"
 9402   9537   
version = "0.60.4"
 9403   9538   
source = "registry+https://github.com/rust-lang/crates.io-index"
 9404   9539   
checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
 9405   9540   
dependencies = [
 9406   9541   
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9407   9542   
 "bytes",
 9408   9543   
 "crc32fast",
 9409   9544   
]
 9410   9545   
 9411   9546   
[[package]]
 9412   9547   
name = "aws-smithy-experimental"
 9413         -
version = "0.1.1"
        9548  +
version = "0.1.2"
        9549  +
dependencies = [
        9550  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9551  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9552  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9553  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9554  +
 "h2 0.4.5",
        9555  +
 "http 1.1.0",
        9556  +
 "hyper 1.3.1",
        9557  +
 "hyper-rustls 0.27.2",
        9558  +
 "hyper-util",
        9559  +
 "once_cell",
        9560  +
 "pin-project-lite",
        9561  +
 "rustls 0.23.10",
        9562  +
 "tokio",
        9563  +
 "tower",
        9564  +
 "tracing",
        9565  +
]
        9566  +
        9567  +
[[package]]
        9568  +
name = "aws-smithy-experimental"
        9569  +
version = "0.1.2"
        9570  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9571  +
checksum = "de39155f4fe0851a03c57290e77d41d513d87db580cae2fabfa6027ece753202"
 9414   9572   
dependencies = [
 9415         -
 "aws-smithy-async 1.2.1",
 9416         -
 "aws-smithy-runtime 1.5.7",
 9417         -
 "aws-smithy-runtime-api 1.6.3",
 9418         -
 "aws-smithy-types 1.2.0",
        9573  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9574  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9575  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9419   9576   
 "h2 0.4.5",
 9420   9577   
 "http 1.1.0",
 9421   9578   
 "hyper 1.3.1",
 9422   9579   
 "hyper-rustls 0.27.2",
 9423   9580   
 "hyper-util",
 9424   9581   
 "once_cell",
 9425   9582   
 "pin-project-lite",
 9426         -
 "rustls 0.23.9",
        9583  +
 "rustls 0.23.10",
 9427   9584   
 "tokio",
 9428   9585   
 "tower",
 9429   9586   
 "tracing",
 9430   9587   
]
 9431   9588   
 9432   9589   
[[package]]
 9433   9590   
name = "aws-smithy-http"
 9434   9591   
version = "0.60.8"
 9435   9592   
dependencies = [
 9436   9593   
 "async-stream",
 9437         -
 "aws-smithy-eventstream 0.60.4",
 9438         -
 "aws-smithy-runtime-api 1.6.3",
 9439         -
 "aws-smithy-types 1.2.0",
        9594  +
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
        9595  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9596  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9440   9597   
 "bytes",
 9441   9598   
 "bytes-utils",
 9442   9599   
 "futures-core",
 9443   9600   
 "futures-util",
 9444   9601   
 "http 0.2.12",
 9445   9602   
 "http-body 0.4.6",
 9446   9603   
 "hyper 0.14.29",
 9447   9604   
 "once_cell",
 9448   9605   
 "percent-encoding",
 9449   9606   
 "pin-project-lite",
 9450   9607   
 "pin-utils",
 9451   9608   
 "proptest",
 9452   9609   
 "tokio",
 9453   9610   
 "tracing",
 9454   9611   
]
 9455   9612   
 9456   9613   
[[package]]
 9457   9614   
name = "aws-smithy-http"
 9458   9615   
version = "0.60.8"
 9459   9616   
source = "registry+https://github.com/rust-lang/crates.io-index"
 9460   9617   
checksum = "4a7de001a1b9a25601016d8057ea16e31a45fdca3751304c8edf4ad72e706c08"
 9461   9618   
dependencies = [
 9462   9619   
 "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)",
        9620  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9464   9621   
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9465   9622   
 "bytes",
 9466   9623   
 "bytes-utils",
 9467   9624   
 "futures-core",
 9468   9625   
 "http 0.2.12",
 9469   9626   
 "http-body 0.4.6",
 9470   9627   
 "once_cell",
 9471   9628   
 "percent-encoding",
 9472   9629   
 "pin-project-lite",
 9473   9630   
 "pin-utils",
 9474   9631   
 "tracing",
 9475   9632   
]
 9476   9633   
 9477   9634   
[[package]]
 9478   9635   
name = "aws-smithy-http-auth"
 9479   9636   
version = "0.60.3"
 9480   9637   
 9481   9638   
[[package]]
 9482   9639   
name = "aws-smithy-http-tower"
 9483   9640   
version = "0.60.3"
 9484   9641   
 9485   9642   
[[package]]
 9486   9643   
name = "aws-smithy-json"
 9487   9644   
version = "0.60.7"
 9488   9645   
dependencies = [
 9489         -
 "aws-smithy-types 1.2.0",
        9646  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9490   9647   
 "proptest",
 9491   9648   
 "serde_json",
 9492   9649   
]
 9493   9650   
 9494   9651   
[[package]]
 9495   9652   
name = "aws-smithy-json"
 9496   9653   
version = "0.60.7"
 9497   9654   
source = "registry+https://github.com/rust-lang/crates.io-index"
 9498   9655   
checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
 9499   9656   
dependencies = [
 9500   9657   
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9501   9658   
]
 9502   9659   
 9503   9660   
[[package]]
 9504   9661   
name = "aws-smithy-mocks-experimental"
 9505   9662   
version = "0.2.1"
 9506   9663   
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",
 9509         -
 "aws-smithy-types 1.2.0",
        9664  +
 "aws-sdk-s3 1.36.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9665  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9666  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9510   9667   
 "tokio",
 9511   9668   
]
 9512   9669   
 9513   9670   
[[package]]
 9514   9671   
name = "aws-smithy-protocol-test"
 9515   9672   
version = "0.60.7"
 9516   9673   
dependencies = [
 9517   9674   
 "assert-json-diff",
 9518         -
 "aws-smithy-runtime-api 1.6.3",
        9675  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9519   9676   
 "http 0.2.12",
 9520   9677   
 "pretty_assertions",
 9521   9678   
 "regex-lite",
 9522   9679   
 "roxmltree",
 9523   9680   
 "serde_json",
 9524   9681   
 "thiserror",
 9525   9682   
]
 9526   9683   
 9527   9684   
[[package]]
 9528   9685   
name = "aws-smithy-protocol-test"
 9529   9686   
version = "0.60.7"
 9530   9687   
source = "registry+https://github.com/rust-lang/crates.io-index"
 9531   9688   
checksum = "a31e8279cb24640c7349f2bda6ca818d5fcc85129386bd73c1d0999430d6ddf2"
 9532   9689   
dependencies = [
 9533   9690   
 "assert-json-diff",
 9534         -
 "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
        9691  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9535   9692   
 "http 0.2.12",
 9536   9693   
 "pretty_assertions",
 9537   9694   
 "regex-lite",
 9538   9695   
 "roxmltree",
 9539   9696   
 "serde_json",
 9540   9697   
 "thiserror",
 9541   9698   
]
 9542   9699   
 9543   9700   
[[package]]
 9544   9701   
name = "aws-smithy-query"
 9545   9702   
version = "0.60.7"
 9546   9703   
dependencies = [
 9547         -
 "aws-smithy-types 1.2.0",
        9704  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9705  +
 "urlencoding",
        9706  +
]
        9707  +
        9708  +
[[package]]
        9709  +
name = "aws-smithy-query"
        9710  +
version = "0.60.7"
        9711  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9712  +
checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
        9713  +
dependencies = [
        9714  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9548   9715   
 "urlencoding",
 9549   9716   
]
 9550   9717   
 9551   9718   
[[package]]
 9552   9719   
name = "aws-smithy-runtime"
 9553         -
version = "1.5.7"
        9720  +
version = "1.6.0"
 9554   9721   
dependencies = [
 9555   9722   
 "approx",
 9556         -
 "aws-smithy-async 1.2.1",
 9557         -
 "aws-smithy-http 0.60.8",
 9558         -
 "aws-smithy-protocol-test 0.60.7",
 9559         -
 "aws-smithy-runtime-api 1.6.3",
 9560         -
 "aws-smithy-types 1.2.0",
        9723  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9724  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        9725  +
 "aws-smithy-protocol-test 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        9726  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9727  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9561   9728   
 "bytes",
 9562   9729   
 "fastrand 2.0.2",
 9563   9730   
 "futures-util",
 9564   9731   
 "h2 0.3.26",
 9565   9732   
 "http 0.2.12",
 9566   9733   
 "http 1.1.0",
 9567   9734   
 "http-body 0.4.6",
 9568   9735   
 "http-body 1.0.0",
 9569   9736   
 "httparse",
 9570   9737   
 "hyper 0.14.29",
 9571   9738   
 "hyper-rustls 0.24.2",
 9572   9739   
 "indexmap",
 9573   9740   
 "once_cell",
 9574   9741   
 "pin-project-lite",
 9575   9742   
 "pin-utils",
 9576   9743   
 "pretty_assertions",
 9577   9744   
 "rustls 0.21.12",
 9578   9745   
 "serde",
 9579   9746   
 "serde_json",
 9580   9747   
 "tokio",
 9581   9748   
 "tracing",
 9582   9749   
 "tracing-subscriber",
 9583   9750   
 "tracing-test",
 9584   9751   
]
 9585   9752   
 9586   9753   
[[package]]
 9587   9754   
name = "aws-smithy-runtime"
 9588         -
version = "1.5.7"
        9755  +
version = "1.6.0"
 9589   9756   
source = "registry+https://github.com/rust-lang/crates.io-index"
 9590         -
checksum = "8508de54f34b8feca6638466c2bd2de9d1df5bf79c578de9a649b72d644006b3"
        9757  +
checksum = "db83b08939838d18e33b5dbaf1a0f048f28c10bd28071ab7ce6f245451855414"
 9591   9758   
dependencies = [
 9592   9759   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 9593   9760   
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
 9594   9761   
 "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)",
        9762  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9596   9763   
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9597   9764   
 "bytes",
 9598   9765   
 "fastrand 2.0.2",
 9599   9766   
 "h2 0.3.26",
 9600   9767   
 "http 0.2.12",
 9601   9768   
 "http-body 0.4.6",
 9602   9769   
 "http-body 1.0.0",
 9603   9770   
 "httparse",
 9604   9771   
 "hyper 0.14.29",
 9605   9772   
 "hyper-rustls 0.24.2",
 9606   9773   
 "indexmap",
 9607   9774   
 "once_cell",
 9608   9775   
 "pin-project-lite",
 9609   9776   
 "pin-utils",
 9610   9777   
 "rustls 0.21.12",
 9611   9778   
 "serde",
 9612   9779   
 "serde_json",
 9613   9780   
 "tokio",
 9614   9781   
 "tracing",
 9615   9782   
 "tracing-subscriber",
 9616   9783   
]
 9617   9784   
 9618   9785   
[[package]]
 9619   9786   
name = "aws-smithy-runtime-api"
 9620         -
version = "1.6.3"
        9787  +
version = "1.7.0"
 9621   9788   
dependencies = [
 9622         -
 "aws-smithy-async 1.2.1",
 9623         -
 "aws-smithy-types 1.2.0",
        9789  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9790  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9624   9791   
 "bytes",
 9625   9792   
 "http 0.2.12",
 9626   9793   
 "http 1.1.0",
 9627   9794   
 "pin-project-lite",
 9628   9795   
 "proptest",
 9629   9796   
 "tokio",
 9630   9797   
 "tracing",
 9631   9798   
 "zeroize",
 9632   9799   
]
 9633   9800   
 9634   9801   
[[package]]
 9635   9802   
name = "aws-smithy-runtime-api"
 9636         -
version = "1.6.3"
        9803  +
version = "1.7.0"
 9637   9804   
source = "registry+https://github.com/rust-lang/crates.io-index"
 9638         -
checksum = "aa6dbabc7629fab4e4467f95f119c2e1a9b00b44c893affa98e23b040a0e2567"
        9805  +
checksum = "1b570ea39eb95bd32543f6e4032bce172cb6209b9bc8c83c770d08169e875afc"
 9639   9806   
dependencies = [
 9640   9807   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 9641   9808   
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9642   9809   
 "bytes",
 9643   9810   
 "http 0.2.12",
 9644   9811   
 "http 1.1.0",
 9645   9812   
 "pin-project-lite",
 9646   9813   
 "tokio",
 9647   9814   
 "tracing",
 9648   9815   
 "zeroize",
@@ -9685,9852 +9821,9985 @@
 9705   9872   
 "serde",
 9706   9873   
 "time",
 9707   9874   
 "tokio",
 9708   9875   
 "tokio-util",
 9709   9876   
]
 9710   9877   
 9711   9878   
[[package]]
 9712   9879   
name = "aws-smithy-types-convert"
 9713   9880   
version = "0.60.8"
 9714   9881   
dependencies = [
 9715         -
 "aws-smithy-async 1.2.1",
 9716         -
 "aws-smithy-types 1.2.0",
        9882  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9883  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9717   9884   
 "chrono",
 9718   9885   
 "futures-core",
 9719   9886   
 "time",
 9720   9887   
]
 9721   9888   
 9722   9889   
[[package]]
 9723   9890   
name = "aws-smithy-wasm"
 9724         -
version = "0.1.2"
        9891  +
version = "0.1.3"
 9725   9892   
dependencies = [
 9726         -
 "aws-smithy-http 0.60.8",
 9727         -
 "aws-smithy-runtime-api 1.6.3",
 9728         -
 "aws-smithy-types 1.2.0",
        9893  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        9894  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9895  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9729   9896   
 "bytes",
 9730   9897   
 "http 1.1.0",
 9731   9898   
 "tracing",
 9732   9899   
 "wasi 0.12.1+wasi-0.2.0",
 9733   9900   
]
 9734   9901   
 9735   9902   
[[package]]
 9736   9903   
name = "aws-smithy-xml"
 9737   9904   
version = "0.60.8"
 9738   9905   
dependencies = [
 9739         -
 "aws-smithy-protocol-test 0.60.7",
        9906  +
 "aws-smithy-protocol-test 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
 9740   9907   
 "base64 0.13.1",
 9741   9908   
 "proptest",
 9742   9909   
 "xmlparser",
 9743   9910   
]
 9744   9911   
 9745   9912   
[[package]]
 9746   9913   
name = "aws-smithy-xml"
 9747   9914   
version = "0.60.8"
 9748   9915   
source = "registry+https://github.com/rust-lang/crates.io-index"
 9749   9916   
checksum = "d123fbc2a4adc3c301652ba8e149bf4bc1d1725affb9784eb20c953ace06bf55"
 9750   9917   
dependencies = [
 9751   9918   
 "xmlparser",
 9752   9919   
]
 9753   9920   
 9754   9921   
[[package]]
 9755   9922   
name = "aws-types"
 9756   9923   
version = "1.3.1"
 9757   9924   
dependencies = [
 9758         -
 "aws-credential-types 1.2.0",
 9759         -
 "aws-smithy-async 1.2.1",
 9760         -
 "aws-smithy-runtime 1.5.7",
 9761         -
 "aws-smithy-runtime-api 1.6.3",
 9762         -
 "aws-smithy-types 1.2.0",
        9925  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9926  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9927  +
 "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9928  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9929  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9763   9930   
 "http 0.2.12",
 9764   9931   
 "hyper-rustls 0.24.2",
 9765   9932   
 "rustc_version",
 9766   9933   
 "tempfile",
 9767   9934   
 "tokio",
 9768   9935   
 "tracing",
 9769   9936   
 "tracing-test",
 9770   9937   
]
 9771   9938   
 9772   9939   
[[package]]
 9773   9940   
name = "aws-types"
 9774         -
version = "1.3.1"
 9775         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 9776         -
checksum = "6f734808d43702a67e57d478a12e227d4d038d0b90c9005a78c87890d3805922"
        9941  +
version = "1.3.2"
 9777   9942   
dependencies = [
 9778   9943   
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9779   9944   
 "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)",
        9945  +
 "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9781   9946   
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 9782         -
 "http 0.2.12",
 9783   9947   
 "rustc_version",
 9784   9948   
 "tracing",
 9785   9949   
]
 9786   9950   
 9787   9951   
[[package]]
 9788   9952   
name = "backtrace"
 9789         -
version = "0.3.72"
        9953  +
version = "0.3.73"
 9790   9954   
source = "registry+https://github.com/rust-lang/crates.io-index"
 9791         -
checksum = "17c6a35df3749d2e8bb1b7b21a976d82b15548788d2735b9d82f329268f71a11"
        9955  +
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
 9792   9956   
dependencies = [
 9793   9957   
 "addr2line",
 9794   9958   
 "cc",
 9795   9959   
 "cfg-if",
 9796   9960   
 "libc",
 9797   9961   
 "miniz_oxide",
 9798   9962   
 "object",
 9799   9963   
 "rustc-demangle",
 9800   9964   
]
 9801   9965   
@@ -10067,10231 +10129,10293 @@
10087  10251   
name = "cpufeatures"
10088  10252   
version = "0.2.12"
10089  10253   
source = "registry+https://github.com/rust-lang/crates.io-index"
10090  10254   
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
10091  10255   
dependencies = [
10092  10256   
 "libc",
10093  10257   
]
10094  10258   
10095  10259   
[[package]]
10096  10260   
name = "crc32c"
10097         -
version = "0.6.5"
       10261  +
version = "0.6.8"
10098  10262   
source = "registry+https://github.com/rust-lang/crates.io-index"
10099         -
checksum = "89254598aa9b9fa608de44b3ae54c810f0f06d755e24c50177f1f8f31ff50ce2"
       10263  +
checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
10100  10264   
dependencies = [
10101  10265   
 "rustc_version",
10102  10266   
]
10103  10267   
10104  10268   
[[package]]
10105  10269   
name = "crc32fast"
10106  10270   
version = "1.4.2"
10107  10271   
source = "registry+https://github.com/rust-lang/crates.io-index"
10108  10272   
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
10109  10273   
dependencies = [
@@ -10635,10799 +10694,10864 @@
10655  10819   
 "nom",
10656  10820   
 "num-traits",
10657  10821   
]
10658  10822   
10659  10823   
[[package]]
10660  10824   
name = "hermit-abi"
10661  10825   
version = "0.3.9"
10662  10826   
source = "registry+https://github.com/rust-lang/crates.io-index"
10663  10827   
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
10664  10828   
       10829  +
[[package]]
       10830  +
name = "hermit-abi"
       10831  +
version = "0.4.0"
       10832  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10833  +
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
       10834  +
10665  10835   
[[package]]
10666  10836   
name = "hex"
10667  10837   
version = "0.4.3"
10668  10838   
source = "registry+https://github.com/rust-lang/crates.io-index"
10669  10839   
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
10670  10840   
10671  10841   
[[package]]
10672  10842   
name = "hex-literal"
10673  10843   
version = "0.4.1"
10674  10844   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -10810,10980 +10870,11040 @@
10830  11000   
[[package]]
10831  11001   
name = "hyper-rustls"
10832  11002   
version = "0.27.2"
10833  11003   
source = "registry+https://github.com/rust-lang/crates.io-index"
10834  11004   
checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
10835  11005   
dependencies = [
10836  11006   
 "futures-util",
10837  11007   
 "http 1.1.0",
10838  11008   
 "hyper 1.3.1",
10839  11009   
 "hyper-util",
10840         -
 "rustls 0.23.9",
       11010  +
 "rustls 0.23.10",
10841  11011   
 "rustls-native-certs 0.7.0",
10842  11012   
 "rustls-pki-types",
10843  11013   
 "tokio",
10844  11014   
 "tokio-rustls 0.26.0",
10845  11015   
 "tower-service",
10846  11016   
]
10847  11017   
10848  11018   
[[package]]
10849  11019   
name = "hyper-util"
10850  11020   
version = "0.1.5"
@@ -10994,11164 +11065,11235 @@
11014  11184   
dependencies = [
11015  11185   
 "cfg-if",
11016  11186   
]
11017  11187   
11018  11188   
[[package]]
11019  11189   
name = "io-lifetimes"
11020  11190   
version = "1.0.11"
11021  11191   
source = "registry+https://github.com/rust-lang/crates.io-index"
11022  11192   
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
11023  11193   
dependencies = [
11024         -
 "hermit-abi",
       11194  +
 "hermit-abi 0.3.9",
11025  11195   
 "libc",
11026  11196   
 "windows-sys 0.48.0",
11027  11197   
]
11028  11198   
11029  11199   
[[package]]
11030  11200   
name = "is-terminal"
11031  11201   
version = "0.4.12"
11032  11202   
source = "registry+https://github.com/rust-lang/crates.io-index"
11033  11203   
checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
11034  11204   
dependencies = [
11035         -
 "hermit-abi",
       11205  +
 "hermit-abi 0.3.9",
11036  11206   
 "libc",
11037  11207   
 "windows-sys 0.52.0",
11038  11208   
]
11039  11209   
11040  11210   
[[package]]
11041  11211   
name = "itertools"
11042  11212   
version = "0.10.5"
11043  11213   
source = "registry+https://github.com/rust-lang/crates.io-index"
11044  11214   
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
11045  11215   
dependencies = [
@@ -11173,11343 +11247,11417 @@
11193  11363   
version = "0.10.6"
11194  11364   
source = "registry+https://github.com/rust-lang/crates.io-index"
11195  11365   
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
11196  11366   
dependencies = [
11197  11367   
 "cfg-if",
11198  11368   
 "digest",
11199  11369   
]
11200  11370   
11201  11371   
[[package]]
11202  11372   
name = "memchr"
11203         -
version = "2.7.2"
       11373  +
version = "2.7.4"
11204  11374   
source = "registry+https://github.com/rust-lang/crates.io-index"
11205         -
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
       11375  +
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
11206  11376   
11207  11377   
[[package]]
11208  11378   
name = "minimal-lexical"
11209  11379   
version = "0.2.1"
11210  11380   
source = "registry+https://github.com/rust-lang/crates.io-index"
11211  11381   
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
11212  11382   
11213  11383   
[[package]]
11214  11384   
name = "miniz_oxide"
11215         -
version = "0.7.3"
       11385  +
version = "0.7.4"
11216  11386   
source = "registry+https://github.com/rust-lang/crates.io-index"
11217         -
checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae"
       11387  +
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
11218  11388   
dependencies = [
11219  11389   
 "adler",
11220  11390   
]
11221  11391   
11222  11392   
[[package]]
11223  11393   
name = "mio"
11224  11394   
version = "0.8.11"
11225  11395   
source = "registry+https://github.com/rust-lang/crates.io-index"
11226  11396   
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
11227  11397   
dependencies = [
@@ -11260,11430 +11328,11498 @@
11280  11450   
 "autocfg",
11281  11451   
 "libm",
11282  11452   
]
11283  11453   
11284  11454   
[[package]]
11285  11455   
name = "num_cpus"
11286  11456   
version = "1.16.0"
11287  11457   
source = "registry+https://github.com/rust-lang/crates.io-index"
11288  11458   
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
11289  11459   
dependencies = [
11290         -
 "hermit-abi",
       11460  +
 "hermit-abi 0.3.9",
11291  11461   
 "libc",
11292  11462   
]
11293  11463   
11294  11464   
[[package]]
11295  11465   
name = "object"
11296         -
version = "0.35.0"
       11466  +
version = "0.36.0"
11297  11467   
source = "registry+https://github.com/rust-lang/crates.io-index"
11298         -
checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e"
       11468  +
checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434"
11299  11469   
dependencies = [
11300  11470   
 "memchr",
11301  11471   
]
11302  11472   
11303  11473   
[[package]]
11304  11474   
name = "once_cell"
11305  11475   
version = "1.19.0"
11306  11476   
source = "registry+https://github.com/rust-lang/crates.io-index"
11307  11477   
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
11308  11478   
@@ -11454,11624 +11520,11690 @@
11474  11644   
 "cfg-if",
11475  11645   
 "concurrent-queue",
11476  11646   
 "libc",
11477  11647   
 "log",
11478  11648   
 "pin-project-lite",
11479  11649   
 "windows-sys 0.48.0",
11480  11650   
]
11481  11651   
11482  11652   
[[package]]
11483  11653   
name = "polling"
11484         -
version = "3.7.1"
       11654  +
version = "3.7.2"
11485  11655   
source = "registry+https://github.com/rust-lang/crates.io-index"
11486         -
checksum = "5e6a007746f34ed64099e88783b0ae369eaa3da6392868ba262e2af9b8fbaea1"
       11656  +
checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b"
11487  11657   
dependencies = [
11488  11658   
 "cfg-if",
11489  11659   
 "concurrent-queue",
11490         -
 "hermit-abi",
       11660  +
 "hermit-abi 0.4.0",
11491  11661   
 "pin-project-lite",
11492  11662   
 "rustix 0.38.34",
11493  11663   
 "tracing",
11494  11664   
 "windows-sys 0.52.0",
11495  11665   
]
11496  11666   
11497  11667   
[[package]]
11498  11668   
name = "powerfmt"
11499  11669   
version = "0.2.0"
11500  11670   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -11628,11798 +11690,11860 @@
11648  11818   
version = "1.12.1"
11649  11819   
source = "registry+https://github.com/rust-lang/crates.io-index"
11650  11820   
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11651  11821   
dependencies = [
11652  11822   
 "crossbeam-deque",
11653  11823   
 "crossbeam-utils",
11654  11824   
]
11655  11825   
11656  11826   
[[package]]
11657  11827   
name = "redox_syscall"
11658         -
version = "0.5.1"
       11828  +
version = "0.5.2"
11659  11829   
source = "registry+https://github.com/rust-lang/crates.io-index"
11660         -
checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
       11830  +
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
11661  11831   
dependencies = [
11662  11832   
 "bitflags 2.5.0",
11663  11833   
]
11664  11834   
11665  11835   
[[package]]
11666  11836   
name = "regex"
11667  11837   
version = "1.10.5"
11668  11838   
source = "registry+https://github.com/rust-lang/crates.io-index"
11669  11839   
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
11670  11840   
dependencies = [
@@ -11782,11952 +11844,12014 @@
11802  11972   
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11803  11973   
dependencies = [
11804  11974   
 "log",
11805  11975   
 "ring",
11806  11976   
 "rustls-webpki 0.101.7",
11807  11977   
 "sct",
11808  11978   
]
11809  11979   
11810  11980   
[[package]]
11811  11981   
name = "rustls"
11812         -
version = "0.23.9"
       11982  +
version = "0.23.10"
11813  11983   
source = "registry+https://github.com/rust-lang/crates.io-index"
11814         -
checksum = "a218f0f6d05669de4eabfb24f31ce802035c952429d037507b4a4a39f0e60c5b"
       11984  +
checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402"
11815  11985   
dependencies = [
11816  11986   
 "aws-lc-rs",
11817  11987   
 "once_cell",
11818  11988   
 "ring",
11819  11989   
 "rustls-pki-types",
11820  11990   
 "rustls-webpki 0.102.4",
11821  11991   
 "subtle",
11822  11992   
 "zeroize",
11823  11993   
]
11824  11994   
@@ -12302,12472 +12362,12532 @@
12322  12492   
 "rustls 0.21.12",
12323  12493   
 "tokio",
12324  12494   
]
12325  12495   
12326  12496   
[[package]]
12327  12497   
name = "tokio-rustls"
12328  12498   
version = "0.26.0"
12329  12499   
source = "registry+https://github.com/rust-lang/crates.io-index"
12330  12500   
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
12331  12501   
dependencies = [
12332         -
 "rustls 0.23.9",
       12502  +
 "rustls 0.23.10",
12333  12503   
 "rustls-pki-types",
12334  12504   
 "tokio",
12335  12505   
]
12336  12506   
12337  12507   
[[package]]
12338  12508   
name = "tokio-stream"
12339  12509   
version = "0.1.15"
12340  12510   
source = "registry+https://github.com/rust-lang/crates.io-index"
12341  12511   
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
12342  12512   
dependencies = [