Skip to content

Commit

Permalink
Bump aws-types from 0.8.0 to 0.56.1
Browse files Browse the repository at this point in the history
Bumps [aws-types](https://github.com/awslabs/smithy-rs) from 0.8.0 to 0.56.1.
- [Release notes](https://github.com/awslabs/smithy-rs/releases)
- [Changelog](https://github.com/awslabs/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/awslabs/smithy-rs/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 24, 2023
1 parent be8ff07 commit 2ee2de3
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 30 deletions.
198 changes: 169 additions & 29 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 @@ -68,7 +68,7 @@ cargo_toml = { optional = true, version = "0.15.2" }

# plugin_storage
# aws-config = { optional = true, version = "0.14.0" }
aws-types = { optional = true, version = "0.8.0" }
aws-types = { optional = true, version = "0.56.1" }
# aws-endpoint = { optional = true, version = "0.14.0" }
aws-sdk-s3 = { optional = true, version = "0.8.0" }
http = { optional = true, version = "0.2.9" }
Expand Down

0 comments on commit 2ee2de3

Please sign in to comment.