From e63367cea8105bd0c9deff905d1af5ce65dd7f57 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Mon, 16 Dec 2019 19:29:14 -0800 Subject: 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 --- nitrocli/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nitrocli/Cargo.lock') diff --git a/nitrocli/Cargo.lock b/nitrocli/Cargo.lock index 18d48b5..7a9cd54 100644 --- a/nitrocli/Cargo.lock +++ b/nitrocli/Cargo.lock @@ -77,14 +77,14 @@ dependencies = [ "argparse 0.2.2", "base32 0.4.0", "libc 0.2.66", - "nitrokey 0.3.4", + "nitrokey 0.3.5", "nitrokey-test 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "nitrokey" -version = "0.3.4" +version = "0.3.5" dependencies = [ "libc 0.2.66", "nitrokey-sys 3.4.3", -- cgit v1.2.1