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.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/wpa-psk-cli/Cargo.toml b/wpa-psk-cli/Cargo.toml
index 6bf47b0..a5b1aff 100644
--- a/wpa-psk-cli/Cargo.toml
+++ b/wpa-psk-cli/Cargo.toml
@@ -12,11 +12,11 @@ categories = ["command-line-utilities"]
publish = true
[dependencies]
-clap = { version = "4.2.7", features = ["derive"] }
+clap = { version = "4.5.1", features = ["derive"] }
wpa-psk = { path = "../wpa-psk", version = "0.2.2" }
[target.'cfg(target_os = "openbsd")'.dependencies]
pledge = "0.4.2"
[dev-dependencies]
-assert_cmd = "2.0.11"
+assert_cmd = "2.0.14"
Generated by cgit. See skreutz.com for my tech blog and contact information.