mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 06:57:43 +02:00
Properly escape special characters in fs/directory_listing. (#355)
This commit is contained in:
@ -57,6 +57,7 @@ base64 = "0.9"
|
||||
bitflags = "1.0"
|
||||
failure = "0.1.1"
|
||||
h2 = "0.1"
|
||||
htmlescape = "0.3"
|
||||
http = "^0.1.5"
|
||||
httparse = "1.2"
|
||||
log = "0.4"
|
||||
|
Reference in New Issue
Block a user