From 1d3abb8185701f5714f52f07f6f32684336c865b Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 16 Aug 2019 15:13:03 +0800 Subject: [PATCH] changed cargo lock to new version --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 234e7aa..75e77a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -709,7 +709,7 @@ dependencies = [ [[package]] name = "sheesy-cli" -version = "4.0.4" +version = "4.0.5" dependencies = [ "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -719,13 +719,13 @@ dependencies = [ "gpgme 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sheesy-tools 4.0.4", - "sheesy-vault 4.0.4", + "sheesy-tools 4.0.5", + "sheesy-vault 4.0.5", ] [[package]] name = "sheesy-tools" -version = "4.0.4" +version = "4.0.5" dependencies = [ "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -743,7 +743,7 @@ dependencies = [ [[package]] name = "sheesy-vault" -version = "4.0.4" +version = "4.0.5" dependencies = [ "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "conv 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",