Skip to content

Commit

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

---
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 Nov 11, 2024
1 parent 0d914b6 commit 3776f64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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.4", optional = true, default-features = false }
image = { version = "0.25.5", optional = true, default-features = false }
thiserror = "2.0.3"
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.4", default-features = false, features = [
image = { version = "0.25.5", 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.4", default-features = false, features = ["png"] }
image = { version = "0.25.5", default-features = false, features = ["png"] }
pretty_assertions = "1.4.1"

[features]
Expand Down

0 comments on commit 3776f64

Please sign in to comment.