diff options
author | RenovateBot <renovatebot@noreply.localhost> | 2024-07-19 15:41:15 +0300 |
---|---|---|
committer | RenovateBot <renovatebot@noreply.localhost> | 2024-07-19 15:41:15 +0300 |
commit | bf8be5c045ea59703ff10b966b61a27515181d14 (patch) | |
tree | 4aa776bed61f425d36483590d72d4d0685c609a0 /nres-cli | |
parent | ee8a5fc02b6c487c088fa58ff05df8cff47c1178 (diff) | |
download | fparkan-bf8be5c045ea59703ff10b966b61a27515181d14.tar.xz fparkan-bf8be5c045ea59703ff10b966b61a27515181d14.zip |
Update all digest updates
Diffstat (limited to 'nres-cli')
-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"] } |