Skip to content

Commit

Permalink
update: bump image from 0.24.9 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.24.9 to 0.25.5.
- [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md)
- [Commits](image-rs/image@v0.24.9...v0.25.5)

---
updated-dependencies:
- dependency-name: image
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent dbf64a6 commit f62afe0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 30 deletions.
30 changes: 2 additions & 28 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 make_test_images/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ anyhow = "1.0.40"
c2pa = { path = "../sdk", default-features = false, features = ["unstable_api"] }
env_logger = "0.11"
log = "0.4.8"
image = { version = "0.25.2", default-features = false, features = [
image = { version = "0.25.5", default-features = false, features = [
"jpeg",
"png",
] }
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ zip = { version = "2.2.1", default-features = false }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
ureq = "2.4.0"
image = { version = "0.24.7", default-features = false, features = [
image = { version = "0.25.5", default-features = false, features = [
"jpeg",
"png",
], optional = true }
Expand Down

0 comments on commit f62afe0

Please sign in to comment.