diff options
-rw-r--r-- | ext/otp-cache/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/otp-cache/Cargo.toml b/ext/otp-cache/Cargo.toml index 85f9ced..b036470 100644 --- a/ext/otp-cache/Cargo.toml +++ b/ext/otp-cache/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" [dependencies] anyhow = "1" directories = "3" -nitrokey = "0.7.1" +nitrokey = "0.8.0" serde = { version = "1", features = ["derive"] } structopt = { version = "0.3.17", default-features = false } toml = "0.5" |