From 5e4779c1f01061402fcf407f67f6fd10a42d3cdd Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 30 Sep 2018 15:14:18 +0200 Subject: [PATCH] Update dependency: filters: 0.2 -> 0.3 --- lib/domain/libimagwiki/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/domain/libimagwiki/Cargo.toml b/lib/domain/libimagwiki/Cargo.toml index 7a643ac8..cd693876 100644 --- a/lib/domain/libimagwiki/Cargo.toml +++ b/lib/domain/libimagwiki/Cargo.toml @@ -24,7 +24,7 @@ log = "0.4" error-chain = "0.12" toml = "0.4" toml-query = "0.7" -filters = "0.2" +filters = "0.3" libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" } libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }