From 695d9f2df8fb08f8782a113a9be0c4b3013709d2 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 30 Sep 2018 15:11:21 +0200 Subject: Update dependency: regex: 0.2 -> 1 --- lib/domain/libimagbookmark/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/domain') diff --git a/lib/domain/libimagbookmark/Cargo.toml b/lib/domain/libimagbookmark/Cargo.toml index 09fc3068..e93e7362 100644 --- a/lib/domain/libimagbookmark/Cargo.toml +++ b/lib/domain/libimagbookmark/Cargo.toml @@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" } [dependencies] url = "1.5" -regex = "0.2" +regex = "1" error-chain = "0.12" libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" } -- cgit v1.2.3