summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--wpa-psk-cli/CHANGELOG.md6
-rw-r--r--wpa-psk-cli/Cargo.toml4
3 files changed, 9 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 069261a..6b3080b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -455,7 +455,7 @@ dependencies = [
[[package]]
name = "wpa-psk-cli"
-version = "0.1.4"
+version = "0.1.5"
dependencies = [
"assert_cmd",
"clap",
diff --git a/wpa-psk-cli/CHANGELOG.md b/wpa-psk-cli/CHANGELOG.md
index bdd8419..28abea7 100644
--- a/wpa-psk-cli/CHANGELOG.md
+++ b/wpa-psk-cli/CHANGELOG.md
@@ -10,6 +10,12 @@ The format is based on [Keep A Changelog][] and this project adheres to
## Unreleased
+## [0.1.5] - 2024-03-06
+
+### Changed
+
+- Updated dependencies.
+
## [0.1.4] - 2023-05-18
### Fixed
diff --git a/wpa-psk-cli/Cargo.toml b/wpa-psk-cli/Cargo.toml
index a5b1aff..b35f4d1 100644
--- a/wpa-psk-cli/Cargo.toml
+++ b/wpa-psk-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wpa-psk-cli"
-version = "0.1.4"
+version = "0.1.5"
authors = ["Stefan Kreutz <mail@skreutz.com>"]
edition = "2021"
description = "A command-line utility to compute the WPA-PSK of a Wi-FI SSID and passphrase"
@@ -13,7 +13,7 @@ publish = true
[dependencies]
clap = { version = "4.5.1", features = ["derive"] }
-wpa-psk = { path = "../wpa-psk", version = "0.2.2" }
+wpa-psk = { path = "../wpa-psk", version = "0.2.3" }
[target.'cfg(target_os = "openbsd")'.dependencies]
pledge = "0.4.2"
Generated by cgit. See skreutz.com for my tech blog and contact information.