Skip to content

Commit

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

---
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 Aug 22, 2024
1 parent 2c01ad4 commit 068e62f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/sic_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
rust-version = "1.61"

[dependencies]
image = { version = "0.25.1", features = ["rayon"] }
image = { version = "0.25.2", features = ["rayon"] }
imageproc = { version = "0.25.0", optional = true }
ab_glyph = { version = "0.2.28", optional = true }
thiserror = "1"
Expand Down

0 comments on commit 068e62f

Please sign in to comment.