From 0ddb79519d17684113926166a456fd5acce935db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:06:07 +0000 Subject: [PATCH] Bump image from 0.25.0 to 0.25.1 Bumps [image](https://github.com/image-rs/image) from 0.25.0 to 0.25.1. - [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md) - [Commits](https://github.com/image-rs/image/compare/v0.25.0...v0.25.1) --- updated-dependencies: - dependency-name: image dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- crates/bevy_gltf_kun/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ebceb74..954965e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -743,7 +743,7 @@ dependencies = [ "bevy_xpbd_3d", "glam", "gltf_kun", - "image 0.25.0", + "image 0.25.1", "serde_json", "thiserror", ] @@ -2502,9 +2502,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/crates/bevy_gltf_kun/Cargo.toml b/crates/bevy_gltf_kun/Cargo.toml index dfdc59a..864550e 100644 --- a/crates/bevy_gltf_kun/Cargo.toml +++ b/crates/bevy_gltf_kun/Cargo.toml @@ -21,7 +21,7 @@ register_extensions = [] bevy = { version = "0.13.0", default-features = false, features = ["animation", "bevy_asset", "bevy_scene", "bevy_pbr"] } glam.workspace = true gltf_kun.workspace = true -image = "0.25.0" +image = "0.25.1" serde_json.workspace = true thiserror.workspace = true