Skip to content

Commit

Permalink
0.2.43: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho committed Feb 7, 2023
1 parent 99749e7 commit 4ccbc87
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bin/avalanche-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avalanche-config"
version = "0.2.42" # https://github.com/ava-labs/avalanche-ops/releases
version = "0.2.43" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.67"

Expand Down
2 changes: 1 addition & 1 deletion bin/avalanche-kms/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avalanche-kms"
version = "0.2.42" # https://github.com/ava-labs/avalanche-ops/releases
version = "0.2.43" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.67"

Expand Down
10 changes: 5 additions & 5 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.42" # https://github.com/ava-labs/avalanche-ops/releases
version = "0.2.43" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.67"

Expand All @@ -10,16 +10,16 @@ path = "src/main.rs"

[dependencies]
avalanche-config-installer = { path = "../../avalanche-config-installer" }
avalanche-installer = "0.0.28" # https://crates.io/crates/avalanche-installer
avalanche-telemetry-cloudwatch-installer = "0.0.51" # https://crates.io/crates/avalanche-telemetry-cloudwatch
avalanche-installer = "0.0.29" # https://crates.io/crates/avalanche-installer
avalanche-telemetry-cloudwatch-installer = "0.0.52" # https://crates.io/crates/avalanche-telemetry-cloudwatch
avalanche-types = { version = "0.0.241", features = ["avalanchego", "jsonrpc_client", "subnet_evm"] } # https://crates.io/crates/avalanche-types
avalancheup-aws = { path = "../../bin/avalancheup-aws" }
aws-ip-provisioner-installer = "0.0.32" # https://crates.io/crates/aws-ip-provisioner-installer
aws-ip-provisioner-installer = "0.0.33" # https://crates.io/crates/aws-ip-provisioner-installer
aws-manager = { version = "0.24.6", features = ["autoscaling", "cloudwatch", "ec2", "s3"] } # https://github.com/gyuho/aws-manager/tags
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
aws-volume-provisioner-installer = "0.0.56" # https://crates.io/crates/aws-volume-provisioner-installer
aws-volume-provisioner-installer = "0.0.57" # 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
command-manager = "0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion 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.42" # https://github.com/ava-labs/avalanche-ops/releases
version = "0.2.43" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.67"

Expand Down
2 changes: 1 addition & 1 deletion 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.42" # https://github.com/ava-labs/avalanche-ops/releases
version = "0.2.43" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.67"

Expand Down
2 changes: 1 addition & 1 deletion 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.42" # https://github.com/ava-labs/avalanche-ops/releases
version = "0.2.43" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.67"

Expand Down
2 changes: 1 addition & 1 deletion bin/staking-key-cert-s3-downloader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "staking-key-cert-s3-downloader"
version = "0.2.42" # https://github.com/ava-labs/avalanche-ops/releases
version = "0.2.43" # https://github.com/ava-labs/avalanche-ops/releases
edition = "2021"
rust-version = "1.67"

Expand Down

0 comments on commit 4ccbc87

Please sign in to comment.