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

Use askama-escape for html escaping (#1953)

This commit is contained in:
Jens Reidel
2021-02-07 05:50:23 +01:00
committed by GitHub
parent 9eaea6a2fd
commit 50309aa295
3 changed files with 6 additions and 3 deletions

View File

@ -19,6 +19,8 @@ path = "src/lib.rs"
[dependencies]
actix-web = { version = "4.0.0-beta.1", default-features = false }
actix-service = "2.0.0-beta.4"
askama_escape = "0.10"
bitflags = "1"
bytes = "1"
futures-core = { version = "0.3.7", default-features = false }
@ -28,7 +30,6 @@ log = "0.4"
mime = "0.3"
mime_guess = "2.0.1"
percent-encoding = "2.1"
v_htmlescape = "0.12"
[dev-dependencies]
actix-rt = "2"