aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-01-14 19:21:26 +0100
committerDaniel Mueller <deso@posteo.net>2020-01-14 19:21:26 +0100
commit1df484fd699f88b6d7e23c09464294a7c26c7e00 (patch)
treebcdba40b40cb99c16e640b3484a38c5229287437 /Cargo.toml
parent5357d0dd6dbfbb545ee7ddc41ea4527775ca2e4b (diff)
downloadnitrocli-1df484fd699f88b6d7e23c09464294a7c26c7e00.tar.gz
nitrocli-1df484fd699f88b6d7e23c09464294a7c26c7e00.tar.bz2
Bump nitrokey dependency to version 0.5.1
This change updates the version of the nitrokey crate that we use to 0.5.1. As part of that, it replaces occurrences of Storage::get_status with Storage::get_storage_status as the method has been renamed.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 972ebb0..68dbeaa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,7 +49,7 @@ version = "0.4.0"
version = "0.2"
[dependencies.nitrokey]
-version = "0.4.0"
+version = "0.5.1"
[dependencies.structopt]
version = "0.3.7"