From d253446c2d6c5c5f6c1c321b0790439bda2a37bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Dec 2021 10:10:46 +0000 Subject: [PATCH] Update heck requirement from 0.3 to 0.4 Updates the requirements on [heck](https://github.com/withoutboats/heck) to permit the latest version. - [Release notes](https://github.com/withoutboats/heck/releases) - [Changelog](https://github.com/withoutboats/heck/blob/master/CHANGELOG.md) - [Commits](https://github.com/withoutboats/heck/commits) --- updated-dependencies: - dependency-name: heck dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e6b58d1..03c7d3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,5 +33,5 @@ maintenance = { status = "actively-developed" } [dependencies] png_pong = "0.7" sheep = { version = "0.3", default-features = false } -heck = "0.3" +heck = "0.4" pix = "0.13"