diff --git a/lambdas/Cargo.toml b/lambdas/Cargo.toml index 9695419..02f2d25 100644 --- a/lambdas/Cargo.toml +++ b/lambdas/Cargo.toml @@ -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"