Skip to content

Commit

Permalink
Bump image from 0.25.4 to 0.25.5
Browse files Browse the repository at this point in the history
Bumps [image](https://github.com/image-rs/image) from 0.25.4 to 0.25.5.
- [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md)
- [Commits](image-rs/image@v0.25.4...v0.25.5)

---
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 Nov 16, 2024
1 parent ec18f6c commit f972ad9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -9,7 +9,7 @@ homepage = "https://github.com/robertknight/ocrs"
repository = "https://github.com/robertknight/ocrs"

[dependencies]
image = { version = "0.25.4", default-features = false, features = ["png", "jpeg", "webp"] }
image = { version = "0.25.5", default-features = false, features = ["png", "jpeg", "webp"] }
png = "0.17.14"
serde_json = "1.0.132"
rten = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion ocrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ wasm-bindgen = "0.2.93"

[dev-dependencies]
fastrand = "2.1.1"
image = { version = "0.25.4", default-features = false, features = ["png", "jpeg", "webp"] }
image = { version = "0.25.5", default-features = false, features = ["png", "jpeg", "webp"] }
lexopt = "0.3.0"

[lib]
Expand Down

0 comments on commit f972ad9

Please sign in to comment.