mirror of
https://github.com/TeamPiped/piped-proxy.git
synced 2024-08-14 23:50:45 +00:00
fix(deps): update rust crate libwebp-sys to 0.9.4
This commit is contained in:
parent
1ecc42d212
commit
fc9a0c5128
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue