From 1af16b1c2e19d02b40ccdf85f23b799467322d32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:10:36 +0000 Subject: [PATCH] build(deps): update aws-smithy-runtime requirement from <=1.2 to <=1.5.7 Updates the requirements on [aws-smithy-runtime](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-smithy-runtime 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..9216349 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ features = ["derive"] [dev-dependencies] hex = "0.4" aws-config = { version = "<=1.1" } -aws-smithy-runtime = { version = "<=1.2" } +aws-smithy-runtime = { version = "<=1.5.7" } [features] default = ["key_openssl_pkey"]