aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 6 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5946d2b..3a08b36 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,9 @@ description = "Generates random pseudo-English words."
license = "MIT"
[dependencies]
-anyhow = "1.0.34"
-clap = "2.33.3"
-rand = "0.7.3"
+anyhow = "1.0.86"
+rand = "0.8.5"
+
+[dependencies.clap]
+version = "4.5.7"
+features = ["cargo"]