diff options
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | 
2 files changed, 2 insertions, 2 deletions
@@ -328,7 +328,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"  [[package]]  name = "wpa-psk" -version = "0.1.4" +version = "0.1.5"  dependencies = [   "clap",   "hmac", @@ -1,6 +1,6 @@  [package]  name = "wpa-psk" -version = "0.1.4" +version = "0.1.5"  authors = ["Stefan Kreutz <mail@skreutz.com>"]  edition = "2021"  description = "Compute the WPA-PSK of a Wi-FI SSID and passphrase"  |