Skip to content

Commit

Permalink
Update image requirement from 0.24.4 to 0.25.0
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.4...v0.25.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 11, 2024
1 parent 0c032d4 commit d3c096a
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 @@ -13,11 +13,11 @@ exclude = [
]

[dependencies]
image = { version = "0.24.4", optional = true }
image = { version = "0.25.0", optional = true }

[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
image = "0.24.4"
image = "0.25.0"

[[bench]]
name = "scanner"
Expand Down

0 comments on commit d3c096a

Please sign in to comment.