fix(deps): update rust crate dialoguer to 0.12.0
All checks were successful
Build and test / Build AMD64 (pull_request) Successful in 1m21s
Build and test / Generate Documentation (pull_request) Successful in 1m36s
Build and test / Tests (pull_request) Successful in 1m4s
Build and test / Clippy (pull_request) Successful in 1m3s
Checking Renovate configuration / validate (pull_request) Successful in 1m56s
Checking yaml / Run yamllint (pull_request) Successful in 3s
All checks were successful
Build and test / Build AMD64 (pull_request) Successful in 1m21s
Build and test / Generate Documentation (pull_request) Successful in 1m36s
Build and test / Tests (pull_request) Successful in 1m4s
Build and test / Clippy (pull_request) Successful in 1m3s
Checking Renovate configuration / validate (pull_request) Successful in 1m56s
Checking yaml / Run yamllint (pull_request) Successful in 3s
This commit is contained in:
parent
a4b9f8b321
commit
c6e94ba679
2 changed files with 49 additions and 10 deletions
|
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
anyhow = "1.0.89"
|
||||
clap = { version = "4.5.20", features = ["derive"] }
|
||||
dialoguer = "0.11.0"
|
||||
dialoguer = "0.12.0"
|
||||
image = "0.25.2"
|
||||
indicatif = "0.17.8"
|
||||
log = "0.4.22"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue