aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-07-08 23:30:48 +0300
committerGitHub <noreply@github.com>2025-07-08 23:30:48 +0300
commitc4dec3fe4cd51045e7793ebd317fdf3dabd1cfcd (patch)
tree4130ab5bcaf4321d9a7c5445942b31e12b31e942
parente51edcb56179820a2afcdea3d40875c98a6f6ad7 (diff)
downloadfparkan-c4dec3fe4cd51045e7793ebd317fdf3dabd1cfcd.tar.xz
fparkan-c4dec3fe4cd51045e7793ebd317fdf3dabd1cfcd.zip
Update all digest updates
-rw-r--r--tools/nres-cli/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/nres-cli/Cargo.toml b/tools/nres-cli/Cargo.toml
index dd0ced6..5acdc41 100644
--- a/tools/nres-cli/Cargo.toml
+++ b/tools/nres-cli/Cargo.toml
@@ -6,9 +6,9 @@ edition = "2021"
[dependencies]
byteorder = "1.4"
clap = { version = "4.2", features = ["derive"] }
-console = "0.15"
+console = "0.16"
dialoguer = { version = "0.11", features = ["completion"] }
-indicatif = "0.17"
+indicatif = "0.18"
libnres = { version = "0.1", path = "../../libs/nres" }
miette = { version = "7.0", features = ["fancy"] }
tempdir = "0.3"