From 7e89e193a4b010048d293ea44f388c847c883ec2 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sat, 21 Nov 2020 19:26:54 -0800 Subject: fixup! Add otp-cache extension --- ext/otp-cache/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1