From 17b9af2416670298f87295f57917c2af753b03c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:04:33 -0800 Subject: [PATCH] Bump image from 0.25.3 to 0.25.5 in /src/wasm-lib (#4416) Bumps [image](https://github.com/image-rs/image) from 0.25.3 to 0.25.5. - [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md) - [Commits](https://github.com/image-rs/image/compare/v0.25.3...v0.25.5) --- updated-dependencies: - dependency-name: image dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/wasm-lib/Cargo.lock | 4 ++-- src/wasm-lib/Cargo.toml | 2 +- src/wasm-lib/kcl/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/wasm-lib/Cargo.lock b/src/wasm-lib/Cargo.lock index 3d65a93d30..57b368856e 100644 --- a/src/wasm-lib/Cargo.lock +++ b/src/wasm-lib/Cargo.lock @@ -1524,9 +1524,9 @@ dependencies = [ [[package]] name = "image" -version = "0.25.3" +version = "0.25.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d97eb9a8e0cd5b76afea91d7eecd5cf8338cd44ced04256cf1f800474b227c52" +checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b" dependencies = [ "bytemuck", "byteorder-lite", diff --git a/src/wasm-lib/Cargo.toml b/src/wasm-lib/Cargo.toml index a972fc321a..413bc69519 100644 --- a/src/wasm-lib/Cargo.toml +++ b/src/wasm-lib/Cargo.toml @@ -24,7 +24,7 @@ wasm-bindgen-futures = "0.4.44" [dev-dependencies] anyhow = "1" -image = { version = "0.25.3", default-features = false, features = ["png"] } +image = { version = "0.25.5", default-features = false, features = ["png"] } kittycad = { workspace = true, default-features = true } kittycad-modeling-cmds = { workspace = true } pretty_assertions = "1.4.1" diff --git a/src/wasm-lib/kcl/Cargo.toml b/src/wasm-lib/kcl/Cargo.toml index 3e9a8078eb..5a134bd70b 100644 --- a/src/wasm-lib/kcl/Cargo.toml +++ b/src/wasm-lib/kcl/Cargo.toml @@ -26,7 +26,7 @@ futures = { version = "0.3.31" } git_rev = "0.1.0" gltf-json = "1.4.1" http = { workspace = true } -image = { version = "0.25.3", default-features = false, features = ["png"] } +image = { version = "0.25.5", default-features = false, features = ["png"] } indexmap = { version = "2.6.0", features = ["serde"] } kittycad = { workspace = true } kittycad-modeling-cmds = { workspace = true } @@ -85,7 +85,7 @@ criterion = { version = "0.5.1", features = ["async_tokio"] } expectorate = "1.1.0" handlebars = "6.2.0" iai = "0.1" -image = { version = "0.25.3", default-features = false, features = ["png"] } +image = { version = "0.25.5", default-features = false, features = ["png"] } insta = { version = "1.41.1", features = ["json", "filters"] } itertools = "0.13.0" pretty_assertions = "1.4.1"