From 3277ededfa528677caf561dd8cecb961e2dcf19d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:01:20 +0000 Subject: [PATCH] build(deps): update aws-config requirement from <=1.1 to <=1.3 Updates the requirements on [aws-config](https://github.com/smithy-lang/smithy-rs) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 62f39d1..c08aad4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ features = ["derive"] [dev-dependencies] hex = "0.4" -aws-config = { version = "<=1.1" } +aws-config = { version = "<=1.3" } aws-smithy-runtime = { version = "<=1.2" } [features]