From 155a6aeca98ede5483ba600f8fb84e02a7362928 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 30 Sep 2018 15:08:00 +0200 Subject: [PATCH] Update dependency: regex: 0.2 -> 1 --- lib/entry/libimagentrytag/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/entry/libimagentrytag/Cargo.toml b/lib/entry/libimagentrytag/Cargo.toml index 0a5517cc..43ad925f 100644 --- a/lib/entry/libimagentrytag/Cargo.toml +++ b/lib/entry/libimagentrytag/Cargo.toml @@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.4.0" -regex = "0.2" +regex = "1" toml = "0.4" itertools = "0.7" is-match = "0.1"