From 7af925b193ae09078b466675b4f1ade827649d8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Tue, 30 Jan 2024 08:50:36 +0100 Subject: [PATCH] Update to gif 0.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a3b80af7a9..18af9b337c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ include = [ bytemuck = { version = "1.7.0", features = ["extern_crate_alloc"] } # includes cast_vec byteorder = "1.3.2" num-traits = "0.2.0" -gif = { version = "0.12", optional = true } +gif = { version = "0.13", optional = true } jpeg = { package = "jpeg-decoder", version = "0.3.0", default-features = false, optional = true } png = { version = "0.17.6", optional = true } tiff = { version = "0.9.0", optional = true }