From 450270476ee7ff846b45c58a44fae30d733c3264 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sun, 11 Aug 2019 13:43:50 +0900 Subject: [PATCH] Bump up mime_guess to 2.0.1 --- actix-files/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-files/Cargo.toml b/actix-files/Cargo.toml index 307e79060..ee2121ff9 100644 --- a/actix-files/Cargo.toml +++ b/actix-files/Cargo.toml @@ -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"