aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2019-12-16 19:29:14 -0800
committerDaniel Mueller <deso@posteo.net>2019-12-16 19:29:14 -0800
commite63367cea8105bd0c9deff905d1af5ce65dd7f57 (patch)
tree7b51179119c22664ec3ca9dd99620e68d57af757 /nitrocli/CHANGELOG.md
parent9091de47826b82ce357c77090f35e3faaf22091a (diff)
downloadnitrocli-e63367cea8105bd0c9deff905d1af5ce65dd7f57.tar.gz
nitrocli-e63367cea8105bd0c9deff905d1af5ce65dd7f57.tar.bz2
Update nitrokey crate to 0.3.5
This change updates the nitrokey crate to version 0.3.5. The main reason for this new version of the crate is a build fix due to a backwards compatibility breaking change in upstream libnitrokey. For that reason, we also have to bump the minimum required version to avoid build failures. Import subrepo nitrokey/:nitrokey at f2cc7fdf081340b0b812f0b212537ba2b55d382e
Diffstat (limited to 'nitrocli/CHANGELOG.md')
-rw-r--r--nitrocli/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/nitrocli/CHANGELOG.md b/nitrocli/CHANGELOG.md
index a55237e..c726f3f 100644
--- a/nitrocli/CHANGELOG.md
+++ b/nitrocli/CHANGELOG.md
@@ -8,6 +8,7 @@ Unreleased
- Moved its output into `status` command
- Removed previously deprecated `--ascii` option from `otp set` command
- Fixed wrong hexadecimal conversion used in `otp set` command
+- Bumped `nitrokey` dependency to `0.3.5`
- Bumped `libc` dependency to `0.2.66`
- Bumped `cc` dependency to `1.0.48`