diff --git a/openpgp-card-sequoia/Cargo.toml b/openpgp-card-sequoia/Cargo.toml index cdce4c2..8205453 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.12" +version = "0.0.13" authors = ["Heiko Schaefer "] edition = "2018" repository = "https://gitlab.com/hkos/openpgp-card" @@ -14,7 +14,7 @@ documentation = "https://docs.rs/crate/openpgp-card-sequoia" [dependencies] sequoia-openpgp = "1.4" nettle = "7" -openpgp-card = { path = "../openpgp-card", version = "0.2.5" } +openpgp-card = { path = "../openpgp-card", version = "0.2.6" } chrono = "0.4" anyhow = "1" thiserror = "1" diff --git a/openpgp-card/Cargo.toml b/openpgp-card/Cargo.toml index 9dc8fc9..42ae930 100644 --- a/openpgp-card/Cargo.toml +++ b/openpgp-card/Cargo.toml @@ -5,7 +5,7 @@ name = "openpgp-card" description = "A client implementation for the OpenPGP card specification" license = "MIT OR Apache-2.0" -version = "0.2.5" +version = "0.2.6" authors = ["Heiko Schaefer "] edition = "2018" repository = "https://gitlab.com/hkos/openpgp-card" diff --git a/tools/Cargo.toml b/tools/Cargo.toml index 63f86db..3db5529 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.10" +version = "0.0.11" authors = ["Heiko Schaefer "] edition = "2018" repository = "https://gitlab.com/hkos/openpgp-card" @@ -13,9 +13,9 @@ documentation = "https://docs.rs/crate/openpgp-card-tools" [dependencies] sequoia-openpgp = "1.3" -openpgp-card = { path = "../openpgp-card", version = "0.2.5" } +openpgp-card = { path = "../openpgp-card", version = "0.2.6" } openpgp-card-pcsc = { path = "../pcsc", version = "0.2" } -openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.12" } +openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.13" } sshkeys = "0.3.2" pem = "1" rpassword = "6"