From 722210d72b54e434687b1cd29e5c8405413e54a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:17:09 +0000 Subject: [PATCH] chore(deps): bump aws-smithy-types from 1.2.11 to 1.2.12 Bumps [aws-smithy-types](https://github.com/smithy-lang/smithy-rs) from 1.2.11 to 1.2.12. - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) --- updated-dependencies: - dependency-name: aws-smithy-types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3493a3..f25347d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -475,9 +475,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.2.11" +version = "1.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38ddc9bd6c28aeb303477170ddd183760a956a03e083b3902a990238a7e3792d" +checksum = "a28f6feb647fb5e0d5b50f0472c19a7db9462b74e2fec01bb0b44eedcc834e97" dependencies = [ "base64-simd", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 41b7d1c..2c87f8b 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.12" aws-smithy-types-convert = { version = "0.60", features = ["convert-chrono"] } aws-types = { version = "1.1.1", features = [] } base64 = "0.21.0"