diff --git a/Cargo.lock b/Cargo.lock index f9759b1..f3264f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,7 +48,7 @@ dependencies = [ [[package]] name = "askpass" -version = "0.7.13" +version = "0.7.14" dependencies = [ "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -161,7 +161,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "builder" -version = "0.7.13" +version = "0.7.14" dependencies = [ "clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)", "fs_extra 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1141,7 +1141,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "safedrive" -version = "0.7.13" +version = "0.7.14" dependencies = [ "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1151,7 +1151,7 @@ dependencies = [ "pbr 1.0.0 (git+https://github.com/infincia/pb.git?branch=infincia)", "prettytable-rs 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", "rpassword 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sddk 0.7.13", + "sddk 0.7.14", "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1199,7 +1199,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sddk" -version = "0.7.13" +version = "0.7.14" dependencies = [ "bip39 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/askpass/Cargo.toml b/askpass/Cargo.toml index ece2bfd..21c3b05 100644 --- a/askpass/Cargo.toml +++ b/askpass/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askpass" -version = "0.7.13" +version = "0.7.14" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".." diff --git a/builder/Cargo.toml b/builder/Cargo.toml index 5b96465..b1189b6 100644 --- a/builder/Cargo.toml +++ b/builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "builder" -version = "0.7.13" +version = "0.7.14" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".." diff --git a/safedrive/Cargo.toml b/safedrive/Cargo.toml index f24eb05..48c2243 100644 --- a/safedrive/Cargo.toml +++ b/safedrive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "safedrive" -version = "0.7.13" +version = "0.7.14" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".." diff --git a/sddk/Cargo.toml b/sddk/Cargo.toml index b373bd0..107652c 100644 --- a/sddk/Cargo.toml +++ b/sddk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sddk" -version = "0.7.13" +version = "0.7.14" authors = ["Stephen Oliver "] build = "build.rs" workspace = ".."