From 2516ff6d9b68e3374547eb7e4f6c55c05b93ea9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 12:55:13 +0000 Subject: [PATCH] chore(deps): bump aws-smithy-types from 1.2.11 to 1.3.0 Bumps [aws-smithy-types](https://github.com/smithy-lang/smithy-rs) from 1.2.11 to 1.3.0. - [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-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1998203..f178c5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -463,9 +463,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.2.11" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38ddc9bd6c28aeb303477170ddd183760a956a03e083b3902a990238a7e3792d" +checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f" dependencies = [ "base64-simd", "bytes", @@ -608,9 +608,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.9.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" +checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" [[package]] name = "bytes-utils" diff --git a/Cargo.toml b/Cargo.toml index fa356f5..9132783 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.3.0" aws-smithy-types-convert = { version = "0.60", features = ["convert-chrono"] } aws-types = { version = "1.1.1", features = [] } base64 = "0.21.0"