mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Fix unnecessary owned string and change htmlescape in favor of askama_escape (#584)
This commit is contained in:
parent
9ab586e24e
commit
1a0bf32ec7
3 changed files with 21 additions and 10 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue