Skip to content

Commit

Permalink
build(deps): Update dialoguer requirement from 0.10.4 to 0.11.0 (#55)
Browse files Browse the repository at this point in the history
Updates the requirements on [dialoguer](https://github.com/console-rs/dialoguer) to permit the latest version.
- [Changelog](https://github.com/console-rs/dialoguer/blob/master/CHANGELOG.md)
- [Commits](console-rs/dialoguer@v0.10.4...v0.11.0)

---
updated-dependencies:
- dependency-name: dialoguer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent b9ac406 commit a2448cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/avalanche-e2e/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ avalanche-types = { path = "../../crates/avalanche-types", features = ["jsonrpc_
aws-manager = { version = "0.30.2", features = ["kms"] } # https://github.com/gyuho/aws-manager/tags
clap = { version = "4.3.19", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
crossterm = "0.27.0"
dialoguer = "0.10.4"
dialoguer = "0.11.0"
env_logger = "0.10.0"
ethers = { version = "=2.0.7" } # https://github.com/gakonst/ethers-rs/releases
ethers-core = { version = "=2.0.7", features = ["eip712"] } # https://github.com/gakonst/ethers-rs/releases
Expand Down

0 comments on commit a2448cf

Please sign in to comment.