diff --git a/aws/rust-runtime/Cargo.lock b/aws/rust-runtime/Cargo.lock index d0ea96af3b57ab3f996653ee0f2d50e63c68be10..ea6c4bdd0a7a7b6238ff7822340682539a53d775 100644 --- a/aws/rust-runtime/Cargo.lock +++ b/aws/rust-runtime/Cargo.lock @@ -136,7 +136,9 @@ dependencies = [ "hex", "hmac", "http 0.2.12", + "http 1.1.0", "http-body 0.4.6", + "http-body 1.0.0", "lru", "ring", "sha2", @@ -147,7 +149,7 @@ dependencies = [ [[package]] name = "aws-runtime" -version = "1.2.2" +version = "1.3.0" dependencies = [ "arbitrary", "aws-credential-types", @@ -232,7 +234,7 @@ dependencies = [ [[package]] name = "aws-smithy-checksums" -version = "0.60.9" +version = "0.60.10" dependencies = [ "aws-smithy-http", "aws-smithy-types", @@ -292,7 +294,7 @@ dependencies = [ [[package]] name = "aws-smithy-runtime" -version = "1.5.7" +version = "1.6.0" dependencies = [ "aws-smithy-async", "aws-smithy-http", @@ -317,7 +319,7 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.6.3" +version = "1.7.0" dependencies = [ "aws-smithy-async", "aws-smithy-types", @@ -356,7 +358,7 @@ dependencies = [ [[package]] name = "aws-types" -version = "1.3.1" +version = "1.3.2" dependencies = [ "aws-credential-types", "aws-smithy-async", @@ -374,9 +376,9 @@ dependencies = [ [[package]] name = "backtrace" -version = "0.3.72" +version = "0.3.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17c6a35df3749d2e8bb1b7b21a976d82b15548788d2735b9d82f329268f71a11" +checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" dependencies = [ "addr2line", "cc", @@ -575,9 +577,9 @@ dependencies = [ [[package]] name = "crc32c" -version = "0.6.5" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89254598aa9b9fa608de44b3ae54c810f0f06d755e24c50177f1f8f31ff50ce2" +checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47" dependencies = [ "rustc_version", ] @@ -1210,15 +1212,15 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.2" +version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "miniz_oxide" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae" +checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" dependencies = [ "adler", ] @@ -1281,9 +1283,9 @@ dependencies = [ [[package]] name = "object" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e" +checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434" dependencies = [ "memchr", ] @@ -1559,9 +1561,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" +checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" dependencies = [ "bitflags", ] diff --git a/aws/rust-runtime/aws-config/Cargo.lock b/aws/rust-runtime/aws-config/Cargo.lock index d4f6c17157987573b8424079537ec2cb65d16d25..70970ba150766cc96b2ee8f6f47076190298dbde 100644 --- a/aws/rust-runtime/aws-config/Cargo.lock +++ b/aws/rust-runtime/aws-config/Cargo.lock @@ -45,7 +45,7 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "aws-config" -version = "1.5.1" +version = "1.5.2" dependencies = [ "aws-credential-types", "aws-runtime", @@ -90,7 +90,7 @@ dependencies = [ [[package]] name = "aws-runtime" -version = "1.2.2" +version = "1.3.0" dependencies = [ "aws-credential-types", "aws-sigv4", @@ -249,7 +249,7 @@ dependencies = [ [[package]] name = "aws-smithy-runtime" -version = "1.5.7" +version = "1.6.0" dependencies = [ "aws-smithy-async", "aws-smithy-http", @@ -279,7 +279,7 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.6.3" +version = "1.7.0" dependencies = [ "aws-smithy-async", "aws-smithy-types", @@ -322,22 +322,21 @@ dependencies = [ [[package]] name = "aws-types" -version = "1.3.1" +version = "1.3.2" dependencies = [ "aws-credential-types", "aws-smithy-async", "aws-smithy-runtime-api", "aws-smithy-types", - "http 0.2.12", "rustc_version", "tracing", ] [[package]] name = "backtrace" -version = "0.3.72" +version = "0.3.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17c6a35df3749d2e8bb1b7b21a976d82b15548788d2735b9d82f329268f71a11" +checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" dependencies = [ "addr2line", "cc", @@ -468,17 +467,6 @@ dependencies = [ "subtle", ] -[[package]] -name = "displaydoc" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.66", -] - [[package]] name = "either" version = "1.12.0" @@ -745,134 +733,14 @@ dependencies = [ "webpki-roots", ] -[[package]] -name = "icu_collections" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" -dependencies = [ - "displaydoc", - "yoke", - "zerofrom", - "zerovec", -] - -[[package]] -name = "icu_locid" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" -dependencies = [ - "displaydoc", - "litemap", - "tinystr", - "writeable", - "zerovec", -] - -[[package]] -name = "icu_locid_transform" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" -dependencies = [ - "displaydoc", - "icu_locid", - "icu_locid_transform_data", - "icu_provider", - "tinystr", - "zerovec", -] - -[[package]] -name = "icu_locid_transform_data" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" - -[[package]] -name = "icu_normalizer" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" -dependencies = [ - "displaydoc", - "icu_collections", - "icu_normalizer_data", - "icu_properties", - "icu_provider", - "smallvec", - "utf16_iter", - "utf8_iter", - "write16", - "zerovec", -] - -[[package]] -name = "icu_normalizer_data" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" - -[[package]] -name = "icu_properties" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f8ac670d7422d7f76b32e17a5db556510825b29ec9154f235977c9caba61036" -dependencies = [ - "displaydoc", - "icu_collections", - "icu_locid_transform", - "icu_properties_data", - "icu_provider", - "tinystr", - "zerovec", -] - -[[package]] -name = "icu_properties_data" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" - -[[package]] -name = "icu_provider" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" -dependencies = [ - "displaydoc", - "icu_locid", - "icu_provider_macros", - "stable_deref_trait", - "tinystr", - "writeable", - "yoke", - "zerofrom", - "zerovec", -] - -[[package]] -name = "icu_provider_macros" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.66", -] - [[package]] name = "idna" -version = "1.0.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4716a3a0933a1d01c2f72450e89596eb51dd34ef3c211ccd875acdf1f8fe47ed" +checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" dependencies = [ - "icu_normalizer", - "icu_properties", - "smallvec", - "utf8_iter", + "unicode-bidi", + "unicode-normalization", ] [[package]] @@ -904,12 +772,6 @@ version = "0.2.155" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" -[[package]] -name = "litemap" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" - [[package]] name = "lock_api" version = "0.4.12" @@ -937,15 +799,15 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.2" +version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "miniz_oxide" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae" +checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" dependencies = [ "adler", ] @@ -1007,9 +869,9 @@ dependencies = [ [[package]] name = "object" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e" +checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434" dependencies = [ "memchr", ] @@ -1139,9 +1001,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" +checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" dependencies = [ "bitflags", ] @@ -1430,12 +1292,6 @@ version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" -[[package]] -name = "stable_deref_trait" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" - [[package]] name = "subtle" version = "2.5.0" @@ -1464,17 +1320,6 @@ dependencies = [ "unicode-ident", ] -[[package]] -name = "synstructure" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.66", -] - [[package]] name = "thiserror" version = "1.0.61" @@ -1536,15 +1381,20 @@ dependencies = [ ] [[package]] -name = "tinystr" -version = "0.7.6" +name = "tinyvec" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" +checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" dependencies = [ - "displaydoc", - "zerovec", + "tinyvec_macros", ] +[[package]] +name = "tinyvec_macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" + [[package]] name = "tokio" version = "1.38.0" @@ -1711,12 +1561,27 @@ version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" +[[package]] +name = "unicode-bidi" +version = "0.3.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" + [[package]] name = "unicode-ident" version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" +[[package]] +name = "unicode-normalization" +version = "0.1.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" +dependencies = [ + "tinyvec", +] + [[package]] name = "untrusted" version = "0.9.0" @@ -1725,9 +1590,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.1" +version = "2.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7c25da092f0a868cdf09e8674cd3b7ef3a7d92a24253e663a2fb85e2496de56" +checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" dependencies = [ "form_urlencoded", "idna", @@ -1740,18 +1605,6 @@ version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" -[[package]] -name = "utf16_iter" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" - -[[package]] -name = "utf8_iter" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" - [[package]] name = "uuid" version = "1.8.0" @@ -1958,18 +1811,6 @@ version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" -[[package]] -name = "write16" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" - -[[package]] -name = "writeable" -version = "0.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" - [[package]] name = "xmlparser" version = "0.13.6" @@ -1982,75 +1823,8 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" -[[package]] -name = "yoke" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" -dependencies = [ - "serde", - "stable_deref_trait", - "yoke-derive", - "zerofrom", -] - -[[package]] -name = "yoke-derive" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.66", - "synstructure", -] - -[[package]] -name = "zerofrom" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" -dependencies = [ - "zerofrom-derive", -] - -[[package]] -name = "zerofrom-derive" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.66", - "synstructure", -] - [[package]] name = "zeroize" version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" - -[[package]] -name = "zerovec" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb2cc8827d6c0994478a15c53f374f46fbd41bea663d809b14744bc42e6b109c" -dependencies = [ - "yoke", - "zerofrom", - "zerovec-derive", -] - -[[package]] -name = "zerovec-derive" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97cf56601ee5052b4417d90c8755c6683473c926039908196cf35d99f893ebe7" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.66", -] diff --git a/aws/rust-runtime/aws-config/Cargo.toml b/aws/rust-runtime/aws-config/Cargo.toml index 57266062efc2def9ac4547016ad9dfaf22b1ea0b..0dc856cde641889f3344ca863d92f8584d7edb5a 100644 --- a/aws/rust-runtime/aws-config/Cargo.toml +++ b/aws/rust-runtime/aws-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aws-config" -version = "1.5.2" +version = "1.5.3" authors = [ "AWS Rust SDK Team ", "Russell Cohen ", diff --git a/aws/sdk/Cargo.lock b/aws/sdk/Cargo.lock index 95957ddc01714345f1d43d8f0774986fa25d6a26..e41d18ecfeae487decbb375a9c9f50ba3c48c712 100644 --- a/aws/sdk/Cargo.lock +++ b/aws/sdk/Cargo.lock @@ -177,7 +177,7 @@ dependencies = [ "futures-io", "futures-lite 2.3.0", "parking", - "polling 3.7.1", + "polling 3.7.2", "rustix 0.38.34", "slab", "tracing", @@ -329,18 +329,18 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "aws-config" -version = "1.5.1" +version = "1.5.2" dependencies = [ "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-sdk-sso", "aws-sdk-ssooidc", "aws-sdk-sts", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -368,7 +368,7 @@ version = "1.2.0" dependencies = [ "async-trait", "aws-smithy-async 1.2.1", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "tokio", "zeroize", @@ -381,7 +381,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e16838e6c9e12125face1c1eff1343c75e3ff540de98ff7ebd61874a89bcfeb9" dependencies = [ "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "zeroize", ] @@ -394,7 +394,7 @@ version = "0.60.3" name = "aws-http" version = "0.60.5" dependencies = [ - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", ] [[package]] @@ -445,7 +445,7 @@ dependencies = [ [[package]] name = "aws-runtime" -version = "1.2.2" +version = "1.3.0" dependencies = [ "arbitrary", "aws-credential-types 1.2.0", @@ -454,7 +454,7 @@ dependencies = [ "aws-smithy-eventstream 0.60.4", "aws-smithy-http 0.60.8", "aws-smithy-protocol-test 0.60.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -477,16 +477,16 @@ dependencies = [ [[package]] name = "aws-runtime" -version = "1.2.2" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75588e7ee5e8496eed939adac2035a6dbab9f7eb2acdd9ab2d31856dab6f3955" +checksum = "9a4a5e448145999d7de17bf44a886900ecb834953408dae8aaf90465ce91c1dd" dependencies = [ "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "aws-sigv4 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)", - "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "aws-types 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "bytes", @@ -505,16 +505,16 @@ version = "1.1.8" [[package]] name = "aws-sdk-accessanalyzer" -version = "1.32.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -528,16 +528,16 @@ dependencies = [ [[package]] name = "aws-sdk-account" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -550,16 +550,16 @@ dependencies = [ [[package]] name = "aws-sdk-acm" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -572,16 +572,16 @@ dependencies = [ [[package]] name = "aws-sdk-acmpca" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -594,16 +594,16 @@ dependencies = [ [[package]] name = "aws-sdk-amp" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -617,16 +617,16 @@ dependencies = [ [[package]] name = "aws-sdk-amplify" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -639,16 +639,16 @@ dependencies = [ [[package]] name = "aws-sdk-amplifybackend" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -661,16 +661,16 @@ dependencies = [ [[package]] name = "aws-sdk-amplifyuibuilder" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -684,16 +684,16 @@ dependencies = [ [[package]] name = "aws-sdk-apigateway" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -706,16 +706,16 @@ dependencies = [ [[package]] name = "aws-sdk-apigatewaymanagement" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -728,16 +728,16 @@ dependencies = [ [[package]] name = "aws-sdk-apigatewayv2" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -750,16 +750,16 @@ dependencies = [ [[package]] name = "aws-sdk-appconfig" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -772,16 +772,16 @@ dependencies = [ [[package]] name = "aws-sdk-appconfigdata" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -794,16 +794,16 @@ dependencies = [ [[package]] name = "aws-sdk-appfabric" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -817,16 +817,16 @@ dependencies = [ [[package]] name = "aws-sdk-appflow" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -840,16 +840,16 @@ dependencies = [ [[package]] name = "aws-sdk-appintegrations" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -863,16 +863,16 @@ dependencies = [ [[package]] name = "aws-sdk-applicationautoscaling" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -885,16 +885,16 @@ dependencies = [ [[package]] name = "aws-sdk-applicationcostprofiler" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -907,16 +907,16 @@ dependencies = [ [[package]] name = "aws-sdk-applicationdiscovery" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -930,16 +930,16 @@ dependencies = [ [[package]] name = "aws-sdk-applicationinsights" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -952,16 +952,16 @@ dependencies = [ [[package]] name = "aws-sdk-applicationsignals" -version = "1.0.0" +version = "1.2.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -974,16 +974,16 @@ dependencies = [ [[package]] name = "aws-sdk-appmesh" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -997,16 +997,16 @@ dependencies = [ [[package]] name = "aws-sdk-apprunner" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1019,16 +1019,16 @@ dependencies = [ [[package]] name = "aws-sdk-appstream" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1041,16 +1041,16 @@ dependencies = [ [[package]] name = "aws-sdk-appsync" -version = "1.34.0" +version = "1.36.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1062,20 +1062,21 @@ dependencies = [ ] [[package]] -name = "aws-sdk-arczonalshift" -version = "1.31.0" +name = "aws-sdk-apptest" +version = "1.2.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", + "fastrand 2.0.2", "http 0.2.12", "once_cell", "regex-lite", @@ -1084,17 +1085,17 @@ dependencies = [ ] [[package]] -name = "aws-sdk-artifact" -version = "1.17.0" +name = "aws-sdk-arczonalshift" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1106,21 +1107,20 @@ dependencies = [ ] [[package]] -name = "aws-sdk-athena" -version = "1.31.0" +name = "aws-sdk-artifact" +version = "1.19.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", - "fastrand 2.0.2", "http 0.2.12", "once_cell", "regex-lite", @@ -1129,20 +1129,21 @@ dependencies = [ ] [[package]] -name = "aws-sdk-auditmanager" -version = "1.31.0" +name = "aws-sdk-athena" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", + "fastrand 2.0.2", "http 0.2.12", "once_cell", "regex-lite", @@ -1151,21 +1152,20 @@ dependencies = [ ] [[package]] -name = "aws-sdk-autoscaling" -version = "1.31.0" +name = "aws-sdk-auditmanager" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-query", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", - "aws-smithy-xml 0.60.8", "aws-types 1.3.1", + "bytes", "http 0.2.12", "once_cell", "regex-lite", @@ -1174,20 +1174,21 @@ dependencies = [ ] [[package]] -name = "aws-sdk-autoscalingplans" -version = "1.30.0" +name = "aws-sdk-autoscaling" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-query", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", + "aws-smithy-xml 0.60.8", "aws-types 1.3.1", - "bytes", "http 0.2.12", "once_cell", "regex-lite", @@ -1196,21 +1197,20 @@ dependencies = [ ] [[package]] -name = "aws-sdk-b2bi" -version = "1.31.0" +name = "aws-sdk-autoscalingplans" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", - "fastrand 2.0.2", "http 0.2.12", "once_cell", "regex-lite", @@ -1219,17 +1219,17 @@ dependencies = [ ] [[package]] -name = "aws-sdk-backup" -version = "1.32.0" +name = "aws-sdk-b2bi" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1242,20 +1242,21 @@ dependencies = [ ] [[package]] -name = "aws-sdk-backupgateway" -version = "1.30.0" +name = "aws-sdk-backup" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", + "fastrand 2.0.2", "http 0.2.12", "once_cell", "regex-lite", @@ -1264,18 +1265,17 @@ dependencies = [ ] [[package]] -name = "aws-sdk-backupstorage" -version = "1.30.0" +name = "aws-sdk-backupgateway" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", - "aws-sigv4 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1288,16 +1288,16 @@ dependencies = [ [[package]] name = "aws-sdk-batch" -version = "1.35.0" +version = "1.38.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1311,16 +1311,16 @@ dependencies = [ [[package]] name = "aws-sdk-bcmdataexports" -version = "1.28.0" +version = "1.30.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1333,16 +1333,16 @@ dependencies = [ [[package]] name = "aws-sdk-bedrock" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1356,16 +1356,16 @@ dependencies = [ [[package]] name = "aws-sdk-bedrockagent" -version = "1.34.0" +version = "1.36.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1379,17 +1379,17 @@ dependencies = [ [[package]] name = "aws-sdk-bedrockagentruntime" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-eventstream 0.60.4", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1402,17 +1402,17 @@ dependencies = [ [[package]] name = "aws-sdk-bedrockruntime" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-eventstream 0.60.4", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1425,16 +1425,16 @@ dependencies = [ [[package]] name = "aws-sdk-billingconductor" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1448,16 +1448,16 @@ dependencies = [ [[package]] name = "aws-sdk-braket" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1471,16 +1471,16 @@ dependencies = [ [[package]] name = "aws-sdk-budgets" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1493,16 +1493,16 @@ dependencies = [ [[package]] name = "aws-sdk-chatbot" -version = "1.17.0" +version = "1.19.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1515,16 +1515,16 @@ dependencies = [ [[package]] name = "aws-sdk-chime" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1538,16 +1538,16 @@ dependencies = [ [[package]] name = "aws-sdk-chimesdkidentity" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1561,16 +1561,16 @@ dependencies = [ [[package]] name = "aws-sdk-chimesdkmediapipelines" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1584,16 +1584,16 @@ dependencies = [ [[package]] name = "aws-sdk-chimesdkmeetings" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1607,16 +1607,16 @@ dependencies = [ [[package]] name = "aws-sdk-chimesdkmessaging" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1630,16 +1630,16 @@ dependencies = [ [[package]] name = "aws-sdk-chimesdkvoice" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1652,16 +1652,16 @@ dependencies = [ [[package]] name = "aws-sdk-cleanrooms" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1674,16 +1674,16 @@ dependencies = [ [[package]] name = "aws-sdk-cleanroomsml" -version = "1.28.0" +version = "1.30.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1696,16 +1696,16 @@ dependencies = [ [[package]] name = "aws-sdk-cloud9" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1718,16 +1718,16 @@ dependencies = [ [[package]] name = "aws-sdk-cloudcontrol" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1741,16 +1741,16 @@ dependencies = [ [[package]] name = "aws-sdk-clouddirectory" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1763,17 +1763,17 @@ dependencies = [ [[package]] name = "aws-sdk-cloudformation" -version = "1.35.0" +version = "1.37.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-query", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-smithy-xml 0.60.8", "aws-types 1.3.1", @@ -1787,16 +1787,16 @@ dependencies = [ [[package]] name = "aws-sdk-cloudfront" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-smithy-xml 0.60.8", "aws-types 1.3.1", @@ -1809,16 +1809,16 @@ dependencies = [ [[package]] name = "aws-sdk-cloudfrontkeyvaluestore" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1832,16 +1832,16 @@ dependencies = [ [[package]] name = "aws-sdk-cloudhsm" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1854,16 +1854,16 @@ dependencies = [ [[package]] name = "aws-sdk-cloudhsmv2" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1876,17 +1876,17 @@ dependencies = [ [[package]] name = "aws-sdk-cloudsearch" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-query", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-smithy-xml 0.60.8", "aws-types 1.3.1", @@ -1899,16 +1899,16 @@ dependencies = [ [[package]] name = "aws-sdk-cloudsearchdomain" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1921,16 +1921,16 @@ dependencies = [ [[package]] name = "aws-sdk-cloudtrail" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1943,16 +1943,16 @@ dependencies = [ [[package]] name = "aws-sdk-cloudtraildata" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -1965,18 +1965,18 @@ dependencies = [ [[package]] name = "aws-sdk-cloudwatch" -version = "1.34.0" +version = "1.36.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-compression", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-query", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-smithy-xml 0.60.8", "aws-types 1.3.1", @@ -1991,16 +1991,16 @@ dependencies = [ [[package]] name = "aws-sdk-cloudwatchevents" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2013,16 +2013,16 @@ dependencies = [ [[package]] name = "aws-sdk-cloudwatchlogs" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2036,16 +2036,16 @@ dependencies = [ [[package]] name = "aws-sdk-codeartifact" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2058,16 +2058,16 @@ dependencies = [ [[package]] name = "aws-sdk-codebuild" -version = "1.38.0" +version = "1.41.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2080,17 +2080,17 @@ dependencies = [ [[package]] name = "aws-sdk-codecatalyst" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-protocol-test 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2107,16 +2107,16 @@ dependencies = [ [[package]] name = "aws-sdk-codecommit" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2130,16 +2130,16 @@ dependencies = [ [[package]] name = "aws-sdk-codeconnections" -version = "1.12.0" +version = "1.14.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2152,16 +2152,16 @@ dependencies = [ [[package]] name = "aws-sdk-codedeploy" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2174,16 +2174,16 @@ dependencies = [ [[package]] name = "aws-sdk-codeguruprofiler" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2197,16 +2197,16 @@ dependencies = [ [[package]] name = "aws-sdk-codegurureviewer" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2220,16 +2220,16 @@ dependencies = [ [[package]] name = "aws-sdk-codegurusecurity" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2243,16 +2243,16 @@ dependencies = [ [[package]] name = "aws-sdk-codepipeline" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2266,16 +2266,16 @@ dependencies = [ [[package]] name = "aws-sdk-codestar" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2288,16 +2288,16 @@ dependencies = [ [[package]] name = "aws-sdk-codestarconnections" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2310,16 +2310,16 @@ dependencies = [ [[package]] name = "aws-sdk-codestarnotifications" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2333,16 +2333,16 @@ dependencies = [ [[package]] name = "aws-sdk-cognitoidentity" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2355,16 +2355,16 @@ dependencies = [ [[package]] name = "aws-sdk-cognitoidentityprovider" -version = "1.34.0" +version = "1.37.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2377,16 +2377,16 @@ dependencies = [ [[package]] name = "aws-sdk-cognitosync" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2399,16 +2399,16 @@ dependencies = [ [[package]] name = "aws-sdk-comprehend" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2422,16 +2422,16 @@ dependencies = [ [[package]] name = "aws-sdk-comprehendmedical" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2445,16 +2445,16 @@ dependencies = [ [[package]] name = "aws-sdk-computeoptimizer" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2467,16 +2467,16 @@ dependencies = [ [[package]] name = "aws-sdk-config" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2489,16 +2489,16 @@ dependencies = [ [[package]] name = "aws-sdk-connect" -version = "1.44.0" +version = "1.46.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2512,16 +2512,16 @@ dependencies = [ [[package]] name = "aws-sdk-connectcampaigns" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2534,16 +2534,16 @@ dependencies = [ [[package]] name = "aws-sdk-connectcases" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2557,16 +2557,16 @@ dependencies = [ [[package]] name = "aws-sdk-connectcontactlens" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2579,16 +2579,16 @@ dependencies = [ [[package]] name = "aws-sdk-connectparticipant" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2602,16 +2602,16 @@ dependencies = [ [[package]] name = "aws-sdk-controlcatalog" -version = "1.11.0" +version = "1.13.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2624,16 +2624,16 @@ dependencies = [ [[package]] name = "aws-sdk-controltower" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2646,16 +2646,16 @@ dependencies = [ [[package]] name = "aws-sdk-costandusagereport" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2668,16 +2668,16 @@ dependencies = [ [[package]] name = "aws-sdk-costexplorer" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2690,16 +2690,16 @@ dependencies = [ [[package]] name = "aws-sdk-costoptimizationhub" -version = "1.29.0" +version = "1.31.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2712,16 +2712,16 @@ dependencies = [ [[package]] name = "aws-sdk-customerprofiles" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2734,16 +2734,16 @@ dependencies = [ [[package]] name = "aws-sdk-databasemigration" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2756,16 +2756,16 @@ dependencies = [ [[package]] name = "aws-sdk-databrew" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2778,16 +2778,16 @@ dependencies = [ [[package]] name = "aws-sdk-dataexchange" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2801,16 +2801,16 @@ dependencies = [ [[package]] name = "aws-sdk-datapipeline" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2823,16 +2823,16 @@ dependencies = [ [[package]] name = "aws-sdk-datasync" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2846,16 +2846,16 @@ dependencies = [ [[package]] name = "aws-sdk-datazone" -version = "1.33.0" +version = "1.36.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2869,16 +2869,16 @@ dependencies = [ [[package]] name = "aws-sdk-dax" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2891,16 +2891,16 @@ dependencies = [ [[package]] name = "aws-sdk-deadline" -version = "1.12.0" +version = "1.14.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2914,16 +2914,16 @@ dependencies = [ [[package]] name = "aws-sdk-detective" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2936,16 +2936,16 @@ dependencies = [ [[package]] name = "aws-sdk-devicefarm" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2958,16 +2958,16 @@ dependencies = [ [[package]] name = "aws-sdk-devopsguru" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -2981,16 +2981,16 @@ dependencies = [ [[package]] name = "aws-sdk-directconnect" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3003,16 +3003,16 @@ dependencies = [ [[package]] name = "aws-sdk-directory" -version = "1.30.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3025,16 +3025,16 @@ dependencies = [ [[package]] name = "aws-sdk-dlm" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3047,17 +3047,17 @@ dependencies = [ [[package]] name = "aws-sdk-docdb" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-query", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-smithy-xml 0.60.8", "aws-types 1.3.1", @@ -3070,16 +3070,16 @@ dependencies = [ [[package]] name = "aws-sdk-docdbelastic" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3093,16 +3093,16 @@ dependencies = [ [[package]] name = "aws-sdk-drs" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3115,18 +3115,18 @@ dependencies = [ [[package]] name = "aws-sdk-dynamodb" -version = "1.33.0" +version = "1.35.0" dependencies = [ "approx", "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-protocol-test 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3144,16 +3144,16 @@ dependencies = [ [[package]] name = "aws-sdk-dynamodbstreams" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3166,17 +3166,17 @@ dependencies = [ [[package]] name = "aws-sdk-ebs" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-sigv4 1.2.2", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3191,18 +3191,18 @@ dependencies = [ [[package]] name = "aws-sdk-ec2" -version = "1.49.0" +version = "1.52.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-protocol-test 0.60.7", "aws-smithy-query", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-smithy-xml 0.60.8", "aws-types 1.3.1", @@ -3219,16 +3219,16 @@ dependencies = [ [[package]] name = "aws-sdk-ec2instanceconnect" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3241,16 +3241,16 @@ dependencies = [ [[package]] name = "aws-sdk-ecr" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3263,16 +3263,16 @@ dependencies = [ [[package]] name = "aws-sdk-ecrpublic" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3285,16 +3285,16 @@ dependencies = [ [[package]] name = "aws-sdk-ecs" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3308,16 +3308,16 @@ dependencies = [ [[package]] name = "aws-sdk-efs" -version = "1.30.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3331,16 +3331,16 @@ dependencies = [ [[package]] name = "aws-sdk-eks" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3354,16 +3354,16 @@ dependencies = [ [[package]] name = "aws-sdk-eksauth" -version = "1.28.0" +version = "1.30.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3376,17 +3376,17 @@ dependencies = [ [[package]] name = "aws-sdk-elasticache" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-query", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-smithy-xml 0.60.8", "aws-types 1.3.1", @@ -3399,17 +3399,17 @@ dependencies = [ [[package]] name = "aws-sdk-elasticbeanstalk" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-query", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-smithy-xml 0.60.8", "aws-types 1.3.1", @@ -3422,16 +3422,16 @@ dependencies = [ [[package]] name = "aws-sdk-elasticinference" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3444,17 +3444,17 @@ dependencies = [ [[package]] name = "aws-sdk-elasticloadbalancing" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-query", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-smithy-xml 0.60.8", "aws-types 1.3.1", @@ -3467,17 +3467,17 @@ dependencies = [ [[package]] name = "aws-sdk-elasticloadbalancingv2" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-query", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-smithy-xml 0.60.8", "aws-types 1.3.1", @@ -3490,16 +3490,16 @@ dependencies = [ [[package]] name = "aws-sdk-elasticsearch" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3512,16 +3512,16 @@ dependencies = [ [[package]] name = "aws-sdk-elastictranscoder" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3534,16 +3534,16 @@ dependencies = [ [[package]] name = "aws-sdk-emr" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3556,16 +3556,16 @@ dependencies = [ [[package]] name = "aws-sdk-emrcontainers" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3579,16 +3579,16 @@ dependencies = [ [[package]] name = "aws-sdk-emrserverless" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3602,16 +3602,16 @@ dependencies = [ [[package]] name = "aws-sdk-entityresolution" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3624,16 +3624,16 @@ dependencies = [ [[package]] name = "aws-sdk-eventbridge" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3646,16 +3646,16 @@ dependencies = [ [[package]] name = "aws-sdk-evidently" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3668,16 +3668,16 @@ dependencies = [ [[package]] name = "aws-sdk-finspace" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3691,16 +3691,16 @@ dependencies = [ [[package]] name = "aws-sdk-finspacedata" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3714,16 +3714,16 @@ dependencies = [ [[package]] name = "aws-sdk-firehose" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3736,16 +3736,16 @@ dependencies = [ [[package]] name = "aws-sdk-fis" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3759,16 +3759,16 @@ dependencies = [ [[package]] name = "aws-sdk-fms" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3781,16 +3781,16 @@ dependencies = [ [[package]] name = "aws-sdk-forecast" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3803,16 +3803,16 @@ dependencies = [ [[package]] name = "aws-sdk-forecastquery" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3825,16 +3825,16 @@ dependencies = [ [[package]] name = "aws-sdk-frauddetector" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3847,16 +3847,16 @@ dependencies = [ [[package]] name = "aws-sdk-freetier" -version = "1.28.0" +version = "1.30.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3869,16 +3869,16 @@ dependencies = [ [[package]] name = "aws-sdk-fsx" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3892,16 +3892,16 @@ dependencies = [ [[package]] name = "aws-sdk-gamelift" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3914,18 +3914,18 @@ dependencies = [ [[package]] name = "aws-sdk-glacier" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-sigv4 1.2.2", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-protocol-test 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3944,16 +3944,16 @@ dependencies = [ [[package]] name = "aws-sdk-globalaccelerator" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3967,16 +3967,16 @@ dependencies = [ [[package]] name = "aws-sdk-glue" -version = "1.39.0" +version = "1.42.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -3989,16 +3989,16 @@ dependencies = [ [[package]] name = "aws-sdk-grafana" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4012,16 +4012,16 @@ dependencies = [ [[package]] name = "aws-sdk-greengrass" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4034,16 +4034,16 @@ dependencies = [ [[package]] name = "aws-sdk-greengrassv2" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4057,16 +4057,16 @@ dependencies = [ [[package]] name = "aws-sdk-groundstation" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4079,16 +4079,16 @@ dependencies = [ [[package]] name = "aws-sdk-guardduty" -version = "1.34.0" +version = "1.37.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4102,16 +4102,16 @@ dependencies = [ [[package]] name = "aws-sdk-health" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4124,16 +4124,16 @@ dependencies = [ [[package]] name = "aws-sdk-healthlake" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4147,18 +4147,18 @@ dependencies = [ [[package]] name = "aws-sdk-iam" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-protocol-test 0.60.7", "aws-smithy-query", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-smithy-xml 0.60.8", "aws-types 1.3.1", @@ -4174,16 +4174,16 @@ dependencies = [ [[package]] name = "aws-sdk-identitystore" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4196,16 +4196,16 @@ dependencies = [ [[package]] name = "aws-sdk-imagebuilder" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4219,16 +4219,16 @@ dependencies = [ [[package]] name = "aws-sdk-inspector" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4241,16 +4241,16 @@ dependencies = [ [[package]] name = "aws-sdk-inspector2" -version = "1.34.0" +version = "1.36.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4264,16 +4264,16 @@ dependencies = [ [[package]] name = "aws-sdk-inspectorscan" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4286,16 +4286,16 @@ dependencies = [ [[package]] name = "aws-sdk-internetmonitor" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4309,16 +4309,16 @@ dependencies = [ [[package]] name = "aws-sdk-iot" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4332,16 +4332,16 @@ dependencies = [ [[package]] name = "aws-sdk-iot1clickdevices" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4354,16 +4354,16 @@ dependencies = [ [[package]] name = "aws-sdk-iot1clickprojects" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4376,16 +4376,16 @@ dependencies = [ [[package]] name = "aws-sdk-iotanalytics" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4398,16 +4398,16 @@ dependencies = [ [[package]] name = "aws-sdk-iotdataplane" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4420,16 +4420,16 @@ dependencies = [ [[package]] name = "aws-sdk-iotdeviceadvisor" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4442,16 +4442,16 @@ dependencies = [ [[package]] name = "aws-sdk-iotevents" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4464,16 +4464,16 @@ dependencies = [ [[package]] name = "aws-sdk-ioteventsdata" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4486,16 +4486,16 @@ dependencies = [ [[package]] name = "aws-sdk-iotfleethub" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4509,16 +4509,16 @@ dependencies = [ [[package]] name = "aws-sdk-iotfleetwise" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4531,16 +4531,16 @@ dependencies = [ [[package]] name = "aws-sdk-iotjobsdataplane" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4553,16 +4553,16 @@ dependencies = [ [[package]] name = "aws-sdk-iotsecuretunneling" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4575,16 +4575,16 @@ dependencies = [ [[package]] name = "aws-sdk-iotsitewise" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4598,16 +4598,16 @@ dependencies = [ [[package]] name = "aws-sdk-iotthingsgraph" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4620,16 +4620,16 @@ dependencies = [ [[package]] name = "aws-sdk-iottwinmaker" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4642,16 +4642,16 @@ dependencies = [ [[package]] name = "aws-sdk-iotwireless" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4665,16 +4665,16 @@ dependencies = [ [[package]] name = "aws-sdk-ivs" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4687,16 +4687,16 @@ dependencies = [ [[package]] name = "aws-sdk-ivschat" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4709,16 +4709,16 @@ dependencies = [ [[package]] name = "aws-sdk-ivsrealtime" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4732,16 +4732,16 @@ dependencies = [ [[package]] name = "aws-sdk-kafka" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4754,16 +4754,16 @@ dependencies = [ [[package]] name = "aws-sdk-kafkaconnect" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4776,16 +4776,16 @@ dependencies = [ [[package]] name = "aws-sdk-kendra" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4799,16 +4799,16 @@ dependencies = [ [[package]] name = "aws-sdk-kendraranking" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4822,16 +4822,16 @@ dependencies = [ [[package]] name = "aws-sdk-keyspaces" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4844,16 +4844,16 @@ dependencies = [ [[package]] name = "aws-sdk-kinesis" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4866,16 +4866,16 @@ dependencies = [ [[package]] name = "aws-sdk-kinesisanalytics" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4888,16 +4888,16 @@ dependencies = [ [[package]] name = "aws-sdk-kinesisanalyticsv2" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4910,16 +4910,16 @@ dependencies = [ [[package]] name = "aws-sdk-kinesisvideo" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4932,16 +4932,16 @@ dependencies = [ [[package]] name = "aws-sdk-kinesisvideoarchivedmedia" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4954,16 +4954,16 @@ dependencies = [ [[package]] name = "aws-sdk-kinesisvideomedia" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4976,16 +4976,16 @@ dependencies = [ [[package]] name = "aws-sdk-kinesisvideosignaling" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -4998,16 +4998,16 @@ dependencies = [ [[package]] name = "aws-sdk-kinesisvideowebrtcstorage" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5020,17 +5020,17 @@ dependencies = [ [[package]] name = "aws-sdk-kms" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-protocol-test 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5046,16 +5046,16 @@ dependencies = [ [[package]] name = "aws-sdk-lakeformation" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5068,18 +5068,18 @@ dependencies = [ [[package]] name = "aws-sdk-lambda" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-eventstream 0.60.4", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-protocol-test 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5095,16 +5095,16 @@ dependencies = [ [[package]] name = "aws-sdk-launchwizard" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5117,16 +5117,16 @@ dependencies = [ [[package]] name = "aws-sdk-lexmodelbuilding" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5139,16 +5139,16 @@ dependencies = [ [[package]] name = "aws-sdk-lexmodelsv2" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5161,17 +5161,17 @@ dependencies = [ [[package]] name = "aws-sdk-lexruntime" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-sigv4 1.2.2", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5184,18 +5184,18 @@ dependencies = [ [[package]] name = "aws-sdk-lexruntimev2" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-sigv4 1.2.2", "aws-smithy-async 1.2.1", "aws-smithy-eventstream 0.60.4", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5209,16 +5209,16 @@ dependencies = [ [[package]] name = "aws-sdk-licensemanager" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5231,16 +5231,16 @@ dependencies = [ [[package]] name = "aws-sdk-licensemanagerlinuxsubscriptions" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5253,16 +5253,16 @@ dependencies = [ [[package]] name = "aws-sdk-licensemanagerusersubscriptions" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5275,16 +5275,16 @@ dependencies = [ [[package]] name = "aws-sdk-lightsail" -version = "1.34.0" +version = "1.36.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5297,16 +5297,16 @@ dependencies = [ [[package]] name = "aws-sdk-location" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5319,16 +5319,16 @@ dependencies = [ [[package]] name = "aws-sdk-lookoutequipment" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5342,16 +5342,16 @@ dependencies = [ [[package]] name = "aws-sdk-lookoutmetrics" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5364,16 +5364,16 @@ dependencies = [ [[package]] name = "aws-sdk-lookoutvision" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5387,16 +5387,16 @@ dependencies = [ [[package]] name = "aws-sdk-m2" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5410,16 +5410,16 @@ dependencies = [ [[package]] name = "aws-sdk-machinelearning" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5432,16 +5432,16 @@ dependencies = [ [[package]] name = "aws-sdk-macie2" -version = "1.31.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5455,16 +5455,16 @@ dependencies = [ [[package]] name = "aws-sdk-mailmanager" -version = "1.5.0" +version = "1.7.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5478,16 +5478,16 @@ dependencies = [ [[package]] name = "aws-sdk-managedblockchain" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5501,16 +5501,16 @@ dependencies = [ [[package]] name = "aws-sdk-managedblockchainquery" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5523,16 +5523,16 @@ dependencies = [ [[package]] name = "aws-sdk-marketplaceagreement" -version = "1.27.0" +version = "1.29.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5545,16 +5545,16 @@ dependencies = [ [[package]] name = "aws-sdk-marketplacecatalog" -version = "1.34.0" +version = "1.36.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5568,16 +5568,16 @@ dependencies = [ [[package]] name = "aws-sdk-marketplacecommerceanalytics" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5590,16 +5590,16 @@ dependencies = [ [[package]] name = "aws-sdk-marketplacedeployment" -version = "1.27.0" +version = "1.29.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5613,16 +5613,16 @@ dependencies = [ [[package]] name = "aws-sdk-marketplaceentitlement" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5635,16 +5635,16 @@ dependencies = [ [[package]] name = "aws-sdk-marketplacemetering" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5657,16 +5657,16 @@ dependencies = [ [[package]] name = "aws-sdk-mediaconnect" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5679,16 +5679,16 @@ dependencies = [ [[package]] name = "aws-sdk-mediaconvert" -version = "1.33.0" +version = "1.37.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5702,16 +5702,16 @@ dependencies = [ [[package]] name = "aws-sdk-medialive" -version = "1.36.0" +version = "1.38.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5725,16 +5725,16 @@ dependencies = [ [[package]] name = "aws-sdk-mediapackage" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5747,16 +5747,16 @@ dependencies = [ [[package]] name = "aws-sdk-mediapackagev2" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5770,16 +5770,16 @@ dependencies = [ [[package]] name = "aws-sdk-mediapackagevod" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5792,16 +5792,16 @@ dependencies = [ [[package]] name = "aws-sdk-mediastore" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5814,17 +5814,17 @@ dependencies = [ [[package]] name = "aws-sdk-mediastoredata" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-sigv4 1.2.2", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5837,16 +5837,16 @@ dependencies = [ [[package]] name = "aws-sdk-mediatailor" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5859,16 +5859,16 @@ dependencies = [ [[package]] name = "aws-sdk-medicalimaging" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5882,16 +5882,16 @@ dependencies = [ [[package]] name = "aws-sdk-memorydb" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5904,16 +5904,16 @@ dependencies = [ [[package]] name = "aws-sdk-mgn" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5927,16 +5927,16 @@ dependencies = [ [[package]] name = "aws-sdk-migrationhub" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5949,16 +5949,16 @@ dependencies = [ [[package]] name = "aws-sdk-migrationhubconfig" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5971,16 +5971,16 @@ dependencies = [ [[package]] name = "aws-sdk-migrationhuborchestrator" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -5994,16 +5994,16 @@ dependencies = [ [[package]] name = "aws-sdk-migrationhubrefactorspaces" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6017,16 +6017,16 @@ dependencies = [ [[package]] name = "aws-sdk-migrationhubstrategy" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6039,16 +6039,16 @@ dependencies = [ [[package]] name = "aws-sdk-mobile" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6061,16 +6061,16 @@ dependencies = [ [[package]] name = "aws-sdk-mq" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6084,16 +6084,16 @@ dependencies = [ [[package]] name = "aws-sdk-mturk" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6106,16 +6106,16 @@ dependencies = [ [[package]] name = "aws-sdk-mwaa" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6128,17 +6128,17 @@ dependencies = [ [[package]] name = "aws-sdk-neptune" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-query", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-smithy-xml 0.60.8", "aws-types 1.3.1", @@ -6151,16 +6151,16 @@ dependencies = [ [[package]] name = "aws-sdk-neptunedata" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6173,16 +6173,16 @@ dependencies = [ [[package]] name = "aws-sdk-neptunegraph" -version = "1.27.0" +version = "1.29.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6195,16 +6195,16 @@ dependencies = [ [[package]] name = "aws-sdk-networkfirewall" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6217,16 +6217,16 @@ dependencies = [ [[package]] name = "aws-sdk-networkmanager" -version = "1.30.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6240,16 +6240,16 @@ dependencies = [ [[package]] name = "aws-sdk-networkmonitor" -version = "1.21.0" +version = "1.23.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6263,16 +6263,16 @@ dependencies = [ [[package]] name = "aws-sdk-nimble" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6286,16 +6286,16 @@ dependencies = [ [[package]] name = "aws-sdk-oam" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6308,17 +6308,17 @@ dependencies = [ [[package]] name = "aws-sdk-omics" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-sigv4 1.2.2", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6332,16 +6332,16 @@ dependencies = [ [[package]] name = "aws-sdk-opensearch" -version = "1.35.0" +version = "1.37.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6354,16 +6354,16 @@ dependencies = [ [[package]] name = "aws-sdk-opensearchserverless" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6377,16 +6377,16 @@ dependencies = [ [[package]] name = "aws-sdk-opsworks" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6399,16 +6399,16 @@ dependencies = [ [[package]] name = "aws-sdk-opsworkscm" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6421,16 +6421,16 @@ dependencies = [ [[package]] name = "aws-sdk-organizations" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6443,16 +6443,16 @@ dependencies = [ [[package]] name = "aws-sdk-osis" -version = "1.31.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6465,16 +6465,16 @@ dependencies = [ [[package]] name = "aws-sdk-outposts" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6487,16 +6487,16 @@ dependencies = [ [[package]] name = "aws-sdk-panorama" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6509,16 +6509,16 @@ dependencies = [ [[package]] name = "aws-sdk-paymentcryptography" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6531,16 +6531,16 @@ dependencies = [ [[package]] name = "aws-sdk-paymentcryptographydata" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6553,16 +6553,39 @@ dependencies = [ [[package]] name = "aws-sdk-pcaconnectorad" -version = "1.30.0" +version = "1.32.0" +dependencies = [ + "aws-config", + "aws-credential-types 1.2.0", + "aws-runtime 1.3.0", + "aws-smithy-async 1.2.1", + "aws-smithy-http 0.60.8", + "aws-smithy-json 0.60.7", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", + "aws-smithy-types 1.2.0", + "aws-types 1.3.1", + "bytes", + "fastrand 2.0.2", + "http 0.2.12", + "once_cell", + "regex-lite", + "tokio", + "tracing", +] + +[[package]] +name = "aws-sdk-pcaconnectorscep" +version = "1.2.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6576,16 +6599,16 @@ dependencies = [ [[package]] name = "aws-sdk-personalize" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6598,16 +6621,16 @@ dependencies = [ [[package]] name = "aws-sdk-personalizeevents" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6620,16 +6643,16 @@ dependencies = [ [[package]] name = "aws-sdk-personalizeruntime" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6642,16 +6665,16 @@ dependencies = [ [[package]] name = "aws-sdk-pi" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6664,16 +6687,16 @@ dependencies = [ [[package]] name = "aws-sdk-pinpoint" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6686,16 +6709,16 @@ dependencies = [ [[package]] name = "aws-sdk-pinpointemail" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6708,16 +6731,16 @@ dependencies = [ [[package]] name = "aws-sdk-pinpointsmsvoice" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6730,16 +6753,16 @@ dependencies = [ [[package]] name = "aws-sdk-pinpointsmsvoicev2" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6753,16 +6776,16 @@ dependencies = [ [[package]] name = "aws-sdk-pipes" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6775,23 +6798,25 @@ dependencies = [ [[package]] name = "aws-sdk-polly" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-sigv4 1.2.2", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-protocol-test 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", "futures-util", "http 0.2.12", + "http 1.1.0", + "http-body 1.0.0", "once_cell", "regex-lite", "serde_json", @@ -6802,16 +6827,16 @@ dependencies = [ [[package]] name = "aws-sdk-pricing" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6824,16 +6849,16 @@ dependencies = [ [[package]] name = "aws-sdk-privatenetworks" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6846,16 +6871,16 @@ dependencies = [ [[package]] name = "aws-sdk-proton" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6869,18 +6894,18 @@ dependencies = [ [[package]] name = "aws-sdk-qbusiness" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-sigv4 1.2.2", "aws-smithy-async 1.2.1", "aws-smithy-eventstream 0.60.4", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6895,16 +6920,16 @@ dependencies = [ [[package]] name = "aws-sdk-qconnect" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6918,16 +6943,16 @@ dependencies = [ [[package]] name = "aws-sdk-qldb" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6940,17 +6965,17 @@ dependencies = [ [[package]] name = "aws-sdk-qldbsession" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-protocol-test 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6966,16 +6991,16 @@ dependencies = [ [[package]] name = "aws-sdk-quicksight" -version = "1.37.0" +version = "1.39.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -6988,16 +7013,16 @@ dependencies = [ [[package]] name = "aws-sdk-ram" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7010,16 +7035,16 @@ dependencies = [ [[package]] name = "aws-sdk-rbin" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7032,17 +7057,17 @@ dependencies = [ [[package]] name = "aws-sdk-rds" -version = "1.40.0" +version = "1.42.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-query", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-smithy-xml 0.60.8", "aws-types 1.3.1", @@ -7055,16 +7080,16 @@ dependencies = [ [[package]] name = "aws-sdk-rdsdata" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7077,17 +7102,17 @@ dependencies = [ [[package]] name = "aws-sdk-redshift" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-query", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-smithy-xml 0.60.8", "aws-types 1.3.1", @@ -7100,16 +7125,16 @@ dependencies = [ [[package]] name = "aws-sdk-redshiftdata" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7123,16 +7148,16 @@ dependencies = [ [[package]] name = "aws-sdk-redshiftserverless" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7145,16 +7170,16 @@ dependencies = [ [[package]] name = "aws-sdk-rekognition" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7168,16 +7193,16 @@ dependencies = [ [[package]] name = "aws-sdk-repostspace" -version = "1.28.0" +version = "1.30.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7190,16 +7215,16 @@ dependencies = [ [[package]] name = "aws-sdk-resiliencehub" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7213,16 +7238,16 @@ dependencies = [ [[package]] name = "aws-sdk-resourceexplorer2" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7236,16 +7261,16 @@ dependencies = [ [[package]] name = "aws-sdk-resourcegroups" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7258,16 +7283,16 @@ dependencies = [ [[package]] name = "aws-sdk-resourcegroupstagging" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7280,16 +7305,16 @@ dependencies = [ [[package]] name = "aws-sdk-robomaker" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7303,16 +7328,16 @@ dependencies = [ [[package]] name = "aws-sdk-rolesanywhere" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7325,16 +7350,16 @@ dependencies = [ [[package]] name = "aws-sdk-route53" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-smithy-xml 0.60.8", "aws-types 1.3.1", @@ -7348,16 +7373,16 @@ dependencies = [ [[package]] name = "aws-sdk-route53domains" -version = "1.31.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7370,16 +7395,16 @@ dependencies = [ [[package]] name = "aws-sdk-route53profiles" -version = "1.9.0" +version = "1.11.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7393,16 +7418,16 @@ dependencies = [ [[package]] name = "aws-sdk-route53recoverycluster" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7415,16 +7440,16 @@ dependencies = [ [[package]] name = "aws-sdk-route53recoverycontrolconfig" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7438,16 +7463,16 @@ dependencies = [ [[package]] name = "aws-sdk-route53recoveryreadiness" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7460,16 +7485,16 @@ dependencies = [ [[package]] name = "aws-sdk-route53resolver" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7483,16 +7508,16 @@ dependencies = [ [[package]] name = "aws-sdk-rum" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7505,23 +7530,23 @@ dependencies = [ [[package]] name = "aws-sdk-s3" -version = "1.35.0" +version = "1.37.0" dependencies = [ "ahash", "async-std", "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-sigv4 1.2.2", "aws-smithy-async 1.2.1", - "aws-smithy-checksums 0.60.9", + "aws-smithy-checksums 0.60.10", "aws-smithy-eventstream 0.60.4", "aws-smithy-experimental", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-protocol-test 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-smithy-xml 0.60.8", "aws-types 1.3.1", @@ -7533,7 +7558,9 @@ dependencies = [ "hex", "hmac", "http 0.2.12", + "http 1.1.0", "http-body 0.4.6", + "http-body 1.0.0", "lru", "once_cell", "percent-encoding", @@ -7553,21 +7580,21 @@ dependencies = [ [[package]] name = "aws-sdk-s3" -version = "1.35.0" +version = "1.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ce9a2c2942ae463c652e8295f9258ceb8312bd5313732e50066bdd6615b50f3" +checksum = "955365fd032cc94608c7e0f4aea36a9825399d6a1bf7b96f56cf157414b04c40" dependencies = [ "ahash", "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "aws-runtime 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "aws-runtime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "aws-sigv4 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "aws-smithy-checksums 0.60.9 (registry+https://github.com/rust-lang/crates.io-index)", + "aws-smithy-checksums 0.60.10 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)", - "aws-smithy-runtime 1.5.7 (registry+https://github.com/rust-lang/crates.io-index)", - "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)", "aws-types 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -7588,17 +7615,17 @@ dependencies = [ [[package]] name = "aws-sdk-s3control" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-protocol-test 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-smithy-xml 0.60.8", "aws-types 1.3.1", @@ -7617,16 +7644,16 @@ dependencies = [ [[package]] name = "aws-sdk-s3outposts" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7639,16 +7666,16 @@ dependencies = [ [[package]] name = "aws-sdk-sagemaker" -version = "1.51.0" +version = "1.54.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7662,16 +7689,16 @@ dependencies = [ [[package]] name = "aws-sdk-sagemakera2iruntime" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7684,16 +7711,16 @@ dependencies = [ [[package]] name = "aws-sdk-sagemakeredge" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7706,16 +7733,16 @@ dependencies = [ [[package]] name = "aws-sdk-sagemakerfeaturestoreruntime" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7728,16 +7755,16 @@ dependencies = [ [[package]] name = "aws-sdk-sagemakergeospatial" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7751,16 +7778,16 @@ dependencies = [ [[package]] name = "aws-sdk-sagemakermetrics" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7773,17 +7800,17 @@ dependencies = [ [[package]] name = "aws-sdk-sagemakerruntime" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-eventstream 0.60.4", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7796,16 +7823,16 @@ dependencies = [ [[package]] name = "aws-sdk-savingsplans" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7819,16 +7846,16 @@ dependencies = [ [[package]] name = "aws-sdk-scheduler" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7842,16 +7869,16 @@ dependencies = [ [[package]] name = "aws-sdk-schemas" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7865,16 +7892,16 @@ dependencies = [ [[package]] name = "aws-sdk-secretsmanager" -version = "1.33.0" +version = "1.36.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7888,16 +7915,16 @@ dependencies = [ [[package]] name = "aws-sdk-securityhub" -version = "1.32.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7910,16 +7937,16 @@ dependencies = [ [[package]] name = "aws-sdk-securitylake" -version = "1.31.0" +version = "1.34.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7932,16 +7959,16 @@ dependencies = [ [[package]] name = "aws-sdk-serverlessapplicationrepository" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7954,16 +7981,16 @@ dependencies = [ [[package]] name = "aws-sdk-servicecatalog" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -7977,16 +8004,16 @@ dependencies = [ [[package]] name = "aws-sdk-servicecatalogappregistry" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8000,16 +8027,16 @@ dependencies = [ [[package]] name = "aws-sdk-servicediscovery" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8023,16 +8050,16 @@ dependencies = [ [[package]] name = "aws-sdk-servicequotas" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8045,17 +8072,17 @@ dependencies = [ [[package]] name = "aws-sdk-ses" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-query", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-smithy-xml 0.60.8", "aws-types 1.3.1", @@ -8068,16 +8095,16 @@ dependencies = [ [[package]] name = "aws-sdk-sesv2" -version = "1.32.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8090,16 +8117,16 @@ dependencies = [ [[package]] name = "aws-sdk-sfn" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8113,16 +8140,16 @@ dependencies = [ [[package]] name = "aws-sdk-shield" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8135,16 +8162,16 @@ dependencies = [ [[package]] name = "aws-sdk-signer" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8158,16 +8185,16 @@ dependencies = [ [[package]] name = "aws-sdk-simspaceweaver" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8181,16 +8208,16 @@ dependencies = [ [[package]] name = "aws-sdk-sms" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8203,16 +8230,16 @@ dependencies = [ [[package]] name = "aws-sdk-snowball" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8225,16 +8252,16 @@ dependencies = [ [[package]] name = "aws-sdk-snowdevicemanagement" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8248,17 +8275,17 @@ dependencies = [ [[package]] name = "aws-sdk-sns" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-query", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-smithy-xml 0.60.8", "aws-types 1.3.1", @@ -8271,16 +8298,16 @@ dependencies = [ [[package]] name = "aws-sdk-sqs" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8293,16 +8320,16 @@ dependencies = [ [[package]] name = "aws-sdk-ssm" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8316,16 +8343,16 @@ dependencies = [ [[package]] name = "aws-sdk-ssmcontacts" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8339,16 +8366,16 @@ dependencies = [ [[package]] name = "aws-sdk-ssmincidents" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8362,16 +8389,16 @@ dependencies = [ [[package]] name = "aws-sdk-ssmsap" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8384,15 +8411,15 @@ dependencies = [ [[package]] name = "aws-sdk-sso" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8405,16 +8432,16 @@ dependencies = [ [[package]] name = "aws-sdk-ssoadmin" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8428,15 +8455,15 @@ dependencies = [ [[package]] name = "aws-sdk-ssooidc" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8449,16 +8476,16 @@ dependencies = [ [[package]] name = "aws-sdk-storagegateway" -version = "1.33.0" +version = "1.35.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8471,17 +8498,17 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-protocol-test 0.60.7", "aws-smithy-query", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-smithy-xml 0.60.8", "aws-types 1.3.1", @@ -8497,16 +8524,16 @@ dependencies = [ [[package]] name = "aws-sdk-supplychain" -version = "1.21.0" +version = "1.23.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8520,16 +8547,16 @@ dependencies = [ [[package]] name = "aws-sdk-support" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8542,16 +8569,16 @@ dependencies = [ [[package]] name = "aws-sdk-supportapp" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8564,16 +8591,16 @@ dependencies = [ [[package]] name = "aws-sdk-swf" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8586,16 +8613,16 @@ dependencies = [ [[package]] name = "aws-sdk-synthetics" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8608,16 +8635,16 @@ dependencies = [ [[package]] name = "aws-sdk-taxsettings" -version = "1.1.0" +version = "1.3.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8630,16 +8657,16 @@ dependencies = [ [[package]] name = "aws-sdk-textract" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8653,16 +8680,16 @@ dependencies = [ [[package]] name = "aws-sdk-timestreaminfluxdb" -version = "1.13.0" +version = "1.15.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8675,17 +8702,17 @@ dependencies = [ [[package]] name = "aws-sdk-timestreamquery" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-protocol-test 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8702,16 +8729,16 @@ dependencies = [ [[package]] name = "aws-sdk-timestreamwrite" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8725,16 +8752,16 @@ dependencies = [ [[package]] name = "aws-sdk-tnb" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8747,16 +8774,16 @@ dependencies = [ [[package]] name = "aws-sdk-transcribe" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8769,20 +8796,20 @@ dependencies = [ [[package]] name = "aws-sdk-transcribestreaming" -version = "1.30.0" +version = "1.32.0" dependencies = [ "async-stream", "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-sigv4 1.2.2", "aws-smithy-async 1.2.1", "aws-smithy-eventstream 0.60.4", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-protocol-test 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8801,16 +8828,16 @@ dependencies = [ [[package]] name = "aws-sdk-transfer" -version = "1.34.0" +version = "1.36.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8823,16 +8850,16 @@ dependencies = [ [[package]] name = "aws-sdk-translate" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8846,16 +8873,16 @@ dependencies = [ [[package]] name = "aws-sdk-trustedadvisor" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8868,16 +8895,16 @@ dependencies = [ [[package]] name = "aws-sdk-verifiedpermissions" -version = "1.36.0" +version = "1.38.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8891,16 +8918,16 @@ dependencies = [ [[package]] name = "aws-sdk-voiceid" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8914,16 +8941,16 @@ dependencies = [ [[package]] name = "aws-sdk-vpclattice" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8937,16 +8964,16 @@ dependencies = [ [[package]] name = "aws-sdk-waf" -version = "1.30.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8959,16 +8986,16 @@ dependencies = [ [[package]] name = "aws-sdk-wafregional" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -8981,16 +9008,16 @@ dependencies = [ [[package]] name = "aws-sdk-wafv2" -version = "1.34.0" +version = "1.36.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -9003,16 +9030,16 @@ dependencies = [ [[package]] name = "aws-sdk-wellarchitected" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -9026,16 +9053,16 @@ dependencies = [ [[package]] name = "aws-sdk-wisdom" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -9049,16 +9076,16 @@ dependencies = [ [[package]] name = "aws-sdk-workdocs" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -9071,16 +9098,16 @@ dependencies = [ [[package]] name = "aws-sdk-worklink" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -9093,16 +9120,16 @@ dependencies = [ [[package]] name = "aws-sdk-workmail" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -9116,16 +9143,16 @@ dependencies = [ [[package]] name = "aws-sdk-workmailmessageflow" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -9138,16 +9165,16 @@ dependencies = [ [[package]] name = "aws-sdk-workspaces" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -9160,16 +9187,16 @@ dependencies = [ [[package]] name = "aws-sdk-workspacesthinclient" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -9183,16 +9210,16 @@ dependencies = [ [[package]] name = "aws-sdk-workspacesweb" -version = "1.31.0" +version = "1.33.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -9206,16 +9233,16 @@ dependencies = [ [[package]] name = "aws-sdk-xray" -version = "1.30.0" +version = "1.32.0" dependencies = [ "aws-config", "aws-credential-types 1.2.0", - "aws-runtime 1.2.2", + "aws-runtime 1.3.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "aws-types 1.3.1", "bytes", @@ -9237,7 +9264,7 @@ dependencies = [ "aws-credential-types 1.2.0", "aws-smithy-eventstream 0.60.4", "aws-smithy-http 0.60.8", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "bytes", "criterion", @@ -9275,7 +9302,7 @@ dependencies = [ "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)", - "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes", "crypto-bigint 0.5.5", @@ -9319,7 +9346,7 @@ dependencies = [ [[package]] name = "aws-smithy-checksums" -version = "0.60.9" +version = "0.60.10" dependencies = [ "aws-smithy-http 0.60.8", "aws-smithy-types 1.2.0", @@ -9342,9 +9369,9 @@ dependencies = [ [[package]] name = "aws-smithy-checksums" -version = "0.60.9" +version = "0.60.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6242d6a54d3b4b83458f4abd7057ba93c4419dc71e8217e9acd3a748d656d99e" +checksum = "c5b30ea96823b8b25fb6471643a516e1bd475fd5575304e6240aea179f213216" dependencies = [ "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -9369,7 +9396,7 @@ version = "0.60.3" name = "aws-smithy-compression" version = "0.0.1" dependencies = [ - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "bytes", "bytes-utils", @@ -9410,11 +9437,11 @@ dependencies = [ [[package]] name = "aws-smithy-experimental" -version = "0.1.1" +version = "0.1.2" dependencies = [ "aws-smithy-async 1.2.1", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "h2 0.4.5", "http 1.1.0", @@ -9423,7 +9450,7 @@ dependencies = [ "hyper-util", "once_cell", "pin-project-lite", - "rustls 0.23.9", + "rustls 0.23.10", "tokio", "tower", "tracing", @@ -9435,7 +9462,7 @@ version = "0.60.8" dependencies = [ "async-stream", "aws-smithy-eventstream 0.60.4", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "bytes", "bytes-utils", @@ -9460,7 +9487,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a7de001a1b9a25601016d8057ea16e31a45fdca3751304c8edf4ad72e706c08" dependencies = [ "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)", - "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes", "bytes-utils", @@ -9504,8 +9531,8 @@ dependencies = [ name = "aws-smithy-mocks-experimental" version = "0.2.1" dependencies = [ - "aws-sdk-s3 1.35.0 (registry+https://github.com/rust-lang/crates.io-index)", - "aws-smithy-runtime-api 1.6.3", + "aws-sdk-s3 1.37.0 (registry+https://github.com/rust-lang/crates.io-index)", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "tokio", ] @@ -9515,7 +9542,7 @@ name = "aws-smithy-protocol-test" version = "0.60.7" dependencies = [ "assert-json-diff", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime-api 1.7.0", "http 0.2.12", "pretty_assertions", "regex-lite", @@ -9531,7 +9558,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a31e8279cb24640c7349f2bda6ca818d5fcc85129386bd73c1d0999430d6ddf2" dependencies = [ "assert-json-diff", - "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "http 0.2.12", "pretty_assertions", "regex-lite", @@ -9550,13 +9577,13 @@ dependencies = [ [[package]] name = "aws-smithy-runtime" -version = "1.5.7" +version = "1.6.0" dependencies = [ "approx", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-protocol-test 0.60.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "bytes", "fastrand 2.0.2", @@ -9585,14 +9612,14 @@ dependencies = [ [[package]] name = "aws-smithy-runtime" -version = "1.5.7" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8508de54f34b8feca6638466c2bd2de9d1df5bf79c578de9a649b72d644006b3" +checksum = "db83b08939838d18e33b5dbaf1a0f048f28c10bd28071ab7ce6f245451855414" dependencies = [ "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-protocol-test 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)", - "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes", "fastrand 2.0.2", @@ -9617,7 +9644,7 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.6.3" +version = "1.7.0" dependencies = [ "aws-smithy-async 1.2.1", "aws-smithy-types 1.2.0", @@ -9633,9 +9660,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.6.3" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa6dbabc7629fab4e4467f95f119c2e1a9b00b44c893affa98e23b040a0e2567" +checksum = "1b570ea39eb95bd32543f6e4032bce172cb6209b9bc8c83c770d08169e875afc" dependencies = [ "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -9721,10 +9748,10 @@ dependencies = [ [[package]] name = "aws-smithy-wasm" -version = "0.1.2" +version = "0.1.3" dependencies = [ "aws-smithy-http 0.60.8", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "bytes", "http 1.1.0", @@ -9757,8 +9784,8 @@ version = "1.3.1" dependencies = [ "aws-credential-types 1.2.0", "aws-smithy-async 1.2.1", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0", + "aws-smithy-runtime-api 1.7.0", "aws-smithy-types 1.2.0", "http 0.2.12", "hyper-rustls 0.24.2", @@ -9777,7 +9804,7 @@ checksum = "6f734808d43702a67e57d478a12e227d4d038d0b90c9005a78c87890d3805922" dependencies = [ "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "http 0.2.12", "rustc_version", @@ -9786,9 +9813,9 @@ dependencies = [ [[package]] name = "backtrace" -version = "0.3.72" +version = "0.3.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17c6a35df3749d2e8bb1b7b21a976d82b15548788d2735b9d82f329268f71a11" +checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" dependencies = [ "addr2line", "cc", @@ -10094,9 +10121,9 @@ dependencies = [ [[package]] name = "crc32c" -version = "0.6.5" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89254598aa9b9fa608de44b3ae54c810f0f06d755e24c50177f1f8f31ff50ce2" +checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47" dependencies = [ "rustc_version", ] @@ -10265,17 +10292,6 @@ dependencies = [ "subtle", ] -[[package]] -name = "displaydoc" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.66", -] - [[package]] name = "dunce" version = "1.0.4" @@ -10662,6 +10678,12 @@ version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" +[[package]] +name = "hermit-abi" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" + [[package]] name = "hex" version = "0.4.3" @@ -10837,7 +10859,7 @@ dependencies = [ "http 1.1.0", "hyper 1.3.1", "hyper-util", - "rustls 0.23.9", + "rustls 0.23.10", "rustls-native-certs 0.7.0", "rustls-pki-types", "tokio", @@ -10865,134 +10887,14 @@ dependencies = [ "tracing", ] -[[package]] -name = "icu_collections" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" -dependencies = [ - "displaydoc", - "yoke", - "zerofrom", - "zerovec", -] - -[[package]] -name = "icu_locid" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" -dependencies = [ - "displaydoc", - "litemap", - "tinystr", - "writeable", - "zerovec", -] - -[[package]] -name = "icu_locid_transform" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" -dependencies = [ - "displaydoc", - "icu_locid", - "icu_locid_transform_data", - "icu_provider", - "tinystr", - "zerovec", -] - -[[package]] -name = "icu_locid_transform_data" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" - -[[package]] -name = "icu_normalizer" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" -dependencies = [ - "displaydoc", - "icu_collections", - "icu_normalizer_data", - "icu_properties", - "icu_provider", - "smallvec", - "utf16_iter", - "utf8_iter", - "write16", - "zerovec", -] - -[[package]] -name = "icu_normalizer_data" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" - -[[package]] -name = "icu_properties" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f8ac670d7422d7f76b32e17a5db556510825b29ec9154f235977c9caba61036" -dependencies = [ - "displaydoc", - "icu_collections", - "icu_locid_transform", - "icu_properties_data", - "icu_provider", - "tinystr", - "zerovec", -] - -[[package]] -name = "icu_properties_data" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" - -[[package]] -name = "icu_provider" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" -dependencies = [ - "displaydoc", - "icu_locid", - "icu_provider_macros", - "stable_deref_trait", - "tinystr", - "writeable", - "yoke", - "zerofrom", - "zerovec", -] - -[[package]] -name = "icu_provider_macros" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.66", -] - [[package]] name = "idna" -version = "1.0.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4716a3a0933a1d01c2f72450e89596eb51dd34ef3c211ccd875acdf1f8fe47ed" +checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" dependencies = [ - "icu_normalizer", - "icu_properties", - "smallvec", - "utf8_iter", + "unicode-bidi", + "unicode-normalization", ] [[package]] @@ -11021,7 +10923,7 @@ version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" dependencies = [ - "hermit-abi", + "hermit-abi 0.3.9", "libc", "windows-sys 0.48.0", ] @@ -11032,7 +10934,7 @@ version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" dependencies = [ - "hermit-abi", + "hermit-abi 0.3.9", "libc", "windows-sys 0.52.0", ] @@ -11145,12 +11047,6 @@ version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" -[[package]] -name = "litemap" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" - [[package]] name = "lock_api" version = "0.4.12" @@ -11200,9 +11096,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.2" +version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "minimal-lexical" @@ -11212,9 +11108,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae" +checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" dependencies = [ "adler", ] @@ -11287,15 +11183,15 @@ version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ - "hermit-abi", + "hermit-abi 0.3.9", "libc", ] [[package]] name = "object" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e" +checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434" dependencies = [ "memchr", ] @@ -11481,13 +11377,13 @@ dependencies = [ [[package]] name = "polling" -version = "3.7.1" +version = "3.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e6a007746f34ed64099e88783b0ae369eaa3da6392868ba262e2af9b8fbaea1" +checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b" dependencies = [ "cfg-if", "concurrent-queue", - "hermit-abi", + "hermit-abi 0.4.0", "pin-project-lite", "rustix 0.38.34", "tracing", @@ -11655,9 +11551,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" +checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" dependencies = [ "bitflags 2.5.0", ] @@ -11809,9 +11705,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.9" +version = "0.23.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a218f0f6d05669de4eabfb24f31ce802035c952429d037507b4a4a39f0e60c5b" +checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402" dependencies = [ "aws-lc-rs", "once_cell", @@ -12145,12 +12041,6 @@ dependencies = [ "der", ] -[[package]] -name = "stable_deref_trait" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" - [[package]] name = "subtle" version = "2.5.0" @@ -12179,17 +12069,6 @@ dependencies = [ "unicode-ident", ] -[[package]] -name = "synstructure" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.66", -] - [[package]] name = "tempfile" version = "3.10.1" @@ -12263,16 +12142,6 @@ dependencies = [ "time-core", ] -[[package]] -name = "tinystr" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" -dependencies = [ - "displaydoc", - "zerovec", -] - [[package]] name = "tinytemplate" version = "1.2.1" @@ -12283,6 +12152,21 @@ dependencies = [ "serde_json", ] +[[package]] +name = "tinyvec" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" +dependencies = [ + "tinyvec_macros", +] + +[[package]] +name = "tinyvec_macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" + [[package]] name = "tokio" version = "1.38.0" @@ -12329,7 +12213,7 @@ version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.9", + "rustls 0.23.10", "rustls-pki-types", "tokio", ] @@ -12525,12 +12409,27 @@ version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" +[[package]] +name = "unicode-bidi" +version = "0.3.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" + [[package]] name = "unicode-ident" version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" +[[package]] +name = "unicode-normalization" +version = "0.1.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" +dependencies = [ + "tinyvec", +] + [[package]] name = "untrusted" version = "0.9.0" @@ -12539,9 +12438,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.1" +version = "2.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7c25da092f0a868cdf09e8674cd3b7ef3a7d92a24253e663a2fb85e2496de56" +checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" dependencies = [ "form_urlencoded", "idna", @@ -12554,18 +12453,6 @@ version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" -[[package]] -name = "utf16_iter" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" - -[[package]] -name = "utf8_iter" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" - [[package]] name = "uuid" version = "1.8.0" @@ -12918,18 +12805,6 @@ dependencies = [ "bitflags 2.5.0", ] -[[package]] -name = "write16" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" - -[[package]] -name = "writeable" -version = "0.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" - [[package]] name = "xmlparser" version = "0.13.6" @@ -12942,30 +12817,6 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" -[[package]] -name = "yoke" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" -dependencies = [ - "serde", - "stable_deref_trait", - "yoke-derive", - "zerofrom", -] - -[[package]] -name = "yoke-derive" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.66", - "synstructure", -] - [[package]] name = "zerocopy" version = "0.7.34" @@ -12986,27 +12837,6 @@ dependencies = [ "syn 2.0.66", ] -[[package]] -name = "zerofrom" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" -dependencies = [ - "zerofrom-derive", -] - -[[package]] -name = "zerofrom-derive" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.66", - "synstructure", -] - [[package]] name = "zeroize" version = "1.8.1" @@ -13026,25 +12856,3 @@ dependencies = [ "quote", "syn 2.0.66", ] - -[[package]] -name = "zerovec" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb2cc8827d6c0994478a15c53f374f46fbd41bea663d809b14744bc42e6b109c" -dependencies = [ - "yoke", - "zerofrom", - "zerovec-derive", -] - -[[package]] -name = "zerovec-derive" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97cf56601ee5052b4417d90c8755c6683473c926039908196cf35d99f893ebe7" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.66", -] diff --git a/codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/testutil/CodegenIntegrationTest.kt b/codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/testutil/CodegenIntegrationTest.kt index 6d0d9412c162abf015a1b3b37941352020318aac..9790b080b65cc967aaeb57140c4709faf781ae05 100644 --- a/codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/testutil/CodegenIntegrationTest.kt +++ b/codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/testutil/CodegenIntegrationTest.kt @@ -53,10 +53,6 @@ fun codegenIntegrationTest( invokePlugin(ctx) ctx.fileManifest.printGeneratedFiles() val logger = Logger.getLogger("CodegenIntegrationTest") - // Updating the crates.io index before executing the test ensures that the test crate avoids encountering dependency - // graph resolution errors caused by a lockfile generated by a previous test. - // See https://github.com/smithy-lang/smithy-rs/pull/3677#discussion_r1624916160 - logger.fine(("cargo update").runCommand(testDir)) val out = params.command?.invoke(testDir) ?: (params.cargoCommand ?: "cargo test --lib --tests").runCommand(testDir) logger.fine(out.toString()) return testDir diff --git a/rust-runtime/Cargo.lock b/rust-runtime/Cargo.lock index 4031ea6ebbc753190527ca75cc3a7ff0d5ce184c..c863083583df5940d3660f697f23468bf836eed1 100644 --- a/rust-runtime/Cargo.lock +++ b/rust-runtime/Cargo.lock @@ -145,7 +145,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e16838e6c9e12125face1c1eff1343c75e3ff540de98ff7ebd61874a89bcfeb9" dependencies = [ "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "zeroize", ] @@ -194,16 +194,16 @@ dependencies = [ [[package]] name = "aws-runtime" -version = "1.2.2" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75588e7ee5e8496eed939adac2035a6dbab9f7eb2acdd9ab2d31856dab6f3955" +checksum = "9a4a5e448145999d7de17bf44a886900ecb834953408dae8aaf90465ce91c1dd" dependencies = [ "aws-credential-types", "aws-sigv4", "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "aws-types", "bytes", @@ -218,9 +218,9 @@ dependencies = [ [[package]] name = "aws-sdk-s3" -version = "1.35.0" +version = "1.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ce9a2c2942ae463c652e8295f9258ceb8312bd5313732e50066bdd6615b50f3" +checksum = "955365fd032cc94608c7e0f4aea36a9825399d6a1bf7b96f56cf157414b04c40" dependencies = [ "ahash", "aws-credential-types", @@ -231,8 +231,8 @@ dependencies = [ "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)", - "aws-smithy-runtime 1.5.7", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)", "aws-types", @@ -260,7 +260,7 @@ dependencies = [ "aws-credential-types", "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes", "crypto-bigint 0.5.5", @@ -408,7 +408,7 @@ dependencies = [ "hyper-util", "once_cell", "pin-project-lite", - "rustls 0.23.9", + "rustls 0.23.10", "tokio", "tower", "tracing", @@ -445,7 +445,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a7de001a1b9a25601016d8057ea16e31a45fdca3751304c8edf4ad72e706c08" dependencies = [ "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes", "bytes-utils", @@ -585,7 +585,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a31e8279cb24640c7349f2bda6ca818d5fcc85129386bd73c1d0999430d6ddf2" dependencies = [ "assert-json-diff", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "http 0.2.12", "pretty_assertions", "regex-lite", @@ -604,19 +604,20 @@ dependencies = [ [[package]] name = "aws-smithy-runtime" -version = "1.5.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8508de54f34b8feca6638466c2bd2de9d1df5bf79c578de9a649b72d644006b3" +version = "1.6.0" dependencies = [ - "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)", - "aws-smithy-protocol-test 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)", - "aws-smithy-runtime-api 1.6.3", - "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "approx", + "aws-smithy-async 1.2.1", + "aws-smithy-http 0.60.8", + "aws-smithy-protocol-test 0.60.7", + "aws-smithy-runtime-api 1.7.0", + "aws-smithy-types 1.2.0", "bytes", "fastrand", + "futures-util", "h2 0.3.26", "http 0.2.12", + "http 1.1.0", "http-body 0.4.6", "http-body 1.0.0", "httparse", @@ -626,30 +627,31 @@ dependencies = [ "once_cell", "pin-project-lite", "pin-utils", + "pretty_assertions", "rustls 0.21.12", "serde", "serde_json", "tokio", "tracing", "tracing-subscriber", + "tracing-test", ] [[package]] name = "aws-smithy-runtime" version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db83b08939838d18e33b5dbaf1a0f048f28c10bd28071ab7ce6f245451855414" dependencies = [ - "approx", - "aws-smithy-async 1.2.1", - "aws-smithy-http 0.60.8", - "aws-smithy-protocol-test 0.60.7", - "aws-smithy-runtime-api 1.7.0", - "aws-smithy-types 1.2.0", + "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)", + "aws-smithy-protocol-test 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)", + "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes", "fastrand", - "futures-util", "h2 0.3.26", "http 0.2.12", - "http 1.1.0", "http-body 0.4.6", "http-body 1.0.0", "httparse", @@ -659,28 +661,25 @@ dependencies = [ "once_cell", "pin-project-lite", "pin-utils", - "pretty_assertions", "rustls 0.21.12", "serde", "serde_json", "tokio", "tracing", "tracing-subscriber", - "tracing-test", ] [[package]] name = "aws-smithy-runtime-api" -version = "1.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa6dbabc7629fab4e4467f95f119c2e1a9b00b44c893affa98e23b040a0e2567" +version = "1.7.0" dependencies = [ - "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "aws-smithy-async 1.2.1", + "aws-smithy-types 1.2.0", "bytes", "http 0.2.12", "http 1.1.0", "pin-project-lite", + "proptest", "tokio", "tracing", "zeroize", @@ -689,14 +688,15 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" version = "1.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b570ea39eb95bd32543f6e4032bce172cb6209b9bc8c83c770d08169e875afc" dependencies = [ - "aws-smithy-async 1.2.1", - "aws-smithy-types 1.2.0", + "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes", "http 0.2.12", "http 1.1.0", "pin-project-lite", - "proptest", "tokio", "tracing", "zeroize", @@ -813,7 +813,7 @@ checksum = "6f734808d43702a67e57d478a12e227d4d038d0b90c9005a78c87890d3805922" dependencies = [ "aws-credential-types", "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "aws-smithy-runtime-api 1.6.3", + "aws-smithy-runtime-api 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "http 0.2.12", "rustc_version", @@ -838,9 +838,9 @@ dependencies = [ [[package]] name = "backtrace" -version = "0.3.72" +version = "0.3.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17c6a35df3749d2e8bb1b7b21a976d82b15548788d2735b9d82f329268f71a11" +checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" dependencies = [ "addr2line", "cc", @@ -1331,17 +1331,6 @@ dependencies = [ "subtle", ] -[[package]] -name = "displaydoc" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.66", -] - [[package]] name = "dunce" version = "1.0.4" @@ -1866,7 +1855,7 @@ dependencies = [ "http 1.1.0", "hyper 1.3.1", "hyper-util", - "rustls 0.23.9", + "rustls 0.23.10", "rustls-native-certs 0.7.0", "rustls-pki-types", "tokio", @@ -1894,134 +1883,14 @@ dependencies = [ "tracing", ] -[[package]] -name = "icu_collections" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" -dependencies = [ - "displaydoc", - "yoke", - "zerofrom", - "zerovec", -] - -[[package]] -name = "icu_locid" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" -dependencies = [ - "displaydoc", - "litemap", - "tinystr", - "writeable", - "zerovec", -] - -[[package]] -name = "icu_locid_transform" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" -dependencies = [ - "displaydoc", - "icu_locid", - "icu_locid_transform_data", - "icu_provider", - "tinystr", - "zerovec", -] - -[[package]] -name = "icu_locid_transform_data" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" - -[[package]] -name = "icu_normalizer" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" -dependencies = [ - "displaydoc", - "icu_collections", - "icu_normalizer_data", - "icu_properties", - "icu_provider", - "smallvec", - "utf16_iter", - "utf8_iter", - "write16", - "zerovec", -] - -[[package]] -name = "icu_normalizer_data" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" - -[[package]] -name = "icu_properties" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f8ac670d7422d7f76b32e17a5db556510825b29ec9154f235977c9caba61036" -dependencies = [ - "displaydoc", - "icu_collections", - "icu_locid_transform", - "icu_properties_data", - "icu_provider", - "tinystr", - "zerovec", -] - -[[package]] -name = "icu_properties_data" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" - -[[package]] -name = "icu_provider" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" -dependencies = [ - "displaydoc", - "icu_locid", - "icu_provider_macros", - "stable_deref_trait", - "tinystr", - "writeable", - "yoke", - "zerofrom", - "zerovec", -] - -[[package]] -name = "icu_provider_macros" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.66", -] - [[package]] name = "idna" -version = "1.0.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4716a3a0933a1d01c2f72450e89596eb51dd34ef3c211ccd875acdf1f8fe47ed" +checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" dependencies = [ - "icu_normalizer", - "icu_properties", - "smallvec", - "utf8_iter", + "unicode-bidi", + "unicode-normalization", ] [[package]] @@ -2236,12 +2105,6 @@ version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" -[[package]] -name = "litemap" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" - [[package]] name = "lock_api" version = "0.4.12" @@ -2288,9 +2151,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.2" +version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "memoffset" @@ -2315,9 +2178,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae" +checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" dependencies = [ "adler", ] @@ -2396,9 +2259,9 @@ dependencies = [ [[package]] name = "object" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e" +checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434" dependencies = [ "memchr", ] @@ -2836,9 +2699,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" +checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" dependencies = [ "bitflags 2.5.0", ] @@ -2991,9 +2854,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.9" +version = "0.23.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a218f0f6d05669de4eabfb24f31ce802035c952429d037507b4a4a39f0e60c5b" +checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402" dependencies = [ "aws-lc-rs", "once_cell", @@ -3339,12 +3202,6 @@ dependencies = [ "der", ] -[[package]] -name = "stable_deref_trait" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" - [[package]] name = "strsim" version = "0.10.0" @@ -3379,17 +3236,6 @@ dependencies = [ "unicode-ident", ] -[[package]] -name = "synstructure" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.66", -] - [[package]] name = "target-lexicon" version = "0.12.14" @@ -3484,16 +3330,6 @@ dependencies = [ "time-core", ] -[[package]] -name = "tinystr" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" -dependencies = [ - "displaydoc", - "zerovec", -] - [[package]] name = "tinytemplate" version = "1.2.1" @@ -3504,6 +3340,21 @@ dependencies = [ "serde_json", ] +[[package]] +name = "tinyvec" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" +dependencies = [ + "tinyvec_macros", +] + +[[package]] +name = "tinyvec_macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" + [[package]] name = "tls-listener" version = "0.7.0" @@ -3564,7 +3415,7 @@ version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.9", + "rustls 0.23.10", "rustls-pki-types", "tokio", ] @@ -3792,12 +3643,27 @@ version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" +[[package]] +name = "unicode-bidi" +version = "0.3.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" + [[package]] name = "unicode-ident" version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" +[[package]] +name = "unicode-normalization" +version = "0.1.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" +dependencies = [ + "tinyvec", +] + [[package]] name = "unindent" version = "0.1.11" @@ -3818,9 +3684,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.1" +version = "2.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7c25da092f0a868cdf09e8674cd3b7ef3a7d92a24253e663a2fb85e2496de56" +checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" dependencies = [ "form_urlencoded", "idna", @@ -3833,18 +3699,6 @@ version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" -[[package]] -name = "utf16_iter" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" - -[[package]] -name = "utf8_iter" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" - [[package]] name = "uuid" version = "1.8.0" @@ -4171,18 +4025,6 @@ dependencies = [ "bitflags 2.5.0", ] -[[package]] -name = "write16" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" - -[[package]] -name = "writeable" -version = "0.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" - [[package]] name = "xmlparser" version = "0.13.6" @@ -4204,30 +4046,6 @@ dependencies = [ "time", ] -[[package]] -name = "yoke" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" -dependencies = [ - "serde", - "stable_deref_trait", - "yoke-derive", - "zerofrom", -] - -[[package]] -name = "yoke-derive" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.66", - "synstructure", -] - [[package]] name = "zerocopy" version = "0.7.34" @@ -4248,27 +4066,6 @@ dependencies = [ "syn 2.0.66", ] -[[package]] -name = "zerofrom" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" -dependencies = [ - "zerofrom-derive", -] - -[[package]] -name = "zerofrom-derive" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.66", - "synstructure", -] - [[package]] name = "zeroize" version = "1.8.1" @@ -4288,25 +4085,3 @@ dependencies = [ "quote", "syn 2.0.66", ] - -[[package]] -name = "zerovec" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb2cc8827d6c0994478a15c53f374f46fbd41bea663d809b14744bc42e6b109c" -dependencies = [ - "yoke", - "zerofrom", - "zerovec-derive", -] - -[[package]] -name = "zerovec-derive" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97cf56601ee5052b4417d90c8755c6683473c926039908196cf35d99f893ebe7" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.66", -]