summaryrefslogtreecommitdiff
path: root/wpa-psk-cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'wpa-psk-cli/Cargo.toml')
-rw-r--r--wpa-psk-cli/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/wpa-psk-cli/Cargo.toml b/wpa-psk-cli/Cargo.toml
index b610d9a..5688336 100644
--- a/wpa-psk-cli/Cargo.toml
+++ b/wpa-psk-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wpa-psk-cli"
-version = "0.1.1"
+version = "0.1.2"
authors = ["Stefan Kreutz <mail@skreutz.com>"]
edition = "2021"
description = "A command-line utility to compute the WPA-PSK of a Wi-FI SSID and passphrase"
@@ -12,8 +12,8 @@ categories = ["command-line-utilities"]
publish = true
[dependencies]
-clap = { version = "4.0.8", features = ["derive", "wrap_help"] }
-wpa-psk = { path = "../wpa-psk", version = "0.2.0" }
+clap = { version = "4.1.6", features = ["derive", "wrap_help"] }
+wpa-psk = { path = "../wpa-psk", version = "0.2.1" }
[dev-dependencies]
-assert_cmd = "2.0.4"
+assert_cmd = "2.0.8"
Generated by cgit. See skreutz.com for my tech blog and contact information.