From 4a7456e38ce8a46f77796e80ab681e969e355acc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 20:02:34 +0000 Subject: [PATCH] fix(deps): update rust crate imagesize to 0.15.0 --- Cargo.lock | 4 ++-- crates/fuuka-bot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f268b81..1f351e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2048,9 +2048,9 @@ dependencies = [ [[package]] name = "imagesize" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09e54e57b4c48b40f7aec75635392b12b3421fa26fe8b4332e63138ed278459c" +checksum = "65b27460c2c92b037f3f94c538ed9a3342f3fdf923606781629ccb35f82d042a" [[package]] name = "imbl" diff --git a/crates/fuuka-bot/Cargo.toml b/crates/fuuka-bot/Cargo.toml index 8950229..3b5f87b 100644 --- a/crates/fuuka-bot/Cargo.toml +++ b/crates/fuuka-bot/Cargo.toml @@ -24,7 +24,7 @@ hmac = "0.13.0" http.workspace = true http-body = "1.0.1" http-body-util.workspace = true -imagesize = "0.14.0" +imagesize = "0.15.0" jose-jwk = { version = "0.1.2", default-features = false } mime = "0.3.17" minijinja = { version = "2.12.0", default-features = false, features = [