Skip to content

Commit

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

---
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 Oct 1, 2024
1 parent 1317bb9 commit 5bd4c5b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
23 changes: 19 additions & 4 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.13"
png = "0.17.14"
serde_json = "1.0.127"
rten = { workspace = true }
rten-imageproc = { workspace = true }
Expand Down

0 comments on commit 5bd4c5b

Please sign in to comment.