aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2018-07-08 00:31:45 +0200
committerRobin Krahl <robin.krahl@ireas.org>2018-12-10 14:36:28 +0100
commit0c0b99880ded2ebb7f2cca68bceb94ec1b82843e (patch)
treedfd764f195fcb568191d6436fd15b24e851d0d83 /Cargo.toml
parent2c11acabd9a8c104fa564cca480088c11c9e8af9 (diff)
downloadnitrokey-rs-0c0b99880ded2ebb7f2cca68bceb94ec1b82843e.tar.gz
nitrokey-rs-0c0b99880ded2ebb7f2cca68bceb94ec1b82843e.tar.bz2
Update to nitrokey-sys v3.4.0
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 c268f45..321283e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,5 +18,5 @@ test-storage = []
[dependencies]
libc = "0.2"
-nitrokey-sys = "3.3.0"
+nitrokey-sys = "3.4.0"
rand = "0.4"