From f7ec2faba692209c3c15e3ffe34d365d9eb8b7bf Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 6 Mar 2020 15:08:58 +1000 Subject: [PATCH] update to failure 0.1.7 --- rslib/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rslib/Cargo.toml b/rslib/Cargo.toml index 64b9ea640..22ab0f147 100644 --- a/rslib/Cargo.toml +++ b/rslib/Cargo.toml @@ -7,9 +7,7 @@ license = "AGPL-3.0-or-later" [dependencies] nom = "5.0.1" -# temporary pin to fix https://github.com/rust-lang-nursery/failure/pull/343e -failure = "=0.1.5" -failure_derive = "=0.1.5" +failure = "0.1.7" prost = "0.6.1" bytes = "0.5.4" chrono = "0.4.10"