aboutsummaryrefslogtreecommitdiff
path: root/tools/nres-cli/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-08-27 11:23:15 +0300
committerGitHub <noreply@github.com>2025-08-27 11:23:15 +0300
commitc268e4c205122051ef8c6f2c050e6bb94ebecbf0 (patch)
tree41ee06370562c41b65037aa6ce0100e7fb3d49ba /tools/nres-cli/Cargo.toml
parent8aabe74eb2513c6405c3e1637c444121bde19eb5 (diff)
downloadfparkan-c268e4c205122051ef8c6f2c050e6bb94ebecbf0.tar.xz
fparkan-c268e4c205122051ef8c6f2c050e6bb94ebecbf0.zip
Update all digest updates (#41)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'tools/nres-cli/Cargo.toml')
-rw-r--r--tools/nres-cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nres-cli/Cargo.toml b/tools/nres-cli/Cargo.toml
index 5acdc41..f2eedd0 100644
--- a/tools/nres-cli/Cargo.toml
+++ b/tools/nres-cli/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
byteorder = "1.4"
clap = { version = "4.2", features = ["derive"] }
console = "0.16"
-dialoguer = { version = "0.11", features = ["completion"] }
+dialoguer = { version = "0.12", features = ["completion"] }
indicatif = "0.18"
libnres = { version = "0.1", path = "../../libs/nres" }
miette = { version = "7.0", features = ["fancy"] }