From 0ea29fe47e5a0c1b422fb2196c761f8ed2d4a946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:06:24 +0000 Subject: [PATCH] chore(deps): bump heck from 0.4.1 to 0.5.0 Bumps [heck](https://github.com/withoutboats/heck) from 0.4.1 to 0.5.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 39fe3f4..340ed88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1938,7 +1938,7 @@ dependencies = [ "anyhow", "cap-std", "clap", - "heck 0.4.1", + "heck 0.5.0", "serde", "tokio", "toml", diff --git a/Cargo.toml b/Cargo.toml index b8051dc..963ea4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ anyhow = "1" [dev-dependencies] anyhow = "1" cap-std = "3.1.0" -heck = { version = "0.4" } +heck = { version = "0.5" } tokio = { version = "1.30.0", features = ["macros"] } wasmtime = { version = "22.0.0", features = ["component-model"] } wasmtime-wasi = "22.0.0"