From 1734a39db566cb349a9127dcfd38c02adbd775ea Mon Sep 17 00:00:00 2001 From: MrDulfin Date: Sun, 24 Mar 2024 21:40:19 -0400 Subject: [PATCH] removed `image` crate --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a3c737b..266e022 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,5 +37,4 @@ uuid = { version = "1.6.1", features = ["v4", "serde"]} serde_json = "1.0.111" deunicode = "1.4.2" opener = { version = "0.7.0", features = ["reveal"]} -image = "0.25.0" tempfile = "3.10.1"