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:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user