From 738a6af3bdaed73f587e008cb5cc037cc1034a80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jan 2022 07:14:02 +0000 Subject: [PATCH] chore(deps): update heck requirement from 0.3.0 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] --- clap_derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clap_derive/Cargo.toml b/clap_derive/Cargo.toml index 224b58c09db..140abd0b335 100644 --- a/clap_derive/Cargo.toml +++ b/clap_derive/Cargo.toml @@ -34,7 +34,7 @@ bench = false syn = { version = "1.0.74", features = ["full"] } quote = "1.0.9" proc-macro2 = "1.0.28" -heck = "0.3.0" +heck = "0.4.0" proc-macro-error = "1" [features]