From d8e4f651a453a37345153a3dfc8593f2419b08af Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Mon, 14 Jan 2019 09:37:41 -0800 Subject: Update libc crate to 0.2.46 This change updates the libc crate to version 0.2.46. Import subrepo libc/:libc at a9e3cc6c1b529eaffef5b82934d0c47203edebe5 --- nitrocli/CHANGELOG.md | 1 + nitrocli/Cargo.lock | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'nitrocli') diff --git a/nitrocli/CHANGELOG.md b/nitrocli/CHANGELOG.md index 4ee73a2..fec91fb 100644 --- a/nitrocli/CHANGELOG.md +++ b/nitrocli/CHANGELOG.md @@ -5,6 +5,7 @@ Unreleased - Further decreased binary size by using system allocator - Bumped `nitrokey` dependency to `0.3.2` - Bumped `nitrokey-sys` dependency to `3.4.3` +- Bumped `libc` dependency to `0.2.46` 0.2.2 diff --git a/nitrocli/Cargo.lock b/nitrocli/Cargo.lock index c357ab1..092dc92 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.45" +version = "0.2.46" [[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.45", + "libc 0.2.46", "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.45", + "libc 0.2.46", "nitrokey 0.3.2", "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.2" dependencies = [ - "libc 0.2.45", + "libc 0.2.46", "nitrokey-sys 3.4.3", "rand 0.6.1", ] @@ -129,7 +129,7 @@ version = "0.6.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.45", + "libc 0.2.46", "rand_chacha 0.1.0", "rand_core 0.3.0", "rand_hc 0.1.0", -- cgit v1.2.1