diff --git a/Cargo.lock b/Cargo.lock index e723ab3..7c87663 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,13 +225,13 @@ dependencies = [ [[package]] name = "falconeri" -version = "0.1.4" +version = "0.1.5" dependencies = [ "base64 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", "bson 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "falconeri_common 0.1.4", + "falconeri_common 0.1.5", "handlebars 1.0.0-beta.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "magnet_derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -249,11 +249,11 @@ dependencies = [ [[package]] name = "falconeri-worker" -version = "0.1.4" +version = "0.1.5" dependencies = [ "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "falconeri_common 0.1.4", + "falconeri_common 0.1.5", "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "openssl 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -263,7 +263,7 @@ dependencies = [ [[package]] name = "falconeri_common" -version = "0.1.4" +version = "0.1.5" dependencies = [ "base64 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", "bson 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/falconeri-worker/Cargo.toml b/falconeri-worker/Cargo.toml index 22641db..6ec4dd0 100644 --- a/falconeri-worker/Cargo.toml +++ b/falconeri-worker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "falconeri-worker" -version = "0.1.4" +version = "0.1.5" authors = ["Eric Kidd "] [dependencies] diff --git a/falconeri/Cargo.toml b/falconeri/Cargo.toml index 3518ffd..047e733 100644 --- a/falconeri/Cargo.toml +++ b/falconeri/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Eric Kidd "] name = "falconeri" -version = "0.1.4" +version = "0.1.5" [dependencies] base64 = "0.9.2" diff --git a/falconeri_common/Cargo.toml b/falconeri_common/Cargo.toml index 160c64a..c104e1f 100644 --- a/falconeri_common/Cargo.toml +++ b/falconeri_common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "falconeri_common" -version = "0.1.4" +version = "0.1.5" authors = ["Eric Kidd "] [dependencies]