From 22ec127d56e187fa8fd12b41d7aceb05f965704f Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Tue, 1 Feb 2022 23:22:26 +0100 Subject: Update dependencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2987092..591ce66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wpa-psk" -version = "0.1.0" +version = "0.1.1" authors = ["Stefan Kreutz "] edition = "2021" description = "Compute the WPA-PSK of a Wi-FI SSID and passphrase" @@ -14,7 +14,7 @@ publish = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -pbkdf2 = { version = "0.10.0", default-features = false } -hmac = { version = "0.12.0", default-features = false } -sha-1 = { version = "0.10.0", default-features = false } -clap = { version = "3.0.0-rc.11", features = ["derive"] } +pbkdf2 = { version = "0.10", default-features = false } +hmac = { version = "0.12", default-features = false } +sha-1 = { version = "0.10", default-features = false } +clap = { version = "3", features = ["derive"] } -- cgit v1.2.3