aboutsummaryrefslogtreecommitdiff
path: root/nitrocli
diff options
context:
space:
mode:
Diffstat (limited to 'nitrocli')
-rw-r--r--nitrocli/CHANGELOG.md2
-rw-r--r--nitrocli/Cargo.lock6
2 files changed, 4 insertions, 4 deletions
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]]