diff --git a/Cargo.toml b/Cargo.toml index 4b3a5e79..ffba0e83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ rustc_version = "0.2" [dependencies] chrono = "0.4" -failure = "0.1.1" +failure = "0.1.2" lazy_static = "0.2" time = "0.1" uuid = { version = "0.5", features = ["v4", "serde"] } diff --git a/core/Cargo.toml b/core/Cargo.toml index 38a8eed8..c3dbdf37 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -6,7 +6,7 @@ workspace = ".." [dependencies] chrono = { version = "0.4", features = ["serde"] } enum-set = "0.0.7" -failure = "0.1.1" +failure = "0.1.2" indexmap = "1" ordered-float = { version = "0.5", features = ["serde"] } uuid = { version = "0.5", features = ["v4", "serde"] } diff --git a/db-traits/Cargo.toml b/db-traits/Cargo.toml index 6f1b5bc0..5682a834 100644 --- a/db-traits/Cargo.toml +++ b/db-traits/Cargo.toml @@ -11,8 +11,8 @@ path = "lib.rs" sqlcipher = ["rusqlite/sqlcipher"] [dependencies] -failure = "0.1.1" -failure_derive = "0.1.1" +failure = "0.1.2" +failure_derive = "0.1.2" [dependencies.edn] path = "../edn" diff --git a/db/Cargo.toml b/db/Cargo.toml index faaea93a..62d22ab7 100644 --- a/db/Cargo.toml +++ b/db/Cargo.toml @@ -9,7 +9,7 @@ sqlcipher = ["rusqlite/sqlcipher"] syncable = ["serde", "serde_json", "serde_derive"] [dependencies] -failure = "0.1.1" +failure = "0.1.2" indexmap = "1" itertools = "0.7" lazy_static = "0.2" diff --git a/public-traits/Cargo.toml b/public-traits/Cargo.toml index 92bc255d..b9f591df 100644 --- a/public-traits/Cargo.toml +++ b/public-traits/Cargo.toml @@ -13,8 +13,8 @@ sqlcipher = ["rusqlite/sqlcipher"] syncable = ["tolstoy_traits"] [dependencies] -failure = "0.1.1" -failure_derive = "0.1.1" +failure = "0.1.2" +failure_derive = "0.1.2" [dependencies.rusqlite] version = "0.13" diff --git a/query-algebrizer-traits/Cargo.toml b/query-algebrizer-traits/Cargo.toml index 008ee267..02ba1e04 100644 --- a/query-algebrizer-traits/Cargo.toml +++ b/query-algebrizer-traits/Cargo.toml @@ -8,8 +8,8 @@ name = "query_algebrizer_traits" path = "lib.rs" [dependencies] -failure = "0.1.1" -failure_derive = "0.1.1" +failure = "0.1.2" +failure_derive = "0.1.2" [dependencies.edn] path = "../edn" diff --git a/query-algebrizer/Cargo.toml b/query-algebrizer/Cargo.toml index cfc28a9b..aa653adf 100644 --- a/query-algebrizer/Cargo.toml +++ b/query-algebrizer/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" workspace = ".." [dependencies] -failure = "0.1.1" +failure = "0.1.2" [dependencies.edn] path = "../edn" diff --git a/query-projector-traits/Cargo.toml b/query-projector-traits/Cargo.toml index ebdbc366..63edcc1d 100644 --- a/query-projector-traits/Cargo.toml +++ b/query-projector-traits/Cargo.toml @@ -11,8 +11,8 @@ path = "lib.rs" sqlcipher = ["rusqlite/sqlcipher"] [dependencies] -failure = "0.1.1" -failure_derive = "0.1.1" +failure = "0.1.2" +failure_derive = "0.1.2" [dependencies.rusqlite] version = "0.13" diff --git a/query-projector/Cargo.toml b/query-projector/Cargo.toml index cc2f49eb..7d4cb4c9 100644 --- a/query-projector/Cargo.toml +++ b/query-projector/Cargo.toml @@ -7,7 +7,7 @@ workspace = ".." sqlcipher = ["rusqlite/sqlcipher"] [dependencies] -failure = "0.1.1" +failure = "0.1.2" indexmap = "1" [dependencies.rusqlite] diff --git a/query-pull-traits/Cargo.toml b/query-pull-traits/Cargo.toml index 9bb793ee..021a7ded 100644 --- a/query-pull-traits/Cargo.toml +++ b/query-pull-traits/Cargo.toml @@ -8,8 +8,8 @@ name = "query_pull_traits" path = "lib.rs" [dependencies] -failure = "0.1.1" -failure_derive = "0.1.1" +failure = "0.1.2" +failure_derive = "0.1.2" [dependencies.core_traits] path = "../core-traits" diff --git a/query-pull/Cargo.toml b/query-pull/Cargo.toml index ece464bd..c89e7bd2 100644 --- a/query-pull/Cargo.toml +++ b/query-pull/Cargo.toml @@ -7,7 +7,7 @@ workspace = ".." sqlcipher = ["rusqlite/sqlcipher"] [dependencies] -failure = "0.1.1" +failure = "0.1.2" [dependencies.query_pull_traits] path = "../query-pull-traits" diff --git a/sql-traits/Cargo.toml b/sql-traits/Cargo.toml index 211e998c..9762e0bc 100644 --- a/sql-traits/Cargo.toml +++ b/sql-traits/Cargo.toml @@ -8,5 +8,5 @@ name = "sql_traits" path = "lib.rs" [dependencies] -failure = "0.1.1" -failure_derive = "0.1.1" +failure = "0.1.2" +failure_derive = "0.1.2" diff --git a/sql/Cargo.toml b/sql/Cargo.toml index b6786030..5eee52c7 100644 --- a/sql/Cargo.toml +++ b/sql/Cargo.toml @@ -7,7 +7,7 @@ workspace = ".." sqlcipher = ["rusqlite/sqlcipher"] [dependencies] -failure = "0.1.1" +failure = "0.1.2" ordered-float = "0.5" [dependencies.rusqlite] diff --git a/tolstoy-traits/Cargo.toml b/tolstoy-traits/Cargo.toml index e4d29c2e..cc7f7b04 100644 --- a/tolstoy-traits/Cargo.toml +++ b/tolstoy-traits/Cargo.toml @@ -11,8 +11,8 @@ path = "lib.rs" sqlcipher = ["rusqlite/sqlcipher"] [dependencies] -failure = "0.1.1" -failure_derive = "0.1.1" +failure = "0.1.2" +failure_derive = "0.1.2" hyper = "0.11" serde_json = "1.0" uuid = { version = "0.5" } diff --git a/tolstoy/Cargo.toml b/tolstoy/Cargo.toml index 12e9e9db..f827c9b2 100644 --- a/tolstoy/Cargo.toml +++ b/tolstoy/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Grisha Kruglov "] sqlcipher = ["rusqlite/sqlcipher"] [dependencies] -failure = "0.1.1" +failure = "0.1.2" futures = "0.1" hyper = "0.11" log = "0.4" diff --git a/tools/cli/Cargo.toml b/tools/cli/Cargo.toml index 2bdd3eac..2d8951a7 100644 --- a/tools/cli/Cargo.toml +++ b/tools/cli/Cargo.toml @@ -22,8 +22,8 @@ test = false combine = "2.2.2" dirs = "1.0.3" env_logger = "0.5" -failure = "0.1.1" -failure_derive = "0.1.1" +failure = "0.1.2" +failure_derive = "0.1.2" getopts = "0.2" lazy_static = "0.2" linefeed = "0.5" diff --git a/transaction/Cargo.toml b/transaction/Cargo.toml index 48ccdb0b..c452d1ba 100644 --- a/transaction/Cargo.toml +++ b/transaction/Cargo.toml @@ -7,7 +7,7 @@ workspace = ".." sqlcipher = ["rusqlite/sqlcipher"] [dependencies] -failure = "0.1.1" +failure = "0.1.2" [dependencies.edn] path = "../edn"