fix(deps): update rust crate libwebp-sys to 0.9.4

This commit is contained in:
renovate[bot] 2023-09-18 08:20:23 +00:00
parent 1ecc42d212
commit fc9a0c5128
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"