From aa093c5ddc40b7a5cb7e4fef3fecc802741a2982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:42:56 +0000 Subject: [PATCH] build(deps): Update aws-sdk-kms requirement from 0.30.0 to 0.33.0 Updates the requirements on [aws-sdk-kms](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-kms dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/avalanche-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/avalanche-types/Cargo.toml b/crates/avalanche-types/Cargo.toml index b1781a4..9d69009 100644 --- a/crates/avalanche-types/Cargo.toml +++ b/crates/avalanche-types/Cargo.toml @@ -51,7 +51,7 @@ secp256k1 = { version = "0.28.0", features = ["global-context", "rand-std", "rec # [OPTIONAL] for "kms_aws" aws-manager = { version = "0.30.2", features = ["kms"], optional = true } # https://github.com/gyuho/aws-manager/tags -aws-sdk-kms = { version = "0.30.0", optional = true } # https://crates.io/crates/aws-sdk-kms/versions +aws-sdk-kms = { version = "0.33.0", optional = true } # https://crates.io/crates/aws-sdk-kms/versions # [OPTIONAL] for "message" flate2 = { version = "1.0.26", optional = true }