From 3c375157a01550cc1af26874d522da2697e3c257 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Sun, 20 Oct 2024 07:54:51 +0100 Subject: [PATCH] Upgrade image-webp to get bugfixes and major optimizations (#835) --- Cargo.lock | 4 ++-- crates/resvg/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 126d0c3e..d4d9bc7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,9 +146,9 @@ dependencies = [ [[package]] name = "image-webp" -version = "0.1.3" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904" +checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f" dependencies = [ "byteorder-lite", "quick-error", diff --git a/crates/resvg/Cargo.toml b/crates/resvg/Cargo.toml index 8f14cb7c..6ff97860 100644 --- a/crates/resvg/Cargo.toml +++ b/crates/resvg/Cargo.toml @@ -16,7 +16,7 @@ required-features = ["text", "system-fonts", "memmap-fonts"] [dependencies] gif = { version = "0.13", optional = true } -image-webp = { version = "0.1.3", optional = true } +image-webp = { version = "0.2.0", optional = true } log = "0.4" pico-args = { version = "0.5", features = ["eq-separator"] } rgb = "0.8"