From 0daf17e01f03ddc5b4fa4bc0ee997d53c888ea47 Mon Sep 17 00:00:00 2001 From: Jaakko Ruohio Date: Mon, 9 Dec 2024 06:24:23 +0200 Subject: [PATCH] Add compat for MIMEs.jl v1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5c20766..a2897ff 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ Downloads = "1" HTTP = "1" JSON = "0.20, 0.21" LibCURL = "0.6" -MIMEs = "0.1" +MIMEs = "0.1, 1" MbedTLS = "0.6.8, 0.7, 1" TimeZones = "1" URIs = "1.3"