Skip to content

Commit 9ed0923

Browse files
Bump image from 0.25.6 to 0.25.8
Bumps [image](https://github.com/image-rs/image) from 0.25.6 to 0.25.8. - [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md) - [Commits](image-rs/image@v0.25.6...v0.25.8) --- updated-dependencies: - dependency-name: image dependency-version: 0.25.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 903bc7c commit 9ed0923

File tree

3 files changed

+26
-19
lines changed

3 files changed

+26
-19
lines changed

Cargo.lock

Lines changed: 24 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ocrs-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://github.com/robertknight/ocrs"
99
repository = "https://github.com/robertknight/ocrs"
1010

1111
[dependencies]
12-
image = { version = "0.25.6", default-features = false, features = ["png", "jpeg", "webp"] }
12+
image = { version = "0.25.8", default-features = false, features = ["png", "jpeg", "webp"] }
1313
png = "0.18.0"
1414
serde_json = "1.0.143"
1515
rten = { workspace = true }

ocrs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ wasm-bindgen = "0.2.93"
2323

2424
[dev-dependencies]
2525
fastrand = "2.3.0"
26-
image = { version = "0.25.6", default-features = false, features = ["png", "jpeg", "webp"] }
26+
image = { version = "0.25.8", default-features = false, features = ["png", "jpeg", "webp"] }
2727
lexopt = "0.3.1"
2828
rten = { workspace = true, features = ["model_builder"] }
2929

0 commit comments

Comments
 (0)