aboutsummaryrefslogtreecommitdiff
path: root/nitrocli
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2019-01-22 20:16:05 -0800
committerDaniel Mueller <deso@posteo.net>2019-01-22 20:16:05 -0800
commit4fcdf2022df38b37365ee5d948005ac08a1f1a83 (patch)
treec204c0959100390dc708ebdd977bf9daddb356de /nitrocli
parent8b2d8818b26e7084cad240c48fd9ce7fc2519012 (diff)
downloadnitrocli-4fcdf2022df38b37365ee5d948005ac08a1f1a83.tar.gz
nitrocli-4fcdf2022df38b37365ee5d948005ac08a1f1a83.tar.bz2
Update libc crate to 0.2.47
This change updates the libc crate to version 0.2.47. Import subrepo libc/:libc at ce1dfcbf81bd74662b5cd02a9214818a0bfbbffa
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 6ed910d..912c9df 100644
--- a/nitrocli/CHANGELOG.md
+++ b/nitrocli/CHANGELOG.md
@@ -8,7 +8,7 @@ Unreleased
- Bumped `rand` dependency to `0.6.4`
- Removed `rustc_version`, `semver`, and `semver-parser` dependencies
- Bumped `nitrokey-sys` dependency to `3.4.3`
-- Bumped `libc` dependency to `0.2.46`
+- Bumped `libc` dependency to `0.2.47`
0.2.2
diff --git a/nitrocli/Cargo.lock b/nitrocli/Cargo.lock
index 4d793d7..da4ce72 100644
--- a/nitrocli/Cargo.lock
+++ b/nitrocli/Cargo.lock
@@ -57,7 +57,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.46"
+version = "0.2.47"
[[package]]
name = "memchr"
@@ -65,7 +65,7 @@ version = "2.1.2"
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.46",
+ "libc 0.2.47",
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -75,7 +75,7 @@ version = "0.2.2"
dependencies = [
"argparse 0.2.2",
"base32 0.4.0",
- "libc 0.2.46",
+ "libc 0.2.47",
"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)",
@@ -85,7 +85,7 @@ dependencies = [
name = "nitrokey"
version = "0.3.4"
dependencies = [
- "libc 0.2.46",
+ "libc 0.2.47",
"nitrokey-sys 3.4.3",
"rand_core 0.3.0",
"rand_os 0.1.1",
@@ -134,7 +134,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.46",
+ "libc 0.2.47",
"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)",