From eb858f4411105ba9e9ccb0e3c270020a48637787 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Fri, 17 Jul 2020 19:50:06 -0700 Subject: Update nitrokey dependency to 0.7.1 This change updates the nitrokey dependency we consume to 0.7.1. With this version the crate's Error type got reworked slightly, allowing it to implement Sync and Send. It furthermore no longer duplicates information available through the source() method in its Display implementation. Both these changes will enable us to switch over to using the anyhow crate for error handling in nitrocli in the future. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b5e5e5c..548199b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ version = "0.4.0" version = "0.2" [dependencies.nitrokey] -version = "0.6" +version = "0.7.1" [dependencies.structopt] version = "0.3.7" -- cgit v1.2.1