From 7d3f08510d756ce18fcecb6fa4b425636118ff65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 13:58:40 +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 776313b..580e030 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -536,9 +536,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 9d91ed6..36b6293 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"] }