From efd36dff660501cfbd3358802086995030db2b72 Mon Sep 17 00:00:00 2001 From: Jan Lukas Gernert Date: Tue, 24 Sep 2019 02:11:16 +0200 Subject: [PATCH] update deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6fdf4d2..506acbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ failure = "0.1" libxml = "0.2" reqwest = "0.9" url = "1.7" -regex = "1.2" +regex = "1.3" encoding_rs = "0.8" chrono = "0.4" htmlescape = "0.3"