From 2e3563f50c190ee8044db86e107f2b93d9d68db7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 06:05:32 +0000 Subject: [PATCH] Update heck requirement from 0.3.1 to 0.4.0 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] --- yaserde_derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaserde_derive/Cargo.toml b/yaserde_derive/Cargo.toml index 2a7bc9a..cfd2b31 100644 --- a/yaserde_derive/Cargo.toml +++ b/yaserde_derive/Cargo.toml @@ -12,7 +12,7 @@ readme = "../README.md" edition = "2018" [dependencies] -heck = "0.3.1" +heck = "0.4.0" syn = { version = "~1.0", features = ["visit", "extra-traits"] } proc-macro2 = "~1.0" quote = "~1.0"