Skip to content

Commit

Permalink
0.2.52
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho committed Feb 27, 2023
1 parent 1ef57f2 commit a730681
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/avalanche-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rust-version = "1.67"
[dependencies]
avalanche-types = { version = "0.0.269", features = ["avalanchego"] } # https://crates.io/crates/avalanche-types
clap = { version = "4.1.6", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
crossterm = "0.26.0"
crossterm = "0.26.1"
dialoguer = "0.10.3"
env_logger = "0.10.0"
log = "0.4.17"
Expand Down
2 changes: 1 addition & 1 deletion bin/avalanche-kms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rust-version = "1.67"
avalanche-types = { version = "0.0.269", features = ["jsonrpc_client", "wallet", "wallet_evm", "kms_aws", "utils"] } # https://crates.io/crates/avalanche-types
aws-manager = { version = "0.24.16", features = ["kms", "sts"] } # https://github.com/gyuho/aws-manager/tags
clap = { version = "4.1.6", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
crossterm = "0.26.0"
crossterm = "0.26.1"
dialoguer = "0.10.3"
env_logger = "0.10.0"
ethers-signers = "1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion bin/avalancheup-aws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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.6", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
compress-manager = "0.0.6"
crossterm = "0.26.0"
crossterm = "0.26.1"
dialoguer = "0.10.3"
dir-manager = "0.0.1"
env_logger = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion bin/blizzardup-aws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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
clap = { version = "4.1.6", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
compress-manager = "0.0.6"
crossterm = "0.26.0"
crossterm = "0.26.1"
dialoguer = "0.10.3"
dir-manager = "0.0.1"
env_logger = "0.10.0"
Expand Down

0 comments on commit a730681

Please sign in to comment.