From 1a8476b3da3210f1d97be561ab2d52d58280d3b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:10:59 +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. - [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] --- k8s-pb-codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-pb-codegen/Cargo.toml b/k8s-pb-codegen/Cargo.toml index 02a848f..88c2921 100644 --- a/k8s-pb-codegen/Cargo.toml +++ b/k8s-pb-codegen/Cargo.toml @@ -16,4 +16,4 @@ log = "0.4.14" anyhow = "1.0.44" env_logger = "0.10.1" quote = "1.0" -heck = "0.3" +heck = "0.4"