Skip to content

Commit

Permalink
Update image requirement from 0.24.3 to 0.25.2
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.3...v0.25.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent dd1296a commit c48fba0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plotters-bitmap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version = "0.3.6"
path = "../plotters-backend"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.image]
version = "0.24.3"
version = "0.25.2"
optional = true
default-features = false
features = ["jpeg", "png", "bmp"]
Expand Down
2 changes: 1 addition & 1 deletion plotters-svg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version = "0.3.6"
path = "../plotters-backend"

[dependencies.image]
version = "0.24.2"
version = "0.25.2"
optional = true
default-features = false
features = ["jpeg", "png", "bmp"]
Expand Down
2 changes: 1 addition & 1 deletion plotters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ once_cell = { version = "1.8.0", optional = true }


[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "wasi"))))'.dependencies.image]
version = "0.24.3"
version = "0.25.2"
optional = true
default-features = false
features = ["jpeg", "png", "bmp"]
Expand Down

0 comments on commit c48fba0

Please sign in to comment.