aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/Cargo.lock
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-07-09 12:16:43 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-07-14 13:52:53 +0000
commit2a76ee7d3418720e25ab8ba1500b322a64a582fa (patch)
tree5fc9a2de6b07d80858baa78cbd0e4eae7a63ceb9 /nitrocli/Cargo.lock
parentc0dc9686110dda2ba1918e7744b8c8d6063b6bd1 (diff)
downloadnitrocli-2a76ee7d3418720e25ab8ba1500b322a64a582fa.tar.gz
nitrocli-2a76ee7d3418720e25ab8ba1500b322a64a582fa.tar.bz2
Update nitrokey to version 0.4.0-alpha.2
Diffstat (limited to 'nitrocli/Cargo.lock')
-rw-r--r--nitrocli/Cargo.lock18
1 files changed, 12 insertions, 6 deletions
diff --git a/nitrocli/Cargo.lock b/nitrocli/Cargo.lock
index f9c7735..c7a4357 100644
--- a/nitrocli/Cargo.lock
+++ b/nitrocli/Cargo.lock
@@ -77,8 +77,7 @@ dependencies = [
"argparse 0.2.2",
"base32 0.4.0",
"libc 0.2.57",
- "libc 0.2.48",
- "nitrokey 0.4.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "nitrokey 0.4.0-alpha.1 (git+https://git.fsfe.org/robin.krahl/nitrokey-rs?rev=fe8161ba51d65382a20650a75f06e1cc7b753e68)",
"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)",
]
@@ -86,17 +85,19 @@ dependencies = [
[[package]]
name = "nitrokey"
version = "0.4.0-alpha.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
+source = "git+https://git.fsfe.org/robin.krahl/nitrokey-rs?rev=fe8161ba51d65382a20650a75f06e1cc7b753e68#fe8161ba51d65382a20650a75f06e1cc7b753e68"
dependencies = [
+ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.57",
- "nitrokey-sys 3.4.3",
+ "nitrokey-sys 3.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_core 0.3.0",
"rand_os 0.1.1",
]
[[package]]
name = "nitrokey-sys"
-version = "3.4.3"
+version = "3.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cc 1.0.37",
]
@@ -227,6 +228,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "nitrokey"
version = "0.3.4"
+[[patch.unused]]
+name = "nitrokey-sys"
+version = "3.4.3"
+
[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"
@@ -236,7 +241,8 @@ version = "0.3.4"
"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.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c7af1347ff6e9a842d34f5cdf9ebfbb4c52f8e1ba864a0962d4781d02827122b"
+"checksum nitrokey 0.4.0-alpha.1 (git+https://git.fsfe.org/robin.krahl/nitrokey-rs?rev=fe8161ba51d65382a20650a75f06e1cc7b753e68)" = "<none>"
+"checksum nitrokey-sys 3.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "71c6052aeb37309317d25c8fec2801f271b96c5a15656f2573d8e78ba4124c49"
"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"