From ee20a059e222e0027c4cd4cb164fd0610c21e2bb Mon Sep 17 00:00:00 2001 From: Joscha Date: Sat, 22 Feb 2025 16:26:54 +0100 Subject: [PATCH] Update mime_guess to 2.0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65fa647..e4ce1b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ cosmic-text = "0.12.1" escpos = "0.15.0" image = "0.25.5" mark.git = "https://github.com/Garmelon/mark.git" -mime_guess = "2.0.4" +mime_guess = "2.0.5" palette = "0.7.6" paste = "1.0.15" rand = "0.8.5"