Skip to content

Commit abfa613

Browse files
Update image requirement from 0.24.3 to 0.25.5
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.5) --- updated-dependencies: - dependency-name: image dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1f174c8 commit abfa613

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plotters-bitmap/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ version = "0.3.6"
1919
path = "../plotters-backend"
2020

2121
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.image]
22-
version = "0.24.3"
22+
version = "0.25.5"
2323
optional = true
2424
default-features = false
2525
features = ["jpeg", "png", "bmp"]

plotters-svg/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ version = "0.3.6"
1616
path = "../plotters-backend"
1717

1818
[dependencies.image]
19-
version = "0.24.2"
19+
version = "0.25.5"
2020
optional = true
2121
default-features = false
2222
features = ["jpeg", "png", "bmp"]

plotters/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ once_cell = { version = "1.8.0", optional = true }
4646

4747

4848
[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "wasi"))))'.dependencies.image]
49-
version = "0.24.3"
49+
version = "0.25.5"
5050
optional = true
5151
default-features = false
5252
features = ["jpeg", "png", "bmp"]

0 commit comments

Comments
 (0)