From d2063204a2de0c07e05ab3d03132a21f1a778465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:22:35 +0000 Subject: [PATCH] chore(deps): bump aws-sdk-sagemakerruntime from 0.29.0 to 0.33.0 Bumps [aws-sdk-sagemakerruntime](https://github.com/awslabs/aws-sdk-rust) from 0.29.0 to 0.33.0. - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Changelog](https://github.com/awslabs/aws-sdk-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) --- updated-dependencies: - dependency-name: aws-sdk-sagemakerruntime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/llm-chain-sagemaker-endpoint/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8a7f28c..cccc3b3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -228,9 +228,9 @@ dependencies = [ [[package]] name = "aws-sdk-sagemakerruntime" -version = "0.29.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6449d0071f9013a2b66379d25c8f1ebc32d0fa3cb0aa39ee68b9a94d458547c1" +checksum = "9857f3d6e1cc3eb46b300038fd0be7295ec71c69e0d6ceae85f15da52421a3c9" dependencies = [ "aws-credential-types", "aws-http", diff --git a/crates/llm-chain-sagemaker-endpoint/Cargo.toml b/crates/llm-chain-sagemaker-endpoint/Cargo.toml index b833daac..dcecb0a5 100644 --- a/crates/llm-chain-sagemaker-endpoint/Cargo.toml +++ b/crates/llm-chain-sagemaker-endpoint/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/sobelio/llm-chain/" [dependencies] async-trait = "0.1.68" aws-config = "0.56.0" -aws-sdk-sagemakerruntime = "0.29.0" +aws-sdk-sagemakerruntime = "0.33.0" futures = "0.3.28" llm-chain = { path = "../llm-chain", version = "0.12.3", default-features = false } serde = "1.0.183"