Skip to content

Commit

Permalink
Bump image from 0.25.2 to 0.25.4
Browse files Browse the repository at this point in the history
Bumps [image](https://github.com/image-rs/image) from 0.25.2 to 0.25.4.
- [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md)
- [Commits](image-rs/image@v0.25.2...v0.25.4)

---
updated-dependencies:
- dependency-name: image
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and inflation committed Oct 22, 2024
1 parent 566c0ea commit 6ff0188
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions jpegxl-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bench = []

[dependencies]
derive_builder = "0.20.2"
image = { version = "0.25.2", optional = true, default-features = false }
image = { version = "0.25.4", optional = true, default-features = false }
thiserror = "1.0.64"
half = "2.4.1"
byteorder = "1.5.0"
Expand All @@ -40,7 +40,7 @@ path = "../jpegxl-sys"
default-features = false

[dev-dependencies]
image = { version = "0.25.2", default-features = false, features = [
image = { version = "0.25.4", default-features = false, features = [
"jpeg",
"png",
] }
Expand Down
2 changes: 1 addition & 1 deletion jpegxl-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ path = "../jpegxl-src"
optional = true

[dev-dependencies]
image = { version = "0.25.2", default-features = false, features = ["png"] }
image = { version = "0.25.4", default-features = false, features = ["png"] }
pretty_assertions = "1.4.1"

[features]
Expand Down

0 comments on commit 6ff0188

Please sign in to comment.