From 7969eb98a5af3e27822a47a1e41fe51345f82ff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 12:41:14 +0000 Subject: [PATCH] build(deps): Update aws-sdk-kms requirement from 0.30.0 to 1.26.0 --- 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 5f3a1e9f..a6d6262f 100644 --- a/crates/avalanche-types/Cargo.toml +++ b/crates/avalanche-types/Cargo.toml @@ -54,7 +54,7 @@ secp256k1 = { version = "0.28.1", 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 = "1.26.0", optional = true } # https://crates.io/crates/aws-sdk-kms/versions # [OPTIONAL] for "message" flate2 = { version = "1.0.26", optional = true }