Skip to content

Commit

Permalink
Update image requirement from 0.24.7 to 0.25.2 in /sdk
Browse files Browse the repository at this point in the history
Updates the requirements on [image](https://github.com/image-rs/image) to permit the latest version.
- [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md)
- [Commits](image-rs/image@v0.24.7...v0.25.2)

---
updated-dependencies:
- dependency-name: image
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 28, 2024
1 parent c98d6cc commit 4d7a7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ zip = { version = "0.6.6", 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.2", default-features = false, features = [
"jpeg",
"png",
], optional = true }
Expand Down

0 comments on commit 4d7a7a2

Please sign in to comment.