Skip to content

Commit 9fb053e

Browse files
chore(deps.cargo): bump image from 0.25.6 to 0.25.8 (#19)
Bumps [image](https://github.com/image-rs/image) from 0.25.6 to 0.25.8. - [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md) - [Commits](image-rs/image@v0.25.6...v0.25.8) --- updated-dependencies: - dependency-name: image dependency-version: 0.25.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e19f50f commit 9fb053e

File tree

2 files changed

+81
-34
lines changed

2 files changed

+81
-34
lines changed

Cargo.lock

Lines changed: 80 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ opt-level = "z"
2828
[dependencies]
2929
bytes = "1.10.1"
3030
clap = { version = "4.5.48", features = ["derive", "color", "error-context", "help", "usage", "std"], default-features = false }
31-
image = { version = "0.25.6", features = ["gif", "jpeg", "png", "tiff", "webp"], default-features = false }
31+
image = { version = "0.25.8", features = ["gif", "jpeg", "png", "tiff", "webp"], default-features = false }
3232
reqwest = { version = "0.12.23", features = ["default-tls", "json"], default-features = false }
3333
thiserror = { version = "2.0.17", default-features = false }
3434
tokio = { version = "1.47.1", features = ["rt-multi-thread", "macros"], default-features = false }

0 commit comments

Comments
 (0)