diff --git a/Cargo.lock b/Cargo.lock index 1998203..dabafa5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -463,9 +463,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.2.11" +version = "1.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38ddc9bd6c28aeb303477170ddd183760a956a03e083b3902a990238a7e3792d" +checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042" dependencies = [ "base64-simd", "bytes", diff --git a/Cargo.toml b/Cargo.toml index fa356f5..a687ade 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ aws-smithy-client = "0.60" aws-smithy-http = "0.60" aws-smithy-http-tower = "0.60" aws-smithy-runtime-api = "1.1.1" -aws-smithy-types = "1.1.1" +aws-smithy-types = "1.2.13" aws-smithy-types-convert = { version = "0.60", features = ["convert-chrono"] } aws-types = { version = "1.1.1", features = [] } base64 = "0.21.0"