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 }