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] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-03-25 18:21:00 +00:00
committed by جاد
parent e616004da7
commit d0bab4280a
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -837,7 +837,7 @@ dependencies = [
"dirs",
"dunce",
"fs-tail",
"heck 0.4.1",
"heck 0.5.0",
"komorebi-core",
"lazy_static",
"miette",

View File

@@ -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"