Skip to content

Commit a90b79d

Browse files
Update gif requirement from 0.11.2 to 0.12.0
Updates the requirements on [gif](https://github.com/image-rs/image-gif) to permit the latest version. - [Release notes](https://github.com/image-rs/image-gif/releases) - [Changelog](https://github.com/image-rs/image-gif/blob/master/Changes.md) - [Commits](image-rs/image-gif@v0.11.2...v0.12.0) --- updated-dependencies: - dependency-name: gif dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e4c1052 commit a90b79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotters-bitmap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
gif = { version = "0.11.2", optional = true }
15+
gif = { version = "0.12.0", optional = true }
1616

1717
[dependencies.plotters-backend]
1818
path = "../plotters-backend"

0 commit comments

Comments
 (0)