Skip to content

Commit

Permalink
chore(deps): bump aws-sdk-sagemakerruntime from 0.29.0 to 0.33.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent c423f22 commit d206320
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/llm-chain-sagemaker-endpoint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d206320

Please sign in to comment.