Skip to content

Commit 761aee9

Browse files
dependabot-preview[bot]gnzlbg
authored andcommitted
Update png requirement from ^0.14 to ^0.15 in /examples
Updates the requirements on [png](https://github.com/image-rs/image-png) to permit the latest version. - [Release notes](https://github.com/image-rs/image-png/releases) - [Commits](image-rs/image-png@v0.14.1...v0.15.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 173f55c commit 761aee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/aobench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "src/lib.rs"
1616
[dependencies]
1717
structopt = "^0.2"
1818
failure = "^0.1"
19-
png = "^0.14"
19+
png = "^0.15"
2020
packed_simd = { path = "../.." }
2121
rayon = "^1.0"
2222
time = "^0.1"

0 commit comments

Comments
 (0)