From 03747aa237e99fd386c8e1d7190789f4841fc171 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Feb 2016 13:17:33 +0100 Subject: [PATCH] util: Update regex = 0.1.54 --- libimagutil/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagutil/Cargo.toml b/libimagutil/Cargo.toml index 3e7d82f8..f0e63cf4 100644 --- a/libimagutil/Cargo.toml +++ b/libimagutil/Cargo.toml @@ -6,5 +6,5 @@ authors = ["Matthias Beyer "] [dependencies] lazy_static = "0.1.15" log = "0.3.5" -regex = "0.1.47" +regex = "0.1.54"