diff --git a/Cargo.lock b/Cargo.lock index 12e5fc611..03cb673ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 932f9c40e..78225af00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]