Skip to content

Commit

Permalink
Merge pull request #134 from robertknight/dependabot/cargo/image-0.25.5
Browse files Browse the repository at this point in the history
Bump image from 0.25.4 to 0.25.5
  • Loading branch information
robertknight authored Nov 17, 2024
2 parents 91d2d9c + 03c5ea2 commit e7b3df1
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 e7b3df1

Please sign in to comment.