build: upgraded to the most recent version of the inquire crate

This commit is contained in:
2026-03-16 12:31:28 -06:00
parent 92ea0f624e
commit 6fc1abf94a
2 changed files with 15 additions and 71 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ bytes = "1.4.0"
clap = { version = "4.5.40", features = ["cargo", "derive", "wrap_help"] }
dirs = "6.0.0"
futures-util = "0.3.29"
inquire = "0.7.0"
inquire = "0.9.4"
is-terminal = "0.4.9"
reedline = "0.40.0"
serde = { version = "1.0.152", features = ["derive"] }