From d7aadc1ad22b8ce30cdd920300f7e626a1c6d72e Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Wed, 27 Nov 2024 09:52:36 +0100 Subject: [PATCH] build: fix -Zminimal-versions build --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fec4597..1da24e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ default = ["rev-mappings"] rev-mappings = [] [dependencies] -mime = "0.3" +mime = "0.3.4" unicase = "2.4.0" #[dependencies.phf]