From 4d2f5a0a5053df7166bfc29e52e311190526e4a2 Mon Sep 17 00:00:00 2001 From: Jan Lukas Gernert Date: Wed, 21 Aug 2019 23:18:28 +0200 Subject: [PATCH] update crates --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 47f94c1..6fdf4d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,10 +9,10 @@ failure = "0.1" libxml = "0.2" reqwest = "0.9" url = "1.7" -regex = "1.1" +regex = "1.2" encoding_rs = "0.8" chrono = "0.4" htmlescape = "0.3" base64 = "0.10" -image = "0.21" +image = "0.22" log = "0.4" \ No newline at end of file