aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-09-25 02:06:00 +0200
committerDaniel Mueller <deso@posteo.net>2021-01-10 21:05:59 -0800
commitf18fdc680c0bc616d64b116abaf2daede613f48b (patch)
tree7d17d0298c1017e71aa97401bc5408d823b1a85d /Cargo.toml
parent3152a6d3c1e46243a69fe8ef8066027ca4d38d47 (diff)
downloadnitrocli-f18fdc680c0bc616d64b116abaf2daede613f48b.tar.gz
nitrocli-f18fdc680c0bc616d64b116abaf2daede613f48b.tar.bz2
Update nitrokey to v0.8.0
This patch updates the nitrokey dependency to version 0.8.0 and applies all breaking changes (Config fields renaming, DeviceWrapper and Model non-exhaustiveness, changed Display implementation for Model).
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e7f9908..0768177 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,7 +51,7 @@ version = "0.2"
version = "0.1"
[dependencies.nitrokey]
-version = "0.7.1"
+version = "0.8"
[dependencies.progressing]
version = "3.0.2"