From 641446d2913e190c0947f127a8b3936327ac8396 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Thu, 5 Mar 2020 22:05:57 +0530 Subject: [PATCH] Upgrade to failure 0.1.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e9f0ca0..35dcd3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ license = "MIT" bincode = "1.2.1" clap = "2.33.0" dirs = "2.0.2" -failure = "0.1.6" +failure = "0.1.7" fs2 = "0.4.3" serde = { version = "1.0.104", features = ["derive"] }