Unverified Commit 41d648dd authored by AWS SDK Rust Bot's avatar AWS SDK Rust Bot Committed by GitHub
Browse files

Run `cargo update` on the runtime lockfiles and the SDK lockfile (#3941)

If CI fails, commit the necessary fixes to this PR until all checks
pass.

If changes are required to
[crateNameToLastKnownWorkingVersions](https://github.com/smithy-lang/smithy-rs/blob/92916b5484cdfef9ff58540ebf5e845eeeccf860/aws/sdk/build.gradle.kts#L504),
revert the first commit in the PR, run `./gradlew
aws:sdk:cargoUpdateAllLockfiles`, and commit the updated lockfiles.
parent f1f9e8f8
Loading
Loading
Loading
Loading
+34 −35
Original line number Diff line number Diff line
@@ -332,7 +332,7 @@ dependencies = [

[[package]]
name = "aws-smithy-types"
version = "1.2.9"
version = "1.2.10"
dependencies = [
 "base64-simd",
 "bytes",
@@ -509,9 +509,9 @@ dependencies = [

[[package]]
name = "cc"
version = "1.2.2"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f34d93e62b03caf570cccc334cbc6c2fceca82f39211051345108adcba3eebdc"
checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
dependencies = [
 "jobserver",
 "libc",
@@ -526,9 +526,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

[[package]]
name = "chrono"
version = "0.4.38"
version = "0.4.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
dependencies = [
 "num-traits",
]
@@ -562,18 +562,18 @@ dependencies = [

[[package]]
name = "clap"
version = "4.5.22"
version = "4.5.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69371e34337c4c984bbe322360c2547210bf632eb2814bbe78a6e87a2935bd2b"
checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
dependencies = [
 "clap_builder",
]

[[package]]
name = "clap_builder"
version = "4.5.22"
version = "4.5.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e24c1b4099818523236a8ca881d2b45db98dadfb4625cf6608c12069fcbbde1"
checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
dependencies = [
 "anstyle",
 "clap_lex",
@@ -581,9 +581,9 @@ dependencies = [

[[package]]
name = "clap_lex"
version = "0.7.3"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7"
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"

[[package]]
name = "const-oid"
@@ -852,9 +852,9 @@ dependencies = [

[[package]]
name = "fastrand"
version = "2.2.0"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4"
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"

[[package]]
name = "ff"
@@ -1197,9 +1197,9 @@ dependencies = [

[[package]]
name = "js-sys"
version = "0.3.74"
version = "0.3.76"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a865e038f7f6ed956f788f0d7d60c541fff74c7bd74272c5d4cf15c63743e705"
checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
dependencies = [
 "once_cell",
 "wasm-bindgen",
@@ -1213,9 +1213,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"

[[package]]
name = "libc"
version = "0.2.167"
version = "0.2.168"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc"
checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d"

[[package]]
name = "libfuzzer-sys"
@@ -1774,15 +1774,15 @@ dependencies = [

[[package]]
name = "rustix"
version = "0.38.41"
version = "0.38.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6"
checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
dependencies = [
 "bitflags",
 "errno",
 "libc",
 "linux-raw-sys",
 "windows-sys 0.52.0",
 "windows-sys 0.59.0",
]

[[package]]
@@ -2225,9 +2225,9 @@ dependencies = [

[[package]]
name = "tokio-util"
version = "0.7.12"
version = "0.7.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
dependencies = [
 "bytes",
 "futures-core",
@@ -2446,9 +2446,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"

[[package]]
name = "wasm-bindgen"
version = "0.2.97"
version = "0.2.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d15e63b4482863c109d70a7b8706c1e364eb6ea449b201a76c5b89cedcec2d5c"
checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
dependencies = [
 "cfg-if",
 "once_cell",
@@ -2457,13 +2457,12 @@ dependencies = [

[[package]]
name = "wasm-bindgen-backend"
version = "0.2.97"
version = "0.2.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d36ef12e3aaca16ddd3f67922bc63e48e953f126de60bd33ccc0101ef9998cd"
checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
dependencies = [
 "bumpalo",
 "log",
 "once_cell",
 "proc-macro2",
 "quote",
 "syn 2.0.90",
@@ -2472,9 +2471,9 @@ dependencies = [

[[package]]
name = "wasm-bindgen-macro"
version = "0.2.97"
version = "0.2.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "705440e08b42d3e4b36de7d66c944be628d579796b8090bfa3471478a2260051"
checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
dependencies = [
 "quote",
 "wasm-bindgen-macro-support",
@@ -2482,9 +2481,9 @@ dependencies = [

[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.97"
version = "0.2.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98c9ae5a76e46f4deecd0f0255cc223cfa18dc9b261213b8aa0c7b36f61b3f1d"
checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
dependencies = [
 "proc-macro2",
 "quote",
@@ -2495,15 +2494,15 @@ dependencies = [

[[package]]
name = "wasm-bindgen-shared"
version = "0.2.97"
version = "0.2.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ee99da9c5ba11bd675621338ef6fa52296b76b83305e9b6e5c77d4c286d6d49"
checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"

[[package]]
name = "web-sys"
version = "0.3.74"
version = "0.3.76"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a98bc3c33f0fe7e59ad7cd041b89034fa82a7c2d4365ca538dda6cdaf513863c"
checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
dependencies = [
 "js-sys",
 "wasm-bindgen",
+11 −11
Original line number Diff line number Diff line
@@ -298,7 +298,7 @@ dependencies = [

[[package]]
name = "aws-smithy-types"
version = "1.2.9"
version = "1.2.10"
dependencies = [
 "base64-simd",
 "bytes",
@@ -428,9 +428,9 @@ dependencies = [

[[package]]
name = "cc"
version = "1.2.2"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f34d93e62b03caf570cccc334cbc6c2fceca82f39211051345108adcba3eebdc"
checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
dependencies = [
 "shlex",
]
@@ -443,9 +443,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

[[package]]
name = "chrono"
version = "0.4.38"
version = "0.4.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
dependencies = [
 "num-traits",
]
@@ -576,9 +576,9 @@ dependencies = [

[[package]]
name = "fastrand"
version = "2.2.0"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4"
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"

[[package]]
name = "fnv"
@@ -855,9 +855,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"

[[package]]
name = "libc"
version = "0.2.167"
version = "0.2.168"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc"
checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d"

[[package]]
name = "lock_api"
@@ -1563,9 +1563,9 @@ dependencies = [

[[package]]
name = "tokio-util"
version = "0.7.12"
version = "0.7.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
dependencies = [
 "bytes",
 "futures-core",
+180 −182

File changed.

Preview size limit exceeded, changes collapsed.

+106 −108
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
dependencies = [
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.9",
 "zeroize",
]

@@ -182,18 +182,18 @@ dependencies = [

[[package]]
name = "aws-runtime"
version = "1.4.3"
version = "1.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a10d5c055aa540164d9561a0e2e74ad30f0dcf7393c3a92f6733ddf9c5762468"
checksum = "b5ac934720fbb46206292d2c75b57e67acfc56fe7dfd34fb9a02334af08409ea"
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.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-runtime 1.7.3",
 "aws-smithy-runtime 1.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.9",
 "aws-types",
 "bytes",
 "fastrand",
@@ -208,9 +208,9 @@ dependencies = [

[[package]]
name = "aws-sdk-s3"
version = "1.64.0"
version = "1.65.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35fe5e7f71b1cc6274e905d3bcc7daf94099ac2d4cba83447ffb959b5b27b3c1"
checksum = "d3ba2c5c0f2618937ce3d4a5ad574b86775576fa24006bcb3128c6e2cbf3c34e"
dependencies = [
 "aws-credential-types",
 "aws-runtime",
@@ -219,10 +219,10 @@ dependencies = [
 "aws-smithy-checksums 0.60.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-json 0.60.7",
 "aws-smithy-runtime 1.7.3",
 "aws-smithy-json 0.61.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-runtime 1.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.9",
 "aws-smithy-xml 0.60.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-types",
 "bytes",
@@ -242,15 +242,15 @@ dependencies = [

[[package]]
name = "aws-sigv4"
version = "1.2.5"
version = "1.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5619742a0d8f253be760bfbb8e8e8368c69e3587e4637af5754e488a611499b1"
checksum = "7d3820e0c08d0737872ff3c7c1f21ebbb6693d832312d6152bf18ef50a5471c2"
dependencies = [
 "aws-credential-types",
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.9",
 "bytes",
 "crypto-bigint 0.5.5",
 "form_urlencoded",
@@ -295,7 +295,7 @@ dependencies = [
name = "aws-smithy-cbor"
version = "0.60.8"
dependencies = [
 "aws-smithy-types 1.2.9",
 "aws-smithy-types 1.2.10",
 "criterion",
 "minicbor",
]
@@ -305,7 +305,7 @@ name = "aws-smithy-checksums"
version = "0.60.13"
dependencies = [
 "aws-smithy-http 0.60.11",
 "aws-smithy-types 1.2.9",
 "aws-smithy-types 1.2.10",
 "bytes",
 "bytes-utils",
 "crc32c",
@@ -330,7 +330,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba1a71073fca26775c8b5189175ea8863afb1c9ea2cceb02a5de5ad9dfbaa795"
dependencies = [
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.9",
 "bytes",
 "crc32c",
 "crc32fast",
@@ -353,7 +353,7 @@ name = "aws-smithy-compression"
version = "0.0.2"
dependencies = [
 "aws-smithy-runtime-api 1.7.3",
 "aws-smithy-types 1.2.9",
 "aws-smithy-types 1.2.10",
 "bytes",
 "bytes-utils",
 "flate2",
@@ -374,7 +374,7 @@ name = "aws-smithy-eventstream"
version = "0.60.5"
dependencies = [
 "arbitrary",
 "aws-smithy-types 1.2.9",
 "aws-smithy-types 1.2.10",
 "bytes",
 "bytes-utils",
 "crc32fast",
@@ -387,7 +387,7 @@ version = "0.60.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90"
dependencies = [
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.9",
 "bytes",
 "crc32fast",
]
@@ -399,7 +399,7 @@ dependencies = [
 "aws-smithy-async 1.2.1",
 "aws-smithy-runtime 1.7.4",
 "aws-smithy-runtime-api 1.7.3",
 "aws-smithy-types 1.2.9",
 "aws-smithy-types 1.2.10",
 "h2 0.4.7",
 "http 1.2.0",
 "hyper 1.5.1",
@@ -420,7 +420,7 @@ dependencies = [
 "async-stream",
 "aws-smithy-eventstream 0.60.5",
 "aws-smithy-runtime-api 1.7.3",
 "aws-smithy-types 1.2.9",
 "aws-smithy-types 1.2.10",
 "bytes",
 "bytes-utils",
 "futures-core",
@@ -445,7 +445,7 @@ checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
dependencies = [
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.9",
 "bytes",
 "bytes-utils",
 "futures-core",
@@ -470,7 +470,7 @@ dependencies = [
 "aws-smithy-http 0.60.11",
 "aws-smithy-json 0.61.1",
 "aws-smithy-runtime-api 1.7.3",
 "aws-smithy-types 1.2.9",
 "aws-smithy-types 1.2.10",
 "aws-smithy-xml 0.60.9",
 "bytes",
 "futures-util",
@@ -500,7 +500,7 @@ dependencies = [
 "aws-smithy-http 0.60.11",
 "aws-smithy-http-server",
 "aws-smithy-json 0.61.1",
 "aws-smithy-types 1.2.9",
 "aws-smithy-types 1.2.10",
 "aws-smithy-xml 0.60.9",
 "bytes",
 "futures",
@@ -538,20 +538,20 @@ version = "0.60.3"

[[package]]
name = "aws-smithy-json"
version = "0.60.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
version = "0.61.1"
dependencies = [
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.10",
 "proptest",
 "serde_json",
]

[[package]]
name = "aws-smithy-json"
version = "0.61.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee4e69cc50921eb913c6b662f8d909131bb3e6ad6cb6090d3a39b66fc5c52095"
dependencies = [
 "aws-smithy-types 1.2.9",
 "proptest",
 "serde_json",
]

[[package]]
@@ -560,7 +560,7 @@ version = "0.2.1"
dependencies = [
 "aws-sdk-s3",
 "aws-smithy-runtime-api 1.7.3",
 "aws-smithy-types 1.2.9",
 "aws-smithy-types 1.2.10",
 "tokio",
]

@@ -604,25 +604,26 @@ dependencies = [
name = "aws-smithy-query"
version = "0.60.7"
dependencies = [
 "aws-smithy-types 1.2.9",
 "aws-smithy-types 1.2.10",
 "urlencoding",
]

[[package]]
name = "aws-smithy-runtime"
version = "1.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be28bd063fa91fd871d131fc8b68d7cd4c5fa0869bea68daca50dcb1cbd76be2"
version = "1.7.4"
dependencies = [
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-protocol-test 0.63.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "approx",
 "aws-smithy-async 1.2.1",
 "aws-smithy-http 0.60.11",
 "aws-smithy-protocol-test 0.63.0",
 "aws-smithy-runtime-api 1.7.3",
 "aws-smithy-types 1.2.10",
 "bytes",
 "fastrand",
 "futures-util",
 "h2 0.3.26",
 "http 0.2.12",
 "http 1.2.0",
 "http-body 0.4.6",
 "http-body 1.0.1",
 "httparse",
@@ -632,30 +633,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.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f20685047ca9d6f17b994a07f629c813f08b5bce65523e47124879e60103d45"
dependencies = [
 "approx",
 "aws-smithy-async 1.2.1",
 "aws-smithy-http 0.60.11",
 "aws-smithy-protocol-test 0.63.0",
 "aws-smithy-runtime-api 1.7.3",
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-protocol-test 0.63.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.9",
 "bytes",
 "fastrand",
 "futures-util",
 "h2 0.3.26",
 "http 0.2.12",
 "http 1.2.0",
 "http-body 0.4.6",
 "http-body 1.0.1",
 "httparse",
@@ -665,14 +667,12 @@ dependencies = [
 "once_cell",
 "pin-project-lite",
 "pin-utils",
 "pretty_assertions",
 "rustls 0.21.12",
 "serde",
 "serde_json",
 "tokio",
 "tracing",
 "tracing-subscriber",
 "tracing-test",
]

[[package]]
@@ -680,7 +680,7 @@ name = "aws-smithy-runtime-api"
version = "1.7.3"
dependencies = [
 "aws-smithy-async 1.2.1",
 "aws-smithy-types 1.2.9",
 "aws-smithy-types 1.2.10",
 "bytes",
 "http 0.2.12",
 "http 1.2.0",
@@ -698,7 +698,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
dependencies = [
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.9",
 "bytes",
 "http 0.2.12",
 "http 1.2.0",
@@ -711,60 +711,60 @@ dependencies = [
[[package]]
name = "aws-smithy-types"
version = "1.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fbd94a32b3a7d55d3806fe27d98d3ad393050439dd05eb53ece36ec5e3d3510"
dependencies = [
 "base64 0.13.1",
 "base64-simd",
 "bytes",
 "bytes-utils",
 "ciborium",
 "criterion",
 "futures-core",
 "http 0.2.12",
 "http 1.2.0",
 "http-body 0.4.6",
 "http-body 1.0.1",
 "http-body-util",
 "hyper 0.14.31",
 "itoa",
 "lazy_static",
 "num-integer",
 "pin-project-lite",
 "pin-utils",
 "proptest",
 "rand",
 "ryu",
 "serde",
 "serde_json",
 "tempfile",
 "time",
 "tokio",
 "tokio-stream",
 "tokio-util",
]

[[package]]
name = "aws-smithy-types"
version = "1.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fbd94a32b3a7d55d3806fe27d98d3ad393050439dd05eb53ece36ec5e3d3510"
version = "1.2.10"
dependencies = [
 "base64 0.13.1",
 "base64-simd",
 "bytes",
 "bytes-utils",
 "ciborium",
 "criterion",
 "futures-core",
 "http 0.2.12",
 "http 1.2.0",
 "http-body 0.4.6",
 "http-body 1.0.1",
 "http-body-util",
 "hyper 0.14.31",
 "itoa",
 "lazy_static",
 "num-integer",
 "pin-project-lite",
 "pin-utils",
 "proptest",
 "rand",
 "ryu",
 "serde",
 "serde_json",
 "tempfile",
 "time",
 "tokio",
 "tokio-stream",
 "tokio-util",
]

@@ -773,7 +773,7 @@ name = "aws-smithy-types-convert"
version = "0.60.8"
dependencies = [
 "aws-smithy-async 1.2.1",
 "aws-smithy-types 1.2.9",
 "aws-smithy-types 1.2.10",
 "chrono",
 "futures-core",
 "time",
@@ -785,7 +785,7 @@ version = "0.1.3"
dependencies = [
 "aws-smithy-http 0.60.11",
 "aws-smithy-runtime-api 1.7.3",
 "aws-smithy-types 1.2.9",
 "aws-smithy-types 1.2.10",
 "bytes",
 "http 1.2.0",
 "tracing",
@@ -820,7 +820,7 @@ dependencies = [
 "aws-credential-types",
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.9",
 "rustc_version",
 "tracing",
]
@@ -1022,9 +1022,9 @@ dependencies = [

[[package]]
name = "cc"
version = "1.2.2"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f34d93e62b03caf570cccc334cbc6c2fceca82f39211051345108adcba3eebdc"
checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
dependencies = [
 "jobserver",
 "libc",
@@ -1048,9 +1048,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

[[package]]
name = "chrono"
version = "0.4.38"
version = "0.4.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
dependencies = [
 "num-traits",
]
@@ -1110,21 +1110,21 @@ dependencies = [

[[package]]
name = "clap"
version = "4.5.22"
version = "4.5.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69371e34337c4c984bbe322360c2547210bf632eb2814bbe78a6e87a2935bd2b"
checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
dependencies = [
 "clap_builder",
]

[[package]]
name = "clap_builder"
version = "4.5.22"
version = "4.5.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e24c1b4099818523236a8ca881d2b45db98dadfb4625cf6608c12069fcbbde1"
checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
dependencies = [
 "anstyle",
 "clap_lex 0.7.3",
 "clap_lex 0.7.4",
]

[[package]]
@@ -1138,9 +1138,9 @@ dependencies = [

[[package]]
name = "clap_lex"
version = "0.7.3"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7"
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"

[[package]]
name = "cmake"
@@ -1228,7 +1228,7 @@ dependencies = [
 "anes",
 "cast",
 "ciborium",
 "clap 4.5.22",
 "clap 4.5.23",
 "criterion-plot",
 "is-terminal",
 "itertools 0.10.5",
@@ -1921,7 +1921,7 @@ dependencies = [
 "rustls-native-certs 0.8.1",
 "rustls-pki-types",
 "tokio",
 "tokio-rustls 0.26.0",
 "tokio-rustls 0.26.1",
 "tower-service",
]

@@ -1991,7 +1991,7 @@ dependencies = [
 "aws-smithy-json 0.61.1",
 "aws-smithy-runtime 1.7.4",
 "aws-smithy-runtime-api 1.7.3",
 "aws-smithy-types 1.2.9",
 "aws-smithy-types 1.2.10",
 "aws-smithy-xml 0.60.9",
 "bytes",
 "fastrand",
@@ -2061,9 +2061,9 @@ dependencies = [

[[package]]
name = "js-sys"
version = "0.3.74"
version = "0.3.76"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a865e038f7f6ed956f788f0d7d60c541fff74c7bd74272c5d4cf15c63743e705"
checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
dependencies = [
 "once_cell",
 "wasm-bindgen",
@@ -2143,9 +2143,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"

[[package]]
name = "libc"
version = "0.2.167"
version = "0.2.168"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc"
checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d"

[[package]]
name = "libloading"
@@ -2932,15 +2932,15 @@ dependencies = [

[[package]]
name = "rustix"
version = "0.38.41"
version = "0.38.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6"
checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
dependencies = [
 "bitflags 2.6.0",
 "errno",
 "libc",
 "linux-raw-sys",
 "windows-sys 0.52.0",
 "windows-sys 0.59.0",
]

[[package]]
@@ -3523,20 +3523,19 @@ dependencies = [

[[package]]
name = "tokio-rustls"
version = "0.26.0"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
dependencies = [
 "rustls 0.23.19",
 "rustls-pki-types",
 "tokio",
]

[[package]]
name = "tokio-stream"
version = "0.1.16"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
dependencies = [
 "futures-core",
 "pin-project-lite",
@@ -3558,9 +3557,9 @@ dependencies = [

[[package]]
name = "tokio-util"
version = "0.7.12"
version = "0.7.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
dependencies = [
 "bytes",
 "futures-core",
@@ -3884,9 +3883,9 @@ dependencies = [

[[package]]
name = "wasm-bindgen"
version = "0.2.97"
version = "0.2.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d15e63b4482863c109d70a7b8706c1e364eb6ea449b201a76c5b89cedcec2d5c"
checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
dependencies = [
 "cfg-if",
 "once_cell",
@@ -3895,13 +3894,12 @@ dependencies = [

[[package]]
name = "wasm-bindgen-backend"
version = "0.2.97"
version = "0.2.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d36ef12e3aaca16ddd3f67922bc63e48e953f126de60bd33ccc0101ef9998cd"
checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
dependencies = [
 "bumpalo",
 "log",
 "once_cell",
 "proc-macro2",
 "quote",
 "syn 2.0.90",
@@ -3910,9 +3908,9 @@ dependencies = [

[[package]]
name = "wasm-bindgen-macro"
version = "0.2.97"
version = "0.2.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "705440e08b42d3e4b36de7d66c944be628d579796b8090bfa3471478a2260051"
checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
dependencies = [
 "quote",
 "wasm-bindgen-macro-support",
@@ -3920,9 +3918,9 @@ dependencies = [

[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.97"
version = "0.2.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98c9ae5a76e46f4deecd0f0255cc223cfa18dc9b261213b8aa0c7b36f61b3f1d"
checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
dependencies = [
 "proc-macro2",
 "quote",
@@ -3933,15 +3931,15 @@ dependencies = [

[[package]]
name = "wasm-bindgen-shared"
version = "0.2.97"
version = "0.2.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ee99da9c5ba11bd675621338ef6fa52296b76b83305e9b6e5c77d4c286d6d49"
checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"

[[package]]
name = "web-sys"
version = "0.3.74"
version = "0.3.76"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a98bc3c33f0fe7e59ad7cd041b89034fa82a7c2d4365ca538dda6cdaf513863c"
checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
dependencies = [
 "js-sys",
 "wasm-bindgen",