aboutsummaryrefslogtreecommitdiff
path: root/nres-cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'nres-cli/Cargo.toml')
-rw-r--r--nres-cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nres-cli/Cargo.toml b/nres-cli/Cargo.toml
index a6d863c..6151202 100644
--- a/nres-cli/Cargo.toml
+++ b/nres-cli/Cargo.toml
@@ -11,7 +11,7 @@ keywords = ["cli", "gamedev", "nres"]
[dependencies]
byteorder = "1.4"
-clap = { version = "4.2", features = ["derive"] }
+clap = { version = "4.5", features = ["derive"] }
console = "0.15"
dialoguer = { version = "0.11", features = ["completion"] }
indicatif = "0.17"