From f4e344b95999f094b29ceab5ecbcc613c902eb91 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Thu, 21 Apr 2022 18:24:14 +0200 Subject: [PATCH] Bump openpgp-card-sequoia to 0.0.11; openpgp-card-tools to 0.0.8 --- openpgp-card-sequoia/Cargo.toml | 2 +- tools/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openpgp-card-sequoia/Cargo.toml b/openpgp-card-sequoia/Cargo.toml index 3b54722..1c3621d 100644 --- a/openpgp-card-sequoia/Cargo.toml +++ b/openpgp-card-sequoia/Cargo.toml @@ -5,7 +5,7 @@ name = "openpgp-card-sequoia" description = "Wrapper of openpgp-card for use with Sequoia PGP" license = "MIT OR Apache-2.0" -version = "0.0.10" +version = "0.0.11" authors = ["Heiko Schaefer "] edition = "2018" repository = "https://gitlab.com/hkos/openpgp-card" diff --git a/tools/Cargo.toml b/tools/Cargo.toml index 6c92e3c..0a95064 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -5,7 +5,7 @@ name = "openpgp-card-tools" description = "CLI tools for OpenPGP cards" license = "MIT OR Apache-2.0" -version = "0.0.7" +version = "0.0.8" authors = ["Heiko Schaefer "] edition = "2018" repository = "https://gitlab.com/hkos/openpgp-card" @@ -15,7 +15,7 @@ documentation = "https://docs.rs/crate/openpgp-card-tools" sequoia-openpgp = "1.3" openpgp-card = { path = "../openpgp-card", version = "0.2.3" } openpgp-card-pcsc = { path = "../pcsc", version = "0.2" } -openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.10" } +openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.11" } sshkeys = "0.3.2" rpassword = "6" anyhow = "1"