Skip to content

Commit 205a419

Browse files
authored
Merge pull request #394 from plotters-rs/dependabot/cargo/image-0.24.3
Bump image from 0.24.2 to 0.24.3
2 parents 12b9977 + 6fe5b0f commit 205a419

File tree

3 files changed

+4
-16
lines changed

3 files changed

+4
-16
lines changed

Cargo.lock

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

plotters-bitmap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gif = { version = "0.11.2", optional = true }
1818
path = "../plotters-backend"
1919

2020
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.image]
21-
version = "0.24.2"
21+
version = "0.24.3"
2222
optional = true
2323
default-features = false
2424
features = ["jpeg", "png", "bmp"]

plotters/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pathfinder_geometry = { version = "0.5.1", optional = true }
3636
font-kit = { version = "0.11.0", optional = true }
3737

3838
[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "wasi"))))'.dependencies.image]
39-
version = "0.24.2"
39+
version = "0.24.3"
4040
optional = true
4141
default-features = false
4242
features = ["jpeg", "png", "bmp"]

0 commit comments

Comments
 (0)