aboutsummaryrefslogtreecommitdiff
path: root/crates/tools/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <[email protected]>2018-12-31 08:53:49 +0000
committerdependabot[bot] <[email protected]>2018-12-31 08:53:49 +0000
commit51ce71686aab6a8018d641032eb9fc6f0acd6198 (patch)
tree86ee8cc2f5ab3230942e0cf6984985b4c72693a7 /crates/tools/Cargo.toml
parentb4a7e73fc9d06e2bf95685d19acadacdd2c5204d (diff)
Bump failure from 0.1.3 to 0.1.4
Bumps [failure](https://github.com/rust-lang-nursery/failure) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/rust-lang-nursery/failure/releases) - [Changelog](https://github.com/rust-lang-nursery/failure/blob/master/RELEASES.md) - [Commits](https://github.com/rust-lang-nursery/failure/compare/0.1.3...0.1.4) Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'crates/tools/Cargo.toml')
-rw-r--r--crates/tools/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tools/Cargo.toml b/crates/tools/Cargo.toml
index 4795b1387..9d6707a59 100644
--- a/crates/tools/Cargo.toml
+++ b/crates/tools/Cargo.toml
@@ -10,4 +10,4 @@ teraron = "0.0.1"
10walkdir = "2.1.3" 10walkdir = "2.1.3"
11itertools = "0.8.0" 11itertools = "0.8.0"
12clap = "2.32.0" 12clap = "2.32.0"
13failure = "0.1.1" 13failure = "0.1.4"