Skip to content

Commit

Permalink
Update image requirement from 0.24.1 to 0.25.1
Browse files Browse the repository at this point in the history
Updates the requirements on [image](https://github.com/image-rs/image) to permit the latest version.
- [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md)
- [Commits](image-rs/image@v0.24.2...v0.25.1)

---
updated-dependencies:
- dependency-name: image
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent ac40660 commit fcf47a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ edition = "2018"
rust-version = "1.47"

[dependencies]
image = { version = "0.24.1", default_features = false, optional = true }
image = { version = "0.25.1", default_features = false, optional = true }
log = "0.4.14"

[dependencies.libwebp-sys2]
version = "0.1.9"
features = ["0_5", "0_6", "1_2", "demux", "mux"]

[dev-dependencies]
image = { version = "0.24.1", default_features = false, features = ["png"] }
image = { version = "0.25.1", default_features = false, features = ["png"] }
imageproc = "0.23.0"
env_logger = "0.10.0"

Expand Down

0 comments on commit fcf47a4

Please sign in to comment.