diff options
| author | Daniel Mueller <deso@posteo.net> | 2020-04-12 09:13:30 -0700 | 
|---|---|---|
| committer | Daniel Mueller <deso@posteo.net> | 2020-04-12 09:13:30 -0700 | 
| commit | 3c8e52a9413285f88befe8ee5367df17e837c4a9 (patch) | |
| tree | b00dec8bb20f7c62c99e2c551c468ec9fc9737b3 | |
| parent | f2ace56200f0229a4dcbd1767f48a39e1daa343d (diff) | |
| download | nitrocli-3c8e52a9413285f88befe8ee5367df17e837c4a9.tar.gz nitrocli-3c8e52a9413285f88befe8ee5367df17e837c4a9.tar.bz2 | |
Update libc dependency to 0.2.69
This change updates the libc crate to version 0.2.69.
| -rw-r--r-- | CHANGELOG.md | 1 | ||||
| -rw-r--r-- | Cargo.lock | 10 | 
2 files changed, 6 insertions, 5 deletions
| diff --git a/CHANGELOG.md b/CHANGELOG.md index 37b622f..1bfae42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ Unreleased  ----------  - Added bash completion support via `shell-complete` utility program  - Updated minimum required Rust version to `1.40.0` +- Bumped `libc` dependency to `0.2.69`  0.3.2 @@ -44,7 +44,7 @@ version = "0.1.13"  source = "registry+https://github.com/rust-lang/crates.io-index"  dependencies = [   "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",   "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",  ] @@ -63,7 +63,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"  [[package]]  name = "libc" -version = "0.2.66" +version = "0.2.69"  source = "registry+https://github.com/rust-lang/crates.io-index"  [[package]] @@ -76,7 +76,7 @@ name = "nitrocli"  version = "0.3.2"  dependencies = [   "base32 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",   "nitrokey 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",   "nitrokey-test 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",   "nitrokey-test-state 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -90,7 +90,7 @@ version = "0.6.0"  source = "registry+https://github.com/rust-lang/crates.io-index"  dependencies = [   "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",   "nitrokey-sys 3.5.0 (registry+https://github.com/rust-lang/crates.io-index)",   "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",  ] @@ -275,7 +275,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"  "checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407"  "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"  "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" -"checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558" +"checksum libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)" = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005"  "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"  "checksum nitrokey 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1587c61144935958f74fb9111c9a369a23a2e5ad39476bde1750b7b8c0c87ac0"  "checksum nitrokey-sys 3.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "71c6052aeb37309317d25c8fec2801f271b96c5a15656f2573d8e78ba4124c49" | 
