diff --git a/Cargo.lock b/Cargo.lock index 36d09f3..55e79c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -214,14 +214,15 @@ dependencies = [ [[package]] name = "dialoguer" -version = "0.10.4" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59c6f2989294b9a498d3ad5491a79c6deb604617378e1cdc4bfc1c1361fe2f87" +checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" dependencies = [ "console", "fuzzy-matcher", "shell-words", "tempfile", + "thiserror", "zeroize", ] diff --git a/Cargo.toml b/Cargo.toml index 1b4c0f5..a55622b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ clap = { version = "4.1.7", features = ["derive"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" handlebars = "4.0.0" -dialoguer = { version = "0.10.3", features = ["fuzzy-select"] } +dialoguer = { version = "0.11.0", features = ["fuzzy-select"] } colored = "2.0.0" include-dir-macro = "0.2" indicatif = "0.16.2"