Skip to content

Commit

Permalink
build(deps): Update aws-sdk-kms requirement from 0.30.0 to 1.29.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: aws-sdk-kms
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 30, 2024
1 parent 1bfa6d5 commit b436b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/avalanche-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.29.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 b436b95

Please sign in to comment.