From 9a4b7e674e1316a4506cb06e13135e10c875c6a4 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 6 Apr 2021 11:14:48 +0200 Subject: Replace failure with anyhow Signed-off-by: Matthias Beyer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b7cacfc..a5ea631 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ maintenance = { status = "actively-developed" } [dependencies] librepology = { version = "0.1.0", path = "./librepology" } -failure = "0.1" +anyhow = "1" serde = "1" serde_derive = "1" serde_json = "1" -- cgit v1.2.3