From fc9a0c5128128b473ae5623cc3d9b4c5768ec097 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 08:20:23 +0000 Subject: [PATCH] fix(deps): update rust crate libwebp-sys to 0.9.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d11df99..fd59ba7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1264,9 +1264,9 @@ dependencies = [ [[package]] name = "libwebp-sys" -version = "0.9.3" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c94b08ea3ec9eedea0fa779848e7fa183dc52aa60882488828883503faf630f" +checksum = "3e0df0a0f9444d52aee6335cd724d21a2ee3285f646291799a72be518ec8ee3c" dependencies = [ "cc", "glob", diff --git a/Cargo.toml b/Cargo.toml index 92ab22b..ff3f611 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ version = "0.1.0" [dependencies] actix-web = "4.4.0" image = "0.24.7" -libwebp-sys = { version = "0.9.3", optional = true } +libwebp-sys = { version = "0.9.4", optional = true } mimalloc = "0.1.39" once_cell = "1.18.0" qstring = "0.7.2"