Skip to content

Commit

Permalink
Update dialoguer requirement from 0.10.4 to 0.11.0
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent a793a71 commit 35c95c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ clap = { version = "4.3.3", features = ["std", "cargo", "suggestions", "color",
convert_case = { version = "0.6.0", optional = true, default-features = false }
csv = { version = "1.2.2", optional = true, default-features = false }
derive_more = { version = "0.99.17", features = ["constructor", "from", "into", "mul"], optional = true, default-features = false }
dialoguer = { version = "0.10.4", features = ["editor", "password", "fuzzy-select"], optional = true, default-features = false }
dialoguer = { version = "0.11.0", features = ["editor", "password", "fuzzy-select"], optional = true, default-features = false }
dioxus = { version = "0.3.2", optional = true, default-features = false }
generic-array = { version = "0.14.7", features = ["serde"], optional = true, default-features = false }
itertools = { version = "0.10.5", optional = true, default-features = false }
Expand Down

0 comments on commit 35c95c5

Please sign in to comment.