From 9d5529422c883d541a0eedcc329dc32afdcf28fa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 08:54:20 +0100 Subject: [PATCH] Update png requirement from 0.15 to 0.16 (#146) 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) - [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md) - [Commits](https://github.com/image-rs/image-png/compare/v0.15.0...v0.16.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 171a299..6b6b00b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ exclude = [ maintenance = {status = "actively-developed"} [dev-dependencies] -png = "0.15" +png = "0.16" [build-dependencies] cc = "1.0"