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 Oct 2, 2023
1 parent 6fb7ae5 commit 2fde384
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 src/risedevtool/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = { workspace = true }
anyhow = { version = "1", features = ["backtrace"] }
clap = { version = "4", features = ["derive"] }
console = "0.15"
dialoguer = "0.10"
dialoguer = "0.11"
enum-iterator = "1"
fs-err = "2.9.0"
itertools = "0.11"
Expand Down

0 comments on commit 2fde384

Please sign in to comment.