Skip to content

Commit

Permalink
Update aws-sdk-cloudwatch requirement from 0.30.0 to 1.9.0
Browse files Browse the repository at this point in the history
Updates the requirements on [aws-sdk-cloudwatch](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-cloudwatch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 21, 2023
1 parent 3b9de27 commit ec950f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion avalanched-aws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ avalanche-telemetry-cloudwatch-installer = "0.0.107" # https://crates.io/crates/
avalanche-types = { version = "0.1.4", features = ["avalanchego", "jsonrpc_client", "subnet_evm"] } # https://crates.io/crates/avalanche-types
aws-ip-provisioner-installer = "0.0.96" # https://crates.io/crates/aws-ip-provisioner-installer
aws-manager = { version = "0.30.2", features = ["autoscaling", "cloudwatch", "ec2", "s3"] } # https://github.com/gyuho/aws-manager/tags
aws-sdk-cloudwatch = "0.30.0" # https://github.com/awslabs/aws-sdk-rust/releases
aws-sdk-cloudwatch = "1.9.0" # https://github.com/awslabs/aws-sdk-rust/releases
aws-sdk-ec2 = "0.30.0" # https://github.com/awslabs/aws-sdk-rust/releases
aws-sdk-s3 = "0.30.0" # https://github.com/awslabs/aws-sdk-rust/releases
aws-volume-provisioner-installer = "0.0.121" # https://crates.io/crates/aws-volume-provisioner-installer
Expand Down
2 changes: 1 addition & 1 deletion blizzard-aws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path = "src/main.rs"
[dependencies]
avalanche-types = { version = "0.1.4", features = ["jsonrpc_client", "wallet", "wallet_evm"] } # https://crates.io/crates/avalanche-types
aws-manager = { version = "0.30.2", features = ["cloudwatch", "ec2", "s3"] } # https://github.com/gyuho/aws-manager/tags
aws-sdk-cloudwatch = "0.30.0" # https://github.com/awslabs/aws-sdk-rust/releases
aws-sdk-cloudwatch = "1.9.0" # https://github.com/awslabs/aws-sdk-rust/releases
aws-sdk-ec2 = "0.30.0" # https://github.com/awslabs/aws-sdk-rust/releases
aws-sdk-s3 = "0.30.0" # https://github.com/awslabs/aws-sdk-rust/releases
blizzardup-aws = { path = "../blizzardup-aws" }
Expand Down

0 comments on commit ec950f0

Please sign in to comment.