diff --git a/Cargo.lock b/Cargo.lock index 5a6d50d..79e5834 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -791,7 +791,7 @@ dependencies = [ [[package]] name = "sheesy-cli" -version = "4.0.10" +version = "4.0.11" dependencies = [ "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -801,13 +801,13 @@ dependencies = [ "gpgme 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sheesy-tools 4.0.10", - "sheesy-vault 4.0.10", + "sheesy-tools 4.0.11", + "sheesy-vault 4.0.11", ] [[package]] name = "sheesy-tools" -version = "4.0.10" +version = "4.0.11" dependencies = [ "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -825,7 +825,7 @@ dependencies = [ [[package]] name = "sheesy-vault" -version = "4.0.10" +version = "4.0.11" dependencies = [ "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "conv 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b775b68..d963ce1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Sebastian Thiel "] name = "sheesy-cli" -version = "4.0.10" +version = "4.0.11" edition = "2018" description = "The 'share-secrets-safely' CLI to interact with GPG/pass-like vaults." @@ -80,12 +80,12 @@ itertools = {version = "0.9.0", optional = true} [dependencies.sheesy-tools] path = "lib/tools" -version = "4.0.10" +version = "4.0.11" optional = true [dependencies.sheesy-vault] path = "lib/vault" -version = "4.0.10" +version = "4.0.11" optional = true [workspace] diff --git a/lib/tools/Cargo.toml b/lib/tools/Cargo.toml index d1e0102..98ac808 100644 --- a/lib/tools/Cargo.toml +++ b/lib/tools/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Sebastian Thiel "] name = "sheesy-tools" -version = "4.0.10" +version = "4.0.11" edition = "2018" description = "Tooling to make using shared secrets effortless." diff --git a/lib/vault/Cargo.toml b/lib/vault/Cargo.toml index f3e65fa..1ce5016 100644 --- a/lib/vault/Cargo.toml +++ b/lib/vault/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Sebastian Thiel "] name = "sheesy-vault" -version = "4.0.10" +version = "4.0.11" edition = "2018" description = "Vault functionality used by 'share-secrets-safely' CLI. Use it to interact with GPG based vaults."