1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Replace deprecated methods in actix_files (#1027)

* Bump up mime_guess to 2.0.1

* Replace deprecated methods

* Update CHANGE.md
This commit is contained in:
Yuki Okushi
2019-08-12 05:43:29 +09:00
committed by GitHub
parent 0ee69671ba
commit dbe4c9ffb5
4 changed files with 9 additions and 5 deletions

View File

@ -27,7 +27,7 @@ futures = "0.1.25"
derive_more = "0.15.0"
log = "0.4"
mime = "0.3"
mime_guess = "2.0.0-alpha"
mime_guess = "2.0.1"
percent-encoding = "1.0"
v_htmlescape = "0.4"