summaryrefslogtreecommitdiff
path: root/wpa-psk-cli/Cargo.toml
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2023-03-14 23:43:07 +0100
committerStefan Kreutz <mail@skreutz.com>2023-03-14 23:43:07 +0100
commit665135adc33bf10bae4b8b53edee3c6b1cf36ecc (patch)
treee2305a4d6def6282467acfcfd576aa2439404a69 /wpa-psk-cli/Cargo.toml
parent79e6c656b2e543318c0cbbb1319c4de2b0201d3e (diff)
downloadwpa-psk-665135adc33bf10bae4b8b53edee3c6b1cf36ecc.tar
Update dependencies
Diffstat (limited to 'wpa-psk-cli/Cargo.toml')
-rw-r--r--wpa-psk-cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wpa-psk-cli/Cargo.toml b/wpa-psk-cli/Cargo.toml
index 5688336..07ebdd1 100644
--- a/wpa-psk-cli/Cargo.toml
+++ b/wpa-psk-cli/Cargo.toml
@@ -12,7 +12,7 @@ categories = ["command-line-utilities"]
publish = true
[dependencies]
-clap = { version = "4.1.6", features = ["derive", "wrap_help"] }
+clap = { version = "4.1.8", features = ["derive", "wrap_help"] }
wpa-psk = { path = "../wpa-psk", version = "0.2.1" }
[dev-dependencies]
Generated by cgit. See skreutz.com for my tech blog and contact information.