Skip to content

Commit

Permalink
Update aws-sdk-sqs requirement from 0.39.0 to 1.3.0 (#55)
Browse files Browse the repository at this point in the history
Updates the requirements on [aws-sdk-sqs](https://github.com/awslabs/aws-sdk-rust) to permit the latest version.
- [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-sqs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 626a2f2 commit 2ed538a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdas/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
aws-config = "1.0.0"
aws-sdk-sqs = "0.39.0"
aws-sdk-sqs = "1.3.0"
aws_lambda_events = "0.12.0"
bnacore = { git = "https://github.com/PeopleForBikes/brokenspoke.git", rev = "98f20d7" }
dotenv = "0.15.0"
Expand Down

0 comments on commit 2ed538a

Please sign in to comment.