From 87bf7854c7554e377fed26387f1792d958498460 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Feb 2016 13:13:22 +0100 Subject: [PATCH] store: Update regex = 0.1.54 --- libimagstore/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagstore/Cargo.toml b/libimagstore/Cargo.toml index b649cae6..483b473c 100644 --- a/libimagstore/Cargo.toml +++ b/libimagstore/Cargo.toml @@ -8,7 +8,7 @@ fs2 = "0.2.2" glob = "0.2.10" lazy_static = "0.1.15" log = "0.3.5" -regex = "0.1.47" +regex = "0.1.54" semver = "0.2" toml = "0.1.25" version = "2.0.1"