mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-04-07 04:24:36 -04:00
fix(deps): update rust crate image to 0.24.9
This commit is contained in:
parent
9602fefa7e
commit
c0f43b0516
2 changed files with 5 additions and 5 deletions
|
|
@ -51,7 +51,7 @@ reqwest = { version = "0.11.24", default-features = false, features = ["rustls-t
|
|||
# Used for conduit::Error type
|
||||
thiserror = "1.0.57"
|
||||
# Used to generate thumbnails for images
|
||||
image = { version = "0.24.8", default-features = false, features = ["jpeg", "png", "gif", "webp"] }
|
||||
image = { version = "0.24.9", default-features = false, features = ["jpeg", "png", "gif", "webp"] }
|
||||
# Used to encode server public key
|
||||
base64 = "0.21.7"
|
||||
# Used when hashing the state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue