fix(deps): update rust crate image to 0.25.1

This commit is contained in:
renovate[bot] 2024-03-31 03:19:31 +00:00 committed by June
parent ff3bc3fb09
commit 71cea1c567
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1227,9 +1227,9 @@ dependencies = [
[[package]]
name = "image"
version = "0.25.0"
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9b4f005360d32e9325029b38ba47ebd7a56f3316df09249368939562d518645"
checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11"
dependencies = [
"bytemuck",
"byteorder",

View file

@ -126,7 +126,7 @@ default-features = false
# Used to generate thumbnails for images
[dependencies.image]
version = "0.25.0"
version = "0.25.1"
default-features = false
features = ["jpeg", "png", "gif", "webp"]