aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-15 04:14:58 +0900
committernsfisis <nsfisis@gmail.com>2024-08-15 04:14:58 +0900
commit98fa8b7f1b46fbe768976519d5f21a3452fa6b75 (patch)
tree0a59af9658ed767c6f960ee306084f776f664f3a /Cargo.toml
parent3b9863cbecd75bfff490ef1156e88cd4bea0d49e (diff)
downloadrand-word-gen-main.tar.gz
rand-word-gen-main.tar.zst
rand-word-gen-main.zip
feat: update dependenciesHEADmain
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3a08b36..dfc5f59 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rand-word-gen"
-version = "1.1.0"
+version = "1.1.1"
authors = ["nsfisis"]
edition = "2021"
description = "Generates random pseudo-English words."
@@ -11,5 +11,5 @@ anyhow = "1.0.86"
rand = "0.8.5"
[dependencies.clap]
-version = "4.5.7"
+version = "4.5.15"
features = ["cargo"]