From: Ian Jackson Date: Thu, 15 Jun 2023 16:01:26 +0000 (+0100) Subject: bump deps: mime X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=0928f30795e80c05578a22795d9169719634564b;p=hippotat.git bump deps: mime We need FromStrError to be std::error::Error. Signed-off-by: Ian Jackson --- 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"