Skip to content

Commit

Permalink
Merge pull request #111 from robertknight/dependabot/cargo/image-0.25.2
Browse files Browse the repository at this point in the history
Bump image from 0.25.1 to 0.25.2
  • Loading branch information
robertknight authored Oct 3, 2024
2 parents e790a8d + 1e29b65 commit a21fa05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 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 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.1", default-features = false, features = ["png", "jpeg", "webp"] }
image = { version = "0.25.2", default-features = false, features = ["png", "jpeg", "webp"] }
png = "0.17.13"
serde_json = "1.0.127"
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.1", default-features = false, features = ["png", "jpeg", "webp"] }
image = { version = "0.25.2", default-features = false, features = ["png", "jpeg", "webp"] }
lexopt = "0.3.0"

[lib]
Expand Down

0 comments on commit a21fa05

Please sign in to comment.