1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 23:17:42 +02:00

Improve change askama_escape in favor of v_htmlescape (#651)

This commit is contained in:
Juan Aguilar
2019-01-03 20:34:18 +01:00
committed by Douman
parent 61883042c2
commit 55a2a59906
3 changed files with 8 additions and 3 deletions

View File

@ -64,7 +64,7 @@ cell = ["actix-net/cell"]
actix = "0.7.9"
actix-net = "0.2.6"
askama_escape = "0.1.0"
v_htmlescape = "0.3.2"
base64 = "0.10"
bitflags = "1.0"
failure = "^0.1.2"