From 9b26846da18e1f306593a4e009816b1bb86f2b46 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Sat, 3 Jun 2023 08:08:30 -0700 Subject: [PATCH] 0.8.4: bump up installer dep Signed-off-by: Gyuho Lee --- avalanche-kms/Cargo.toml | 2 +- avalanche-ops/Cargo.toml | 2 +- avalanched-aws/Cargo.toml | 6 +++--- avalancheup-aws/Cargo.toml | 2 +- blizzard-aws/Cargo.toml | 2 +- blizzardup-aws/Cargo.toml | 2 +- devnet-faucet/Cargo.toml | 2 +- staking-key-cert-s3-downloader/Cargo.toml | 2 +- staking-signer-key-s3-downloader/Cargo.toml | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/avalanche-kms/Cargo.toml b/avalanche-kms/Cargo.toml index f1d96f7c..53db3562 100644 --- a/avalanche-kms/Cargo.toml +++ b/avalanche-kms/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "avalanche-kms" -version = "0.8.3" # https://github.com/ava-labs/avalanche-ops/releases +version = "0.8.4" # https://github.com/ava-labs/avalanche-ops/releases edition = "2021" rust-version = "1.69" diff --git a/avalanche-ops/Cargo.toml b/avalanche-ops/Cargo.toml index 32d10ba0..1792bf34 100644 --- a/avalanche-ops/Cargo.toml +++ b/avalanche-ops/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "avalanche-ops" -version = "0.8.3" # https://crates.io/crates/avalanche-ops +version = "0.8.4" # https://crates.io/crates/avalanche-ops edition = "2021" rust-version = "1.69" publish = true diff --git a/avalanched-aws/Cargo.toml b/avalanched-aws/Cargo.toml index 35629399..9678c6b0 100644 --- a/avalanched-aws/Cargo.toml +++ b/avalanched-aws/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "avalanched-aws" -version = "0.8.3" # https://github.com/ava-labs/avalanche-ops/releases +version = "0.8.4" # https://github.com/ava-labs/avalanche-ops/releases edition = "2021" rust-version = "1.69" @@ -13,12 +13,12 @@ avalanche-installer = "0.0.76" # https://crates.io/crates/avalanche-installer avalanche-ops = { path = "../avalanche-ops" } avalanche-telemetry-cloudwatch-installer = "0.0.107" # https://crates.io/crates/avalanche-telemetry-cloudwatch-installer avalanche-types = { version = "0.0.393", features = ["avalanchego", "jsonrpc_client", "subnet_evm"] } # https://crates.io/crates/avalanche-types -aws-ip-provisioner-installer = "0.0.94" # https://crates.io/crates/aws-ip-provisioner-installer +aws-ip-provisioner-installer = "0.0.95" # https://crates.io/crates/aws-ip-provisioner-installer aws-manager = { version = "0.28.13", features = ["autoscaling", "cloudwatch", "ec2", "s3"] } # https://github.com/gyuho/aws-manager/tags aws-sdk-cloudwatch = "0.28.0" # https://github.com/awslabs/aws-sdk-rust/releases aws-sdk-ec2 = "0.28.0" # https://github.com/awslabs/aws-sdk-rust/releases aws-sdk-s3 = "0.28.0" # https://github.com/awslabs/aws-sdk-rust/releases -aws-volume-provisioner-installer = "0.0.119" # https://crates.io/crates/aws-volume-provisioner-installer +aws-volume-provisioner-installer = "0.0.120" # https://crates.io/crates/aws-volume-provisioner-installer clap = { version = "4.3.0", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases command-manager = "0.0.3" compress-manager = "0.0.10" diff --git a/avalancheup-aws/Cargo.toml b/avalancheup-aws/Cargo.toml index 33d3ed47..c8ed6e9b 100644 --- a/avalancheup-aws/Cargo.toml +++ b/avalancheup-aws/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "avalancheup-aws" -version = "0.8.3" # https://github.com/ava-labs/avalanche-ops/releases +version = "0.8.4" # https://github.com/ava-labs/avalanche-ops/releases edition = "2021" rust-version = "1.69" diff --git a/blizzard-aws/Cargo.toml b/blizzard-aws/Cargo.toml index 6a6bdcd2..a7f9eded 100644 --- a/blizzard-aws/Cargo.toml +++ b/blizzard-aws/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blizzard-aws" -version = "0.8.3" # https://github.com/ava-labs/avalanche-ops/releases +version = "0.8.4" # https://github.com/ava-labs/avalanche-ops/releases edition = "2021" rust-version = "1.69" diff --git a/blizzardup-aws/Cargo.toml b/blizzardup-aws/Cargo.toml index 2845f521..a2174cc3 100644 --- a/blizzardup-aws/Cargo.toml +++ b/blizzardup-aws/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blizzardup-aws" -version = "0.8.3" # https://github.com/ava-labs/avalanche-ops/releases +version = "0.8.4" # https://github.com/ava-labs/avalanche-ops/releases edition = "2021" rust-version = "1.69" diff --git a/devnet-faucet/Cargo.toml b/devnet-faucet/Cargo.toml index f5e25b3c..6d4cc53a 100644 --- a/devnet-faucet/Cargo.toml +++ b/devnet-faucet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "devnet-faucet" -version = "0.8.3" # https://github.com/ava-labs/avalanche-ops/releases +version = "0.8.4" # https://github.com/ava-labs/avalanche-ops/releases edition = "2021" license = "MIT OR Apache-2.0" diff --git a/staking-key-cert-s3-downloader/Cargo.toml b/staking-key-cert-s3-downloader/Cargo.toml index 528bce1a..2ff98c47 100644 --- a/staking-key-cert-s3-downloader/Cargo.toml +++ b/staking-key-cert-s3-downloader/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "staking-key-cert-s3-downloader" -version = "0.8.3" # https://github.com/ava-labs/avalanche-ops/releases +version = "0.8.4" # https://github.com/ava-labs/avalanche-ops/releases edition = "2021" rust-version = "1.69" diff --git a/staking-signer-key-s3-downloader/Cargo.toml b/staking-signer-key-s3-downloader/Cargo.toml index 77837dab..e2b5b911 100644 --- a/staking-signer-key-s3-downloader/Cargo.toml +++ b/staking-signer-key-s3-downloader/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "staking-signer-key-s3-downloader" -version = "0.8.3" # https://github.com/ava-labs/avalanche-ops/releases +version = "0.8.4" # https://github.com/ava-labs/avalanche-ops/releases edition = "2021" rust-version = "1.69"