aboutsummaryrefslogtreecommitdiff
path: root/nitrocli
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2019-06-01 11:46:58 -0700
committerDaniel Mueller <deso@posteo.net>2019-06-01 11:46:58 -0700
commit61f2baa0af6b2a54e0c109e5f73c8ff25f9f2ca6 (patch)
tree7526c0aca9a6ec34826a55cad24dd4a3457364f0 /nitrocli
parent7c880699bb9a49037c09b1be990e677a1857af7a (diff)
downloadnitrocli-61f2baa0af6b2a54e0c109e5f73c8ff25f9f2ca6.tar.gz
nitrocli-61f2baa0af6b2a54e0c109e5f73c8ff25f9f2ca6.tar.bz2
Update libc crate to 0.2.57
This change updates the libc crate to version 0.2.57. Import subrepo libc/:libc at cdc48ea36d8d2890dba38e8f779001e6855339a2
Diffstat (limited to 'nitrocli')
-rw-r--r--nitrocli/CHANGELOG.md2
-rw-r--r--nitrocli/Cargo.lock10
2 files changed, 6 insertions, 6 deletions
diff --git a/nitrocli/CHANGELOG.md b/nitrocli/CHANGELOG.md
index 71a54df..e826004 100644
--- a/nitrocli/CHANGELOG.md
+++ b/nitrocli/CHANGELOG.md
@@ -7,7 +7,7 @@ Unreleased
secrets
- Clear cached PIN entry as part of `pin set` command to prevent
spurious authentication failures
-- Bumped `libc` dependency to `0.2.55`
+- Bumped `libc` dependency to `0.2.57`
- Bumped `cc` dependency to `1.0.37`
diff --git a/nitrocli/Cargo.lock b/nitrocli/Cargo.lock
index 4e3fe37..0cec5e1 100644
--- a/nitrocli/Cargo.lock
+++ b/nitrocli/Cargo.lock
@@ -59,7 +59,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.55"
+version = "0.2.57"
[[package]]
name = "memchr"
@@ -67,7 +67,7 @@ version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.55",
+ "libc 0.2.57",
]
[[package]]
@@ -76,7 +76,7 @@ version = "0.2.3"
dependencies = [
"argparse 0.2.2",
"base32 0.4.0",
- "libc 0.2.55",
+ "libc 0.2.57",
"nitrokey 0.3.4",
"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,7 +86,7 @@ dependencies = [
name = "nitrokey"
version = "0.3.4"
dependencies = [
- "libc 0.2.55",
+ "libc 0.2.57",
"nitrokey-sys 3.4.3",
"rand_core 0.3.0",
"rand_os 0.1.1",
@@ -135,7 +135,7 @@ version = "0.1.1"
dependencies = [
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.55",
+ "libc 0.2.57",
"rand_core 0.3.0",
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",