Skip to content

Commit

Permalink
Bump aws-sdk-s3 from 0.8.0 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) from 0.8.0 to 0.14.0.
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Changelog](https://github.com/awslabs/aws-sdk-rust/blob/main/CHANGELOG.md)
- [Commits](awslabs/aws-sdk-rust@v0.8.0...v0.14.0)

---
updated-dependencies:
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2023
1 parent 2506a74 commit 36cfafe
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 107 deletions.
148 changes: 42 additions & 106 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 create-rust-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ diesel_migrations = { optional=true, version="2.0.0" }
aws-config = { optional=true, version="0.14.0" }
aws-types = { optional=true, version="0.8.0" }
aws-endpoint = { optional=true, version="0.14.0" }
aws-sdk-s3 = { optional=true, version="0.8.0" }
aws-sdk-s3 = { optional=true, version="0.14.0" }
futures-util = { optional=true, version="0.3.25" }
http = { optional=true, version="0.2.6" }
diesel_derives = { optional=true, version="2.0.1" }
Expand Down

0 comments on commit 36cfafe

Please sign in to comment.