From f768c068e3a808f6820e55243ed92de8dbeef5fc Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 30 Sep 2018 15:14:04 +0200 Subject: [PATCH] Update dependency: regex: 0.2 -> 1 --- bin/domain/imag-wiki/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/domain/imag-wiki/Cargo.toml b/bin/domain/imag-wiki/Cargo.toml index 44ac5606..2f1a1b8e 100644 --- a/bin/domain/imag-wiki/Cargo.toml +++ b/bin/domain/imag-wiki/Cargo.toml @@ -21,7 +21,7 @@ log = "0.4" toml = "0.4" toml-query = "0.7" is-match = "0.1" -regex = "0.2" +regex = "1" filters = "0.3" libimagentryedit = { version = "0.9.0", path = "../../../lib/entry/libimagentryedit" }