Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Commit

Permalink
fix(deps): update rust crate dialoguer to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2023
1 parent bd3f60d commit 51d5ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = "https://github.com/lhjt/vlab-relay"
[dependencies]
clap = { version = "4.1.8", features = ["derive"] }
colored = "2.0.0"
dialoguer = "0.10.3"
dialoguer = "0.11.0"
futures = "0.3.27"
human-panic = "1.1.3"
log = "0.4.17"
Expand Down

0 comments on commit 51d5ecb

Please sign in to comment.