From 70928f375ed1e27dfacd6987367ae2e206be88f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 22:27:34 +0000 Subject: [PATCH] Bump image from 0.25.8 to 0.25.9 Bumps [image](https://github.com/image-rs/image) from 0.25.8 to 0.25.9. - [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md) - [Commits](https://github.com/image-rs/image/compare/v0.25.8...v0.25.9) --- updated-dependencies: - dependency-name: image dependency-version: 0.25.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- client-gui/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d50546..6b5395f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1875,9 +1875,9 @@ dependencies = [ [[package]] name = "image" -version = "0.25.8" +version = "0.25.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7" +checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a" dependencies = [ "bytemuck", "byteorder-lite", diff --git a/client-gui/Cargo.toml b/client-gui/Cargo.toml index 4e6908c..391dcdd 100644 --- a/client-gui/Cargo.toml +++ b/client-gui/Cargo.toml @@ -30,7 +30,7 @@ eframe = { version = "0.33.0", default-features = false, features = [ ] } wgpu = { version = "27.0.1" } egui = "0.33.0" -image = { version = "0.25.6", default-features = false, features = ["png"] } +image = { version = "0.25.9", default-features = false, features = ["png"] } ehttp = { version = "0.5.0", features = ["json"] } poll-promise = "0.3.0"