Skip to content

Commit

Permalink
Merge pull request #58 from robertknight/update-image-rs
Browse files Browse the repository at this point in the history
Update image crate
  • Loading branch information
robertknight authored May 2, 2024
2 parents bc9c9ea + 32bd34f commit 48a523a
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 44 deletions.
77 changes: 36 additions & 41 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.24.6", default-features = false, features = ["png", "jpeg", "jpeg_rayon", "webp"] }
image = { version = "0.25.1", default-features = false, features = ["png", "jpeg", "webp"] }
png = "0.17.6"
serde_json = "1.0.91"
rten = { version = "0.8.0" }
Expand Down
3 changes: 1 addition & 2 deletions ocrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ wasm-bindgen = "0.2.89"

[dev-dependencies]
fastrand = "1.9.0"
image = { version = "0.24.6", default-features = false, features = ["png",
"jpeg", "jpeg_rayon", "webp"] }
image = { version = "0.25.1", default-features = false, features = ["png", "jpeg", "webp"] }
lexopt = "0.3.0"

[lib]
Expand Down

0 comments on commit 48a523a

Please sign in to comment.