aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-01-30 19:08:11 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-07-14 13:49:49 +0000
commitbccf3d17ac2376a2b297491212bf53e54d71f76c (patch)
tree2f6fb44459512bfceec644518ca10205ddc48304
parent784e3da6a345f9730a34227370a716a4940ff9c6 (diff)
downloadnitrocli-bccf3d17ac2376a2b297491212bf53e54d71f76c.tar.gz
nitrocli-bccf3d17ac2376a2b297491212bf53e54d71f76c.tar.bz2
Update nitrokey to version 0.4.0-alpha.0
-rw-r--r--nitrocli/Cargo.lock11
-rw-r--r--nitrocli/Cargo.toml2
2 files changed, 10 insertions, 3 deletions
diff --git a/nitrocli/Cargo.lock b/nitrocli/Cargo.lock
index e6b10a7..2936002 100644
--- a/nitrocli/Cargo.lock
+++ b/nitrocli/Cargo.lock
@@ -77,14 +77,16 @@ dependencies = [
"argparse 0.2.2",
"base32 0.4.0",
"libc 0.2.57",
- "nitrokey 0.3.4",
+ "libc 0.2.48",
+ "nitrokey 0.4.0-alpha.0 (registry+https://github.com/rust-lang/crates.io-index)",
"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.4.0-alpha.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.57",
"nitrokey-sys 3.4.3",
@@ -221,6 +223,10 @@ name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
+[[patch.unused]]
+name = "nitrokey"
+version = "0.3.4"
+
[metadata]
"checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e"
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
@@ -230,6 +236,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
"checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1"
"checksum memchr 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e1dd4eaac298c32ce07eb6ed9242eda7d82955b9170b7d6db59b2e02cc63fcb8"
+"checksum nitrokey 0.4.0-alpha.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0c30ee966a52a3b33fb60745d37d1e0fc48cf3e04d26967034195c10c47a03a9"
"checksum nitrokey-test 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6226eaa31d1bbb031314d9288eb0e1bf6a70e7053da7960fea13ee84cab330ea"
"checksum proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)" = "38fddd23d98b2144d197c0eca5705632d4fe2667d14a6be5df8934f8d74f1978"
"checksum quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1"
diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml
index 5c0ea54..786f102 100644
--- a/nitrocli/Cargo.toml
+++ b/nitrocli/Cargo.toml
@@ -53,7 +53,7 @@ path = "../base32"
version = "0.2"
[dependencies.nitrokey]
-version = "0.3.1"
+version = "0.4.0-alpha.0"
[dev-dependencies.nitrokey-test]
version = "0.1.1"