From 43c3597570eb054b48f5a9337c58505571a8c3b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 20:10:00 +0000 Subject: [PATCH] chore(deps): update heck requirement from 0.4 to 0.5 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-version: 0.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/cargo-jarvy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cargo-jarvy/Cargo.toml b/crates/cargo-jarvy/Cargo.toml index b898099..a1a9dfa 100644 --- a/crates/cargo-jarvy/Cargo.toml +++ b/crates/cargo-jarvy/Cargo.toml @@ -5,5 +5,5 @@ edition = "2021" [dependencies] clap = { version = "4", features = ["derive"] } -heck = "0.4" # for case conversions +heck = "0.5" # for case conversions anyhow = "1"