Skip to content

Commit

Permalink
Bump png from 0.17.10 to 0.17.13
Browse files Browse the repository at this point in the history
Bumps [png](https://github.com/image-rs/image-png) from 0.17.10 to 0.17.13.
- [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md)
- [Commits](image-rs/image-png@v0.17.10...v0.17.13)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent fe6de19 commit 75468c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion ocrs-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/robertknight/ocrs"

[dependencies]
image = { version = "0.25.1", default-features = false, features = ["png", "jpeg", "webp"] }
png = "0.17.6"
png = "0.17.13"
serde_json = "1.0.116"
rten = { workspace = true }
rten-imageproc = { workspace = true }
Expand Down

0 comments on commit 75468c5

Please sign in to comment.