From b351eb57c3c495c160833133e9562e376b7fb388 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 17 Nov 2023 13:23:44 +0000
Subject: [PATCH] build(deps): Update aws-sdk-kms requirement from 0.30.0 to
 0.37.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] <support@github.com>
---
 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 3c370cc..7337e38 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.37.0", optional = true } # https://crates.io/crates/aws-sdk-kms/versions
 
 # [OPTIONAL] for "message"
 flate2 = { version = "1.0.26", optional = true }