From d0bab4280abb8f0ed122f018755a3d99a1f6ed82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:21:00 +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 +- komorebic/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b834d03c..a864a6bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -837,7 +837,7 @@ dependencies = [ "dirs", "dunce", "fs-tail", - "heck 0.4.1", + "heck 0.5.0", "komorebi-core", "lazy_static", "miette", diff --git a/komorebic/Cargo.toml b/komorebic/Cargo.toml index 33b27496..5fc15a09 100644 --- a/komorebic/Cargo.toml +++ b/komorebic/Cargo.toml @@ -19,7 +19,7 @@ color-eyre = { workspace = true } dirs = { workspace = true } dunce = { workspace = true } fs-tail = "0.1" -heck = "0.4" +heck = "0.5" lazy_static = "1" miette = { version = "7", features = ["fancy"] } paste = "1"