Skip to content

Commit

Permalink
build(deps): Update aws-sdk-kms requirement from 0.30.0 to 0.33.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Oct 24, 2023
1 parent 39ffa42 commit edd3225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/avalanche-types/Cargo.toml
Expand Up @@ -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 }
Expand Down

0 comments on commit edd3225

Please sign in to comment.