Fix unnecessary owned string and change htmlescape in favor of askama_escape (#584)

This commit is contained in:
imaperson 2018-11-09 01:08:06 +01:00 committed by Nikolay Kim
parent 9ab586e24e
commit 1a0bf32ec7
3 changed files with 21 additions and 10 deletions

View file

@ -64,11 +64,11 @@ cell = ["actix-net/cell"]
actix = "^0.7.5"
actix-net = "0.2.0"
askama_escape = "0.1.0"
base64 = "0.10"
bitflags = "1.0"
failure = "^0.1.2"
h2 = "0.1"
htmlescape = "0.3"
http = "^0.1.8"
httparse = "1.3"
log = "0.4"