diff options
Diffstat (limited to 'nres-cli/Cargo.toml')
-rw-r--r-- | nres-cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nres-cli/Cargo.toml b/nres-cli/Cargo.toml index e3b1932..4dd6171 100644 --- a/nres-cli/Cargo.toml +++ b/nres-cli/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["cli", "gamedev", "nres"] byteorder = "1.4" clap = { version = "4.2", features = ["derive"] } console = "0.15" -dialoguer = { version = "0.10", features = ["completion"] } +dialoguer = { version = "0.11", features = ["completion"] } indicatif = "0.17" libnres = { version = "0.1", path = "../libnres" } miette = { version = "5.6", features = ["fancy"] } |