From b57da2037a30ba9621cdecf12c0f784120b8ddd3 Mon Sep 17 00:00:00 2001 From: "stoat-release[bot]" <245062572+stoat-release[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 18:12:18 +0000 Subject: [PATCH] chore(deps): update rust crate imagesize to 0.15.0 --- Cargo.lock | 12 +++++++++--- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 872ee2a0..6977be39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3993,6 +3993,12 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285" +[[package]] +name = "imagesize" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "65b27460c2c92b037f3f94c538ed9a3342f3fdf923606781629ccb35f82d042a" + [[package]] name = "imgref" version = "1.12.2" @@ -7171,7 +7177,7 @@ dependencies = [ "axum_typed_multipart", "ffprobe", "image", - "imagesize", + "imagesize 0.15.0", "infer", "jxl-oxide", "kamadak-exif", @@ -7397,7 +7403,7 @@ dependencies = [ "base64 0.21.7", "ffprobe", "image", - "imagesize", + "imagesize 0.15.0", "jxl-oxide", "resvg", "revolt-config", @@ -10011,7 +10017,7 @@ dependencies = [ "data-url", "flate2", "fontdb", - "imagesize", + "imagesize 0.13.0", "kurbo", "log", "pico-args", diff --git a/Cargo.toml b/Cargo.toml index dcbdb01d..c9cf97d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -144,7 +144,7 @@ simdutf8 = "0.1.4" # Content type processing infer = "0.16.0" ffprobe = "0.4.0" -imagesize = "0.13.0" +imagesize = "0.15.0" # OpenTelemetry tracing = "0.1.44"