summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-05-22 01:40:26 +0200
committerStefan Kreutz <mail@skreutz.com>2022-05-22 01:40:26 +0200
commitb9fa46baaedb28d75a2de18158637359d441e861 (patch)
treeee69ccd58edea7f6f0236f028570e645a020d320
parent4075abbd126c07ce497b312429792c62ed58be00 (diff)
downloadwpa-psk-b9fa46baaedb28d75a2de18158637359d441e861.tar
Upgrade dependencies
Upgrade dependencies to exact versions to avoid having to test minimal versions.
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 97d5d90..2bd7d76 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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.12", default-features = false }
-hmac = { version = "0.12", default-features = false }
-sha-1 = { version = "0.10", default-features = false }
-clap = { version = "3", features = ["derive"] }
+pbkdf2 = { version = "0.11.0", default-features = false }
+hmac = { version = "0.12.1", default-features = false }
+sha-1 = { version = "0.10.0", default-features = false }
+clap = { version = "3.1.18", features = ["derive"] }
Generated by cgit. See skreutz.com for my tech blog and contact information.