aboutsummaryrefslogtreecommitdiff
path: root/nitrokey/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-15 12:08:15 -0800
commit1e07212370806f3ea4ff7a6f66e5716b60ab1f77 (patch)
treec562f40b9888b9daf62a9d9a42eeef8bfa35413f /nitrokey/Cargo.toml
parent5251aa2d1665ee12245d5d5fe09c1f207272978f (diff)
downloadnitrocli-1e07212370806f3ea4ff7a6f66e5716b60ab1f77.tar.gz
nitrocli-1e07212370806f3ea4ff7a6f66e5716b60ab1f77.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. Import subrepo nitrokey/:nitrokey at 817409140a8778215d2d65d614d3672166fff576
Diffstat (limited to 'nitrokey/Cargo.toml')
-rw-r--r--nitrokey/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nitrokey/Cargo.toml b/nitrokey/Cargo.toml
index b57591b..59af067 100644
--- a/nitrokey/Cargo.toml
+++ b/nitrokey/Cargo.toml
@@ -3,7 +3,7 @@
[package]
name = "nitrokey"
-version = "0.4.0"
+version = "0.5.1"
authors = ["Robin Krahl <robin.krahl@ireas.org>"]
edition = "2018"
homepage = "https://code.ireas.org/nitrokey-rs/"