Skip to content

Commit

Permalink
Bump aws-config from 0.8.0 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [aws-config](https://github.com/awslabs/smithy-rs) from 0.8.0 to 0.14.0.
- [Release notes](https://github.com/awslabs/smithy-rs/releases)
- [Changelog](https://github.com/awslabs/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy-rs@v0.8...v0.14)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2023
1 parent b32edcd commit 5fe5d1a
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 46 deletions.
148 changes: 103 additions & 45 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 @@ -44,7 +44,7 @@ chrono = { optional=true, version = "0.4.23", features = ["serde"] }
diesel_migrations = { optional=true, version="2.0.0" }

# plugin_storage
aws-config = { optional=true, version="0.8.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" }
Expand Down

0 comments on commit 5fe5d1a

Please sign in to comment.