Skip to content

Commit

Permalink
Update Rust crate dialoguer to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Oct 3, 2023
1 parent 4af77d4 commit 9920902
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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 cargo-guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ camino = "1.1.6"
# disable tracing integration since we don't use it
color-eyre = { version = "0.6.2", default-features = false }
clap = { version = "3.2.25", features = ["derive"] }
dialoguer = "0.10.4"
dialoguer = "0.11.0"
guppy = { version = "0.17.1", path = "../guppy", features = ["summaries"] }
guppy-cmdlib = { path = "../guppy-cmdlib" }
itertools = "0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/cargo-hakari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cfg-if = "1.0.0"
clap = { version = "4.3.19", features = ["derive"] }
# disable tracing integration since we don't use it
color-eyre = { version = "0.6.2", default-features = false }
dialoguer = "0.10.4"
dialoguer = "0.11.0"
duct = "0.13.6"
enable-ansi-support = "0.2.1"
env_logger = "0.9.3"
Expand Down

0 comments on commit 9920902

Please sign in to comment.