diff --git a/Cargo.lock b/Cargo.lock index c3f6474..875cb58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -346,9 +346,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.0.1" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2fc32035dc0636a8583cf0c6dd7f1e6d5404103b836d26228b8730907a88d9f" +checksum = "2aba8136605d14ac88f57dc3a693a9f8a4eab4a3f52bc03ff13746f0cd704e97" dependencies = [ "base64-simd", "bytes", @@ -369,9 +369,9 @@ dependencies = [ [[package]] name = "aws-smithy-types-convert" -version = "0.60.0" +version = "0.60.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4e161aa33a99e36ed942974d02a73f08dc5f312f62ad7996d11e5f3e9c0251d" +checksum = "2916d0db08f25d26d2d27d3a0d339075caead06c2a41f09870a121e2f87a4893" dependencies = [ "aws-smithy-types", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 2a08cb4..256caba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ aws-sdk-pricing = "1.3.0" aws-config = "1.0.1" aws-types = "1.0.1" -aws-smithy-types-convert = {version = "0.60.0", features = ["convert-chrono"] } +aws-smithy-types-convert = {version = "0.60.1", features = ["convert-chrono"] }