From dcda6e5226262d21a39368c0600f35714a8ff5ec Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 10:17:26 +0000 Subject: [PATCH] Update png_pong requirement from 0.7 to 0.8 Updates the requirements on [png_pong](https://github.com/AldaronLau/png_pong) to permit the latest version. - [Release notes](https://github.com/AldaronLau/png_pong/releases) - [Changelog](https://github.com/AldaronLau/png_pong/blob/master/CHANGELOG.md) - [Commits](https://github.com/AldaronLau/png_pong/compare/v0.7.0...v0.8.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 e6b58d1..ac47f22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ is-it-maintained-open-issues = { repository = "libcala/res" } maintenance = { status = "actively-developed" } [dependencies] -png_pong = "0.7" +png_pong = "0.8" sheep = { version = "0.3", default-features = false } heck = "0.3" pix = "0.13"