Skip to content

Commit

Permalink
chore(deps): bump the aws-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [aws-config](https://github.com/smithy-lang/smithy-rs), [aws-sdk-dynamodb](https://github.com/awslabs/aws-sdk-rust), [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust), [aws-sdk-sqs](https://github.com/awslabs/aws-sdk-rust) and [aws-types](https://github.com/smithy-lang/smithy-rs) to permit the latest version.

Updates `aws-config` to 0.101.0
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-sdk-dynamodb` to 0.38.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)

Updates `aws-sdk-s3` to 0.38.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)

Updates `aws-sdk-sqs` to 0.38.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)

Updates `aws-types` to 0.101.0
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

---
updated-dependencies:
- dependency-name: aws-config
  dependency-type: direct:production
  dependency-group: aws-dependencies
- dependency-name: aws-sdk-dynamodb
  dependency-type: direct:production
  dependency-group: aws-dependencies
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  dependency-group: aws-dependencies
- dependency-name: aws-sdk-sqs
  dependency-type: direct:production
  dependency-group: aws-dependencies
- dependency-name: aws-types
  dependency-type: direct:production
  dependency-group: aws-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent eb134a1 commit 4b68367
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ zookeeper = []
testcontainers = { version = "0.15.0" }

[dev-dependencies]
aws-config = "0.56.1"
aws-sdk-dynamodb = "0.34.0"
aws-sdk-s3 = "0.34.0"
aws-sdk-sqs = "0.34.0"
aws-types = "0.57.1"
aws-config = "0.101.0"
aws-sdk-dynamodb = "0.38.0"
aws-sdk-s3 = "0.38.0"
aws-sdk-sqs = "0.38.0"
aws-types = "0.101.0"
futures = "0.3"
lapin = "2.3.1"
mongodb = "2.6.1"
Expand Down

0 comments on commit 4b68367

Please sign in to comment.