From 61a955c8218abdb09424469ce40eb37cbc0dea01 Mon Sep 17 00:00:00 2001 From: Kornel Date: Sun, 21 Feb 2021 16:42:16 +0000 Subject: [PATCH] Bump mime to current version (#1196) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 84c9213bc..54cb213d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ http-body = "0.4.0" hyper = { version = "0.14", default-features = false, features = ["tcp", "http1", "http2", "client", "runtime"] } lazy_static = "1.4" log = "0.4" -mime = "0.3.7" +mime = "0.3.16" percent-encoding = "2.1" tokio = { version = "1.0", default-features = false, features = ["net", "time"] } pin-project-lite = "0.2.0"