diff options
author | Daniel Mueller <deso@posteo.net> | 2020-11-21 19:26:54 -0800 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2020-11-21 19:26:54 -0800 |
commit | 7e89e193a4b010048d293ea44f388c847c883ec2 (patch) | |
tree | 422bcde6c676d4aa2cabb75f3feaa34d768329ea | |
parent | b6fc41b4fee75b3c9dfe6a17d5c06ad1a61b3abe (diff) | |
download | nitrocli-topic/otp-cache.tar.gz nitrocli-topic/otp-cache.tar.bz2 |
fixup! Add otp-cache extensiontopic/otp-cache
-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" |