From 4ae7f49555583b0d02fe73354e79243980545b60 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sun, 29 Dec 2019 09:22:57 -0800 Subject: Update lazy_static crate to 1.4.0 This change updates the lazy_static crate version to 1.4.0. Import subrepo lazy-static/:lazy-static at 421669662b35fcb455f2902daed2e20bbbba79b6 --- nitrocli/CHANGELOG.md | 2 +- nitrocli/Cargo.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'nitrocli') diff --git a/nitrocli/CHANGELOG.md b/nitrocli/CHANGELOG.md index 3d2584c..105c42d 100644 --- a/nitrocli/CHANGELOG.md +++ b/nitrocli/CHANGELOG.md @@ -3,7 +3,7 @@ Unreleased - Added note about interaction with GnuPG to `README` file - Bumped `nitrokey` dependency to `0.4.0-alpha.3` - Bumped `nitrokey-sys` dependency to `3.5.0` - - Added `lazy_static` dependency in version `1.2.0` + - Added `lazy_static` dependency in version `1.4.0` 0.3.0 diff --git a/nitrocli/Cargo.lock b/nitrocli/Cargo.lock index cd90994..6f14bd1 100644 --- a/nitrocli/Cargo.lock +++ b/nitrocli/Cargo.lock @@ -54,7 +54,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "lazy_static" -version = "1.2.0" +version = "1.4.0" [[package]] name = "libc" @@ -86,7 +86,7 @@ dependencies = [ name = "nitrokey" version = "0.4.0-alpha.3" dependencies = [ - "lazy_static 1.2.0", + "lazy_static 1.4.0", "libc 0.2.66", "nitrokey-sys 3.5.0", "rand_core 0.3.0", @@ -190,7 +190,7 @@ name = "thread_local" version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "lazy_static 1.2.0", + "lazy_static 1.4.0", ] [[package]] -- cgit v1.2.1