From e9cf8413d4ac9fd4bca8bf3f20cb96c108ea2c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 05:40:46 +0000 Subject: [PATCH] chore(deps): bump aws-sdk-bedrock from 1.71.0 to 1.72.0 Bumps [aws-sdk-bedrock](https://github.com/awslabs/aws-sdk-rust) from 1.71.0 to 1.72.0. - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) --- updated-dependencies: - dependency-name: aws-sdk-bedrock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 217a80d..53c6dba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -535,9 +535,9 @@ dependencies = [ [[package]] name = "aws-sdk-bedrock" -version = "1.71.0" +version = "1.72.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fa533bba4e811f7247eb3239929fd888f5b5a45ea6d8b3f8eaa5d47f0910a3d" +checksum = "c73737e79eb75e78be165c64e59a1ba186370fa8924d3d66c4b9c38f98e36a41" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/core/Cargo.toml b/core/Cargo.toml index 88c17ca..748bc16 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -40,7 +40,7 @@ aws-smithy-types = { version = "1.2.0", features = [ "serde-deserialize", "serde-serialize", ] } -aws-sdk-bedrock = "1.64.0" +aws-sdk-bedrock = "1.72.0" aws-sdk-bedrockruntime = "1.64.0" aws-smithy-runtime-api = "1.2.0" aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }