Skip to content

Commit

Permalink
chore(deps): bump dialoguer from 0.10.4 to 0.11.0
Browse files Browse the repository at this point in the history
Bumps [dialoguer](https://github.com/console-rs/dialoguer) from 0.10.4 to 0.11.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 82a6789 commit bd0fab8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ anyhow = { version="1.0.75", features = ["backtrace"] }
bytes = "1.5.0"
clap = { version = "4.4.4", features = ["derive", "env"] }
console = "0.15.7"
dialoguer = "0.10.4"
dialoguer = "0.11.0"
dirs-next = "2.0.0"
exocore-apps-host = {version = "0.1.25", path = "../apps/host"}
exocore-chain = {version = "0.1.25", path = "../chain"}
Expand Down

0 comments on commit bd0fab8

Please sign in to comment.