From 0928f30795e80c05578a22795d9169719634564b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Jun 2023 17:01:26 +0100 Subject: [PATCH] bump deps: mime We need FromStrError to be std::error::Error. Signed-off-by: Ian Jackson --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 958892e..069905e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ lazy_static = "1.4" libc = "0.2" # just for EISDIR due to IsADirectory log = "0.4.14" memchr = "2" -mime = "0.3" +mime = "0.3.4" nix = ">=0.25, <0.27" parking_lot = ">= 0.11, < 0.13" pin-project-lite = "0.2" -- 2.30.2