diff --git a/Cargo.lock b/Cargo.lock index aa0337e1903e4..df080b1c7079d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1065,9 +1065,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.9.3" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab0d43d899f9e508300e587bf582ba54c27a452dd0a9ea294690669138ae14a2" +checksum = "efce7aaaf59ad53c5412f14fc19b2d5c6ab2c3ec688d272fd31f76ec12f44fb0" dependencies = [ "aws-smithy-async", "aws-smithy-types", @@ -1082,9 +1082,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.3.5" +version = "1.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "905cb13a9895626d49cf2ced759b062d913834c7482c38e49557eac4e6193f01" +checksum = "65f172bcb02424eb94425db8aed1b6d583b5104d4d5ddddf22402c661a320048" dependencies = [ "base64-simd", "bytes", diff --git a/src/aws-util/Cargo.toml b/src/aws-util/Cargo.toml index d14e19dfed671..03537bc2b50b2 100644 --- a/src/aws-util/Cargo.toml +++ b/src/aws-util/Cargo.toml @@ -15,7 +15,7 @@ aws-config = { version = "1.8.12", default-features = false } aws-sdk-s3 = { version = "1.94.0", default-features = false, features = [ "rt-tokio", ], optional = true } -aws-smithy-runtime-api = "1.9.2" +aws-smithy-runtime-api = "1.10.0" aws-smithy-runtime = { version = "1.9.6", features = ["connector-hyper-0-14-x"] } aws-smithy-types = { version = "1.1.8", features = ["byte-stream-poll-next"] } aws-types = "1.3.9" diff --git a/src/workspace-hack/Cargo.toml b/src/workspace-hack/Cargo.toml index 3adbb03ebf1d8..51b681ae581a9 100644 --- a/src/workspace-hack/Cargo.toml +++ b/src/workspace-hack/Cargo.toml @@ -34,8 +34,8 @@ aws-sigv4 = { version = "1.3.7", features = ["http0-compat", "sign-eventstream"] aws-smithy-async = { version = "1.2.7", default-features = false, features = ["rt-tokio"] } aws-smithy-http = { version = "0.62.6", default-features = false, features = ["event-stream"] } aws-smithy-runtime = { version = "1.9.6", default-features = false, features = ["client", "connector-hyper-0-14-x"] } -aws-smithy-runtime-api = { version = "1.9.3", features = ["client", "http-02x", "http-auth", "test-util"] } -aws-smithy-types = { version = "1.3.5", default-features = false, features = ["byte-stream-poll-next", "http-body-0-4-x", "http-body-1-x", "rt-tokio", "test-util"] } +aws-smithy-runtime-api = { version = "1.10.0", features = ["client", "http-02x", "http-auth", "test-util"] } +aws-smithy-types = { version = "1.3.6", default-features = false, features = ["byte-stream-poll-next", "http-body-0-4-x", "http-body-1-x", "rt-tokio", "test-util"] } axum = { version = "0.7.9", features = ["ws"] } axum-core = { version = "0.4.5", default-features = false, features = ["tracing"] } base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] } @@ -178,8 +178,8 @@ aws-sigv4 = { version = "1.3.7", features = ["http0-compat", "sign-eventstream"] aws-smithy-async = { version = "1.2.7", default-features = false, features = ["rt-tokio"] } aws-smithy-http = { version = "0.62.6", default-features = false, features = ["event-stream"] } aws-smithy-runtime = { version = "1.9.6", default-features = false, features = ["client", "connector-hyper-0-14-x"] } -aws-smithy-runtime-api = { version = "1.9.3", features = ["client", "http-02x", "http-auth", "test-util"] } -aws-smithy-types = { version = "1.3.5", default-features = false, features = ["byte-stream-poll-next", "http-body-0-4-x", "http-body-1-x", "rt-tokio", "test-util"] } +aws-smithy-runtime-api = { version = "1.10.0", features = ["client", "http-02x", "http-auth", "test-util"] } +aws-smithy-types = { version = "1.3.6", default-features = false, features = ["byte-stream-poll-next", "http-body-0-4-x", "http-body-1-x", "rt-tokio", "test-util"] } axum = { version = "0.7.9", features = ["ws"] } axum-core = { version = "0.4.5", default-features = false, features = ["tracing"] } base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }