Skip to content

Commit

Permalink
0.2.48
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho committed Feb 16, 2023
1 parent df7bbab commit ecbe131
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion avalanche-config-installer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avalanche-config-installer"
version = "0.2.47" # https://github.com/ava-labs/avalanche-ops/releases
version = "0.2.48" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.67"
publish = true
Expand Down
4 changes: 2 additions & 2 deletions bin/avalanche-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "avalanche-config"
version = "0.2.47" # https://github.com/ava-labs/avalanche-ops/releases
version = "0.2.48" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.67"

[dependencies]
avalanche-types = { version = "0.0.254", features = ["avalanchego"] } # https://crates.io/crates/avalanche-types
clap = { version = "4.1.4", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
clap = { version = "4.1.6", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
crossterm = "0.26.0"
dialoguer = "0.10.3"
env_logger = "0.10.0"
Expand Down
4 changes: 2 additions & 2 deletions bin/avalanche-kms/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "avalanche-kms"
version = "0.2.47" # https://github.com/ava-labs/avalanche-ops/releases
version = "0.2.48" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.67"

[dependencies]
avalanche-types = { version = "0.0.254", features = ["jsonrpc_client", "wallet", "wallet_evm", "kms_aws", "utils"] } # https://crates.io/crates/avalanche-types
aws-manager = { version = "0.24.12", features = ["kms", "sts"] } # https://github.com/gyuho/aws-manager/tags
clap = { version = "4.1.4", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
clap = { version = "4.1.6", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
crossterm = "0.26.0"
dialoguer = "0.10.3"
env_logger = "0.10.0"
Expand Down
4 changes: 2 additions & 2 deletions bin/avalanched-aws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avalanched-aws"
version = "0.2.47" # https://github.com/ava-labs/avalanche-ops/releases
version = "0.2.48" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.67"

Expand All @@ -21,7 +21,7 @@ aws-sdk-ec2 = "0.24.0" # https://github.com/awslabs/aws-sdk-rust/releases
aws-sdk-s3 = "0.24.0" # https://github.com/awslabs/aws-sdk-rust/releases
aws-volume-provisioner-installer = "0.0.64" # https://crates.io/crates/aws-volume-provisioner-installer
certs-manager = { path = "../../certs-manager" }
clap = { version = "4.1.4", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
clap = { version = "4.1.6", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
command-manager = "0.0.1"
compress-manager = "0.0.5"
env_logger = "0.10.0"
Expand Down
4 changes: 2 additions & 2 deletions bin/avalancheup-aws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avalancheup-aws"
version = "0.2.47" # https://github.com/ava-labs/avalanche-ops/releases
version = "0.2.48" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.67"

Expand All @@ -15,7 +15,7 @@ aws-sdk-cloudformation = "0.24.0" # https://github.com/awslabs/aws-sdk-rust/rele
aws-sdk-ec2 = "0.24.0" # https://github.com/awslabs/aws-sdk-rust/releases
aws-sdk-s3 = "0.24.0" # https://github.com/awslabs/aws-sdk-rust/releases
aws-sdk-ssm = "0.24.0" # https://github.com/awslabs/aws-sdk-rust/releases
clap = { version = "4.1.4", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
clap = { version = "4.1.6", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
compress-manager = "0.0.5"
crossterm = "0.26.0"
dialoguer = "0.10.3"
Expand Down
4 changes: 2 additions & 2 deletions bin/blizzard-aws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blizzard-aws"
version = "0.2.47" # https://github.com/ava-labs/avalanche-ops/releases
version = "0.2.48" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.67"

Expand All @@ -15,7 +15,7 @@ aws-sdk-cloudwatch = "0.24.0" # https://github.com/awslabs/aws-sdk-rust/releases
aws-sdk-ec2 = "0.24.0" # https://github.com/awslabs/aws-sdk-rust/releases
aws-sdk-s3 = "0.24.0" # https://github.com/awslabs/aws-sdk-rust/releases
blizzardup-aws = { path = "../../bin/blizzardup-aws" }
clap = { version = "4.1.4", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
clap = { version = "4.1.6", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
env_logger = "0.10.0"
ethers-signers = { version = "1.0.2", optional = false }
log = "0.4.17"
Expand Down
4 changes: 2 additions & 2 deletions bin/blizzardup-aws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blizzardup-aws"
version = "0.2.47" # https://github.com/ava-labs/avalanche-ops/releases
version = "0.2.48" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.67"

Expand All @@ -14,7 +14,7 @@ aws-manager = { version = "0.24.12", features = ["cloudformation", "cloudwatch",
aws-sdk-cloudformation = "0.24.0" # https://github.com/awslabs/aws-sdk-rust/releases
aws-sdk-ec2 = "0.24.0" # https://github.com/awslabs/aws-sdk-rust/releases
aws-sdk-s3 = "0.24.0" # https://github.com/awslabs/aws-sdk-rust/releases
clap = { version = "4.1.4", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
clap = { version = "4.1.6", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
compress-manager = "0.0.5"
crossterm = "0.26.0"
dialoguer = "0.10.3"
Expand Down
4 changes: 2 additions & 2 deletions bin/staking-key-cert-s3-downloader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "staking-key-cert-s3-downloader"
version = "0.2.47" # https://github.com/ava-labs/avalanche-ops/releases
version = "0.2.48" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.67"

[dependencies]
aws-manager = { version = "0.24.12", features = ["kms", "s3"] } # https://github.com/gyuho/aws-manager/tags
certs-manager = { path = "../../certs-manager" }
clap = { version = "4.1.4", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
clap = { version = "4.1.6", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
env_logger = "0.10.0"
log = "0.4.17"
tokio = { version = "1.25.0", features = ["full"] } # https://github.com/tokio-rs/tokio/releases

0 comments on commit ecbe131

Please sign in to comment.