From f78cccf2a2ebfa7bc2bb5381e2305eaa9d19f396 Mon Sep 17 00:00:00 2001 From: Jan Lukas Gernert Date: Sat, 23 May 2020 14:14:36 +0200 Subject: [PATCH] remove unused htmlescaper --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dc5d416..44a2377 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,6 @@ url = "2.1" regex = "1.3" encoding_rs = "0.8" chrono = "0.4" -htmlescape = "0.3" base64 = "0.12" image = "0.23" log = "0.4"