From 4b683678a6c9301ff0521d940a640a57cc7d5984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:13:25 +0000 Subject: [PATCH] chore(deps): bump the aws-dependencies group with 5 updates 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] --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 610bfbc..c39228b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"